@sapui5/sap.ushell 1.114.1 → 1.114.3

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 (279) 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/_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/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +2 -2
  47. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +17 -19
  58. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +10 -0
  59. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +8 -8
  60. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +5 -11
  61. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  63. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  64. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  65. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +17 -0
  66. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  67. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -8
  68. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -1
  69. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  70. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +2 -18
  71. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -2
  72. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  73. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  74. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  75. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  76. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -8
  77. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  78. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  79. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  80. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  81. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  82. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  83. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  84. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +25 -0
  85. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  86. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  87. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  88. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  89. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  90. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  91. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  92. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  93. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  94. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  95. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  96. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  97. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +176 -40
  98. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  99. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +4 -4
  100. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +8 -1
  101. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -3
  103. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  104. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  107. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/NavigationSvcSearchProvider.js +1 -1
  108. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  109. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  110. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  113. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  116. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  117. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  118. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  119. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  120. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  121. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  122. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  123. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  125. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  128. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  129. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  130. package/src/main/js/sap/ushell/library.js +1 -1
  131. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  132. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  133. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  134. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  135. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -2
  136. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +2 -0
  137. package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/services/AppConfiguration.js +24 -2
  139. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  140. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  141. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  142. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  143. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  144. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  145. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  146. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  147. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  148. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  149. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  150. package/src/main/js/sap/ushell/services/Menu.js +4 -4
  151. package/src/main/js/sap/ushell/services/Message.js +1 -1
  152. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  153. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  154. package/src/main/js/sap/ushell/services/Notifications.js +37 -0
  155. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  156. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  157. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  158. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  159. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  160. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  161. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  162. package/src/main/js/sap/ushell/services/Search.js +1 -1
  163. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  164. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  165. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  166. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  167. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  168. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  169. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  170. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  171. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  172. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  173. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  174. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  175. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  176. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  177. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  178. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  179. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  180. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  181. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  182. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  183. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  184. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  185. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  186. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  187. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  188. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  189. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  190. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  191. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  192. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  193. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  194. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  195. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  196. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  197. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  198. package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +10 -27
  199. package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +1 -11
  200. package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -11
  201. package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -13
  202. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +1 -9
  203. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +1 -9
  204. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +1 -10
  205. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -12
  206. package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -12
  207. package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +1 -9
  208. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +1 -7
  209. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -9
  210. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -11
  211. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +5 -1
  212. package/src/main/js/sap/ushell/ui/ShellHeader.js +5 -1
  213. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -1
  214. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  215. package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +1 -1
  216. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  217. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  218. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  219. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  220. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +115 -63
  221. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  222. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +30 -62
  223. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  224. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  225. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  226. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  227. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  228. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  229. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  230. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n.properties +0 -5
  231. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ar.properties +0 -2
  232. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_bg.properties +0 -2
  233. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ca.properties +0 -2
  234. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cs.properties +0 -2
  235. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cy.properties +0 -2
  236. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_da.properties +0 -2
  237. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_de.properties +0 -2
  238. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_el.properties +0 -2
  239. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en.properties +0 -2
  240. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_GB.properties +0 -2
  241. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_sappsd.properties +0 -2
  242. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saprigi.properties +0 -2
  243. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saptrc.properties +0 -2
  244. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es.properties +0 -2
  245. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es_MX.properties +0 -2
  246. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_et.properties +0 -2
  247. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fi.properties +0 -2
  248. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr.properties +0 -2
  249. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr_CA.properties +0 -2
  250. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hi.properties +0 -2
  251. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hr.properties +0 -2
  252. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hu.properties +0 -2
  253. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_id.properties +0 -2
  254. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_it.properties +0 -2
  255. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_iw.properties +0 -2
  256. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ja.properties +0 -2
  257. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_kk.properties +0 -2
  258. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ko.properties +0 -2
  259. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lt.properties +0 -2
  260. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lv.properties +0 -2
  261. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ms.properties +0 -2
  262. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_nl.properties +0 -2
  263. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_no.properties +0 -2
  264. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pl.properties +0 -2
  265. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt.properties +0 -2
  266. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt_PT.properties +0 -2
  267. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ro.properties +0 -2
  268. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ru.properties +0 -2
  269. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sh.properties +0 -2
  270. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sk.properties +0 -2
  271. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sl.properties +0 -2
  272. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sv.properties +0 -2
  273. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_th.properties +0 -2
  274. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_tr.properties +0 -2
  275. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_uk.properties +0 -2
  276. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_vi.properties +0 -2
  277. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_CN.properties +0 -2
  278. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_TW.properties +0 -2
  279. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/manifest.json +0 -66
