@sapui5/sap.ushell 1.130.1 → 1.131.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 (512) 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 +2 -1
  4. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +83 -40
  5. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +1 -0
  6. package/src/main/js/sap/ushell/Container.js +8 -5
  7. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  8. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  9. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  10. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  17. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +12 -2
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +12 -2
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +5 -2
  48. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/api/BootstrapObserver.js +61 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +43 -24
  69. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +13 -5
  70. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +2 -2
  97. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  98. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +15 -16
  100. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  101. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +86 -83
  102. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +19 -11
  103. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +164 -153
  104. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +227 -168
  105. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  106. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +1 -0
  107. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +1 -1
  108. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +51 -81
  109. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  110. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +7 -7
  111. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +99 -29
  112. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +12 -9
  113. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinder/Component.js +135 -105
  115. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +32 -45
  116. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +2 -4
  117. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +34 -1
  120. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +72 -24
  121. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +8 -2
  122. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +10 -4
  123. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +10 -4
  124. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +10 -4
  125. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +10 -4
  126. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +10 -4
  127. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +10 -4
  128. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +10 -4
  129. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +10 -4
  130. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +10 -4
  131. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +10 -4
  132. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +10 -4
  133. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +7 -3
  134. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +10 -4
  135. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +10 -4
  136. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +10 -4
  137. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +10 -4
  138. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +10 -4
  139. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +10 -4
  140. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +10 -4
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +10 -4
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +10 -4
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +9 -3
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +10 -4
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +10 -4
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +10 -4
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +10 -4
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +10 -4
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +10 -4
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +10 -4
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +10 -4
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +10 -4
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +10 -4
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +10 -4
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +10 -4
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +10 -4
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +10 -4
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +10 -4
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +10 -4
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +10 -4
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +10 -4
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +10 -4
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +10 -4
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +10 -4
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +10 -4
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +10 -4
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +10 -4
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +10 -4
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +10 -4
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +10 -4
  171. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +332 -289
  172. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +22 -18
  173. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +8 -4
  175. package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
  176. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  177. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -3
  178. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  179. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  180. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  181. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  182. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  183. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  184. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  185. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  186. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  187. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  188. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  189. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  190. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  191. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  193. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +8 -7
  194. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  196. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +131 -69
  197. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +5 -4
  198. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/ContextMenu.fragment.xml +32 -0
  199. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +16 -2
  200. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  201. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  202. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +7 -1
  204. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  205. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  206. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  207. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +14 -7
  210. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -0
  211. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  212. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  213. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  214. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  215. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  216. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +25 -18
  217. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  218. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  219. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  220. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  221. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  222. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  223. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +9 -1
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +9 -1
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +9 -1
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +9 -1
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +9 -1
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +9 -1
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +9 -1
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +9 -1
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +9 -1
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +9 -1
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +9 -1
  235. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +9 -1
  236. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +9 -1
  237. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +9 -1
  238. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +9 -1
  239. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +9 -1
  240. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +9 -1
  241. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +9 -1
  242. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +9 -1
  243. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +9 -1
  244. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +9 -1
  245. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +9 -1
  246. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +9 -1
  247. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +9 -1
  248. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +9 -1
  249. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +9 -1
  250. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +9 -1
  251. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +9 -1
  252. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +9 -1
  253. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +9 -1
  254. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +9 -1
  255. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +9 -1
  256. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +9 -1
  257. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +9 -1
  258. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +9 -1
  259. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +9 -1
  260. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +9 -1
  261. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +9 -1
  262. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +9 -1
  263. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +9 -1
  264. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +9 -1
  265. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +9 -1
  266. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +9 -1
  267. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +9 -1
  268. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +9 -1
  269. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +9 -1
  270. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +9 -1
  271. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +9 -1
  272. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +9 -1
  273. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  274. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  275. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  276. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  277. package/src/main/js/sap/ushell/library.js +1 -1
  278. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  279. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +9 -1
  280. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  281. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  282. package/src/main/js/sap/ushell/renderer/Renderer.js +12 -2
  283. package/src/main/js/sap/ushell/renderer/Shell.controller.js +17 -10
  284. package/src/main/js/sap/ushell/renderer/Shell.view.js +10 -9
  285. package/src/main/js/sap/ushell/renderer/ShellLayout.js +152 -25
  286. package/src/main/js/sap/ushell/renderer/resources/resources.properties +3 -3
  287. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +28 -8
  288. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +29 -9
  289. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +27 -7
  290. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +27 -7
  291. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +25 -5
  292. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +26 -6
  293. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +33 -13
  294. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +28 -8
  295. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +29 -9
  296. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +27 -7
  297. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +27 -7
  298. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +27 -10
  299. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +30 -10
  300. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +25 -5
  301. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +27 -7
  302. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +26 -6
  303. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +26 -6
  304. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +25 -5
  305. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +25 -5
  306. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +26 -6
  307. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +26 -6
  308. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +28 -8
  309. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +25 -5
  310. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +25 -5
  311. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -6
  312. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +27 -7
  313. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +28 -8
  314. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +26 -6
  315. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +26 -6
  316. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +27 -7
  317. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +26 -6
  318. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +26 -6
  319. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +25 -5
  320. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +26 -6
  321. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +26 -6
  322. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +25 -5
  323. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +25 -5
  324. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -5
  325. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +27 -7
  326. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +26 -6
  327. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +27 -7
  328. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +27 -7
  329. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +25 -5
  330. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -5
  331. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +25 -5
  332. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +28 -8
  333. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +26 -6
  334. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +25 -5
  335. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +29 -9
  336. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/CEPSearchApp.controller.js +0 -3
  337. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/SearchApp.controller.js +0 -3
  338. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  339. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +10 -9
  340. package/src/main/js/sap/ushell/services/AppLifeCycle.js +33 -1
  341. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  342. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  343. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  344. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  345. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  346. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  347. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  348. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  349. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  350. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  351. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  352. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  353. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  354. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +190 -234
  355. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  356. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  357. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  358. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  359. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  360. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  361. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  362. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  363. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  364. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  365. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  366. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  367. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  368. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  369. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  370. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  371. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  372. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  373. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  374. package/src/main/js/sap/ushell/services/Message.js +1 -1
  375. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  376. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  377. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  378. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +16 -21
  379. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  380. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  381. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  382. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  383. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  384. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  385. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  386. package/src/main/js/sap/ushell/services/Pages.js +12 -13
  387. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  388. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  389. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  390. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  391. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  392. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  393. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  394. package/src/main/js/sap/ushell/services/Search.js +1 -1
  395. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  396. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -4
  397. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  398. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  399. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  400. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  401. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  402. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  403. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +1 -1
  404. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  405. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  406. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +3 -5
  407. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  408. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  409. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  410. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  411. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  412. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  413. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  414. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  415. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  416. package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +7 -0
  417. package/src/main/js/sap/ushell/themes/base/Catalog.less +4 -5
  418. package/src/main/js/sap/ushell/themes/base/IconFonts.less +2 -2
  419. package/src/main/js/sap/ushell/themes/base/SearchCEP.less +5 -1
  420. package/src/main/js/sap/ushell/themes/base/Tile.less +6 -10
  421. package/src/main/js/sap/ushell/themes/base/TilePlaceholder.less +7 -11
  422. package/src/main/js/sap/ushell/themes/base/TileState.less +32 -33
  423. package/src/main/js/sap/ushell/themes/base/UserSettings.less +7 -5
  424. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +2 -1
  425. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  426. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  427. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  428. package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.woff +0 -0
  429. package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.woff2 +0 -0
  430. package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +3 -5
  431. package/src/main/js/sap/ushell/themes/sap_belize_base/IconFonts.less +2 -2
  432. package/src/main/js/sap/ushell/themes/sap_belize_base/Tile.less +6 -10
  433. package/src/main/js/sap/ushell/themes/sap_belize_base/TilePlaceholder.less +7 -11
  434. package/src/main/js/sap/ushell/themes/sap_belize_base/TileState.less +32 -33
  435. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +3 -5
  436. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +2 -2
  437. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +4 -8
  438. package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +3 -5
  439. package/src/main/js/sap/ushell/themes/sap_hcb/base_IconFonts.less +2 -2
  440. package/src/main/js/sap/ushell/themes/sap_hcb/base_Tile.less +4 -8
  441. package/src/main/js/sap/ushell/themes/sap_horizon/Tile.less +55 -58
  442. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
  443. package/src/main/js/sap/ushell/themes/sap_horizon_dark/Tile.less +52 -55
  444. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/Tile.less +2 -2
  445. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/Tile.less +1 -2
  446. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  447. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +2 -2
  448. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  449. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  450. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  451. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  452. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  453. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +4 -3
  454. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  455. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  456. package/src/main/js/sap/ushell/utils/UrlParsing.js +53 -5
  457. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  458. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  459. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  460. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  461. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +12 -5
  462. package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +12 -5
  463. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +12 -5
  464. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +13 -6
  465. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +16 -9
  466. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +15 -8
  467. package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +15 -8
  468. package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +16 -9
  469. package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +15 -8
  470. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +17 -10
  471. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +17 -10
  472. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saprigi.properties +17 -10
  473. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +12 -5
  474. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +17 -10
  475. package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +9 -2
  476. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +13 -6
  477. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +14 -7
  478. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +8 -1
  479. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +9 -2
  480. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +15 -8
  481. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +8 -1
  482. package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +15 -8
  483. package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +15 -8
  484. package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +15 -8
  485. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +14 -7
  486. package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +15 -8
  487. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +15 -8
  488. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +12 -5
  489. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +17 -10
  490. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +8 -1
  491. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +15 -8
  492. package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +17 -10
  493. package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +15 -8
  494. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +15 -8
  495. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +15 -8
  496. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +15 -8
  497. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +15 -8
  498. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +15 -8
  499. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +13 -6
  500. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +17 -10
  501. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +17 -10
  502. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +13 -6
  503. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +13 -6
  504. package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +16 -9
  505. package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +15 -8
  506. package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +15 -8
  507. package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +15 -8
  508. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +15 -8
  509. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +15 -8
  510. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  511. package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.eot +0 -0
  512. package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.ttf +0 -0
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview ContentFinder Component
4
4
  *
