@sapui5/sap.ushell 1.129.1 → 1.130.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 (490) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +478 -346
  4. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +41 -6
  5. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +3 -3
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -3
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  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 +1 -1
  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/S4MyHome.js +33 -2
  67. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +8 -0
  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/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  91. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  95. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  96. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +871 -733
  97. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +50 -50
  98. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +121 -116
  99. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +16 -12
  100. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -4
  101. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +48 -53
  102. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  103. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +2 -1
  104. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
  105. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +26 -5
  106. package/src/main/js/sap/ushell/components/contentFinder/Component.js +20 -13
  107. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +28 -35
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +60 -5
  112. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +17 -6
  113. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -0
  114. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +6 -0
  115. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -0
  116. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -0
  117. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -0
  118. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -0
  119. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -0
  120. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -0
  121. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -0
  122. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -0
  123. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -0
  124. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +11 -3
  125. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -0
  126. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -0
  127. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -0
  128. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -0
  129. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -0
  130. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -0
  131. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -0
  132. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +6 -0
  133. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -0
  134. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -0
  135. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -0
  136. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -0
  137. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -0
  138. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -0
  139. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -0
  140. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -0
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -0
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -0
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -0
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -0
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -0
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -0
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -0
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -0
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -0
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +6 -0
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -0
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -0
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -0
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -0
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -0
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -0
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -0
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -0
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -0
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -0
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -0
  162. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +174 -176
  163. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +28 -7
  164. package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +28 -0
  166. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +17 -14
  168. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  170. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  172. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  173. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  174. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  175. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  176. package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -1
  177. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  179. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -2
  180. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  181. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  182. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  183. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +2 -1
  184. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +74 -5
  185. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  186. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  187. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  188. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  189. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  192. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +20 -4
  194. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  195. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  196. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  197. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  198. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  199. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +149 -197
  200. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +88 -85
  201. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +15 -19
  202. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  203. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -2
  204. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  205. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  206. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +30 -1
  207. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  208. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +30 -16
  209. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  210. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  211. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  212. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  213. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  214. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  215. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  216. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +29 -15
  217. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
  218. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
  219. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
  220. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
  221. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
  222. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
  223. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
  235. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
  236. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
  237. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
  238. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
  239. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
  240. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
  241. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
  242. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
  243. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
  244. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
  245. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
  246. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
  247. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
  248. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
  249. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
  250. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
  251. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
  252. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
  253. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
  254. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
  255. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
  256. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
  257. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
  258. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
  259. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
  260. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
  261. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
  262. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
  263. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
  264. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
  265. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
  266. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  267. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  268. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  269. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  270. package/src/main/js/sap/ushell/iconfonts.js +2 -1
  271. package/src/main/js/sap/ushell/library.js +1 -1
  272. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  273. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +18 -6
  274. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  275. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  276. package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
  277. package/src/main/js/sap/ushell/renderer/Shell.controller.js +378 -576
  278. package/src/main/js/sap/ushell/renderer/Shell.view.js +5 -4
  279. package/src/main/js/sap/ushell/renderer/resources/resources.properties +57 -22
  280. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
  281. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
  282. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
  283. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
  284. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +4 -4
  285. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
  286. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  287. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
  288. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
  289. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
  290. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
  291. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +6 -4
  292. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
  293. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
  294. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
  295. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
  296. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
  297. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +10 -10
  298. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
  299. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
  300. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  301. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -9
  302. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +3 -3
  303. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
  304. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
  305. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
  306. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
  307. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
  308. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  309. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
  310. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -1
  311. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
  312. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
  313. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
  314. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
  315. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
  316. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
  317. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
  318. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
  319. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
  320. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
  321. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
  322. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
  323. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
  324. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
  325. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
  326. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
  327. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
  328. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
  329. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  330. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +5 -4
  331. package/src/main/js/sap/ushell/services/AppLifeCycle.js +102 -107
  332. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  333. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  334. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  335. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  336. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  337. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  338. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  339. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  340. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  341. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  342. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  343. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  344. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  345. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -2
  346. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  347. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  348. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  349. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  350. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  351. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  352. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  353. package/src/main/js/sap/ushell/services/DarkModeSupport.js +161 -144
  354. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  355. package/src/main/js/sap/ushell/services/Extension.js +3 -3
  356. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  357. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  358. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  359. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  360. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  361. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  362. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  363. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  364. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  365. package/src/main/js/sap/ushell/services/Message.js +1 -1
  366. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  367. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  368. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  369. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  370. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  371. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  372. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  373. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  374. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  375. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  376. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  377. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  378. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  379. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  380. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  381. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  382. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  383. package/src/main/js/sap/ushell/services/ReferenceResolver.js +74 -100
  384. package/src/main/js/sap/ushell/services/Search.js +1 -1
  385. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  386. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  387. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  388. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  389. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  390. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  391. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  392. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  393. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +2 -1
  394. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  395. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  396. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  397. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  398. package/src/main/js/sap/ushell/services/UserRecents.js +4 -4
  399. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  400. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  401. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  402. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  403. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  404. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  405. package/src/main/js/sap/ushell/state/ShellModel.js +31 -0
  406. package/src/main/js/sap/ushell/state/StateManager.js +28 -0
  407. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  408. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  409. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  410. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  411. package/src/main/js/sap/ushell/themes/base/library.source.less +0 -1
  412. package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +0 -1
  413. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +0 -1
  414. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -1
  415. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  416. package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +17 -21
  417. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +358 -100
  418. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +169 -90
  419. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  420. package/src/main/js/sap/ushell/ui/launchpad/Page.js +77 -9
  421. package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +20 -20
  422. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  423. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  424. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  425. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  426. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  427. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  428. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +1 -3
  429. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +3 -1
  430. package/src/main/js/sap/ushell/utils/UrlParsing.js +38 -0
  431. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  432. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +13 -1
  433. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  434. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  435. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  436. package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +43 -27
  437. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +2 -2
  438. package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +2 -2
  439. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +2 -2
  440. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +2 -2
  441. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +2 -2
  442. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +2 -2
  443. package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +2 -2
  444. package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +2 -2
  445. package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +2 -2
  446. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +2 -2
  447. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +2 -2
  448. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +2 -2
  449. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +2 -2
  450. package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +2 -2
  451. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +2 -2
  452. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +2 -2
  453. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +2 -2
  454. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +2 -2
  455. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +2 -2
  456. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +5 -5
  457. package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +2 -2
  458. package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +2 -2
  459. package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +2 -2
  460. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +2 -2
  461. package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +2 -2
  462. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +2 -2
  463. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +2 -2
  464. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +2 -2
  465. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +2 -2
  466. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +2 -2
  467. package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +2 -2
  468. package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +2 -2
  469. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +2 -2
  470. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +2 -2
  471. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +2 -2
  472. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +2 -2
  473. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +2 -2
  474. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +2 -2
  475. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +2 -2
  476. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +2 -2
  477. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +2 -2
  478. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +2 -2
  479. package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +2 -2
  480. package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +2 -2
  481. package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -3
  482. package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +2 -2
  483. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +2 -2
  484. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +2 -2
  485. package/src/main/js/sap/ushell/utils.js +8 -20
  486. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  487. package/src/main/js/sap/ushell/themes/base/AppearanceView.less +0 -213
  488. package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +0 -213
  489. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +0 -213
  490. package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +0 -213