@@ -6,9 +6,6 @@
6
6
  sap.ui.define([
7
7
  "sap/base/Log",
8
8
  "sap/m/FlexBox",
9
- "sap/m/Bar",
10
- "sap/ui/core/Icon",
11
- "sap/m/Title",
12
9
  "sap/m/Label",
13
10
  "sap/m/List",
14
11
  "sap/m/VBox",
@@ -22,9 +19,6 @@ sap.ui.define([
22
19
  ], function (
23
20
  Log,
24
21
  FlexBox,
25
- Bar,
26
- Icon,
27
- Title,
28
22
  Label,
29
23
  List,
30
24
  VBox,
@@ -42,9 +36,6 @@ sap.ui.define([
42
36
  metadata: {
43
37
  library: "sap.ushell",
44
38
  properties: {
45
- title: { type: "string", group: "Misc", defaultValue: null },
46
- description: { type: "string", group: "Misc", defaultValue: null },
47
- icon: { type: "sap.ui.core.URI", group: "Appearance", defaultValue: null },
48
39
  showRelatedApps: { type: "boolean", defaultValue: true }
49
40
  },
50
41
  aggregations: {
@@ -64,8 +55,6 @@ sap.ui.define([
64
55
  oRm.openStart("div", oControl);
65
56
  oRm.openEnd();
66
57
 
67
- oRm.renderControl(oControl.oTitleBar);
68
-
69
58
  if (oControl.oItemsList) {
70
59
  // hierarchy list items
71
60
  oRm.renderControl(oControl.oItemsList);
@@ -151,12 +140,10 @@ sap.ui.define([
151
140
 
152
141
  /**
153
142
  * as the structure of the content is
154
- * FlexBox -
155
- * - FlexItem (no tab index) -> miniTile (tab index)
156
- * .
157
- * .
158
- * .
159
- * - FlexItem (no tab index) -> miniTile (tab index)
143
+ * FlexBox
144
+ * - FlexItem (no tab index) -> miniTile (tab index)
145
+ * ...
146
+ * - FlexItem (no tab index) -> miniTile (tab index)
160
147
  *
161
148
  * And we focus on the inner mini tile object, we must go up (by calling .parent())
162
149
  * 2 times in order to gain reference to the parent container of all items
@@ -183,15 +170,7 @@ sap.ui.define([
183
170
  };
184
171
 
185
172
  KeyboardNavigation.prototype.leftRightHandler = function (e, isRight) {
186
- var fName = isRight ? "next" : "prev",
187
- currentItem,
188
- nextItem,
189
- nextItemIndex,
190
- jqParent,
191
- nextFocusIndex,
192
- nextFocus,
193
- jqFocused = jQuery(document.activeElement);
194
-
173
+ var jqFocused = jQuery(document.activeElement);
195
174
  if (!jqFocused.hasClass("sapUshellNavMiniTile")) {
196
175
  return false;
197
176
  }
@@ -201,19 +180,21 @@ sap.ui.define([
201
180
  // we will not find the next one.
202
181
  // We must go one level up (by parent()) afterwards, run the selector and the actual item to focus on
203
182
  // it the inner div (as explained before), therefore the next item for focus resides under children() selector
204
- currentItem = jqFocused.parent();
183
+ var currentItem = jqFocused.parent();
205
184
 
206
185
  // see what is the index of the item we have when using jQuery selector next/previous item
207
- nextItem = currentItem[fName]();
208
- nextItemIndex = nextItem.index();
186
+ var fName = isRight ? "next" : "prev";
187
+ var nextItem = currentItem[fName]();
188
+ var nextItemIndex = nextItem.index();
209
189
 
210
190
  // take reference to the parent (FlexBox) of the current item( As the current item is the Flex-Item which contains the current fqFocused element )
211
191
  // to see how many children it has
212
- jqParent = currentItem.parent();
192
+ var jqParent = currentItem.parent();
213
193
 
214
194
  // if the nextItemIndex equals to -1 this means that next item calculated by calling next/previous on current item
215
195
  // does not exist. this means we need to recalculate the index to be circular
216
196
  // (either first tile or last tile - depending of the direction left/right)
197
+ var nextFocusIndex;
217
198
  if (nextItemIndex === -1) {
218
199
  // calculating the index of the next item to focus on
219
200
  nextFocusIndex = isRight ? 0 : jqParent.children().length - 1;
@@ -224,7 +205,7 @@ sap.ui.define([
224
205
 
225
206
  // take the respective child of the parent element (by the index calculated) and look at its children[0] as
226
207
  // this is the flex-item and we need its mini-tile to focus on
227
- nextFocus = jqParent.children()[nextFocusIndex].children[0];
208
+ var nextFocus = jqParent.children()[nextFocusIndex].children[0];
228
209
  if (!nextFocus) {
229
210
  return false;
230
211
  }
@@ -268,8 +249,7 @@ sap.ui.define([
268
249
 
269
250
  /************************************** Shell Navigation Menu **************************************/
270
251
 
271
- ShellNavigationMenu.prototype.init = function () {
272
- };
252
+ ShellNavigationMenu.prototype.init = function () { };
273
253
 
274
254
  ShellNavigationMenu.prototype._createItemsList = function () {
275
255
  // hierarchy items list
@@ -278,23 +258,15 @@ sap.ui.define([
278
258
 
279
259
  ShellNavigationMenu.prototype._createMiniTilesBox = function () {
280
260
  // mini tiles box
281
- this.oMiniTilesBox = new FlexBox("sapUshellNavRelatedAppsFlexBox", {justifyContent: "Center"});
261
+ this.oMiniTilesBox = new FlexBox("sapUshellNavRelatedAppsFlexBox", { justifyContent: "Center" });
282
262
  };
283
263
 
284
264
  /*
285
- before open method:
286
- this is done from performance reasons, to lazy-load the non-necessary resources
265
+ before open method: this is done from performance reasons, to lazy-load the non-necessary resources
287
266
  */
288
267
  ShellNavigationMenu.prototype._beforeOpen = function () {
289
268
  // only if this is first time (e.g. not initialized yet)
290
269
  if (!this.bInitialized) {
291
- // inner application title
292
- this.oTitle = new Title("navMenuInnerTitle", {
293
- level: "H1"
294
- });
295
- this.oIconControl = new Icon();
296
- this.oTitleBar = new Bar("navMenuTitleBar", {contentLeft: [this.oIconControl, this.oTitle]});
297
-
298
270
  // related-apps title
299
271
  this.oRelatedAppsTitle = new Label("sapUshellRelatedAppsLabel", {
300
272
  text: resources.i18n.getText("shellNavMenu_relatedApps")
@@ -305,7 +277,10 @@ sap.ui.define([
305
277
  }
306
278
  // related apps box
307
279
  this.oRelatedAppsVbox = new VBox("sapUshellRelatedAppsItems", {
308
- items: [this.oRelatedAppsTitle, this.oMiniTilesBox]
280
+ items: [
281
+ this.oRelatedAppsTitle,
282
+ this.oMiniTilesBox
283
+ ]
309
284
  });
310
285
 
311
286
  // extend inner controls for Acc reasons
@@ -314,16 +289,11 @@ sap.ui.define([
314
289
  // set as initialized
315
290
  this.bInitialized = true;
316
291
  }
317
- this.oTitle.setText(this.getTitle());
318
- this.oIconControl.setSrc(this.getIcon() || "sap-icon://folder");
292
+
319
293
  };
320
294
 
321
295
  ShellNavigationMenu.prototype._afterOpen = function () {
322
- /*
323
- initialize the keyboard-navigation inner module
324
- for the mini-tiles grid (flexBox)
325
- ONLY in case we run in desktop
326
- */
296
+ // initialize the keyboard-navigation inner module for the mini-tiles grid (flexBox) ONLY for desktop
327
297
  if (Device.system.desktop) {
328
298
  // initializing keyboard navigation
329
299
  if (this.keyboardNavigation) {
@@ -354,10 +324,10 @@ sap.ui.define([
354
324
  };
355
325
 
356
326
  /*
357
- * methods for overriding default behavior of the aggregation management by the infrastructure,
358
- * in order to delegate the aggregation controls to an inner control which should render them instead
359
- * (the related-apps flex-box items aggregation)
360
- */
327
+ * methods for overriding default behavior of the aggregation management by the infrastructure,
328
+ * in order to delegate the aggregation controls to an inner control which should render them instead
329
+ * (the related-apps flex-box items aggregation)
330
+ */
361
331
  ShellNavigationMenu.prototype.getMiniTiles = function () {
362
332
  if (this.oMiniTilesBox) {
363
333
  return this.oMiniTilesBox.getItems();
@@ -409,10 +379,10 @@ sap.ui.define([
409
379
  };
410
380
 
411
381
  /*
412
- * methods for overriding default behavior of the aggregation management by the infrastructure,
413
- * in order to delegate the aggregation controls to an inner control which should render them instead
414
- * (the items-list items aggregation)
415
- */
382
+ * methods for overriding default behavior of the aggregation management by the infrastructure,
383
+ * in order to delegate the aggregation controls to an inner control which should render them instead
384
+ * (the items-list items aggregation)
385
+ */
416
386
  ShellNavigationMenu.prototype.getItems = function () {
417
387
  if (this.oItemsList) {
418
388
  return this.oItemsList.getItems();
@@ -490,7 +460,6 @@ sap.ui.define([
490
460
  }
491
461
 
492
462
  if (this.bInitialized) {
493
- this.oTitleBar.destroy();
494
463
  this.oRelatedAppsVbox.destroy();
495
464
  this.oRelatedAppsTitle.destroy();
496
465
  }
@@ -502,13 +471,12 @@ sap.ui.define([
502
471
  };
503
472
 
504
473
  ShellNavigationMenu.prototype.onAfterRendering = function () {
505
- jQuery("#sapUshellAppTitlePopover-intHeader").css("height", 0);
506
474
 
507
475
  // Adjust accessibility attributes - list of hierarchy items (List)
508
476
  var jqHierarchyUL = jQuery("#sapUshellNavHierarchyItems ul");
509
477
  jqHierarchyUL.attr("role", "menu");
510
478
  jqHierarchyUL.attr("aria-label", resources.i18n.getText("ShellNavigationMenu_HierarchyItemsAriaLabel"));
511
- jQuery("#sapUshellNavHierarchyItems li").attr("role", "menuitem"); // list items are not allowed inside of a group
479
+ jQuery("#sapUshellNavHierarchyItems li").attr("role", "menuitem"); // list items are not allowed inside a group
512
480
 
513
481
  // Adjust accessibility attributes - box of related apps (VBox)
514
482
  var jqMiniTilesBox = jQuery("#sapUshellNavRelatedAppsFlexBox");
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.114.1
47
+ * @version 1.114.3
48
48
  *
49
49
  * @private
50
50
  * @alias sap.ushell.ui.shell.SysInfoBar
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * A control to be placed in the tool area
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
- * @version 1.114.1
21
+ * @version 1.114.3
22
22
  *
23
23
  * @constructor
24
24
  * @public
@@ -6,7 +6,7 @@
6
6
  * This is a utility module that collects common activities implemented
7
7
  * by controllers of different ui components.
8
8
  *
9
- * @version 1.114.1
9
+ * @version 1.114.3
10
10
  * @private
11
11
  */
12
12
 
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The ShellUIService UI5 service
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
 
9
9
  /**
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The UserStatus UI5 service
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
 
9
9
  /**
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * This module is for internal Shell usage only
7
7
  *
8
- * @version 1.114.1
8
+ * @version 1.114.3
9
9
  */
10
10
  sap.ui.define(["sap/base/Log", "sap/ushell/utils/UrlParsing"], function (Log, urlParsing) {
11
11
  "use strict";
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
5
5
  *
6
- * @version 1.114.1
6
+ * @version 1.114.3
7
7
  */
8
8
 
9
9
  (function () {
@@ -1,5 +0,0 @@
1
- # Resource bundle for runtime authoring ushell plug-in in the cFLP (IFrame part)
2
- # __ldi.translation.uuid=63713cdc-9b03-40be-b1c4-30909633118e
3
-
4
- #XTIT: Application title of the FLP plugin in app descriptor
5
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0627\u0644\u0625\u0636\u0627\u0641\u064A \u0644\u0648\u0643\u064A\u0644 cFLP \u0627\u0644\u0645\u062A\u0639\u0644\u0642 \u0628\u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0648\u064A\u0628
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u0423\u0435\u0431 \u0430\u0441\u0438\u0441\u0442\u0435\u043D\u0442 cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Connector d'agent cFLP de Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Webov\u00FD asistent cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Ategyn Asiant cFLP Cynorthwyydd Gwe
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP-agent-plug-in
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=cFLP-Agent-Plug-In f\u00FCr Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=[[[\u0174\u0113\u0183 \u0100\u015F\u015F\u012F\u015F\u0163\u0105\u014B\u0163 \u010B\u0191\u013B\u01A4 \u0100\u011F\u0113\u014B\u0163 \u01A4\u013A\u0171\u011F\u012F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u206A\u206A\u206A\u200D\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u206AWeb Assistant cFLP Agent Plugin\u206A\u206A
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=DW77JxHvqAKzhwzLbEd3jw_Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in de agente cFLP de Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Complemento de agente cFLP de asistente web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistanti cFLP vahendaja lisandmoodul
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=WWW-avustajan cFLP Agent -plug-in
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plugin agent cFLP - Assistant Web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Module d'extension cFLP - Assistant Web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u0935\u0947\u092C \u0938\u0939\u093E\u092F\u0915 cFLP \u090F\u091C\u0947\u0902\u091F \u092A\u094D\u0932\u0917\u0907\u0928
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Pomo\u0107nk za web - cFLP plugin agenta
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Webasszisztens cFLP agentpluginja
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in agente cFLP assistente Web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-In \u05E9\u05DC \u05D2\u05D5\u05E8\u05DD \u05DE\u05D1\u05E6\u05E2 \u05D1-cFLP \u05E9\u05DC Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP \u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u30D7\u30E9\u30B0\u30A4\u30F3
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP \u0430\u0433\u0435\u043D\u0442\u0456\u043D\u0456\u04A3 \u043F\u043B\u0430\u0433\u0438\u043D\u0456
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP \uC5D0\uC774\uC804\uD2B8 \uD50C\uB7EC\uADF8\uC778
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u017Diniatinklio asistento \u201EcFLP\u201C agento priedas
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP a\u0123enta spraudnis
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Pasang Masuk Ejen cFLP Pembantu Web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=cFLP-agentplug-in Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in for cFLP-agent for Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Dodatek plug-in agenta cFLP Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in de agente cFLP de assistente Web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in de agente cFLP de Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-In agent asistent web cFLP
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u041F\u043B\u0430\u0433\u0438\u043D \u0430\u0433\u0435\u043D\u0442\u0430 cFLP \u0432\u0435\u0431-\u0430\u0441\u0441\u0438\u0441\u0442\u0435\u043D\u0442\u0430
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plug-in agenta Web Assistant cFLP
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP Agent Plugin
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Vti\u010Dnik agenta spletnega pomo\u010Dnika cFLP
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Agent-plugin f\u00F6r Web Assistant cFLP
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=cFLP Agent Plugin \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A Web Assistant
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web yard\u0131mc\u0131s\u0131 cFLP arac\u0131s\u0131 eklentisi
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=\u041F\u043B\u0430\u0433\u0456\u043D \u0430\u0433\u0435\u043D\u0442\u0430 cFLP \u0432\u0435\u0431-\u0430\u0441\u0438\u0441\u0442\u0435\u043D\u0442\u0430
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Plugin ta\u0301c nh\u00E2n cFLP h\u00F4\u0303 tr\u01A1\u0323 web
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web \u52A9\u624B cFLP \u4EE3\u7406\u63D2\u4EF6
@@ -1,2 +0,0 @@
1
-
2
- APP_TITLE=Web Assistant cFLP \u4EE3\u7406 Plug-In
@@ -1,66 +0,0 @@
1
- {
2
- "_version": "1.0.0",
3
-
4
- "sap.app": {
5
- "_version": "1.0.0",
6
- "i18n": {
7
- "bundleUrl": "i18n/i18n.properties",
8
- "supportedLocales": [
9
- ""
10
- ],
11
- "fallbackLocale": ""
12
- },
13
- "id": "sap.ushell.appRuntime.ui5.plugins.waAgent.Component",
14
- "title": "",
15
- "type": "component",
16
- "applicationVersion": {
17
- "version": "1.0.0"
18
- },
19
- "ach": "CA-FLP-FE-AI",
20
- "embeddedBy": "../../../../",
21
- "resources": "resources.json"
22
- },
23
-
24
- "sap.ui": {
25
- "_version": "1.0.0",
26
-
27
- "technology": "UI5",
28
- "supportedThemes": [],
29
- "deviceTypes": {
30
- "desktop": true,
31
- "tablet": true,
32
- "phone": true
33
- }
34
- },
35
-
36
- "sap.ui5": {
37
- "_version": "1.0.0",
38
- "contentDensities": {
39
- "compact": true,
40
- "cozy": true
41
- },
42
- "dependencies": {
43
- "minUI5Version": "1.70.0",
44
- "libs": {
45
- "sap.ui.core": {
46
- "minVersion": "1.70.0"
47
- }
48
- }
49
- },
50
- "models": {
51
- "i18n": {
52
- "type": "sap.ui.model.resource.ResourceModel",
53
- "uri": "i18n/i18n.properties",
54
- "settings": {
55
- "supportedLocales": [
56
- ""
57
- ],
58
- "fallbackLocale": ""
59
- }
60
- }
61
- }
62
- },
63
- "sap.flp": {
64
- "type": "plugin"
65
- }
66
- }