5
- * @version 1.130.1
5
+ * @version 1.131.0
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -13,10 +13,13 @@ sap.ui.define([
13
13
  "sap/ushell/components/contentFinder/model/GraphQLModel",
14
14
  "sap/ui/model/json/JSONModel",
15
15
  "sap/ushell/adapters/cdm/v3/utilsCdm",
16
- "sap/ushell/Config"
17
- ], function (Log, deepExtend, ObjectPath, UIComponent, GraphQLModel, JSONModel, utilsCdm, Config) {
16
+ "sap/ushell/Config",
17
+ "sap/f/library"
18
+ ], function (Log, deepExtend, ObjectPath, UIComponent, GraphQLModel, JSONModel, utilsCdm, Config, fLibrary) {
18
19
  "use strict";
19
20
 
21
+ const LayoutType = fLibrary.LayoutType;
22
+
20
23
  /**
21
24
  * Event for the visualizations to be added
22
25
  *
@@ -54,9 +57,7 @@ sap.ui.define([
54
57
  visualizations: {
55
58
  tiles: []
56
59
  }
57
- },
58
-
59
- personalizationEnabled: Config.last("/core/shell/enablePersonalization")
60
+ }
60
61
  };
61
62
 
62
63
  /**
@@ -65,6 +66,7 @@ sap.ui.define([
65
66
  * @type {object}
66
67
  */
67
68
  var oInitialData = {
69
+ standalone: false, // If the ContentFinder is in standalone mode or not
68
70
  navigationTargets: oNavigationTargets,
69
71
 
70
72
  // The current/active navigation target within the ContentFinderDialog
@@ -76,9 +78,7 @@ sap.ui.define([
76
78
  // Additionally, no "Back" button is rendered, as the end user cannot navigate to the WidgetGallery.
77
79
  restrictedMode: false,
78
80
 
79
- personalizationEnabled: Config.last("/core/shell/enablePersonalization"),
80
-
81
- listViewEnabled: Config.last("/core/workPages/contentFinderListView"),
81
+ personalizationEnabled: false,
82
82
 
83
83
  widgetGallery: {
84
84
  widgetGroups: []
@@ -103,7 +103,7 @@ sap.ui.define([
103
103
  listView: false
104
104
  },
105
105
  categoryTree: [],
106
- categoryTreeVisible: false
106
+ categoryTreeAvailable: false
107
107
  };
108
108
 
109
109
  /**
@@ -164,6 +164,42 @@ sap.ui.define([
164
164
  */
165
165
  categoryId: { type: "string" }
166
166
  }
167
+ },
168
+ /**
169
+ * Fires when the Content Finder dialog is closed:
170
+ * @type {object}
171
+ * @since 1.113.0
172
+ * @private
173
+ */
174
+ contentFinderClosed: {
175
+ parameters: {}
176
+ },
177
+ /**
178
+ * Fires when a widget is selected
179
+ * @type {object}
180
+ * @since 1.112.0
181
+ * @private
182
+ */
183
+ widgetSelected: {
184
+ parameters: {
185
+ /**
186
+ * The currently selected widget ID
187
+ */
188
+ widgetId: { type: "string" }
189
+ }
190
+ }, /**
191
+ * Fires the event which provides the added visualizations.
192
+ * @type {object}
193
+ * @since 1.112.0
194
+ * @private
195
+ */
196
+ visualizationsAdded: {
197
+ parameters: {
198
+ /**
199
+ * The visualizations object
200
+ */
201
+ visualizations: { type: "object[]" }
202
+ }
167
203
  }
168
204
  }
169
205
  },
@@ -184,7 +220,6 @@ sap.ui.define([
184
220
  UIComponent.prototype.init.apply(this, arguments);
185
221
 
186
222
  this.oResourceBundle = this.getModel("i18n").getResourceBundle();
187
- this.aRegisteredEvents = [];
188
223
 
189
224
  var oModel = new GraphQLModel();
190
225
  var oSelectionModel = new JSONModel();
@@ -257,15 +292,18 @@ sap.ui.define([
257
292
  */
258
293
  /**
259
294
  * Sets the category tree data for the Content Finder model.
295
+ *
260
296
  * The category tree does not support pagination. All tree data must be set at once.
297
+ * If a category tree is available, the category tree is shown in the Content Finder by setting
298
+ * the FlexibleColumnLayout to TwoColumnsMidExpanded.
261
299
  *
262
- * @param {CategoryTreeItem[]|[]|undefined} aCategoryTree A tree of category objects, undefined to hide the category tree or empty array to show message in DT.
300
+ * @param {CategoryTreeItem[]|[]} aCategoryTree A tree of category objects.
263
301
  * @experimental
264
302
  * @private
265
303
  */
266
304
  setCategoryTree: function (aCategoryTree) {
267
- this.getModel().setProperty("/categoryTreeVisible", Array.isArray(aCategoryTree));
268
305
  this.getModel().setProperty("/categoryTree", aCategoryTree);
306
+ this.initializeSidebarStatus();
269
307
  },
270
308
 
271
309
  /**
@@ -318,15 +356,12 @@ sap.ui.define([
318
356
 
319
357
  var aExistingTiles = oModel.getProperty("/appSearch/visualizations/tiles");
320
358
  var aExistingCards = oModel.getProperty("/appSearch/visualizations/cards");
321
- var bShowAppLaunchButton = oModel.getProperty("/showLaunchButton") || false;
322
359
 
323
360
  oModel.setProperty("/appSearch/visualizations/tiles", aExistingTiles.concat(deepExtend([], aTiles)));
324
361
  oModel.setProperty("/appSearch/visualizations/cards", aExistingCards.concat(deepExtend([], aCards)));
325
362
  oModel.setProperty("/appSearch/totalCount", iTotalCount);
326
363
  oModel.setProperty("/appSearch/filteredAppCount", iTotalCount);
327
364
  oModel.setProperty("/appSearch/visualizationsLoaded", true);
328
- oModel.setProperty("/appSearch/showLaunchButton", bShowAppLaunchButton);
329
-
330
365
 
331
366
  this._updateVisualizationsRestricted();
332
367
  this._bLoading = false;
@@ -379,10 +414,18 @@ sap.ui.define([
379
414
  }.bind(this));
380
415
  },
381
416
 
417
+ /**
418
+ * @typedef {Object} Visualization
419
+ * @property {string} id - Unique identifier for the visualization.
420
+ * @property {string} title - Title of the visualization.
421
+ * @property {string} subtitle - Subtitle or description of the visualization.
422
+ */
423
+
382
424
  /**
383
425
  * Fires the <code>visualizationAdded</code> event which provides the added visualizations.
384
426
  *
385
427
  * @fires sap.ushell.components.contentFinder.Component#visualizationsAdded
428
+ * @param {Visualization[]} aVisualizationsToAdd An array of visualizations to be added.
386
429
  * @since 1.113.0
387
430
  * @private
388
431
  */
@@ -393,83 +436,26 @@ sap.ui.define([
393
436
  });
394
437
  }
395
438
  },
396
-
397
439
  /**
398
- * Attaches an event handler to the 'contentFinderClosed' event.
399
- *
400
- * When called, the context of the event handler will be bound to 'oListener' if specified, otherwise it will be bound to this.
401
- *
402
- * @param {function} fnFunction The callback to be called, when the event is triggered
403
- * @param {object} [oListener] Context object to call the event handler with. Defaults to this.
404
- * @returns {this} Reference to <code>this</code> for method chaining.
405
- * @since 1.113.0
440
+ * Function to trigger the <code>contentFinderClosed</code> event.
441
+ * It will fire the `contentFinderClosed` without any parameters.
442
+ * @since 1.131.0
406
443
  * @private
407
444
  */
408
- attachContentFinderClosed: function (fnFunction, oListener) {
409
- this.aRegisteredEvents.push({ id: "contentFinderClosed", callback: fnFunction, listener: oListener });
410
-
411
- this.attachEventOnce("contentFinderClosed", fnFunction, oListener);
412
- return this;
445
+ triggerContentFinderClosed: function() {
446
+ this.fireEvent("contentFinderClosed");
413
447
  },
414
-
415
448
  /**
416
- * Attaches an event handler to the 'widgetSelected' event.
417
- *
418
- * When called, the context of the event handler will be bound to 'oListener' if specified, otherwise it will be bound to this.
419
- *
420
- * @param {object} oData An application-specific payload object that will be passed to the event handler.
421
- * @param {function} fnFunction The callback to be called, when the event is triggered
422
- * @param {object} [oListener] Context object to call the event handler with. Defaults to this.
423
- * @returns {this} Reference to <code>this</code> for method chaining.
424
- * @since 1.113.0
449
+ * Fires the <code>widgetSelected</code> event .
450
+ * @param {string} [widgetId] The widget ID resulting from the widget selection.
451
+ * @since 1.131.0
425
452
  * @private
426
453
  */
427
- attachWidgetSelected: function (oData, fnFunction, oListener) {
428
- this.aRegisteredEvents.push({ id: "widgetSelected", callback: fnFunction, listener: oListener });
429
-
430
- this.attachEventOnce("widgetSelected", oData, fnFunction, oListener);
431
- return this;
432
- },
433
-
434
- /**
435
- * Attaches an event handler to the 'visualizationsAdded' event.
436
- *
437
- * When called, the context of the event handler will be bound to 'oListener' if specified, otherwise it will be bound to this.
438
- *
439
- * @param {object} oData An application-specific payload object that will be passed to the event handler.
440
- * @param {function} fnFunction The callback to be called, when the event is triggered
441
- * @param {object} [oListener] Context object to call the event handler with. Defaults to this.
442
- * @returns {this} Reference to <code>this</code> for method chaining.
443
- * @since 1.113.0
444
- * @private
445
- */
446
- attachVisualizationsAdded: function (oData, fnFunction, oListener) {
447
- this.aRegisteredEvents.push({ id: "visualizationsAdded", callback: fnFunction, listener: oListener });
448
-
449
- this.attachEventOnce("visualizationsAdded", oData, fnFunction, oListener);
450
- return this;
451
- },
452
-
453
- /**
454
- * Attaches an event handler to the 'visualizationFilterApplied' event.
455
- *
456
- * When called, the context of the event handler will be bound to 'oListener' if specified, otherwise it will
457
- * be bound to this.
458
- *
459
- * @param {object} oData An application-specific payload object that will be passed to the event handler.
460
- * @param {function} fnFunction The callback to be called, when the event is triggered
461
- * @param {object} [oListener] Context object to call the event handler with. Defaults to this.
462
- * @returns {this} Reference to <code>this</code> for method chaining.
463
- * @since 1.115.0
464
- * @private
465
- */
466
- attachVisualizationFilterApplied: function (oData, fnFunction, oListener) {
467
- this.aRegisteredEvents.push({ id: "visualizationFilterApplied", callback: fnFunction, listener: oListener });
468
-
469
- this.attachEvent("visualizationFilterApplied", oData, fnFunction, oListener);
470
- return this;
454
+ triggerWidgetSelected: function (widgetId) {
455
+ if (widgetId) {
456
+ this.fireEvent("widgetSelected", { widgetId: widgetId });
457
+ }
471
458
  },
472
-
473
459
  /**
474
460
  * Resets the AppSearch, but keeps originally passed visualizations in the model.
475
461
  *
@@ -494,7 +480,9 @@ sap.ui.define([
494
480
  var oModel = this.getModel();
495
481
 
496
482
  oModel.setProperty("/activeNavigationTarget", sTarget);
497
-
483
+ if (sTarget === oNavigationTargets.appSearchCards) {
484
+ this.initializeSidebarStatus();
485
+ }
498
486
  if (sTarget === oNavigationTargets.appSearchTiles || sTarget === oNavigationTargets.appSearchCards) {
499
487
  oModel.setProperty("/appSearch/visualizations/tiles", []);
500
488
  oModel.setProperty("/appSearch/visualizations/cards", []);
@@ -522,7 +510,9 @@ sap.ui.define([
522
510
  * @private
523
511
  */
524
512
  initializeModel: function () {
525
- this.getModel().setData(deepExtend({}, oInitialData));
513
+ const oModel = this.getModel();
514
+ oModel.setData(deepExtend({}, oInitialData));
515
+ this.initializeModelData(oModel);
526
516
  },
527
517
 
528
518
  /**
@@ -532,7 +522,64 @@ sap.ui.define([
532
522
  * @private
533
523
  */
534
524
  initializeSelectionModel: function () {
535
- this.getModel("Selection").setData(deepExtend({}, oInitialSelectionData));
525
+ const oModel = this.getModel("Selection");
526
+ oModel.setData(deepExtend({}, oInitialSelectionData));
527
+ this.initializeModelData(oModel);
528
+ },
529
+
530
+ /**
531
+ * Initializes the model data.
532
+ *
533
+ * The method should also set all model related properties to their initial values.
534
+ *
535
+ * @param {sap.ui.model.json.JSONModel} oModel The model to initialize
536
+ * @since 1.131.0
537
+ * @private
538
+ */
539
+ initializeModelData: function (oModel) {
540
+ // If a siteId is set, the AppFinder is in run time mode, without siteId design time mode.
541
+ const oUrlParams = new URLSearchParams(window.location.search);
542
+ const bIsDesignTime = !(oUrlParams.get("siteId") || Config.last("/core/site/siteId"));
543
+
544
+ // The category tree is always available in design time.
545
+ oModel.setProperty("/appSearch/isDesignTime", bIsDesignTime);
546
+
547
+ oModel.setProperty("/categoryTreeAvailable", bIsDesignTime);
548
+ oModel.setProperty("/appSearch/showLaunchButton", !bIsDesignTime);
549
+ oModel.setProperty("/personalizationEnabled", Config.last("/core/shell/enablePersonalization"));
550
+
551
+ this.initializeSidebarStatus();
552
+
553
+ /**
554
+ * Temporary fallback to the classic AppFinder in case the Content Finder causes issues or does not show all required data.
555
+ */
556
+ const oUrl = new URL(location.href);
557
+ oUrl.searchParams.append("sap-ushell-xx-overwrite-config", "/core/workPages/contentFinderStandalone:false");
558
+ oModel.setProperty("/linkToAppFinder", oUrl.toString());
559
+ },
560
+
561
+ /**
562
+ * Initializes the sidebar status.
563
+ *
564
+ * The sidebar status is set to MidColumnFullScreen (no category tree) if the category tree is empty in run time.
565
+ *
566
+ * @since 1.131.0
567
+ * @private
568
+ */
569
+ initializeSidebarStatus: function () {
570
+ const oModel = this.getModel();
571
+
572
+ const bDesignTime = oModel.getProperty("/appSearch/isDesignTime");
573
+ const vCategoryTree = oModel.getProperty("/categoryTree");
574
+ const sActiveNavigationTarget = oModel.getProperty("/activeNavigationTarget");
575
+
576
+ if ((!bDesignTime && vCategoryTree?.length === 0) || (bDesignTime && sActiveNavigationTarget === oNavigationTargets.appSearchCards)) {
577
+ oModel.setProperty("/categoryTreeAvailable", false);
578
+ oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
579
+ } else {
580
+ oModel.setProperty("/categoryTreeAvailable", Array.isArray(vCategoryTree));
581
+ oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
582
+ }
536
583
  },
537
584
 
538
585
  /**
@@ -673,23 +720,6 @@ sap.ui.define([
673
720
 
674
721
  oModel.setProperty("/appSearch/visualizations/tiles", aPreparedTiles);
675
722
 
676
- },
677
-
678
- /**
679
- * Once the ContentFinder is closed, all the component registered events need to be detached
680
- *
681
- * @since 1.113.0
682
- * @private
683
- */
684
- _unregisterEvents: function () {
685
- this.aRegisteredEvents.forEach(function (oRegisteredEvent) {
686
- var sEventId = oRegisteredEvent.id;
687
- var fnFunction = oRegisteredEvent.callback;
688
- var oListener = oRegisteredEvent.listener;
689
- this.detachEvent(sEventId, fnFunction, oListener);
690
- }.bind(this));
691
-
692
- this.aRegisteredEvents = [];
693
723
  }
694
724
  });
695
725
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file AppSearch controller for AppSearch view
5
- * @version 1.130.1
5
+ * @version 1.131.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "./ContentFinderDialog.controller",
@@ -25,11 +25,11 @@ sap.ui.define([
25
25
  hasher,
26
26
  Filter,
27
27
  FilterOperator,
28
- library
28
+ fLibrary
29
29
  ) {
30
30
  "use strict";
31
31
 
32
- const LayoutType = library.LayoutType;
32
+ const LayoutType = fLibrary.LayoutType;
33
33
  const ListType = mobileLibrary.ListType;
34
34
 
35
35
  /**
@@ -66,15 +66,14 @@ sap.ui.define([
66
66
  this.oModel = oComponent.getModel();
67
67
  this.oSelectionModel = oComponent.getModel("Selection");
68
68
  this.oResourceBundle = oComponent.getModel("i18n").getResourceBundle();
69
- this.oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
70
- this.oModel.setProperty("/appSearch/isDesignTime", !!Config.last("/core/site/siteId"));
71
-
72
69
  const oContentFinder = this.byId("contentFinderAppSearchFlexibleColumnLayout");
73
70
  oContentFinder.attachStateChange(this.onFlexibleColumnLayoutStateChange.bind(this));
74
71
  },
75
72
 
76
73
  /**
77
- * Triggered when the 'FlexibleColumnLayout' state changes. Sets up the initial layout of the 'FlexibleColumnLayout' component by updating relevant model priperties.
74
+ * Triggered when the 'FlexibleColumnLayout' state changes.
75
+ *
76
+ * Sets up the initial layout of the 'FlexibleColumnLayout' component by updating relevant model properties.
78
77
  *
79
78
  * - Updates the model properties based on the event parameters.
80
79
  *
@@ -85,9 +84,16 @@ sap.ui.define([
85
84
  onFlexibleColumnLayoutStateChange: function (oEvent) {
86
85
  const sLayout = oEvent.getParameter("layout");
87
86
  const iMaxColumnsCount = oEvent.getParameter("maxColumnsCount");
87
+
88
+ // This happens only if the layout was resized to a larger width when only the category tree is displayed,
89
+ // then the layout needs to leave the "OneColumn" state because there are more columns available.
90
+ // Otherwise, we just update the sidebarStatus property.
88
91
  if (sLayout === LayoutType.OneColumn && iMaxColumnsCount > 1) {
89
92
  this.oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
93
+ } else {
94
+ this.oModel.setProperty("/sidebarStatus", sLayout);
90
95
  }
96
+
91
97
  this.oModel.setProperty("/maxColumnsCount", iMaxColumnsCount);
92
98
  },
93
99
 
@@ -106,9 +112,7 @@ sap.ui.define([
106
112
  this.emptyVisualizations();
107
113
  this.getOwnerComponent().initializeSelectionModel();
108
114
  this.toggleSelectionView(false);
109
- this.getView().byId("appSearchField").setValue("");
110
- this.oModel.setProperty("/appSearch/searchTerm", "");
111
- this.sCurrentSearchTerm = "";
115
+ this.resetVisualizationsSearchField();
112
116
  },
113
117
 
114
118
  /**
@@ -292,12 +296,25 @@ sap.ui.define([
292
296
  this.byId(tilesView).setModel(oModel);
293
297
  },
294
298
 
299
+ /**
300
+ * Resets all data related to the visualizations search field.
301
+ *
302
+ * @private
303
+ * @since 1.131.0
304
+ */
305
+ resetVisualizationsSearchField: function () {
306
+ this.getView().byId("appSearchField").setValue("");
307
+ this.oModel.setProperty("/appSearch/searchTerm", "");
308
+ this.sCurrentSearchTerm = "";
309
+ },
310
+
295
311
  onCategoryTreeItemPressed: function (oEvent) {
296
312
  const oItem = oEvent.getParameter("listItem");
297
313
  if (oItem.getType() !== ListType.Inactive) {
298
314
  this.oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
299
315
 
300
- this.resetAppSearch();
316
+ this.emptyVisualizations();
317
+ this.resetVisualizationsSearchField();
301
318
  const sCategoryId = oItem.getBindingContext().getProperty("id");
302
319
  const sCategoryTitle = oItem.getBindingContext().getProperty("title");
303
320
  this.oModel.setProperty("/selectedCategoryId", sCategoryId);
@@ -312,10 +329,6 @@ sap.ui.define([
312
329
  }
313
330
  },
314
331
 
315
- onCategoryTreeClosePressed: function () {
316
- this.oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
317
- },
318
-
319
332
  onCategoryTreeUpdateFinished: function (oEvent) {
320
333
  const oTree = oEvent.getSource();
321
334
  /** The <code>checkUpdate</code> implementation of the <code>ClientTreeBinding</code>
@@ -341,6 +354,10 @@ sap.ui.define([
341
354
  * Updates the sidebar status based on the current layout and the maximum number of columns,
342
355
  * which causes the layout of the 'FlexibleColumnLayout' to change into it's new desired state.
343
356
  *
357
+ * OneColumn: Only the SidePanel is shown.
358
+ * MidColumnFullScreen: Only the visualizations are shown.
359
+ * TwoColumnsMidExpanded: The SidePanel is shown and the other columns with the visualizations are expanded.
360
+ *
344
361
  * @since 1.129.0
345
362
  * @private
346
363
  */
@@ -370,36 +387,6 @@ sap.ui.define([
370
387
  } else {
371
388
  WindowUtils.openURL(sSelectedTileLaunchUrl, "_blank");
372
389
  }
373
- },
374
-
375
- /**
376
- * Formats the accessibility description for the custom list item. This will be part of the string read out by the screen reader.
377
- *
378
- * @param {string} sTitle The app title.
379
- * @param {string} sSubtitle The app subtitle.
380
- * @param {boolean} bAdded Flag indicating if the app has already been added to the cell.
381
- * @param {string} sFioriIdLabel The app title.
382
- * @param {string} sAppId The app subtitle.
383
- * @param {string} sInformationLabel The information label
384
- * @param {string} sInfo The app information
385
- * @param {string} sSystemLabel The system label
386
- * @param {string} sSystemId The system
387
- * @param {string} sFieldEmpty The field empty text
388
- * @since 1.115.0
389
- * @returns {string} The description.
390
- */
391
- formatAppBoxAccDescription: function (sTitle, sSubtitle, bAdded, sFioriIdLabel, sAppId, sInformationLabel, sInfo, sSystemLabel, sSystemId, sFieldEmpty) {
392
- const aDescriptions = [];
393
- if (sTitle) { aDescriptions.push(sTitle); }
394
- if (sSubtitle) { aDescriptions.push(sSubtitle); }
395
- if (bAdded) { aDescriptions.push(this.oResourceBundle.getText("ContentFinder.AppSearch.Message.AlreadyUsed")); }
396
- if (sFioriIdLabel) { aDescriptions.push(sFioriIdLabel); }
397
- if (sAppId) { aDescriptions.push(sAppId); } else if (sFieldEmpty) { aDescriptions.push(sFieldEmpty); }
398
- if (sInformationLabel) { aDescriptions.push(sInformationLabel); }
399
- if (sInfo) { aDescriptions.push(sInfo); } else if (sFieldEmpty) { aDescriptions.push(sFieldEmpty); }
400
- if (sSystemLabel) { aDescriptions.push(sSystemLabel); }
401
- if (sSystemId) { aDescriptions.push(sSystemId); } else if (sFieldEmpty) { aDescriptions.push(sFieldEmpty); }
402
- return aDescriptions.join(" . ");
403
390
  }
404
391
  });
405
392
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for ContentFinderDialog root view
5
- * @version 1.130.1
5
+ * @version 1.131.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "../model/formatter",
@@ -107,10 +107,8 @@ sap.ui.define([
107
107
  // Navigate to the initial page to trigger the "navigate" event of the NavContainer every time the view is displayed.
108
108
  return oOwnerComponent.getNavContainer().then(function (oNavContainer) {
109
109
  oNavContainer.backToTop();
110
- oOwnerComponent.fireEvent("contentFinderClosed");
110
+ oOwnerComponent.triggerContentFinderClosed();
111
111
 
112
- //Once the ContentFinder is closed, all registered events need to be detached
113
- oOwnerComponent._unregisterEvents();
114
112
  });
115
113
  }
116
114
  });
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for WidgetGallery view
5
- * @version 1.130.1
5
+ * @version 1.131.0
6
6
  */
7
7
  sap.ui.define([
8
8
  "./ContentFinderDialog.controller"
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.contentFinder",
5
5
  "applicationVersion": {
6
- "version": "1.130.1"
6
+ "version": "1.131.0"
7
7
  },
8
8
  "i18n": "./resources/resources.properties",
9
9
  "ach": "CA-FLP-FE-UI",
@@ -8,6 +8,34 @@ sap.ui.define([
8
8
  "use strict";
9
9
 
10
10
  return JSONListBinding.extend("sap.ushell.components.contentFinder.model.GraphQLListBinding", {
11
+
12
+
13
+ /**
14
+ * Creates a new GraphQLListBinding.
15
+ *
16
+ * Override to provide the totalCount property path via parameter.
17
+ *
18
+ * @param {sap.ui.model.json.JSONModel} oModel Model instance that this binding is created for and that it belongs to
19
+ * @param {string} sPath Binding path to be used for this binding
20
+ * @param {sap.ui.model.Context} oContext Binding context relative to which a relative binding path will be resolved
21
+ * @param {sap.ui.model.Sorter[]|sap.ui.model.Sorter} [aSorters=[]]
22
+ * The sorters used initially; call {@link #sort} to replace them
23
+ * @param {sap.ui.model.Filter[]|sap.ui.model.Filter} [aFilters=[]]
24
+ * The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter} to
25
+ * replace them
26
+ * @param {object} [mParameters] Map of optional parameters as defined by subclasses; this class does not introduce any own parameters
27
+ *
28
+ * @augments sap.ui.model.json.JSONListBinding
29
+ * @since 1.131.0
30
+ */
31
+ constructor: function (oModel, sPath, oContext, aSorters, aFilters, mParameters) {
32
+ JSONListBinding.apply(this, arguments);
33
+
34
+ if (mParameters?.totalCountPropertyPath !== undefined) {
35
+ this.sTotalCountPropertyPath = mParameters.totalCountPropertyPath;
36
+ }
37
+ },
38
+
11
39
  /**
12
40
  * Override to return the totalCount returned by the server.
13
41
  * The amount of items in the model will not represent the total count because the data may be paginated.
@@ -20,7 +48,12 @@ sap.ui.define([
20
48
  if (this.aFilters && this.aFilters.length > 0 && this.aFilters[0].getFilters().length > 0) {
21
49
  return this.iLength;
22
50
  }
23
- return this.getModel().getProperty("/appSearch/totalCount") || 0;
51
+
52
+ if (this.sTotalCountPropertyPath === undefined) {
53
+ return this.iLength;
54
+ } else {
55
+ return this.getModel().getProperty(this.sTotalCountPropertyPath) || 0;
56
+ }
24
57
  },
25
58
 
26
59
  /**