@@ -1,99 +1,178 @@
1
1
  <core:FragmentDefinition
2
- xmlns="sap.m"
3
- xmlns:core="sap.ui.core"
4
- xmlns:form="sap.ui.layout.form">
2
+ xmlns="sap.m"
3
+ xmlns:core="sap.ui.core"
4
+ xmlns:form="sap.ui.layout.form"
5
+ xmlns:custom="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
6
+ core:require="{
7
+ coreLibrary: 'sap/ui/core/library',
8
+ mobileLibrary: 'sap/m/library'
9
+ }">
5
10
  <Dialog
6
11
  id="aboutDialog"
7
12
  title="{i18n>about}"
8
- contentWidth="40rem"
9
- horizontalScrolling="false"
13
+ class="sapUshellUserSetting sapContrastPlus"
14
+ contentHeight="42rem"
15
+ contentWidth="62rem"
16
+ afterClose=".onAfterClose"
10
17
  beforeOpen=".onBeforeOpen"
11
- class="sapContrastPlus"
12
- afterClose=".onAfterClose">
18
+ stretch="{device>/system/phone}">
19
+ <customHeader>
20
+ <Bar id="settingsBar">
21
+ <contentLeft>
22
+ <Button id="aboutDialogNavBackButton"
23
+ icon="sap-icon://nav-back"
24
+ press=".navigateBackToMaster"
25
+ tooltip="{i18n>ToggleButtonShow}"
26
+ visible="false" />
27
+ <ToggleButton id="aboutDialogMenuButton"
28
+ icon="sap-icon://menu2"
29
+ press=".navToggleButtonPressHandler"
30
+ tooltip="{i18n>ToggleButtonShow}"
31
+ visible="false" />
32
+ </contentLeft>
33
+ <contentMiddle>
34
+ <Title
35
+ text="{i18n>about}" />
36
+ </contentMiddle>
37
+ </Bar>
38
+ </customHeader>
13
39
  <content>
