@sapui5/sap.ushell 1.120.4 → 1.120.6

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 (249) 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/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  8. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.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/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +69 -45
  61. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +1 -1
  62. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +7 -0
  63. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +4 -0
  64. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +23 -10
  65. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  67. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  68. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  69. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  70. package/src/main/js/sap/ushell/components/HomepageManager.js +25 -0
  71. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  72. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  73. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  74. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  75. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +23 -19
  76. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  77. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  78. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  79. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  80. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +34 -0
  81. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +11 -0
  82. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +111 -0
  83. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  84. package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +9 -0
  85. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  86. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  87. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  88. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  89. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  90. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +29 -0
  91. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  92. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  93. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  94. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  95. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  96. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  98. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  99. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  100. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  102. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  103. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  106. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  112. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  113. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  114. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  115. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  116. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  117. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  119. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  120. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  121. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  122. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  123. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  124. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  125. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  126. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  127. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  128. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  129. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +76 -0
  131. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  135. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  136. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  137. package/src/main/js/sap/ushell/library.js +1 -1
  138. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  139. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  140. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  141. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  142. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +10 -0
  143. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +14 -0
  144. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  145. package/src/main/js/sap/ushell/renderer/Shell.controller.js +44 -37
  146. package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -6
  147. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -19
  148. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  150. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  151. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  152. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  153. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  154. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  155. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  156. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  157. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  158. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  159. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  160. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  161. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  162. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  163. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  164. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  165. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  166. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  167. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  168. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  169. package/src/main/js/sap/ushell/services/Message.js +1 -1
  170. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  171. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  172. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  173. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  174. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  175. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  176. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  177. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  178. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  179. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  180. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
  181. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
  182. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
  183. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +2 -2
  184. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +4 -4
  185. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
  186. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
  187. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +2 -2
  188. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  189. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  190. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  191. package/src/main/js/sap/ushell/services/Search.js +1 -1
  192. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  193. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  194. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  195. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  196. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  197. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  198. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  199. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  200. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  201. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  202. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  203. package/src/main/js/sap/ushell/services/UserRecents.js +66 -44
  204. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  205. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  206. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  207. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  208. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  209. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  210. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  211. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  212. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  213. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  214. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  215. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  216. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  217. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  218. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  219. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  220. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  221. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  222. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  223. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  224. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  225. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  226. package/src/main/js/sap/ushell/services/_UserRecents/RecentActivity.js +36 -23
  227. package/src/main/js/sap/ushell/services/_UserRecents/RecentAppsUsage.js +11 -11
  228. package/src/main/js/sap/ushell/services/_UserRecents/RecentsList.js +8 -8
  229. package/src/main/js/sap/ushell/services/_UserRecents/UserRecentsBase.js +40 -36
  230. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  231. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  232. package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +3 -1
  233. package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -0
  234. package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -2
  235. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  236. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  237. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  238. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  239. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  240. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -6
  241. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  242. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  243. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  244. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  245. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  246. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  247. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  248. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  249. package/ui5.yaml +24 -4
@@ -2,6 +2,8 @@
2
2
  prepareUshellConfig();
3
3
  prepareModules();
