@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
@@ -7,13 +7,15 @@ sap.ui.define([
7
7
  "sap/ushell/components/applicationIntegration/application/PostMessageUtils",
8
8
  "sap/ushell/Container"
9
9
  ], function (
10
- ushellUtils, PostMessageUtils, Container
10
+ ushellUtils,
11
+ PostMessageUtils,
12
+ Container
11
13
  ) {
12
14
  "use strict";
13
15
 
14
16
  var WebGUIStatefulHandler = {};
15
17
 
16
- WebGUIStatefulHandler.guiStatefulCreateApp = function (oAppLifeCycle, oContainer, oTarget) {
18
+ WebGUIStatefulHandler.guiStatefulCreateApp = async function (oAppLifeCycle, oContainer, oTarget) {
17
19
  if (oContainer.setCurrentAppUrl) {
18
20
  oContainer.setProperty("currentAppUrl", oTarget.url, true);
19
21
  }
@@ -21,68 +23,61 @@ sap.ui.define([
21
23
  oContainer.setProperty("currentAppTargetResolution", oTarget, true);
22
24
  }
23
25
  oContainer.setProperty("iframeReusedForApp", true, true);
24
- return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSessionImmediately", {}, true).then(function () {
25
- return createGuiApp(oContainer, oTarget).then(function () {
26
- oAppLifeCycle.navTo(oContainer.getId());
27
- if (oContainer.hasStyleClass("sapUShellApplicationContainerShiftedIframe")) {
28
- oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
29
- } else {
30
- oContainer.toggleStyleClass("hidden", false);
31
- }
32
- });
33
- });
34
- };
35
26
 
36
- WebGUIStatefulHandler.guiStatefulCloseCurrentApp = function (oContainer) {
37
- PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSession", {}, false);
27
+ await PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSessionImmediately", {}, true);
28
+
29
+ await createGuiApp(oContainer, oTarget);
30
+
31
+ // todo: [FLPCOREANDUX-10024] Move styles into control? or at least out of here
32
+ if (oContainer.hasStyleClass("sapUShellApplicationContainerShiftedIframe")) {
33
+ oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
34
+ } else {
35
+ oContainer.toggleStyleClass("hidden", false);
36
+ }
38
37
  };
39
38
 
40
- function createGuiApp (oContainer, oTarget) {
41
- return new Promise(async function (fnResolve, fnReject) {
42
- var oPostParams,
43
- oFLPParams,
44
- sUrl = oTarget.url;
39
+ WebGUIStatefulHandler.guiStatefulCloseCurrentApp = async function (oContainer) {
40
+ return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSession", {}, false);
41
+ };
45
42
 
46
- function callPostMessage () {
47
- if (oFLPParams) {
48
- oFLPParams["sap-flp-url"] = Container.getFLPUrl(true);
49
- oFLPParams["system-alias"] = oContainer.getSystemAlias();
50
- oPostParams["sap-flp-params"] = oFLPParams;
51
- }
52
- PostMessageUtils.postMessageToIframeApp(oContainer, "sap.its", "startService", oPostParams, true).then(fnResolve, fnReject);
53
- }
43
+ async function createGuiApp (oContainer, oTarget) {
44
+ let sUrl = oTarget.url;
54
45
 
55
- sUrl = await ushellUtils.appendSapShellParam(sUrl);
56
- sUrl = ushellUtils.filterOutParamsFromLegacyAppURL(sUrl);
46
+ sUrl = await ushellUtils.appendSapShellParam(sUrl);
47
+ sUrl = ushellUtils.filterOutParamsFromLegacyAppURL(sUrl);
57
48
 
58
- oPostParams = {
59
- url: sUrl
60
- };
61
- if (oContainer.getIframeWithPost && oContainer.getIframeWithPost() === true) {
62
- var oAppStatesInfo = ushellUtils.getParamKeys(sUrl);
49
+ let oFLPParams;
50
+ const oPostParams = {
51
+ url: sUrl
52
+ };
53
+ if (oContainer.getIframeWithPost && oContainer.getIframeWithPost() === true) {
54
+ var oAppStatesInfo = ushellUtils.getParamKeys(sUrl);
63
55
 
64
- if (oAppStatesInfo.aAppStateNamesArray.length > 0) {
65
- Container.getServiceAsync("Navigation").then(function (oNavService) {
66
- oNavService.getAppStateData(oAppStatesInfo.aAppStateKeysArray).then(function (aDataArray) {
67
- oFLPParams = {};
68
- oAppStatesInfo.aAppStateNamesArray.forEach(function (item, index) {
69
- if (aDataArray[index]) {
70
- oFLPParams[item] = aDataArray[index];
71
- }
72
- });
73
- callPostMessage();
74
- }, function (sError) {
75
- callPostMessage();
76
- });
77
- });
78
- } else {
56
+ if (oAppStatesInfo.aAppStateNamesArray.length > 0) {
57
+ const Navigation = await Container.getServiceAsync("Navigation");
58
+ try {
59
+ const aDataArray = await Navigation.getAppStateData(oAppStatesInfo.aAppStateKeysArray);
79
60
  oFLPParams = {};
80
- callPostMessage();
61
+ oAppStatesInfo.aAppStateNamesArray.forEach(function (item, index) {
62
+ if (aDataArray[index]) {
63
+ oFLPParams[item] = aDataArray[index];
64
+ }
65
+ });
66
+ } catch {
67
+ // fail silently
81
68
  }
82
69
  } else {
83
- callPostMessage();
70
+ oFLPParams = {};
84
71
  }
85
- });
72
+ }
73
+
74
+ if (oFLPParams) {
75
+ oFLPParams["sap-flp-url"] = Container.getFLPUrl(true);
76
+ oFLPParams["system-alias"] = oContainer.getSystemAlias();
77
+ oPostParams["sap-flp-params"] = oFLPParams;
78
+ }
79
+
80
+ return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.its", "startService", oPostParams, true);
86
81
  }
87
82
 
88
83
  return WebGUIStatefulHandler;
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview handle all the resources for the different applications.
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/services/AppConfiguration",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the services for the different applications.
4
- * @version 1.129.1
4
+ * @version 1.130.1
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ui/core/EventBus",
@@ -25,6 +25,7 @@ sap.ui.define([
25
25
  window.history.back();
26
26
  };
27
27
 
28
+ // todo: [FLPCOREANDUX-10024] should be based on UI5 History
28
29
  this.isBackNavigation = function () {
29
30
  return bBackNavigation;
30
31
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The UI integration's SAPUI5 control which supports application embedding.
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/Log",
@@ -1643,7 +1643,7 @@ sap.ui.define([
1643
1643
  };
1644
1644
 
1645
1645
  ApplicationContainer.prototype.getDeffedControlCreation = function (sUrl) {
1646
- return this.oDeferredControlCreation ? this.oDeferredControlCreation.promise() : jQuery.Deferred().resolve().promise();
1646
+ return this.oDeferredControlCreation ? this.oDeferredControlCreation.promise() : new jQuery.Deferred().resolve().promise();
1647
1647
  };
1648
1648
 
1649
1649
  //Attach private functions which should be testable via unit tests to the prototype of the ApplicationContainer
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview This module communicates with the content API graphql service to retrieve catalogs and visualization data for catalogs.
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/base/i18n/Localization",
@@ -82,7 +82,11 @@ sap.ui.define([
82
82
  nodes {
83
83
  id,
84
84
  descriptor { value }
85
- }
85
+ provider {
86
+ id
87
+ },
88
+ systemLabel,
89
+ },
86
90
  }
87
91
  }`;
88
92
  // Replace line breaks and spaces
@@ -105,11 +109,28 @@ sap.ui.define([
105
109
  return this._doRequest(sQuery, JSON.stringify(oVariables)).then((oCatalogData) => {
106
110
  const aCatalogs = [];
107
111
  if (oCatalogData.data.catalogs) {
108
- oCatalogData.data.catalogs.nodes.forEach((item) => {
112
+ oCatalogData.data.catalogs.nodes.forEach((item, index) => {
109
113
  if (item.descriptor.value) {
110
- aCatalogs.push({ id: item.id, title: item.descriptor.value.title });
114
+ let catalog = {
115
+ id: item.id,
116
+ title: item.descriptor.value.title
117
+ };
118
+
119
+ if (item.provider?.id && item.provider.id !== "SUB_ACCOUNT") {
120
+ catalog = {
121
+ ...catalog,
122
+ contentProviderId: item.provider.id
123
+ };
124
+ }
125
+ if (item.systemLabel) {
126
+ catalog = {
127
+ ...catalog,
128
+ contentProviderLabel: item.systemLabel
129
+ };
130
+ }
131
+
132
+ aCatalogs.push(catalog);
111
133
  }
112
-
113
134
  });
114
135
  }
115
136
  return {
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview ContentFinder Component
4
4
  *
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
 
8
8
  sap.ui.define([
@@ -99,9 +99,11 @@ sap.ui.define([
99
99
  },
100
100
  totalCount: 0,
101
101
  originalRestrictedVisualizations: [],
102
- restrictedVisualizations: []
102
+ restrictedVisualizations: [],
103
+ listView: false
103
104
  },
104
- categoryTree: []
105
+ categoryTree: [],
106
+ categoryTreeVisible: false
105
107
  };
106
108
 
107
109
  /**
@@ -240,24 +242,29 @@ sap.ui.define([
240
242
  this.getModel().setProperty("/widgetGallery/widgetGroups", aWidgetGroups);
241
243
  },
242
244
 
245
+ /**
246
+ * @typedef {Object} CatalogItem
247
+ * @property {string} id The ID of the catalog.
248
+ * @property {string} title The title of the catalog.
249
+ */
250
+ /**
251
+ * @typedef {Object} CategoryTreeItem
252
+ * @property {string|undefined} id The ID of the category node.
253
+ * @property {string} title The title of the category node.$
254
+ * @property {boolean} inactive Indicates if the category node is inactive.
255
+ * @property {number} [$count] The count of catalogs inside the node.
256
+ * @property {CatalogItem[]} [nodes] The child nodes of the category node.
257
+ */
243
258
  /**
244
259
  * Sets the category tree data for the Content Finder model.
245
260
  * The category tree does not support pagination. All tree data must be set at once.
246
261
  *
247
- * @typedef {object} category The category tree object.
248
- * @property {string} id ID of the category. This will be passed as event parameter when a category item is pressed
249
- * @property {string} title Title that is displayed in the category tree
250
- * @property {string} description Description that is displayed in the category tree
251
- * @property {string} contentProviderId ID of the content provider
252
- * @property {string} contentProviderLabel Label of the content provider
253
- * @property {boolean} inactive Sets the <code>sap.m.TreeItemBase[type]</code> to Inactive. No events will be passed for this item.
254
- * @property {category[]} nodes Next hierarchy level of categories
255
- *
256
- * @param {category[]} aCategoryTree A tree of category objects
262
+ * @param {CategoryTreeItem[]|[]|undefined} aCategoryTree A tree of category objects, undefined to hide the category tree or empty array to show message in DT.
257
263
  * @experimental
258
264
  * @private
259
265
  */
260
266
  setCategoryTree: function (aCategoryTree) {
267
+ this.getModel().setProperty("/categoryTreeVisible", Array.isArray(aCategoryTree));
261
268
  this.getModel().setProperty("/categoryTree", aCategoryTree);
262
269
  },
263
270
 
@@ -2,16 +2,16 @@
2
2
 
3
3
  /**
4
4
  * @file AppSearch controller for AppSearch view
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "./ContentFinderDialog.controller",
9
9
  "../model/formatter",
10
10
  "sap/ushell/Config",
11
11
  "sap/base/Log",
12
+ "sap/m/library",
12
13
  "sap/ushell/utils/WindowUtils",
13
14
  "sap/ui/thirdparty/hasher",
14
- "sap/m/ListType",
15
15
  "sap/ui/model/Filter",
16
16
  "sap/ui/model/FilterOperator",
17
17
  "sap/f/library"
@@ -20,9 +20,9 @@ sap.ui.define([
20
20
  formatter,
21
21
  Config,
22
22
  Log,
23
+ mobileLibrary,
23
24
  WindowUtils,
24
25
  hasher,
25
- ListType,
26
26
  Filter,
27
27
  FilterOperator,
28
28
  library
@@ -30,6 +30,7 @@ sap.ui.define([
30
30
  "use strict";
31
31
 
32
32
  const LayoutType = library.LayoutType;
33
+ const ListType = mobileLibrary.ListType;
33
34
 
34
35
  /**
35
36
  * @alias sap.ushell.components.contentFinder.controller.AppSearch
@@ -66,7 +67,7 @@ sap.ui.define([
66
67
  this.oSelectionModel = oComponent.getModel("Selection");
67
68
  this.oResourceBundle = oComponent.getModel("i18n").getResourceBundle();
68
69
  this.oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
69
- this.oModel.setProperty("/appSearch/isDesignTime", Config.last("/core/site/siteId"));
70
+ this.oModel.setProperty("/appSearch/isDesignTime", !!Config.last("/core/site/siteId"));
70
71
 
71
72
  const oContentFinder = this.byId("contentFinderAppSearchFlexibleColumnLayout");
72
73
  oContentFinder.attachStateChange(this.onFlexibleColumnLayoutStateChange.bind(this));
@@ -145,7 +146,17 @@ sap.ui.define([
145
146
 
146
147
  onCatalogSearch: async function (oEvent) {
147
148
  const sQuery = oEvent.getParameter("newValue") || "";
148
- const oFilter = new Filter("title", FilterOperator.Contains, sQuery);
149
+ const oTitleFilter = new Filter("title", FilterOperator.Contains, sQuery);
150
+ const oProviderIdFilter = new Filter("contentProviderId", FilterOperator.Contains, sQuery);
151
+ const oProviderLabelFilter = new Filter("contentProviderLabel", FilterOperator.Contains, sQuery);
152
+ const oFilter = new Filter({
153
+ filters: [
154
+ oTitleFilter,
155
+ oProviderIdFilter,
156
+ oProviderLabelFilter
157
+ ],
158
+ and: false
159
+ });
149
160
  this.byId("CategoryTreeFragment--CategoryTree").getBinding().filter(oFilter);
150
161
  },
151
162
 
@@ -191,6 +202,11 @@ sap.ui.define([
191
202
  aNewSelectedItems.sort((a, b) => a.index < b.index ? -1 : 1);
192
203
 
193
204
  this.oSelectionModel.setProperty("/appSearch/visualizations/tiles", aNewSelectedItems);
205
+
206
+ // If there are no AppBoxes left, switch back to the default view to avoid showing the "no data" message.
207
+ if (!this.oSelectionModel.getProperty("/appSearch/visualizations/tiles/length")) {
208
+ this.toggleSelectionView(false);
209
+ }
194
210
  },
195
211
 
196
212
  /**
@@ -276,23 +292,6 @@ sap.ui.define([
276
292
  this.byId(tilesView).setModel(oModel);
277
293
  },
278
294
 
279
- _formatVisibilityIllustratedMessage: function (bVisualizationsLoaded, iTilesLength, iCardsLength, bShowSelectedPressed, iSelectedAppCount, bTreeItemPressed) {
280
- if (bVisualizationsLoaded) {
281
- if (bTreeItemPressed) {
282
- return false;
283
- }
284
- if (bShowSelectedPressed && !iSelectedAppCount) {
285
- this.toggleSelectionView(!bShowSelectedPressed);
286
- return false;
287
- }
288
- if ((iTilesLength === 0 || iCardsLength > 0) && (iCardsLength === 0 || iTilesLength > 0)) {
289
- return true;
290
- }
291
- return false;
292
- }
293
- return false;
294
- },
295
-
296
295
  onCategoryTreeItemPressed: function (oEvent) {
297
296
  const oItem = oEvent.getParameter("listItem");
298
297
  if (oItem.getType() !== ListType.Inactive) {
@@ -313,11 +312,15 @@ sap.ui.define([
313
312
  }
314
313
  },
315
314
 
315
+ onCategoryTreeClosePressed: function () {
316
+ this.oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
317
+ },
318
+
316
319
  onCategoryTreeUpdateFinished: function (oEvent) {
317
320
  const oTree = oEvent.getSource();
318
321
  /** The <code>checkUpdate</code> implementation of the <code>ClientTreeBinding</code>
319
322
  * does not check for actual changes but always fires an update whenever a model property changes.
320
- * Hence we check if there is already a selected item and only set an initial selection if there is none.
323
+ * Hence, we check if there is already a selected item and only set an initial selection if there is none.
321
324
  */
322
325
  if (!oTree.getSelectedItem()) {
323
326
  const aItems = oTree.getItems();
@@ -333,17 +336,7 @@ sap.ui.define([
333
336
  }
334
337
  }
335
338
  },
336
- _formatVisibilityIllustratedMessageForCategory: function (bVisualizationsLoaded, iTilesLength, iCardsLength, bTreeItemPressed) {
337
- if (bVisualizationsLoaded) {
338
- if (!bTreeItemPressed) {
339
- return false;
340
- }
341
- if ((iTilesLength === 0 || iCardsLength > 0) && (iCardsLength === 0 || iTilesLength > 0)) {
342
- return true;
343
- }
344
- }
345
- return false;
346
- },
339
+
347
340
  /**
348
341
  * Updates the sidebar status based on the current layout and the maximum number of columns,
349
342
  * which causes the layout of the 'FlexibleColumnLayout' to change into it's new desired state.
@@ -364,8 +357,8 @@ sap.ui.define([
364
357
  this.oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
365
358
  }
366
359
  },
367
- onLaunchApplication: function (oEvent) {
368
360
 
361
+ onLaunchApplication: function (oEvent) {
369
362
  var sSelectedTileLaunchUrl = oEvent.getSource().getBindingContext().getObject().launchUrl;
370
363
  if (!sSelectedTileLaunchUrl) {
371
364
  Log.info("AppBox url property is not set.", null, "sap.ushell.components.Catalog.controller");
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for ContentFinderDialog root view
5
- * @version 1.129.1
5
+ * @version 1.130.1
6
6
  */
7
7
  sap.ui.define([
8
8
  "../model/formatter",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @file Controller for WidgetGallery view
5
- * @version 1.129.1
5
+ * @version 1.130.1
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.129.1"
6
+ "version": "1.130.1"
7
7
  },
8
8
  "i18n": "./resources/resources.properties",
9
9
  "ach": "CA-FLP-FE-UI",
@@ -1,9 +1,18 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
 
3
- sap.ui.define(["sap/base/i18n/Localization", "sap/f/library"], function (Localization, library) {
3
+ sap.ui.define([
4
+ "sap/base/i18n/Localization",
5
+ "sap/f/library",
6
+ "sap/m/library"
7
+ ], function (
8
+ Localization,
9
+ fLibrary,
10
+ mLibrary
11
+ ) {
4
12
  "use strict";
5
13
 
6
- const LayoutType = library.LayoutType;
14
+ const LayoutType = fLibrary.LayoutType;
15
+ const IllustratedMessageType = mLibrary.IllustratedMessageType;
7
16
 
8
17
  return {
9
18
  /**
@@ -113,13 +122,13 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/f/library"], function (Localiz
113
122
  *
114
123
  * @since 1.127.0
115
124
  * @private
116
- * @param {object[]} categoryTree The category tree.
125
+ * @param {boolean} categoryTreeVisible The visibility of the category tree
117
126
  * @param {sap.f.LayoutType} sidebarStatus The current status of the sidebar.
118
127
  * @returns {sap.f.LayoutType} "MidColumnFullScreen" to hide the category tree (if list is empty) or
119
128
  * the current status of the sidebar.
120
129
  */
121
- formatFlexibleColumnLayout: function (categoryTree, sidebarStatus) {
122
- if (!categoryTree || categoryTree.length === 0) {
130
+ formatFlexibleColumnLayout: function (categoryTreeVisible, sidebarStatus) {
131
+ if (!categoryTreeVisible) {
123
132
  return LayoutType.MidColumnFullScreen;
124
133
  }
125
134
 
@@ -147,6 +156,52 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/f/library"], function (Localiz
147
156
  return sLabel + " • " + sId;
148
157
  }
149
158
  return sId + " • " + sLabel;
159
+ },
160
+
161
+ formatVisualizationsNoDataIllustratedMessageTitle: function (treeItemPressed, searchTerm, noItemsInCatalogTitle) {
162
+ // If search term is provided, show the default noData description
163
+ if (searchTerm) {
164
+ return undefined;
165
+ }
166
+
167
+ // If no search term is provided and a tree item is pressed, show the noItemsInCatalogTitle
168
+ if (treeItemPressed) {
169
+ return noItemsInCatalogTitle;
170
+ }
171
+
172
+ // Fallback to default noData title
173
+ return undefined;
174
+ },
175
+
176
+ formatVisualizationsNoDataIllustratedMessageDescription: function (
177
+ isDesignTime,
178
+ treeItemPressed,
179
+ searchTerm,
180
+ noItemsInCatalogDescriptionDT,
181
+ noItemsInCatalogDescriptionRT
182
+ ) {
183
+ // If search term is provided, show the default noData description
184
+ if (searchTerm) {
185
+ return undefined;
186
+ }
187
+
188
+ // If tree item is pressed, decide the description based on the context (DesignTime or RunTime)
189
+ if (treeItemPressed) {
190
+ if (isDesignTime) {
191
+ return noItemsInCatalogDescriptionDT;
192
+ }
193
+ return noItemsInCatalogDescriptionRT;
194
+ }
195
+
196
+ // Fallback to default noData description
197
+ return undefined;
198
+ },
199
+
200
+ formatVisualizationsNoDataIllustratedMessageType: function (searchTerm) {
201
+ if (searchTerm) {
202
+ return IllustratedMessageType.SearchFolder;
203
+ }
204
+ return IllustratedMessageType.Tent;
150
205
  }
151
206
  };
152
207
  });
@@ -2,13 +2,14 @@
2
2
  # __ldi.translation.uuid=8d87cb08-55aa-4ec1-8982-2cb84f34d554
3
3
 
4
4
  # Content Finder Dialog
5
+
5
6
  #XBUT: "{0}" is the quantity to be added
6
7
  ContentFinder.Button.Add=Add ({0})
7
8
  #XBUT
8
9
  ContentFinder.Button.Cancel=Cancel
9
10
 
10
-
11
11
  # Add Widgets View
12
+
12
13
  #XTIT
13
14
  ContentFinder.WidgetGallery.Title=Add Widgets
14
15
  #XTIT
@@ -16,8 +17,8 @@ ContentFinder.WidgetGallery.AllWidgets.Title=All Widgets
16
17
  #XTIT
17
18
  ContentFinder.WidgetGallery.Applications.Title=Applications
18
19
 
19
-
20
20
  # App Search View
21
+
21
22
  #XTIT
22
23
  ContentFinder.AppSearch.AddTiles.Title=Add Tiles
23
24
  #XTIT
@@ -47,6 +48,10 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
47
48
  #XTOL
48
49
  ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
49
50
  #XTOL
51
+ ContentFinder.AppSearch.Button.Tooltip.ListView=List View
52
+ #XTOL
53
+ ContentFinder.AppSearch.Button.Tooltip.StandardView=Standard View
54
+ #XTOL
50
55
  ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
51
56
  #XFLD
52
57
  ContentFinder.AppSearch.Label.Application=Application
@@ -61,20 +66,26 @@ ContentFinder.AppSearch.Label.Actions=Actions
61
66
  #XFLD
62
67
  ContentFinder.AppSearch.Label.SystemLabel=System
63
68
  #XFLD
64
- ContentFinder.AppSearch.Text.FieldEmpty=Not available
69
+ ContentFinder.AppSearch.Text.FieldEmpty=Not maintained
65
70
  #XBUT
66
71
  ContentFinder.AppSearch.Button.Preview=Preview
67
72
  #XBUT
68
- ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Hide Categories
73
+ ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Hide Catalogs
69
74
  #XBUT
70
- ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Show Categories
75
+ ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Show Catalogs
71
76
  #XMSG
72
77
  ContentFinder.AppSearch.Message.Select=Select {0}
73
78
  #XMSG
74
- ContentFinder.CategoryTree.Search=Search by group, catalog or role name
79
+ ContentFinder.CategoryTree.Search=Search for catalogs
80
+ #XBUT
81
+ ContentFinder.CategoryTree.Close=Close
75
82
  #XTIT
76
83
  ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalog.
77
84
  #XTXT
78
85
  ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=When there are apps, you will see them here.
79
86
  #XTXT
80
87
  ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalog in the Content Manager.
88
+ #XTIT
89
+ ContentFinder.CategoryTree.NoData.Title=There are no catalogs.
90
+ #XTXT
91
+ ContentFinder.CategoryTree.NoData.Description=You can create catalogs in the Content Manager.
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u0644\u0627 \u062A\u0648\u062C\u06
23
23
  ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0639\u0631\u0636 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629
24
24
  ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0639\u0631\u0636 \u0643\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
25
25
  ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0628\u062F\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642
26
+ ContentFinder.AppSearch.Label.Application=\u062A\u0637\u0628\u064A\u0642
26
27
  ContentFinder.AppSearch.Label.Information=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
27
28
  ContentFinder.AppSearch.Label.FioriId=\u0645\u0639\u0631\u0641 SAP Fiori
28
29
  ContentFinder.AppSearch.Label.SystemId=\u0645\u0639\u0631\u0641 \u0627\u0644\u0646\u0638\u0627\u0645
30
+ ContentFinder.AppSearch.Label.Actions=\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A
31
+ ContentFinder.AppSearch.Label.SystemLabel=\u0627\u0644\u0646\u0638\u0627\u0645
29
32
  ContentFinder.AppSearch.Text.FieldEmpty=\u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631
30
33
  ContentFinder.AppSearch.Button.Preview=\u0645\u0639\u0627\u064A\u0646\u0629
31
34
  ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0641\u0626\u0627\u062A
32
35
  ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0641\u0626\u0627\u062A
33
36
  ContentFinder.AppSearch.Message.Select=\u062D\u062F\u062F {0}
34
37
  ContentFinder.CategoryTree.Search=\u0627\u0644\u0628\u062D\u062B \u062D\u0633\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u0648 \u0627\u0644\u062F\u0644\u064A\u0644 \u0623\u0648 \u0627\u0644\u062F\u0648\u0631
38
+ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0644\u0627 \u062A\u0648\u062C\u062F \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u062F\u0644\u064A\u0644.
39
+ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0641\u064A \u062D\u0627\u0644\u0629 \u0648\u062C\u0648\u062F \u062A\u0637\u0628\u064A\u0642\u0627\u062A\u060C \u0633\u062A\u0631\u0627\u0647\u0627 \u0647\u0646\u0627.
40
+ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u062F\u0644\u064A\u0644 \u0641\u064A \u0645\u062F\u064A\u0631 \u0627\u0644\u0645\u062D\u062A\u0648\u0649.