14
- <form:SimpleForm
15
- id="aboutDialogApplicationForm"
16
- editable="false"
17
- layout="ColumnLayout"
18
- visible="{ path: 'AppInfo>/', formatter: '.isFormVisible' }"
19
- columnsM="{ path: 'AppInfo>/', formatter: '.calculateNumberOfColumns' }"
20
- columnsL="{ path: 'AppInfo>/', formatter: '.calculateNumberOfColumns' }"
21
- columnsXL="{ path: 'AppInfo>/', formatter: '.calculateNumberOfColumns' }"
22
- labelSpanM="12"
23
- labelSpanL="12"
24
- labelSpanXL="12">
25
- <form:title>
26
- <core:Title text="{i18n>aboutCategoryApplication}" level="H2"></core:Title>
27
- </form:title>
28
- <Label id="appInfoAppTitleLabel" visible="{= !!${AppInfo>/appTitle/label}}" text="{AppInfo>/appTitle/label}"/>
29
- <Text id="appInfoAppTitleText" visible="{= !!${AppInfo>/appTitle/label}}" text="{AppInfo>/appTitle/text}"/>
30
- <Label id="appInfoAppIdLabel" visible="{= !!${AppInfo>/appId/label}}" text="{AppInfo>/appId/label}"/>
31
- <Text id="appInfoAppIdText" visible="{= !!${AppInfo>/appId/label}}" text="{AppInfo>/appId/text}"/>
32
- <Label id="appInfoAppVersionLabel" visible="{= !!${AppInfo>/appVersion/label}}" text="{AppInfo>/appVersion/label}"/>
33
- <Text id="appInfoAppVersionText" visible="{= !!${AppInfo>/appVersion/label}}" text="{AppInfo>/appVersion/text}"/>
34
- <Label id="appInfoAppSupportInfoLabel" visible="{= !!${AppInfo>/appSupportInfo/label}}" text="{AppInfo>/appSupportInfo/label}"/>
35
- <Text id="appInfoAppSupportInfoText" visible="{= !!${AppInfo>/appSupportInfo/label}}" text="{AppInfo>/appSupportInfo/text}"/>
36
- <Label id="appInfoTechnicalAppComponentIdLabel" visible="{= !!${AppInfo>/technicalAppComponentId/label}}" text="{AppInfo>/technicalAppComponentId/label}"/>
37
- <Text id="appInfoTechnicalAppComponentIdText" visible="{= !!${AppInfo>/technicalAppComponentId/label}}" text="{AppInfo>/technicalAppComponentId/text}"/>
38
- <Label id="appInfoAppFrameworkIdLabel" visible="{= !!${AppInfo>/appFrameworkId/label}}" text="{AppInfo>/appFrameworkId/label}"/>
39
- <Text id="appInfoAppFrameworkIdText" visible="{= !!${AppInfo>/appFrameworkId/label}}" text="{AppInfo>/appFrameworkId/text}"/>
40
- <Label id="appInfoAppFrameworkVersionLabel" visible="{= !!${AppInfo>/appFrameworkVersion/label}}" text="{AppInfo>/appFrameworkVersion/label}"/>
41
- <Text id="appInfoAppFrameworkVersionText" visible="{= !!${AppInfo>/appFrameworkVersion/label}}" text="{AppInfo>/appFrameworkVersion/text}"/>
42
- <Label id="appInfoContentProviderLabel" visible="{= !!${AppInfo>/contentProviderLabel/label}}" text="{AppInfo>/contentProviderLabel/label}"/>
43
- <Text id="appInfoContentProviderText" visible="{= !!${AppInfo>/contentProviderLabel/label}}" text="{AppInfo>/contentProviderLabel/text}"/>
44
- </form:SimpleForm>
45
-
46
- <form:SimpleForm
47
- id="aboutDialogSystemForm"
48
- editable="false"
49
- layout="ColumnLayout"
50
- visible="{ path: 'SysInfo>/', formatter: '.isFormVisible' }"
51
- columnsM="{ path: 'SysInfo>/', formatter: '.calculateNumberOfColumns' }"
52
- columnsL="{ path: 'SysInfo>/', formatter: '.calculateNumberOfColumns' }"
53
- columnsXL="{ path: 'SysInfo>/', formatter: '.calculateNumberOfColumns' }"
54
- labelSpanM="12"
55
- labelSpanL="12"
56
- labelSpanXL="12">
57
- <form:title>
58
- <core:Title text="{i18n>aboutCategorySystem}" level="H2"></core:Title>
59
- </form:title>
60
- <Label id="sysInfoProductNameLabel" visible="{= !!${SysInfo>/productName/label}}" text="{SysInfo>/productName/label}"/>
61
- <Text id="sysInfoProductNameText" visible="{= !!${SysInfo>/productName/label}}" text="{SysInfo>/productName/text}"/>
62
- <Label id="sysInfoProductVersionLabel" visible="{= !!${SysInfo>/productVersion/label}}" text="{SysInfo>/productVersion/label}"/>
63
- <Text id="sysInfoProductVersionText" visible="{= !!${SysInfo>/productVersion/label}}" text="{SysInfo>/productVersion/text}"/>
64
- <Label id="sysInfoSystemNameLabel" visible="{= !!${SysInfo>/systemName/label}}" text="{SysInfo>/systemName/label}"/>
65
- <Text id="sysInfoSystemNameText" visible="{= !!${SysInfo>/systemName/label}}" text="{SysInfo>/systemName/text}"/>
66
- <Label id="sysInfoSystemRoleLabel" visible="{= !!${SysInfo>/systemRole/label}}" text="{SysInfo>/systemRole/label}"/>
67
- <Text id="sysInfoSystemRoleText" visible="{= !!${SysInfo>/systemRole/label}}" text="{SysInfo>/systemRole/text}"/>
68
- <Label id="sysInfoTenantRoleLabel" visible="{= !!${SysInfo>/tenantRole/label}}" text="{SysInfo>/tenantRole/label}"/>
69
- <Text id="sysInfoTenantRoleText" visible="{= !!${SysInfo>/tenantRole/label}}" text="{SysInfo>/tenantRole/text}"/>
70
- </form:SimpleForm>
71
-
72
- <form:SimpleForm
73
- id="aboutDialogUserForm"
74
- editable="false"
75
- layout="ColumnLayout"
76
- visible="{ path: 'UserEnvInfo>/', formatter: '.isFormVisible' }"
77
- columnsM="{ path: 'UserEnvInfo>/', formatter: '.calculateNumberOfColumns' }"
78
- columnsL="{ path: 'UserEnvInfo>/', formatter: '.calculateNumberOfColumns' }"
79
- columnsXL="{ path: 'UserEnvInfo>/', formatter: '.calculateNumberOfColumns' }"
80
- labelSpanM="12"
81
- labelSpanL="12"
82
- labelSpanXL="12">
83
- <form:title>
84
- <core:Title text="{i18n>aboutCategoryUser}" level="H2"></core:Title>
85
- </form:title>
86
- <Label id="userEnvInfoDeviceTypeLabel" visible="{= !!${UserEnvInfo>/deviceType/label}}" text="{UserEnvInfo>/deviceType/label}"/>
87
- <Text id="userEnvInfoDeviceTypeText" visible="{= !!${UserEnvInfo>/deviceType/label}}" text="{UserEnvInfo>/deviceType/text}"/>
88
- <Label id="userEnvInfoActiveThemeLabel" visible="{= !!${UserEnvInfo>/activeTheme/label}}" text="{UserEnvInfo>/activeTheme/label}"/>
89
- <Text id="userEnvInfoActiveThemeText" visible="{= !!${UserEnvInfo>/activeTheme/label}}" text="{UserEnvInfo>/activeTheme/text}"/>
90
- <Label id="userEnvInfoOptimizedForTouchLabel" visible="{= !!${UserEnvInfo>/optimizedForTouch/label}}" text="{UserEnvInfo>/optimizedForTouch/label}"/>
91
- <Text id="userEnvInfoOptimizedForTouchText" visible="{= !!${UserEnvInfo>/optimizedForTouch/label}}" text="{UserEnvInfo>/optimizedForTouch/text}"/>
92
- <Label id="userEnvInfoTouchSupportedLabel" visible="{= !!${UserEnvInfo>/touchSupported/label}}" text="{UserEnvInfo>/touchSupported/label}"/>
93
- <Text id="userEnvInfoTouchSupportedText" visible="{= !!${UserEnvInfo>/touchSupported/label}}" text="{UserEnvInfo>/touchSupported/text}"/>
94
- <Label id="userEnvInfoUserAgentFldLabel" visible="{= !!${UserEnvInfo>/userAgentFld/label}}" text="{UserEnvInfo>/userAgentFld/label}"/>
95
- <Text id="userEnvInfoUserAgentFldText" visible="{= !!${UserEnvInfo>/userAgentFld/label}}" text="{UserEnvInfo>/userAgentFld/text}"/>
96
- </form:SimpleForm>
40
+ <Page
41
+ showHeader="false"
42
+ class="sapUshellSettingsPage">
43
+ <content>
44
+ <SplitContainer id="aboutDialogContainer"
45
+ initialDetail="aboutDialogDetail"
46
+ defaultTransitionNameDetail="show"
47
+ afterMasterClose=".onAfterMasterClose"
48
+ beforeMasterOpen=".onBeforeMasterOpen">
49
+ <masterPages>
50
+ <Page
51
+ id="aboutDialogMaster"
52
+ class="sapUshellUserSettingMaster"
53
+ showHeader="false">
54
+ <content>
55
+ <List id="aboutDialogEntryList"
56
+ itemPress=".onItemPress"
57
+ mode="{= mobileLibrary.ListMode.SingleSelectMaster}">
58
+ <items>
59
+ <StandardListItem
60
+ title="{i18n>aboutCategoryApplication}"
61
+ type="Active"
62
+ icon="sap-icon://header"
63
+ custom:to="aboutDialogDetailApplication"
64
+ wrapping="true" />
65
+ <StandardListItem
66
+ title="{i18n>aboutCategorySystem}"
67
+ icon="sap-icon://wrench"
68
+ type="Active"
69
+ custom:to="aboutDialogDetailSystem"
70
+ wrapping="true" />
71
+ <StandardListItem
72
+ title="{i18n>aboutCategoryEnvironment}"
73
+ icon="sap-icon://desktop-mobile"
74
+ type="Active"
75
+ custom:to="aboutDialogDetailEnvironment"
76
+ wrapping="true" />
77
+ </items>
78
+ </List>
79
+ </content>
80
+ </Page>
81
+ </masterPages>
82
+ <detailPages>
83
+ <Page
84
+ id="aboutDialogDetailApplication"
85
+ showHeader="false">
86
+ <content>
87
+ <ObjectHeader
88
+ title="{i18n>aboutCategoryApplication}"
89
+ titleLevel="{= coreLibrary.TitleLevel.H3}"
90
+ backgroundDesign="Solid"
91
+ class="sapUshellUserSettingDetailHeader"/>
92
+ <VBox class="sapUiSmallMargin">
93
+ <form:SimpleForm
94
+ id="aboutDialogApplicationForm"
95
+ editable="false"
96
+ layout="ColumnLayout"
97
+ columnsM="2"
98
+ columnsL="2"
99
+ columnsXL="2"
100
+ content="{
101
+ path: 'AppInfo>/entries',
102
+ factory: '.itemFactory'
103
+ }">
104
+ </form:SimpleForm>
105
+ </VBox>
106
+ <VBox class="sapUiSmallMargin">
107
+ <form:SimpleForm
108
+ id="aboutDialogApplicationFormCustomValues"
109
+ editable="false"
110
+ layout="ColumnLayout"
111
+ columnsM="2"
112
+ columnsL="2"
113
+ columnsXL="2"
114
+ content="{
115
+ path: 'AppInfo>/customEntries',
116
+ factory: '.itemFactory'
117
+ }">
118
+ </form:SimpleForm>
119
+ </VBox>
120
+ </content>
121
+ </Page>
122
+ <Page
123
+ id="aboutDialogDetailSystem"
124
+ showHeader="false">
125
+ <content>
126
+ <ObjectHeader
127
+ title="{i18n>aboutCategorySystem}"
128
+ titleLevel="{= coreLibrary.TitleLevel.H3}"
129
+ backgroundDesign="Solid"
130
+ class="sapUshellUserSettingDetailHeader"/>
131
+ <VBox class="sapUiSmallMargin">
132
+ <form:SimpleForm
133
+ id="aboutDialogSystemForm"
134
+ editable="false"
135
+ layout="ColumnLayout"
136
+ columnsM="2"
137
+ columnsL="2"
138
+ columnsXL="2"
139
+ content="{
140
+ path: 'SysInfo>/entries',
141
+ factory: '.itemFactory'
142
+ }">
143
+ </form:SimpleForm>
144
+ </VBox>
145
+ </content>
146
+ </Page>
147
+ <Page
148
+ id="aboutDialogDetailEnvironment"
149
+ showHeader="false">
150
+ <content>
151
+ <ObjectHeader
152
+ title="{i18n>aboutCategoryEnvironment}"
153
+ titleLevel="{= coreLibrary.TitleLevel.H3}"
154
+ backgroundDesign="Solid"
155
+ class="sapUshellUserSettingDetailHeader"/>
156
+ <VBox class="sapUiSmallMargin">
157
+ <form:SimpleForm
158
+ id="aboutDialogUserForm"
159
+ editable="false"
160
+ layout="ColumnLayout"
161
+ columnsM="2"
162
+ columnsL="2"
163
+ columnsXL="2"
164
+ content="{
165
+ path: 'UserEnvInfo>/entries',
166
+ factory: '.itemFactory'
167
+ }">
168
+ </form:SimpleForm>
169
+ </VBox>
170
+ </content>
171
+ </Page>
172
+ </detailPages>
173
+ </SplitContainer>
174
+ </content>
175
+ </Page>
97
176
  </content>
