@sapui5/sap.ushell 1.125.0 → 1.126.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (317) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/Container.js +137 -62
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/SessionHandler.js +35 -31
  8. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  10. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  11. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +34 -0
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +4 -4
  51. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/api/RTA.js +14 -2
  67. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +5 -5
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  90. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  91. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +2 -1
  94. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +3 -3
  95. package/src/main/js/sap/ushell/components/CatalogsManager.js +4 -1
  96. package/src/main/js/sap/ushell/components/HomepageManager.js +1 -0
  97. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +1 -0
  98. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  99. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  100. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  101. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +2 -2
  102. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +37 -7
  103. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  104. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  105. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  106. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  107. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  108. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  116. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  118. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  119. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  120. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  121. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  122. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  123. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  125. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  126. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  127. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -1
  128. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +11 -3
  130. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -2
  136. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +10 -0
  145. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -0
  146. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  147. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  148. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +3 -0
  149. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  160. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  164. package/src/main/js/sap/ushell/library.js +1 -1
  165. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  166. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  167. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  168. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  169. package/src/main/js/sap/ushell/renderer/History.js +1 -2
  170. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  171. package/src/main/js/sap/ushell/renderer/Shell.controller.js +1 -1
  172. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
  173. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
  174. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
  175. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
  176. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +3 -3
  177. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
  178. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  179. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
  180. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
  181. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
  182. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
  183. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -4
  184. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +4 -4
  185. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
  186. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
  187. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
  188. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
  189. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +37 -37
  190. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
  191. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
  192. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  193. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
  194. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +4 -4
  195. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
  196. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
  197. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
  198. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
  199. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
  200. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  201. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
  202. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +4 -4
  203. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
  204. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
  205. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
  206. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
  207. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
  208. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
  209. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
  210. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
  211. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
  212. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
  213. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
  214. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
  215. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
  216. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
  217. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
  218. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
  219. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
  220. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
  221. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  222. package/src/main/js/sap/ushell/services/AppConfiguration.js +13 -11
  223. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  224. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  225. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  226. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  227. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +625 -750
  228. package/src/main/js/sap/ushell/services/CommonDataModel.js +21 -14
  229. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  230. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  231. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  232. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +8 -3
  233. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  234. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  235. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  236. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  237. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  238. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  239. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  240. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  241. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  242. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  243. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  244. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  245. package/src/main/js/sap/ushell/services/Message.js +1 -1
  246. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  247. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  248. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  249. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  250. package/src/main/js/sap/ushell/services/Navigation.js +3 -3
  251. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  252. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  253. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  254. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  255. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  256. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  257. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  258. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  259. package/src/main/js/sap/ushell/services/ReferenceResolver.js +223 -229
  260. package/src/main/js/sap/ushell/services/Search.js +1 -1
  261. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  262. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  263. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  264. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  265. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  266. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  267. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  268. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  269. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  270. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +87 -78
  271. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +225 -271
  272. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  273. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  274. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  275. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  276. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +10 -10
  277. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +9 -6
  278. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +16 -25
  279. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/ParameterMapping.js +3 -1
  280. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +15 -21
  281. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +52 -45
  282. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +3 -5
  283. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +5 -2
  284. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  285. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  286. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +63 -80
  287. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  288. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  289. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  290. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  291. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  292. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  293. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  294. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  295. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  296. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  297. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  298. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  299. package/src/main/js/sap/ushell/themes/sap_horizon/Tile.less +2 -6
  300. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  301. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
  302. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  303. package/src/main/js/sap/ushell/ui/launchpad/Section.js +3 -6
  304. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  305. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +3 -8
  306. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -2
  307. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  308. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  309. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  310. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  311. package/src/main/js/sap/ushell/utils/WindowUtils.js +17 -0
  312. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +305 -305
  313. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  314. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +22 -5
  315. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +7 -6
  316. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  317. package/ui5.yaml +1 -1
@@ -6,31 +6,31 @@
6
6
  * Operations in this module are assumed to be executed after the target mapping has been identified (post search).
7
7
  *
8
8
  * @private
9
- * @version 1.125.0
9
+ * @version 1.126.0
10
10
  */