4
4
  sap.ui.define([
5
+ "sap/base/i18n/Formatting",
6
+ "sap/base/i18n/Localization",
5
7
  "sap/ui/core/Core",
6
8
  "sap/base/Log",
7
9
  "sap/base/util/ObjectPath",
@@ -34,6 +36,8 @@ sap.ui.define([
34
36
  "sap/ushell/renderer/utils",
35
37
  "sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer"
36
38
  ], function (
39
+ Formatting,
40
+ Localization,
37
41
  Core,
38
42
  Log,
39
43
  ObjectPath,
@@ -177,33 +181,35 @@ sap.ui.define([
177
181
 
178
182
  this._setUI5LocaleAttributes = function (oLocaleData) {
179
183
  if (Object.keys(oLocaleData).length > 0) {
180
- var oFormatSettings = CoreConfiguration.getFormatSettings();
184
+ if (oLocaleData.calendarType) {
185
+ Formatting.setCalendarType(oLocaleData.calendarType);
186
+ }
181
187
  if (oLocaleData.dateFormatShort) {
182
- oFormatSettings.setDatePattern("short", oLocaleData.dateFormatShort);
188
+ Formatting.setDatePattern("short", oLocaleData.dateFormatShort);
183
189
  }
184
190
  if (oLocaleData.dateFormatMedium) {
185
- oFormatSettings.setDatePattern("medium", oLocaleData.dateFormatMedium);
191
+ Formatting.setDatePattern("medium", oLocaleData.dateFormatMedium);
186
192
  }
187
193
  if (oLocaleData.numberFormatGroup) {
188
- oFormatSettings.setNumberSymbol("group", oLocaleData.numberFormatGroup);
194
+ Formatting.setNumberSymbol("group", oLocaleData.numberFormatGroup);
189
195
  }
190
196
  if (oLocaleData.numberFormatDecimal) {
191
- oFormatSettings.setNumberSymbol("decimal", oLocaleData.numberFormatDecimal);
197
+ Formatting.setNumberSymbol("decimal", oLocaleData.numberFormatDecimal);
192
198
  }
193
199
  if (oLocaleData.timeFormatShort) {
194
- oFormatSettings.setTimePattern("short", oLocaleData.timeFormatShort);
200
+ Formatting.setTimePattern("short", oLocaleData.timeFormatShort);
195
201
  }
196
202
  if (oLocaleData.timeFormatMedium) {
197
- oFormatSettings.setTimePattern("medium", oLocaleData.timeFormatMedium);
203
+ Formatting.setTimePattern("medium", oLocaleData.timeFormatMedium);
198
204
  }
199
205
  if (oLocaleData.calendarMapping) {
200
- oFormatSettings.setLegacyDateCalendarCustomizing(oLocaleData.calendarMapping);
206
+ Formatting.setCustomIslamicCalendarData(oLocaleData.calendarMapping);
201
207
  }
202
208
  if (oLocaleData.timeZone) {
203
- CoreConfiguration.setTimezone(oLocaleData.timeZone);
209
+ Localization.setTimezone(oLocaleData.timeZone);
204
210
  }
205
211
  if (oLocaleData.currencyFormats) {
206
- oFormatSettings.setCustomCurrencies(oLocaleData.currencyFormats);
212
+ Formatting.setCustomCurrencies(oLocaleData.currencyFormats);
207
213
  }
208
214
  }
209
215
  };
@@ -346,8 +352,8 @@ sap.ui.define([
346
352
  var oTargetHashParts = oTargetUrlParts[1] && oTargetUrlParts[1].split("&/"),
347
353
  oCurrHashParts = oCurrUrlParts[1] && oCurrUrlParts[1].split("&/");
348
354
  if (typeof oTargetHashParts[0] === "string" && typeof oCurrHashParts[0] === "string" && oTargetHashParts[0] !== oCurrHashParts[0]) {
349
- sap.ushell.Container.getServiceAsync("Navigation").then(function (oNavService) {
350
- oNavService.navigate({
355
+ sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
356
+ oNavService.toExternal({
351
357
  target: {
352
358
  shellHash: oTargetUrlParts[1]
353
359
  }
@@ -541,8 +547,8 @@ sap.ui.define([
541
547
  var oTargetHashParts = newHash.split("&/"),
542
548
  oCurrHashParts = oldHash.split("&/");
543
549
  if (oTargetHashParts[0] !== oCurrHashParts[0]) {
544
- sap.ushell.Container.getServiceAsync("Navigation").then(function (oNavService) {
545
- oNavService.navigate({
550
+ sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
551
+ oNavService.toExternal({
546
552
  target: {
547
553
  shellHash: newHash
548
554
  }
@@ -680,23 +686,8 @@ sap.ui.define([
680
686
  false,
681
687
  undefined
682
688
  );
683
- var oCurrentApp = oAppLifeCycleService.getCurrentApplication();
684
- oCurrentApp.getInfo(["appFrameworkVersion", "appSupportInfo", "appId", "appVersion"]).then(function (oAppInfo) {
685
- for (var sParameter in oAppInfo) {
686
- if (oAppInfo[sParameter] === undefined || oAppInfo[sParameter] === "") {
687
- delete (oAppInfo[sParameter]);
688
- }
689
- }
690
- oAppInfo.appFrameworkId = "UI5";
691
- oAppInfo.technicalAppComponentId = oAppProperties.ui5ComponentName;
692
- if (typeof sAppTitle === "string") {
693
- oAppInfo.appTitle = sAppTitle;
694
- }
695
- AppLifeCycleAgent.setCurrentAppAttributes(oAppInfo);
696
- setTimeout(function () {
697
- AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.AppLifeCycle.updateCurrentAppInfo", {info: oAppInfo});
698
- }, 500);
699
- });
689
+
690
+ _that.getCurrentAppInfo(oAppLifeCycleService, oURLParameters, oAppProperties, sAppTitle);
700
691
  _that.considerChangingTheDefaultFullWidthVal(oResolutionResultWithComponentHandle);
701
692
  _that.overrideUrlHelperFuncs();
702
693
  fnResolve({
@@ -711,30 +702,63 @@ sap.ui.define([
711
702
  });
712
703
  };
713
704
 
705
+ /**
706
+ * @private
707
+ */
708
+ this.getCurrentAppInfo = function (oAppLifeCycleService, oURLParameters, oAppProperties, sAppTitle) {
709
+
710
+ var aAppInfoParams = [
711
+ "appFrameworkVersion",
712
+ "appVersion"
713
+ ];
714
+ if (!oURLParameters["sap-startup-params"] || oURLParameters["sap-startup-params"].indexOf("sap-fiori-id") === -1) {
715
+ aAppInfoParams.push("appId");
716
+ }
717
+ if (!oURLParameters["sap-startup-params"] || oURLParameters["sap-startup-params"].indexOf("sap-ach") === -1) {
718
+ aAppInfoParams.push("appSupportInfo");
719
+ }
720
+
721
+ var oCurrentApp = oAppLifeCycleService.getCurrentApplication();
722
+ oCurrentApp.getInfo(aAppInfoParams).then(function (oAppInfo) {
723
+ for (var sParameter in oAppInfo) {
724
+ if (oAppInfo[sParameter] === undefined || oAppInfo[sParameter] === "") {
725
+ delete (oAppInfo[sParameter]);
726
+ }
727
+ }
728
+ oAppInfo.appFrameworkId = "UI5";
729
+ oAppInfo.technicalAppComponentId = oAppProperties.ui5ComponentName;
730
+ if (typeof sAppTitle === "string") {
731
+ oAppInfo.appTitle = sAppTitle;
732
+ }
733
+ AppLifeCycleAgent.setCurrentAppAttributes(oAppInfo);
734
+ setTimeout(function () {
735
+ AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.AppLifeCycle.updateCurrentAppInfo", {info: oAppInfo});
736
+ }, 500);
737
+ });
738
+ };
739
+
714
740
  /**
715
741
  * @private
716
742
  */
717
743
  this.considerChangingTheDefaultFullWidthVal = function (oResolutionResultWithComponentHandle) {
744
+ //letter box width for users who use this parameter
718
745
  if (vGetFullWidthParamFromManifest === true || vGetFullWidthParamFromManifest === "true") {
719
746
  //Making sure that if the previous app was opened in letter box, it will not affect the default behavior
720
747
  // of the next app to be opened in full width state
721
748
  EventHub.emit("appWidthChange", false);
722
- var oComp = oResolutionResultWithComponentHandle.componentHandle.getInstance();
723
- var metadata = oComp.getMetadata();
724
- var vFullwidth;
725
- if (metadata) {
726
- vFullwidth = oComp.getMetadata().getManifestEntry("/sap.ui/fullWidth");
727
- if (vFullwidth === true || vFullwidth === "true") {
728
- EventHub.emit("appWidthChange", true);
729
- } else if (vFullwidth === undefined) {
730
- vFullwidth = oComp.getMetadata().getManifestEntry("/sap.ui5/config/fullWidth");
731
- if (vFullwidth === true || vFullwidth === "true") {
732
- EventHub.emit("appWidthChange", true);
733
- }
734
- }
735
- }
736
749
  }
737
750
 
751
+ var oComp = oResolutionResultWithComponentHandle.componentHandle.getInstance();
752
+ var metadata = oComp.getMetadata();
753
+ if (metadata) {
754
+ var vFullwidthUi = oComp.getMetadata().getManifestEntry("/sap.ui/fullWidth");
755
+ var vFullwidthUi5Config = oComp.getMetadata().getManifestEntry("/sap.ui5/config/fullWidth");
756
+ if (vFullwidthUi === true || vFullwidthUi === "true" || vFullwidthUi5Config === true || vFullwidthUi5Config === "true") {
757
+ EventHub.emit("appWidthChange", true);
758
+ } else if (vFullwidthUi === false || vFullwidthUi === "false" || vFullwidthUi5Config === false || vFullwidthUi5Config === "false") {
759
+ EventHub.emit("appWidthChange", false);
760
+ }
761
+ }
738
762
  };
739
763
 
740
764
  /**
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  };
56
56
  });
57
57
 
58
- sap.ushell.Container.getServiceAsync("Navigation").then(function (oNavService) {
58
+ sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
59
59
  oNavService.isNavigationSupported(aIntents, undefined, true).then(function (aIntentsSupported) {
60
60
  for (var i = 0; i < aIntentsSupported.length; i++) {
61
61
  if (!aIntentsSupported[i].supported) {
@@ -1,10 +1,17 @@
1
+ # Resource bundle for runtime authoring ushell plug-in in the cFLP (IFrame part)
2
+ #
1
3
 
4
+ #XTIT: Application title of the FLP plugin in app descriptor
2
5
  APP_TITLE=RTA cFLP Agent Plug-In
3
6
 
7
+ #XTIT: Title of an error message box explaining that adaptation cannot be started
4
8
  ERROR_TITLE=UI adaptation cannot be started
5
9
 
10
+ #XMSG: Technical error
6
11
  TECHNICAL_ERROR=Technical error. Please contact the support team.
7
12
 
13
+ #XHED: Title of a dialog explaining that adaptation will be closed
8
14
  HEADER_FLEX_DISABLED=Information
9
15
 
16
+ #XMSG: Dialog message for flex not enabled
10
17
  MSG_FLEX_DISABLED=This application is not enabled for adaptation. For more information, see [here](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
@@ -1,4 +1,8 @@
1
+ # Resource bundle for runtime authoring ushell plug-in in the cFLP (Shell part)
2
+ #
1
3
 
4
+ #XTIT: Application title of the FLP plugin in app descriptor
2
5
  APP_TITLE=RTA cFLP Shell Plug-In
3
6
 
7
+ #XTIT: Title of the button starting key user ui adaptation
4
8
  RTA_BUTTON_TEXT=Adapt UI
@@ -99,22 +99,14 @@ sap.ui.define([
99
99
  }
100
100
  }
101
101
  });
102
+
102
103
  EventHub.on("disableKeepAliveRestoreRouterRetrigger").do(function (oData) {
103
104
  if (oData.componentId && oRouterDisableRetriggerApplications[oData.componentId]) {
104
105
  oRouterDisableRetriggerApplications[oData.componentId] = oData.disable;
105
106
  }
106
107
  });
107
108
 
108
- AppRuntimeService.sendMessageToOuterShell(
109
- "sap.ushell.services.appLifeCycle.setup", {
110
- isStateful: true,
111
- isKeepAlive: true,
112
- isIframeValid: true,
113
- session: {
114
- bLogoutSupport: true
115
- }
116
- });
117
-
109
+ this._sendAppRuntimeSetup();
118
110
  //handle dirty state confirmation dialog within the iframe and not
119
111
  //in the outer shell
120
112
  if (!resources.browserI18n) {
@@ -129,6 +121,27 @@ sap.ui.define([
129
121
  };
130
122
  };
131
123
 
124
+ /**
125
+ * @private
126
+ */
127
+ this._sendAppRuntimeSetup = () => {
128
+ const oAppRuntimeFullSetup = {
129
+ isStateful: true,
130
+ isKeepAlive: true,
131
+ isIframeValid: true,
132
+ session: {
133
+ bLogoutSupport: true
134
+ }
135
+ };
136
+ const oAppRuntimeMinSetup = {
137
+ session: {
138
+ bLogoutSupport: true
139
+ }
140
+ };
141
+ AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.appLifeCycle.setup",
142
+ (window["sap-ushell-config"]?.ui5appruntime?.config?.stateful === false) ? oAppRuntimeMinSetup : oAppRuntimeFullSetup);
143
+ };
144
+
132
145
  /**
133
146
  * @private
134
147
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the application runtime platform
4
4
  *
5
- * @version 1.120.4
5
+ * @version 1.120.6
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -45,7 +45,7 @@
45
45
  * }, false);
46
46
  * </pre>
47
47
  *
48
- * @version 1.120.4
48
+ * @version 1.120.6
49
49
  */
50
50
 
51
51
  sap.ui.define([
@@ -71,7 +71,7 @@
71
71
  * }, false);
72
72
  * </pre>
73
73
  *
74
- * @version 1.120.4
74
+ * @version 1.120.6
75
75
  * @namespace
76
76
  */
77
77
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Configure the UI5Settings for Date and Time Format for the 'CDM'
5
5
  * platform.
6
6
  *
7
- * @version 1.120.4
7
+ * @version 1.120.6
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
5
5
  * This is the version that creates spaces/pages runtime environment.
6
6
  *
7
- * @version 1.120.4
7
+ * @version 1.120.6
8
8
  */
9
9
 
10
10
  /* eslint-disable quote-props */
@@ -1942,6 +1942,10 @@ sap.ui.define([
1942
1942
  }.bind(this), 0);
1943
1943
  }
1944
1944
 
1945
+ if (!this.bIsFirstSegmentViewLoaded && this.isBlindLoading()) {
1946
+ this.bIsFirstSegmentViewLoaded = !this._isAtLeastOneTileVisibleInASegment(aFirstSegmentFrame);
1947
+ }
1948
+
1945
1949
  // Tiles loaded with views when there is no blind-loading
1946
1950
  // In this case the first segment is loaded after setting the model
1947
1951
  if (this.bIsFirstSegmentViewLoaded) {
@@ -1951,6 +1955,27 @@ sap.ui.define([
1951
1955
  Measurement.end("FLP:DashboardManager.loadGroupsFromArray");
1952
1956
  },
1953
1957
 
1958
+ /**
1959
+ * Checks if at least one tile in the given Segment is visible.
1960
+ *
1961
+ * @param {object[]} aSegment containing group and tiles information
1962
+ * @returns {boolean} whether at least one tile in the given Segment is visible.
1963
+ */
1964
+ _isAtLeastOneTileVisibleInASegment: function (aSegment) {
1965
+ var oGroup;
1966
+ var oTile;
1967
+ for (var i = 0; i < aSegment.length; ++i) {
1968
+ oGroup = aSegment[i];
1969
+ for (var j = 0; j < oGroup.tiles.length; ++j) {
1970
+ oTile = oGroup.tiles[j];
1971
+ if (oTile.isTileIntentSupported) {
1972
+ return true;
1973
+ }
1974
+ }
1975
+ }
1976
+ return false;
1977
+ },
1978
+
1954
1979
  getPreparedGroupModel: function () {
1955
1980
  return this.aGroupModel;
1956
1981
  },
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.appfinder",
5
5
  "applicationVersion": {
6
- "version": "1.120.4"
6
+ "version": "1.120.6"
7
7
  },
8
8
  "i18n": {
9
9
  "bundleUrl": "../../renderer/resources/resources.properties",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/applicationIntegration/elements/model",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/container/ApplicationContainer",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/applicationIntegration/application/BlueBoxesCache",
@@ -2,10 +2,12 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview defines the post message API for all applications running in iframe within the shell
5
- * @version 1.120.4
5
+ * @version 1.120.6
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
9
+ "sap/base/i18n/Formatting",
10
+ "sap/base/i18n/Localization",
9
11
  "sap/ushell/utils",
10
12
  "sap/ui/core/library",
11
13
  "sap/ui/thirdparty/jquery",
@@ -27,6 +29,8 @@ sap.ui.define([
27
29
  "sap/ui/core/Configuration",
28
30
  "sap/base/util/uid"
29
31
  ], function (
32
+ Formatting,
33
+ Localization,
30
34
  utils,
31
35
  coreLib,
32
36
  jQuery,
@@ -994,24 +998,24 @@ sap.ui.define([
994
998
  },
995
999
  getLocaleData: {
996
1000
  executeServiceCallFn: function (oServiceParams) {
997
- var oLocaleData = {},
998
- oFormatSettings = CoreConfiguration.getFormatSettings();
999
- // get date format
1000
- oLocaleData.dateFormatShort = oFormatSettings.getDatePattern("short");
1001
- oLocaleData.dateFormatMedium = oFormatSettings.getDatePattern("medium");
1002
- // get number format
1003
- oLocaleData.numberFormatGroup = oFormatSettings.getNumberSymbol("group");
1004
- oLocaleData.numberFormatDecimal = oFormatSettings.getNumberSymbol("decimal");
1005
- // get time format
1006
- oLocaleData.timeFormatShort = oFormatSettings.getTimePattern("short");
1007
- oLocaleData.timeFormatMedium = oFormatSettings.getTimePattern("medium");
1008
- // get calendar customizing
1009
- oLocaleData.calendarMapping = oFormatSettings.getLegacyDateCalendarCustomizing();
1010
- // get timezone
1011
- oLocaleData.timeZone = CoreConfiguration.getTimezone();
1012
- // get currency formats
1013
- oLocaleData.currencyFormats = oFormatSettings.getCustomCurrencies();
1014
-
1001
+ const oLocaleData = {
1002
+ //date format
1003
+ calendarType: Formatting.getCalendarType(),
1004
+ dateFormatShort: Formatting.getDatePattern("short"),
1005
+ dateFormatMedium: Formatting.getDatePattern("medium"),
1006
+ //number format
1007
+ numberFormatGroup: Formatting.getNumberSymbol("group"),
1008
+ numberFormatDecimal: Formatting.getNumberSymbol("decimal"),
1009
+ //time format
1010
+ timeFormatShort: Formatting.getTimePattern("short"),
1011
+ timeFormatMedium: Formatting.getTimePattern("medium"),
1012
+ //calendar customizing
1013
+ calendarMapping: Formatting.getCustomIslamicCalendarData(),
1014
+ //timezone
1015
+ timeZone: Localization.getTimezone(),
1016
+ //currency formats
1017
+ currencyFormats: Formatting.getCustomCurrencies()
1018
+ };
1015
1019
  return new jQuery.Deferred().resolve(oLocaleData).promise();
1016
1020
  }
1017
1021
  }
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/base/util/extend",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The models assosicated with the applciation.
5
- * @version 1.120.4
5
+ * @version 1.120.6
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub",
@@ -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.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ui/core/Core"
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the related shell elements of the different applications.
4
- * @version 1.120.4
4
+ * @version 1.120.6
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/base/Log",
@@ -1,41 +1,75 @@
1
+ # Translatable texts for the SAP Build Work Zone search result widget
2
+ #
1
3
 
2
4
 
5
+ #XTIT,35: Title of card widget
3
6
  CARD.Widget.Title=Search Result Widget
4
7
 
8
+ #XTIT,50: Subtitle of card widget
5
9
  CARD.Widget.SubTitle=Show Search Results in a Search Result
6
10
 
11
+ #XBUT,25: Title of the view all button
7
12
  CARD.List.Button.ViewAll=View All
8
13
 
14
+ #XBUT,50: SubTitle of the card
9
15
  CARD.List.Title.SearchResults=Results for {0}
10
16
 
17
+ #XBUT,50: RowStatus for search result showing rowX-rowY of totalRows, example 1-7 or 100
11
18
  CARD.List.RowStatus={0}-{1} of {2}
12
19
 
20
+ #XBUT,10: Switch yes
13
21
  CARD.Config.Yes=Yes
22
+ #XBUT,10: Switch no
14
23
  CARD.Config.No=No
24
+ #XTIT,50: Title for header settings
15
25
  CARD.Config.HeaderSettings=Header Settings
26
+ #XFLD,50: Label for the header type
16
27
  CARD.Config.HeaderType.Lbl=Header Type
28
+ #XFLD,50: Default Header
17
29
  CARD.Config.HeaderType.Default=Default Header
30
+ #XFLD,50: Custom Header
18
31
  CARD.Config.HeaderType.Custom=Custom Header
32
+ #XFLD,50: No Header
19
33
  CARD.Config.HeaderType.None=No Header
34
+ #XFLD,50: Label for header title field
20
35
  CARD.Config.Header.Title.Lbl=Title
36
+ #XTOL,200: Description for header title field
21
37
  CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
38
+ #XFLD,50: Label for header description/subtitle field
22
39
  CARD.Config.Header.SubTitle.Lbl=Description
40
+ #XTOL,200: Description for header description/subtitle field
23
41
  CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
42
+ #XFLD,50: Label for the Icon Selection field
24
43
  CARD.Config.Header.Icon.Lbl=Icon
44
+ #XFLD,50: Label for the Icon Color field
25
45
  CARD.Config.Header.IconColor.Lbl=Icon Color
46
+ #XFLD,50: Label for the Icon Shape field
26
47
  CARD.Config.Header.IconShape.Lbl=Icon Shape
48
+ #XFLD,100: Label for the navigation select (yes/no)
27
49
  CARD.Config.Header.Nav.Lbl=Navigate to Search Application
50
+ #XTOL,200: Description for the navigation select (yes/no)
28
51
  CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
52
+ #XTIT,50: Title for content settings
29
53
  CARD.Config.ContentSettings=Content Settings
54
+ #XFLD,50: Label for the Search Term/Search Text field
30
55
  CARD.Config.Content.SearchTerm.Lbl=Search Text
56
+ #XFLD,50: Label for the Category select field
31
57
  CARD.Config.Content.Category.Lbl=Category
58
+ #XFLD,50: Label for the View select field
32
59
  CARD.Config.Content.View.Lbl=Category
60
+ #XFLD,50: Label for the PageSize slider
33
61
  CARD.Config.Content.PageSize.Lbl=Items per Page
62
+ #XFLD,50: Label for the Highlight select
34
63
  CARD.Config.Content.Highlight.Lbl=Highlight Results
64
+ #XTOL,200: Description for the Highlight select
35
65
  CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
66
+ #XFLD,50: Label for the Footer Action select
36
67
  CARD.Config.Content.FooterActions.Lbl=Footer Actions
68
+ #XFLD,100: Footer Action Paging
37
69
  CARD.Config.Content.FooterActions.Page=Paging Search Results
70
+ #XFLD,200: Footer Action Navigation
38
71
  CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
72
+ #XFLD,50: Footer Action None
39
73
  CARD.Config.Content.FooterActions.None=No Actions
40
74
 
41
75
 
@@ -1,19 +1,30 @@
1
+ # Translatable texts for the SAP Build Work Zone search result app
2
+ #
1
3
 
4
+ #TIT,30: Title of the search application
2
5
  SEARCHRESULTAPP.App.Title=Search Result Application
3
6
 
7
+ #TIT,50: Sub title of the search application
4
8
  SEARCHRESULTAPP.App.SubTitle=Search Result Application for Work Zone Content
5
9
 
10
+ #XBUT,20: Button text for configuration of the search
6
11
  SEARCHRESULTAPP.Config.ButtonText=Configure
7
12
 
13
+ #XTOL,50: Tooltip for the configuration of the search application, important for accessibility
8
14
  SEARCHRESULTAPP.Config.ButtonTooltip=Configure the Search Result Application
9
15
 
16
+ #XTIT,50: Header of the search result application, {0} is the search term, {1} is the result count
10
17
  SEARCHRESULTAPP.HeaderTitle=Search Results for\: {0} {1}
11
18
 
19
+ #XBUT,25: Menu entry to save as tile
12
20
  SEARCHRESULTAPP.TitleMenu.SaveAsTile=Save as Tile
13
21
 
22
+ #XBUT,25: Menu entry to send email
14
23
  SEARCHRESULTAPP.TitleMenu.Email=Email
15
24
 
25
+ #XTIT,50: Mail Subject to send the search result URL, placeholder is the current search term
16
26
  SEARCHRESULTAPP.EMail.Subject=Search Results for "{0}"
17
27
 
28
+ #XTIT,35: Title of the bookmark for the search results, placeholder is the current search term
18
29
  SEARCHRESULTAPP.Bookmark.Title=Search for {0}
19
30