98
177
  <beginButton>
99
178
  <Button
@@ -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.129.1
10
+ * @version 1.130.1
11
11
  */
12
12
  sap.ui.define([
13
13
  "sap/ui/base/ManagedObject",
@@ -4,6 +4,8 @@
4
4
  sap.ui.define([
5
5
  "sap/m/Button",
6
6
  "sap/m/library",
7
+ "sap/m/Menu",
8
+ "sap/m/MenuItem",
7
9
  "sap/m/Text",
8
10
  "sap/ui/core/Control",
9
11
  "sap/ui/core/dnd/DragDropInfo",
@@ -15,6 +17,8 @@ sap.ui.define([
15
17
  ], function (
16
18
  Button,
17
19
  mLibrary,
20
+ Menu,
21
+ MenuItem,
18
22
  Text,
19
23
  Control,
20
24
  DragDropInfo,
@@ -211,6 +215,69 @@ sap.ui.define([
211
215
  this._oInvisibleMessageInstance = InvisibleMessage.getInstance();
212
216
  };
213
217
 
218
+ Page.prototype._onSectionContextMenu = function (oEvent, oSection) {
219
+ if (!this.getEdit()) {
220
+ return;
221
+ }
222
+
223
+ for (let oControl = oEvent.srcControl; !oControl.isA("sap.ushell.ui.launchpad.Section"); oControl = oControl.getParent()) {
224
+ if (oControl.isA("sap.m.Input") // section title
225
+ || oControl.isA("sap.ushell.ui.launchpad.VizInstance") // tile
226
+ || oControl.isA("sap.ushell.ui.launchpad.VizInstanceLink")) { // link
227
+ // If the context menu is opened inside of these controls, the default context menu should be shown.
228
+ return;
229
+ }
230
+ }
231
+
232
+ function moveSection (bUp) {
233
+ const aSections = this.getSections();
234
+ const iIndexOfSection = aSections.indexOf(oSection);
235
+
236
+ const oOtherSection = aSections[bUp ? iIndexOfSection - 1 : iIndexOfSection + 1];
237
+
238
+ this.fireSectionDrop({
239
+ draggedControl: oSection,
240
+ droppedControl: oOtherSection,
241
+ dropPosition: bUp ? "Before" : "After"
242
+ });
243
+ }
244
+
245
+ const bEnableSectionReordering = this.getEnableSectionReordering();
246
+
247
+ const aSections = this.getSections().filter((section) => {
248
+ return !section.getDefault();
249
+ });
250
+
251
+ // the default section is filtered out and will receive an index of -1
252
+ const iIndexOfSection = aSections.indexOf(oSection);
253
+
254
+ const oContextMenu = new Menu("sapUshellSectionContextMenu", {
255
+ items: [
256
+ new MenuItem({
257
+ text: "{i18n>Page.MoveSection.Up}",
258
+ // Enabled if section reordering is allowed and it is not the first section or the default section
259
+ enabled: bEnableSectionReordering && iIndexOfSection > 0,
260
+ press: moveSection.bind(this, true)
261
+ }),
262
+ new MenuItem({
263
+ text: "{i18n>Page.MoveSection.Down}",
264
+ // Enabled if section reordering is allowed and it is not the default section and it is also not the last section
265
+ enabled: bEnableSectionReordering && iIndexOfSection !== -1 && iIndexOfSection < aSections.length - 1,
266
+ press: moveSection.bind(this, false)
267
+ })
268
+ ],
269
+ closed: function () {
270
+ // The timeout is needed, as the close event is fired before the MenuItem press event.
271
+ setTimeout(this.destroy.bind(this));
272
+ }
273
+ }).setModel(resources.i18nModel, "i18n");
274
+ // Safeguards that the ContextMenu is destroyed when the page is destroyed
275
+ this.addDependent(oContextMenu);
276
+
277
+ oEvent.preventDefault();
278
+ oContextMenu.openAsContextMenu(oEvent, oSection);
279
+ };
280
+
214
281
  /**
215
282
  * Gets called on every focusin event within this control/ custom fastnavgroup.
216
283
  * Saves the last focused visualization and section to a private variable.
@@ -711,15 +778,6 @@ sap.ui.define([
711
778
  return [];
712
779
  };
713
780
 
714
- Page.prototype._getCurrentlyFocusedSection = function () {
715
- var aSections = this.getSections();
716
- var oCurrentlyFocusedElement = window.document.activeElement;
717
-
718
- return aSections.find(function (oSection) {
719
- return oSection.getDomRef().contains(oCurrentlyFocusedElement);
720
- });
721
- };
722
-
723
781
  /**
724
782
  * Handles the borderReached event of a Section.
725
783
  *
@@ -736,6 +794,11 @@ sap.ui.define([
736
794
 
737
795
  if (sAggregationName === "sections") {
738
796
  oObject.attachEvent("borderReached", this._handleSectionBorderReached.bind(this));
797
+ oObject.addEventDelegate({
798
+ oncontextmenu: (oEvent) => {
799
+ this._onSectionContextMenu(oEvent, oObject);
800
+ }
801
+ });
739
802
  }
740
803
 
741
804
  return this;
@@ -746,6 +809,11 @@ sap.ui.define([
746
809
 
747
810
  if (sAggregationName === "sections") {
748
811
  oObject.attachEvent("borderReached", this._handleSectionBorderReached.bind(this));
812
+ oObject.addEventDelegate({
813
+ oncontextmenu: (oEvent) => {
814
+ this._onSectionContextMenu(oEvent, oObject);
815
+ }
816
+ });
749
817
  }
750
818
 
751
819
  return this;
@@ -22,12 +22,12 @@ sap.ui.define([], function () {
22
22
  * Page control that should be rendered
23
23
  */
24
24
  PageRenderer.render = function (rm, page) {
25
- var aSections = page.getSections();
26
- var iNrOfSections = aSections.length;
27
- var sDataHelpId = page.getDataHelpId();
28
- var sTitle = page.getTitle();
29
- var oSection;
30
- var index;
25
+ const aVisibleSections = page.getSections().filter((oSection) => {
26
+ return page.getEdit() || (oSection.getShowSection() && oSection.getVisible());
27
+ });
28
+ const iNrOfVisualSections = aVisibleSections.length;
29
+ const sDataHelpId = page.getDataHelpId();
30
+ const sTitle = page.getTitle();
31
31
 
32
32
  rm.openStart("div", page);
33
33
  rm.class("sapUshellPage");
@@ -55,27 +55,27 @@ sap.ui.define([], function () {
55
55
  rm.text(sTitle);
56
56
  rm.close("h2");
57
57
 
58
- if (page.getEdit() && !iNrOfSections) {
58
+ if (page.getEdit() && !iNrOfVisualSections) {
59
59
  rm.renderControl(page.getAggregation("_addSectionButtons")[0]);
60
60
  }
61
61
 
62
- // render "NoSectionsText" when there are no sections
63
- if (!iNrOfSections && page.getShowNoSectionsText()) {
62
+ // render "NoSectionsText" when there are no visible sections
63
+ if (!iNrOfVisualSections && page.getShowNoSectionsText()) {
64
64
  rm.renderControl(page.getAggregation("_noSectionText"));
65
65
  }
66
66
 
67
- for (index = 0; index < iNrOfSections; index++) {
68
- oSection = aSections[index];
69
- if (page.getEdit() || (oSection.getShowSection() && oSection.getVisible())) {
70
- rm.openStart("div");
71
- rm.class("sapUshellPageSection");
72
- rm.openEnd(); // div - tag
73
- rm.renderControl(oSection);
74
- if (page.getEdit()) {
75
- rm.renderControl(page.getAggregation("_addSectionButtons")[index + 1]);
76
- }
77
- rm.close("div");
67
+ let index;
68
+ let oSection;
69
+ for (index = 0; index < iNrOfVisualSections; index++) {
70
+ oSection = aVisibleSections[index];
71
+ rm.openStart("div");
72
+ rm.class("sapUshellPageSection");
73
+ rm.openEnd(); // div - tag
74
+ rm.renderControl(oSection);
75
+ if (page.getEdit()) {
76
+ rm.renderControl(page.getAggregation("_addSectionButtons")[index + 1]);
78
77
  }
78
+ rm.close("div");
79
79
  }
80
80
 
81
81
  rm.close("div");
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.Section
5
5
  *
6
- * @version 1.129.1
6
+ * @version 1.130.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/Log",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview Provides control sap.ushell.ui.launchpad.section.CompactArea
5
5
  *
6
- * @version 1.129.1
6
+ * @version 1.130.1
7
7
  */
8
8
 
9
9
  sap.ui.define([
@@ -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.129.1
21
+ * @version 1.130.1
22
22
  *
23
23
  * @public
24
24
  * @since 1.30.5
@@ -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.129.1
9
+ * @version 1.130.1
10
10
  * @private
11
11
  */
12
12
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ShellUIService UI5 service factory
5
5
  *
6
- * @version 1.129.1
6
+ * @version 1.130.1
7
7
  */
8
8
  sap.ui.define([
9
9
  "sap/base/util/Deferred",
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The UserStatus UI5 service
5
5
  *
6
- * @version 1.129.1
6
+ * @version 1.130.1
7
7
  * @deprecated since 1.70. Support for this service has been discontinued.
8
8
  */
9
9
  sap.ui.define([
@@ -13,7 +13,6 @@ sap.ui.define([
13
13
  "sap/ui/core/Configuration",
14
14
  "sap/base/util/ObjectPath",
15
15
  "sap/ushell/EventHub",
16
- "sap/ushell/utils",
17
16
  "sap/ushell/Container"
18
17
  ], function (
19
18
  Localization,
@@ -25,7 +24,6 @@ sap.ui.define([
25
24
  Configuration,
26
25
  ObjectPath,
27
26
  EventHub,
28
- ushellUtils,
29
27
  Container
30
28
  ) {
31
29
  "use strict";
@@ -410,7 +408,7 @@ sap.ui.define([
410
408
  const ReferenceResolverService = await Container.getServiceAsync("ReferenceResolver");
411
409
 
412
410
  const oSystemContext = await ClientSideTargetResolutionService.getSystemContext(sContentProviderId);
413
- const oResult = await ushellUtils.promisify(ReferenceResolverService.resolveUserDefaultParameters(sUrl, oSystemContext));
411
+ const oResult = await ReferenceResolverService.resolveUserDefaultParameters(sUrl, oSystemContext);
414
412
 
415
413
  if (oResult.defaultsWithoutValue && oResult.defaultsWithoutValue.length > 0) {
416
414
  Log.error("The service URL contains User Default(s) with no set value: " + oResult.defaultsWithoutValue.join(", "), "", sModuleName);
@@ -6,7 +6,9 @@
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ui/model/json/JSONModel"
9
- ], function (JSONModel) {
9
+ ], function (
10
+ JSONModel
11
+ ) {
10
12
  "use strict";
11
13
 
12
14
  function noop () {
@@ -421,6 +421,44 @@ sap.ui.define([
421
421
  return sHash;
422
422
  };
423
423
 
424
+ /**
425
+ * Ensures a leading # in a hash.
426
+ * @param {string} sHash Shell hash.
427
+ * @returns {string} the string with a leading #.
428
+ *
429
+ * @since 1.129.0
430
+ * @private
431
+ */
432
+ UrlParsing.ensureLeadingHash = function (sHash) {
433
+ if (!sHash) {
434
+ sHash = "#";
435
+ } else if (sHash.charAt(0) !== "#") {
436
+ sHash = `#${sHash}`;
437
+ }
438
+ return sHash;
439
+ };
440
+
441
+ /**
442
+ * Reduces a hash to the semantic object and action part.
443
+ * Does not include the leading '#'.
444
+ * Returns empty string if the hash is not parseable.
445
+ *
446
+ * @param {string} sHash Shell hash.
447
+ * @returns {string} The basic hash.
448
+ *
449
+ * @since 1.129.0
450
+ * @private
451
+ */
452
+ UrlParsing.getBasicHash = function (sHash) {
453
+ var oShellHash = this.parseShellHash(sHash);
454
+
455
+ if (!oShellHash) {
456
+ return "";
457
+ }
458
+
459
+ return `${oShellHash.semanticObject}-${oShellHash.action}`;
460
+ };
461
+
424
462
  /**
425
463
  * split a Unified Shell compliant hash into an Object containing a shell specific part and an app specific parts</br>
426
464
  * for non compliant hash strings, the empty object {} is returned.
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This module is for internal Shell usage only
7
7
  *
8
- * @version 1.129.1
8
+ * @version 1.130.1
9
9
  */
10
10
  sap.ui.define(["sap/base/Log", "sap/ushell/utils/UrlParsing"], function (Log, urlParsing) {
11
11
  "use strict";