11
11
  sap.ui.define([
12
12
  "sap/ushell/services/_ClientSideTargetResolution/Utils",
13
- "sap/ui/thirdparty/jquery",
14
13
  "sap/base/util/ObjectPath",
15
14
  "sap/base/util/isEmptyObject",
16
15
  "sap/base/util/isPlainObject",
17
16
  "sap/fe/navigation/SelectionVariant",
18
- "sap/base/Log"
17
+ "sap/base/Log",
18
+ "sap/ushell/utils"
19
19
  ], function (
20
- oCSTRUtils,
21
- jQuery,
20
+ CstrUtils,
22
21
  ObjectPath,
23
22
  isEmptyObject,
24
23
  isPlainObject,
25
24
  SelectionVariant,
26
- Log
25
+ Log,
26
+ ushellUtils
27
27
  ) {
28
28
  "use strict";
29
29
 
30
30
  /**
31
31
  * This method modifies a passed Application State if extended User Defaults are to be merged with an AppState or renaming takes place.
32
32
  *
33
- * It also *always* takes care of renaming parameters (generating mappedDefauledParamNames)
33
+ * It also *always* takes care of renaming parameters (generating mappedDefaultedParamNames)
34
34
  * Thus it must be invoked in the flow even for targets which do not deal with appstate
35
35
  *
36
36
  * If one or more extended user default values are present, they will be added to a new AppState unless already present
@@ -66,13 +66,12 @@ sap.ui.define([
66
66
  *
67
67
  * @param {object} oMatchingTarget One of the objects returned by {@link #_getMatchingInbounds}.
68
68
  * @param {object} oAppStateService the app state service instance
69
- * @returns {jQuery.Promise} Resolves the mixed resolution result.
69
+ * @returns {Promise<object>} Resolves the mixed resolution result.
70
70
  * @private
71
71
  * @since 1.34.0
72
72
  */
73
- function mixAppStateIntoResolutionResultAndRename (oMatchingTarget, oAppStateService) {
74
- var oDeferred = new jQuery.Deferred(),
75
- oNewAppState,
73
+ async function mixAppStateIntoResolutionResultAndRename (oMatchingTarget, oAppStateService) {
74
+ var oNewAppState,
76
75
  oResolutionResult = oMatchingTarget.resolutionResult,
77
76
  oSignature = oMatchingTarget.inbound && (oMatchingTarget.inbound.signature || {}),
78
77
  bChangeExistingAppState = hasExtendedUserDefaults(oResolutionResult)
@@ -80,60 +79,59 @@ sap.ui.define([
80
79
  || hasRenameTo(oMatchingTarget);
81
80
 
82
81
  if (!bChangeExistingAppState) {
83
- cleanupAndResolve(oDeferred, oMatchingTarget);
84
- return oDeferred.promise();
82
+ cleanup(oMatchingTarget);
83
+ return oMatchingTarget;
85
84
  }
86
85
 
87
86
  var sSourceAppStateKey = oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"]
88
87
  && oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"][0];
89
88
  if (sSourceAppStateKey) {
90
- getAppStateData(oAppStateService, sSourceAppStateKey)
91
- .then(checkValidAppStateData)
92
- .then(function (oValidAppStateData) {
93
- if (hasExtendedUserDefaults(oResolutionResult)) {
94
- var oParameterDominatorMap = oCSTRUtils.constructParameterDominatorMap(oSignature.parameters);
95
- Object.keys(oResolutionResult.oNewAppStateMembers).forEach(function (sAppStateMemberName) {
96
- var aDominatorParams = oParameterDominatorMap[sAppStateMemberName].dominatedBy;
97
- if (isParameterContainedInSelectionVariant(oValidAppStateData, aDominatorParams)) {
98
- delete oResolutionResult.oNewAppStateMembers[sAppStateMemberName];
99
- }
100
- });
101
- }
102
-
103
- var bIgnoreAdditionalParameters = oSignature.additionalParameters === "ignored";
104
- if (!hasExtendedUserDefaults(oResolutionResult) && !hasRenameTo(oMatchingTarget) && !bIgnoreAdditionalParameters) {
105
- // keep old AppState
106
- cleanupAndResolve(oDeferred, oMatchingTarget);
107
- return;
108
- }
109
-
110
- oNewAppState = oAppStateService.createEmptyAppState(undefined, true);
111
- if (oNewAppState) {
112
- oNewAppState.setData(oValidAppStateData);
113
- _mergeAppState(oNewAppState, oMatchingTarget, oDeferred);
114
- }
115
- }, function () { // invalid app state data
116
- delete oResolutionResult.oNewAppStateMembers; // remove all extended user defaults
117
- cleanupAndResolve(oDeferred, oMatchingTarget); // keep old app state
118
- return;
119
- });
120
-
121
- return oDeferred.promise();
89
+ const oAppStateData = await getAppStateData(oAppStateService, sSourceAppStateKey);
90
+
91
+ if (isValidAppStateData(oAppStateData)) {
92
+ if (hasExtendedUserDefaults(oResolutionResult)) {
93
+ var oParameterDominatorMap = CstrUtils.constructParameterDominatorMap(oSignature.parameters);
94
+ Object.keys(oResolutionResult.oNewAppStateMembers).forEach(function (sAppStateMemberName) {
95
+ var aDominatorParams = oParameterDominatorMap[sAppStateMemberName].dominatedBy;
96
+ if (isParameterContainedInSelectionVariant(oAppStateData, aDominatorParams)) {
97
+ delete oResolutionResult.oNewAppStateMembers[sAppStateMemberName];
98
+ }
99
+ });
100
+ }
101
+
102
+ var bIgnoreAdditionalParameters = oSignature.additionalParameters === "ignored";
103
+ if (!hasExtendedUserDefaults(oResolutionResult) && !hasRenameTo(oMatchingTarget) && !bIgnoreAdditionalParameters) {
104
+ // keep old AppState
105
+ cleanup(oMatchingTarget);
106
+ return oMatchingTarget;
107
+ }
108
+
109
+ oNewAppState = oAppStateService.createEmptyAppState(undefined, true);
110
+ if (oNewAppState) {
111
+ oNewAppState.setData(oAppStateData);
112
+ await _mergeAppState(oNewAppState, oMatchingTarget);
113
+ return oMatchingTarget;
114
+ }
115
+
116
+ } else { // invalid app state data
117
+ delete oResolutionResult.oNewAppStateMembers; // remove all extended user defaults
118
+ cleanup(oMatchingTarget); // keep old app state
119
+ return oMatchingTarget;
120
+ }
122
121
  }
123
122
 
124
123
  if (hasExtendedUserDefaults(oResolutionResult)) {
125
124
  var oEmptyAppState = oAppStateService.createEmptyAppState(undefined, true);
126
- _mergeAppState(oEmptyAppState, oMatchingTarget, oDeferred);
127
- return oDeferred.promise();
125
+ await _mergeAppState(oEmptyAppState, oMatchingTarget);
126
+ return oMatchingTarget;
128
127
  }
129
128
 
130
129
  // no need to rename in nonexisting appstate
131
- cleanupAndResolve(oDeferred, oMatchingTarget);
132
-
133
- return oDeferred.promise();
130
+ cleanup(oMatchingTarget);
131
+ return oMatchingTarget;
134
132
  }
135
133
 
136
- function _mergeAppState (oNewAppState0, oMatchingTarget, oDeferred) {
134
+ async function _mergeAppState (oNewAppState0, oMatchingTarget) {
137
135
  // at this point, oNewAppState Members only contains members which are to be added!
138
136
  // (there should be no collisions!)
139
137
  var oNewAppStateData = oNewAppState0.getData() || {},
@@ -163,24 +161,24 @@ sap.ui.define([
163
161
 
164
162
  if (!oChangeRecorder.changed && !oChangeRecorder.deleted && !hasExtendedUserDefaults(oResolutionResult)) {
165
163
  // there was no effective change -> retain old appstate
166
- cleanupAndResolve(oDeferred, oMatchingTarget);
164
+ cleanup(oMatchingTarget);
167
165
  return;
168
166
  }
167
+
169
168
  oNewAppState0.setData(oNewAppStateData);
170
- oNewAppState0.save().done(function () {
171
- oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
172
- oMatchingTarget.mappedIntentParamsPlusSimpleDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
173
- cleanupAndResolve(oDeferred, oMatchingTarget);
174
- });
169
+ await ushellUtils.promisify(oNewAppState0.save());
170
+
171
+ oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
172
+ oMatchingTarget.mappedIntentParamsPlusSimpleDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
173
+ cleanup(oMatchingTarget);
175
174
  }
176
175
 
177
- function cleanupAndResolve (oDeferred, oMatchingTarget) {
176
+ function cleanup (oMatchingTarget) {
178
177
  removeUnusedComplexParameterValuesFromDefaultList(oMatchingTarget);
179
178
  mapDefaultParameterNames(oMatchingTarget);
180
179
 
181
180
  // remove oNewAppStateMembers as it is not needed afterwards anymore
182
181
  delete oMatchingTarget.resolutionResult.oNewAppStateMembers;
183
- oDeferred.resolve(oMatchingTarget);
184
182
  }
185
183
 
186
184
  function hasExtendedUserDefaults (oResolutionResult) {
@@ -287,17 +285,14 @@ sap.ui.define([
287
285
  return oSelectionVariant;
288
286
  }
289
287
 
290
- function isInvalidAppStateData (oData) {
291
- if (oData === undefined || isPlainObject(oData)) {
292
- return false;
293
- }
294
- return true;
288
+ function isValidAppStateData (oData) {
289
+ return oData === undefined || isPlainObject(oData);
295
290
  }
296
291
 
297
292
  /**
298
293
  * return true iff any of the signature parameters of oMatchingTarget indicate a renaming is happening
299
294
  *
300
- * @param {object} oMatchingTarget a matchign target
295
+ * @param {object} oMatchingTarget a matching target
301
296
  * @returns {boolean} whether a renaming is part of the signature
302
297
  */
303
298
  function hasRenameTo (oMatchingTarget) {
@@ -351,21 +346,9 @@ sap.ui.define([
351
346
  oMatchingTarget.mappedDefaultedParamNames = Object.keys(oMap).sort();
352
347
  }
353
348
 
354
- function checkValidAppStateData (oAppStateData) {
355
- if (isInvalidAppStateData(oAppStateData)) {
356
- return Promise.reject();
357
- }
358
- return Promise.resolve(oAppStateData);
359
- }
360
-
361
- function getAppStateData (oAppStateService, sAppStateKey) {
362
- return new Promise(function (fnResolve, fnReject) {
363
- oAppStateService.getAppState(sAppStateKey).done(function (oAppState) {
364
- fnResolve(oAppState.getData());
365
- }).fail(function (sError) {
366
- fnReject(sError);
367
- });
368
- });
349
+ async function getAppStateData (oAppStateService, sAppStateKey) {
350
+ const oAppState = await ushellUtils.promisify(oAppStateService.getAppState(sAppStateKey));
351
+ return oAppState.getData();
369
352
  }
370
353
 
371
354
  return {
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Because the personalization processor only works with a CDM 3.0 site, this converter is used to transform a dedicated
5
5
  * CDM 3.1 site object into a CDM 3.0 site and backwards.
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log"
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Utility for loading the default visualization types for the CDM runtime.
5
- * @version 1.125.0
5
+ * @version 1.126.0
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -7,7 +7,7 @@
7
7
  * config handler which is called by the factory to generate an explicit
8
8
  * Adapter configuration
9
9
  *
10
- * @version 1.125.0
10
+ * @version 1.126.0
11
11
  * @private
12
12
  */
13
13
  sap.ui.define([
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provide mock feature group data
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  * @private
8
8
  */
9
9
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview Cross Application Navigation utility functions
4
4
  *
5
- * @version 1.125.0
5
+ * @version 1.126.0
6
6
  * @deprecated since 1.120.0
7
7
  */
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module contains the implementation of the message broker
5
- * @version 1.125.0
5
+ * @version 1.126.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @file This module is responsible to create reference pages,
5
5
  * which are shareable JSON representations of layout and navigation targets in the specific format.
6
6
  *
7
- * @version 1.125.0
7
+ * @version 1.126.0
8
8
  * @private
9
9
  */
10
10
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The extensions which plugins can use to customise the launchpad
4
4
  *
5
- * @version 1.125.0
5
+ * @version 1.126.0
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The extensions for the ShellHeader
5
- * @version 1.125.0
5
+ * @version 1.126.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub"
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The extensions for the MenuBar, an interface to let plugins request menu entry providers.
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define(["sap/ushell/Container"], function (Container) {
9
9
  "use strict";
@@ -3,7 +3,7 @@
3
3
  * @fileOverview Helper functions for <code>sap.ushell.services.Ui5ComponentLoader
4
4
  * This is a shell-internal service and no public or application facing API!
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -9,7 +9,7 @@
9
9
  * Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
10
10
  * Also it provides a search for last level properties.
11
11
  *
12
- * @version 1.125.0
12
+ * @version 1.126.0
13
13
  */
14
14
  sap.ui.define([
15
15
  "sap/ui/core/Element",
@@ -9,13 +9,9 @@
9
9
  /* Tile Footer (plus button in tile catalog) */
10
10
  @_sap_ushell_Tile_FooterBorder: @sapUiShellBorderColor;
11
11
  @_sap_ushell_Tile_FooterIconColor: @sapUiTileTextColor;
12
- @_sap_ushell_Tile_Spacing: 1rem;
13
12
  @_sap_ushell_Tile_SpacingXS: 0.475rem;
14
- @_sap_ushell_Tile_SpacingS: 0.475rem;
15
- @_sap_ushell_Tile_Spacing: 1rem;
16
- @_sap_ushell_Tile_WidthXS: 4.375rem;
17
- @_sap_ushell_Tile_WidthS: 5.25rem;
18
- @_sap_ushell_Tile_Width: 5rem;
13
+ @_sap_ushell_Tile_SpacingS: 0.7rem;
14
+ @_sap_ushell_Tile_Spacing: 0.7rem;
19
15
 
20
16
  .sapUshellTile {
21
17
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Extension for recent activities card
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/integration/Extension",
@@ -41,8 +41,8 @@ sap.ui.define([
41
41
  metadata: {
42
42
  library: "sap.ushell",
43
43
  properties: {
44
- beforePressHandler: { type: "Function", group: "Misc", defaultValue: null },
45
- afterPressHandler: { type: "Function", group: "Misc", defaultValue: null }
44
+ beforePressHandler: { type: "function", group: "Misc", defaultValue: null },
45
+ afterPressHandler: { type: "function", group: "Misc", defaultValue: null }
46
46
  }
47
47
  },
48
48
  renderer: ButtonRenderer
@@ -7,7 +7,7 @@
7
7
  * of recreating them. Items which get removed from the aggregation get destroyed and items which get added to the
8
8
  * aggregation get created.
9
9
  *
10
- * @version 1.125.0
10
+ * @version 1.126.0
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ui/base/ManagedObject",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.Section
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -292,7 +292,6 @@ sap.ui.define([
292
292
  * Dummy aggregation for visualizations in this section. Aggregation manipulation API should not be used.
293
293
  * The content should be provided with the binding on the "visualisations" path of the model.
294
294
  * There is only the following API available: bindVisualizations, getVisualizations and indexOfVisualization.
295
- * @private
296
295
  */
297
296
  visualizations: {
298
297
  type: "sap.ui.core.Control",
@@ -300,8 +299,8 @@ sap.ui.define([
300
299
  multiple: true
301
300
  },
302
301
  /**
303
- * Visualizations in the default area (normal tiles). This aggregation should be never accessed directly.
304
- * @private
302
+ * Visualizations in the default area (normal tiles). This aggregation should be never accessed directly,
303
+ * althouh this is not enforced by the framework.
305
304
  */
306
305
  defaultItems: {
307
306
  type: "sap.ui.core.Control",
@@ -315,7 +314,6 @@ sap.ui.define([
315
314
  },
316
315
  /**
317
316
  * Visualizations in the flat area (flat and flat wide tiles). This aggregation should be never accessed directly.
318
- * @private
319
317
  */
320
318
  flatItems: {
321
319
  type: "sap.ui.core.Control",
@@ -329,7 +327,6 @@ sap.ui.define([
329
327
  },
330
328
  /**
331
329
  * Visualizations in the compact area (link tiles). This aggregation should be never accessed directly.
332
- * @private
333
330
  */
334
331
  compactItems: {
335
332
  type: "sap.ui.core.Control",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.section.CompactArea
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -55,7 +55,6 @@ sap.ui.define([
55
55
  /**
56
56
  * If set to true, a divider is displayed before the item.
57
57
  *
58
- * @private
59
58
  * @deprecated since 1.18 Dividers are not supported anymore.
60
59
  */
61
60
  startsSection: {
@@ -68,7 +67,6 @@ sap.ui.define([
68
67
  * If set to true, a separator is displayed after the item.
69
68
  *
70
69
  * @since 1.22.5
71
- * @private
72
70
  * @deprecated since 1.62. Support for the showSeparator property has been discontinued in Fiori 2 and later.
73
71
  */
74
72
  showSeparator: {
@@ -81,7 +79,6 @@ sap.ui.define([
81
79
  * If set to false, the button isn't clickable and displayed as disabled.
82
80
  *
83
81
  * @since 1.38
84
- * @private
85
82
  */
86
83
  enabled: {
87
84
  type: "boolean",
@@ -91,7 +88,6 @@ sap.ui.define([
91
88
  /**
92
89
  * If set to true, the item gets a special design.
93
90
  *
94
- * @private
95
91
  */
96
92
  selected: {
97
93
  type: "boolean",
@@ -101,7 +97,6 @@ sap.ui.define([
101
97
  /**
102
98
  * If set to true, a theme dependent marker is shown on the item.
103
99
  *
104
- * @private
105
100
  * @deprecated since 1.18. Markers should not be used anymore.
106
101
  */
107
102
  showMarker: {
@@ -173,7 +168,7 @@ sap.ui.define([
173
168
  defaultValue: null
174
169
  },
175
170
  /**
176
- * @private
171
+ * The floating number of the item.
177
172
  */
178
173
  floatingNumber: {
179
174
  type: "int",
@@ -181,7 +176,7 @@ sap.ui.define([
181
176
  defaultValue: null
182
177
  },
183
178
  /**
184
- * @private
179
+ * The maximum value of the floating number.
185
180
  */
186
181
  floatingNumberMaxValue: {
187
182
  type: "int",
@@ -189,7 +184,7 @@ sap.ui.define([
189
184
  defaultValue: 999
190
185
  },
191
186
  /**
192
- * @private
187
+ * The type of the floating number.
193
188
  */
194
189
  floatingNumberType: {
195
190
  type: "sap.ushell.FloatingNumberType",
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * A control to be placed in the tool area
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
- * @version 1.125.0
21
+ * @version 1.126.0
22
22
  *
23
23
  * @public
24
24
  * @since 1.30.5
@@ -45,7 +45,6 @@ sap.ui.define([
45
45
  /**
46
46
  * Text which will be read by screenreader.
47
47
  * @since 1.30
48
- * @private
49
48
  */
50
49
  ariaLabel: { type: "string", group: "Appearance", defaultValue: null },
51
50
 
@@ -6,7 +6,7 @@
6
6
  * This is a utility module that collects common activities implemented
7
7
  * by controllers of different ui components.
8
8
  *
9
- * @version 1.125.0
9
+ * @version 1.126.0
10
10
  * @private
11
11
  */
12
12
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ShellUIService UI5 service
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/core/service/ServiceFactoryRegistry",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The UserStatus UI5 service
5
5
  *
6
- * @version 1.125.0
6
+ * @version 1.126.0
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/ui/core/service/ServiceFactoryRegistry",
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This module is for internal Shell usage only
7
7
  *
8
- * @version 1.125.0
8
+ * @version 1.126.0
9
9
  */
10
10
  sap.ui.define(["sap/base/Log", "sap/ushell/utils/UrlParsing"], function (Log, urlParsing) {
11
11
  "use strict";
@@ -197,5 +197,22 @@ sap.ui.define([
197
197
  }
198
198
  };
199
199
 
200
+ /**
201
+ * Clears the `sap-usercontext` cookie set by the SAP NetWeaver ABAP front-end server
202
+ *
203
+ * - The `sap-usercontext` cookie is on path `/`.
204
+ * - It's used by the ICF system login on the SAP NetWeaver ABAP front-end
205
+ * server to cache the current ABAP language and the current client.
206
+ * - When an FLP user changes their language and the FLP is restarted, then
207
+ * this cache is to be invalidated. This triggers the reevaluation of the
208
+ * language context with the next login as needed.
209
+ *
210
+ * @private
211
+ * @since 1.126.0
212
+ */
213
+ WindowUtils.clearSapUserContextCookie = function () {
214
+ window.document.cookie = "sap-usercontext=;Path=/;Max-Age=-1";
215
+ };
216
+
200
217
  return WindowUtils;
201
218
  });