@sapui5/sap.ushell 1.120.3 → 1.120.5
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.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +6 -3
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +65 -41
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_cnr.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +7 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_cnr.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saprigi.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +23 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +3 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/HomepageManager.js +25 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +23 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cnr.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_cnr.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +11 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saprigi.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cnr.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +111 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +109 -109
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_cnr.properties +10 -0
- package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +9 -0
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saprigi.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +29 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +29 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +24 -24
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +78 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +76 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +66 -66
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_cnr.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +10 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saprigi.properties +8 -8
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_cnr.properties +24 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +14 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
- package/src/main/js/sap/ushell/renderer/History.js +59 -59
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +50 -67
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +993 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +991 -991
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +4 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +66 -44
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_UserRecents/RecentActivity.js +36 -23
- package/src/main/js/sap/ushell/services/_UserRecents/RecentAppsUsage.js +11 -11
- package/src/main/js/sap/ushell/services/_UserRecents/RecentsList.js +8 -8
- package/src/main/js/sap/ushell/services/_UserRecents/UserRecentsBase.js +40 -36
- package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +3 -1
- package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -6
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils.js +26 -2
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +24 -4
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
PERSONALIZE_BUTTON_TEXT=Personalizuj aplikaciju
|
|
3
|
+
|
|
4
|
+
END_PERSONALIZE_BUTTON_TEXT=Iza\u0111i iz na\u010Dina personalizacije
|
|
5
|
+
|
|
6
|
+
ERROR_TITLE=Gre\u0161ka
|
|
7
|
+
|
|
8
|
+
APP_TITLE=Personalizuj FLP plugin
|
|
9
|
+
|
|
10
|
+
MSG_UNSUPPORTED_BROWSER=Na\u017Ealost, va\u0161 pretra\u017Eiva\u010D nije podr\u017Ean. Koristite Google Chrome ili Microsoft Internet Explorer (verzija 10 ili novija).
|
|
11
|
+
|
|
12
|
+
MSG_STARTUP_FAILED=Na\u017Ealost, nije mogu\u0107e pokrenuti na\u010Din personalizacije.
|
|
13
|
+
|
|
14
|
+
TIT_UNSUPPORTED_BROWSER=Nepodr\u017Eani pretra\u017Eiva\u010D
|
|
15
|
+
|
|
16
|
+
MSG_STARTUP_NO_OVERLAYS=Na\u017Ealost, ovaj ekran se ne mo\u017Ee personalizovati.
|
|
17
|
+
|
|
18
|
+
SAVE_SUCCESSFUL=Va\u0161e promjene su sa\u010Duvane.
|
|
19
|
+
|
|
20
|
+
MSG_STARTUP_WRONG_LAYER=Personalizaciju mo\u017Eete pokrenuti samo u sloju \u201EUSER\u201C. Uklonite parametar \u201Esap-ui-layer\u201C iz URL-a.
|
|
21
|
+
|
|
22
|
+
HEADER_FLEX_DISABLED=Informacije
|
|
23
|
+
|
|
24
|
+
MSG_FLEX_DISABLED=Za ovu aplikaciju nije omogu\u0107ena personalizacija. Dodatne informacije pogledajte [ovdje](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -1,24 +1,38 @@
|
|
|
1
|
+
# Resource bundle for personalize ushell plug-in
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTIT
|
|
2
5
|
PERSONALIZE_BUTTON_TEXT=Personalize App
|
|
3
6
|
|
|
7
|
+
#XTIT
|
|
4
8
|
END_PERSONALIZE_BUTTON_TEXT=Exit Personalization Mode
|
|
5
9
|
|
|
10
|
+
#XTIT
|
|
6
11
|
ERROR_TITLE=Error
|
|
7
12
|
|
|
13
|
+
#XTIT: Application title of the FLP plugin in app descriptor
|
|
8
14
|
APP_TITLE=Personalize FLP Plugin
|
|
9
15
|
|
|
16
|
+
#XMSG: Error Message when using unsupported Browser
|
|
10
17
|
MSG_UNSUPPORTED_BROWSER=Sorry, your browser is not supported. Please use Google Chrome or Microsoft Internet Explorer (version 10 or higher).
|
|
11
18
|
|
|
19
|
+
#XMSG: Error Message when Personalize UI could not be started
|
|
12
20
|
MSG_STARTUP_FAILED=Sorry, could not start personalization mode.
|
|
13
21
|
|
|
22
|
+
#XTIT: Title of the ErrorMessage Window
|
|
14
23
|
TIT_UNSUPPORTED_BROWSER=Unsupported Browser
|
|
15
24
|
|
|
25
|
+
#XMSG: Information Message when, after starting, the screen can't be personalized
|
|
16
26
|
MSG_STARTUP_NO_OVERLAYS=Sorry, this screen cannot be personalized.
|
|
17
27
|
|
|
28
|
+
#XMSG: Message when we close and save RTA successfully
|
|
18
29
|
SAVE_SUCCESSFUL=Your changes have been saved.
|
|
19
30
|
|
|
31
|
+
#XMSG: Message when the wrong Layer is set via URL
|
|
20
32
|
MSG_STARTUP_WRONG_LAYER=You cannot start Personalization in a layer other than \u201CUSER\u201D. Please remove the parameter \u201Csap-ui-layer\u201D from the URL.
|
|
21
33
|
|
|
34
|
+
#XHED: Title of a dialog explaining that personalization will be closed
|
|
22
35
|
HEADER_FLEX_DISABLED=Information
|
|
23
36
|
|
|
37
|
+
#XMSG: Dialog message for flex not enabled
|
|
24
38
|
MSG_FLEX_DISABLED=This application is not enabled for personalization. For more information, see [here](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
PERSONALIZE_BUTTON_TEXT=\u206A\u206A\u206A\
|
|
2
|
+
PERSONALIZE_BUTTON_TEXT=\u206A\u206A\u206A\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200D\u206APersonalize App\u206A\u206A
|
|
3
3
|
|
|
4
|
-
END_PERSONALIZE_BUTTON_TEXT=\u206A\u206A\u206A\u200D\u200B\u200B\
|
|
4
|
+
END_PERSONALIZE_BUTTON_TEXT=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u206AExit Personalization Mode\u206A\u206A
|
|
5
5
|
|
|
6
|
-
ERROR_TITLE=\u206A\u206A\u206A\u200C\
|
|
6
|
+
ERROR_TITLE=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200C\u206AError\u206A\u206A
|
|
7
7
|
|
|
8
|
-
APP_TITLE=\u206A\u206A\u206A\
|
|
8
|
+
APP_TITLE=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u206APersonalize FLP Plugin\u206A\u206A
|
|
9
9
|
|
|
10
|
-
MSG_UNSUPPORTED_BROWSER=\u206A\u206A\u206A\
|
|
10
|
+
MSG_UNSUPPORTED_BROWSER=\u206A\u206A\u206A\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u206ASorry, your browser is not supported. Please use Google Chrome or Microsoft Internet Explorer (version 10 or higher).\u206A\u206A
|
|
11
11
|
|
|
12
|
-
MSG_STARTUP_FAILED=\u206A\u206A\u206A\u200C\
|
|
12
|
+
MSG_STARTUP_FAILED=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u206ASorry, could not start personalization mode.\u206A\u206A
|
|
13
13
|
|
|
14
|
-
TIT_UNSUPPORTED_BROWSER=\u206A\u206A\u206A\u200C\
|
|
14
|
+
TIT_UNSUPPORTED_BROWSER=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u206AUnsupported Browser\u206A\u206A
|
|
15
15
|
|
|
16
|
-
MSG_STARTUP_NO_OVERLAYS=\u206A\u206A\u206A\u200C\u200D\
|
|
16
|
+
MSG_STARTUP_NO_OVERLAYS=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u206ASorry, this screen cannot be personalized.\u206A\u206A
|
|
17
17
|
|
|
18
|
-
SAVE_SUCCESSFUL=\u206A\u206A\u206A\
|
|
18
|
+
SAVE_SUCCESSFUL=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u206AYour changes have been saved.\u206A\u206A
|
|
19
19
|
|
|
20
|
-
MSG_STARTUP_WRONG_LAYER=\u206A\u206A\u206A\
|
|
20
|
+
MSG_STARTUP_WRONG_LAYER=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u206AYou cannot start Personalization in a layer other than \u201CUSER\u201D. Please remove the parameter \u201Csap-ui-layer\u201D from the URL.\u206A\u206A
|
|
21
21
|
|
|
22
|
-
HEADER_FLEX_DISABLED=\u206A\u206A\u206A\u200C\u200B\
|
|
22
|
+
HEADER_FLEX_DISABLED=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u206AInformation\u206A\u206A
|
|
23
23
|
|
|
24
|
-
MSG_FLEX_DISABLED=\u206A\u206A\u206A\
|
|
24
|
+
MSG_FLEX_DISABLED=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u206AThis application is not enabled for personalization. For more information, see [here](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).\u206A\u206A
|
|
@@ -3,82 +3,82 @@
|
|
|
3
3
|
sap.ui.define(function () {
|
|
4
4
|
"use strict";
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
var History = function () {
|
|
7
8
|
this._history = [];
|
|
8
|
-
this.
|
|
9
|
+
this._backwards = false;
|
|
9
10
|
this._historyPosition = -1;
|
|
10
11
|
this._virtual = {};
|
|
11
|
-
};
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
this.hashChange = function (newHash/*, oldHash*/) {
|
|
14
|
+
var historyIndex = this._history.indexOf(newHash);
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
// new history entry
|
|
17
|
+
if (historyIndex === -1) {
|
|
18
|
+
// new item and there has been x back navigations before - remove all the forward items from the history
|
|
19
|
+
if (this._historyPosition + 1 < this._history.length) {
|
|
20
|
+
this._history = this._history.slice(0, this._historyPosition + 1);
|
|
21
|
+
}
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
this._history.push(newHash);
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
this._historyPosition += 1;
|
|
26
|
+
this.backwards = false;
|
|
27
|
+
this.forwards = false;
|
|
28
|
+
} else {
|
|
29
|
+
// internalNavigation
|
|
30
|
+
this.backwards = this._historyPosition > historyIndex;
|
|
31
|
+
this.forwards = this._historyPosition < historyIndex;
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
this._historyPosition = historyIndex;
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
this.pop = function () {
|
|
38
|
+
var sLastHistory;
|
|
39
|
+
if (this._history.length > 0) {
|
|
40
|
+
sLastHistory = this._history.pop();
|
|
41
|
+
this._historyPosition--;
|
|
42
|
+
}
|
|
43
|
+
return sLastHistory;
|
|
44
|
+
};
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
46
|
+
this.isVirtualHashchange = function (newHash, oldHash) {
|
|
47
|
+
// the old hash was flagged as virtual
|
|
48
|
+
return this._virtual.hasOwnProperty(oldHash) &&
|
|
49
|
+
// the new Hash is the current One
|
|
50
|
+
this.getCurrentHash() === newHash &&
|
|
51
|
+
// the history has "forward" entries
|
|
52
|
+
this._history.length - 1 > this._historyPosition &&
|
|
53
|
+
// the old hash was the hash in the forward history direction
|
|
54
|
+
this._history[this._historyPosition + 1] === oldHash;
|
|
55
|
+
};
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
this.setVirtualNavigation = function (hash) {
|
|
58
|
+
this._virtual[hash] = true;
|
|
59
|
+
};
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
this.getCurrentHash = function () {
|
|
62
|
+
return this._history[this._historyPosition] || null;
|
|
63
|
+
};
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
this.getHashIndex = function (hash) {
|
|
66
|
+
return this._history.indexOf(hash);
|
|
67
|
+
};
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
this.getHistoryLength = function () {
|
|
70
|
+
return this._history.length;
|
|
71
|
+
};
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
(function () {
|
|
73
|
+
/**
|
|
74
|
+
* restore deprecated globals
|
|
75
|
+
* @deprecated since 1.120.0
|
|
76
|
+
*/
|
|
78
77
|
setTimeout(() => { // defer by a tick to avoid circular dependencies
|
|
79
|
-
sap.ui.require(["sap/ushell/renderers/fiori2/History"], function () {
|
|
78
|
+
sap.ui.require(["sap/ushell/renderers/fiori2/History"], function () {
|
|
79
|
+
});
|
|
80
80
|
}, 0);
|
|
81
|
-
})();
|
|
82
81
|
|
|
83
|
-
|
|
82
|
+
};
|
|
83
|
+
return new History();
|
|
84
84
|
});
|
|
@@ -78,9 +78,9 @@ sap.ui.define([
|
|
|
78
78
|
*/
|
|
79
79
|
var Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", {
|
|
80
80
|
metadata: {
|
|
81
|
-
version: "1.120.
|
|
81
|
+
version: "1.120.5",
|
|
82
82
|
dependencies: {
|
|
83
|
-
version: "1.120.
|
|
83
|
+
version: "1.120.5",
|
|
84
84
|
libs: ["sap.ui.core", "sap.m"],
|
|
85
85
|
components: []
|
|
86
86
|
},
|
|
@@ -294,7 +294,7 @@ sap.ui.define([
|
|
|
294
294
|
aActions.push("ContactSupportBtn");
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
this.history =
|
|
297
|
+
this.history = History;
|
|
298
298
|
this.oViewPortContainer = Core.byId("viewPortContainer");
|
|
299
299
|
AppLifeCycleAI.init(oViewConfig.appState, this.oViewPortContainer, oViewConfig.rootIntent, oViewConfig.disableHomeAppCache, {
|
|
300
300
|
ownerComponent: this.getOwnerComponent()
|
|
@@ -989,30 +989,6 @@ sap.ui.define([
|
|
|
989
989
|
return oNavigationFilterStatus;
|
|
990
990
|
},
|
|
991
991
|
|
|
992
|
-
/**
|
|
993
|
-
* Checks whether an application is cold started.
|
|
994
|
-
* This method is scoped to checking the cold start conditions of applications only.
|
|
995
|
-
*
|
|
996
|
-
* A cold start state occurs whenever the user has previously opened the window.
|
|
997
|
-
*
|
|
998
|
-
* - page is refreshed
|
|
999
|
-
* - URL is pasted in a new window
|
|
1000
|
-
* - user opens the page and pastes a URL
|
|
1001
|
-
*
|
|
1002
|
-
* @returns {boolean} whether the application is in a cold start state
|
|
1003
|
-
*/
|
|
1004
|
-
_isColdStart: function () {
|
|
1005
|
-
var oRenderer = sap.ushell.Container.getRenderer("fiori2");
|
|
1006
|
-
var bNoCoreViewNavigated = !oRenderer || !oRenderer.getCurrentCoreView();
|
|
1007
|
-
if (this.history.getHistoryLength() <= 1 && bNoCoreViewNavigated) {
|
|
1008
|
-
return true;
|
|
1009
|
-
}
|
|
1010
|
-
this._isColdStart = function () {
|
|
1011
|
-
return false;
|
|
1012
|
-
};
|
|
1013
|
-
return false;
|
|
1014
|
-
},
|
|
1015
|
-
|
|
1016
992
|
_setEnableHashChange: function (bValue) {
|
|
1017
993
|
this.bEnableHashChange = bValue;
|
|
1018
994
|
},
|
|
@@ -1024,7 +1000,7 @@ sap.ui.define([
|
|
|
1024
1000
|
* @returns {Promise} A promise that is resolved once the action is logged
|
|
1025
1001
|
* @private
|
|
1026
1002
|
*/
|
|
1027
|
-
_logRecentActivity: function (oRecentActivity) {
|
|
1003
|
+
_logRecentActivity: async function (oRecentActivity) {
|
|
1028
1004
|
// In a direct app start the logging happens before the user setting is loaded
|
|
1029
1005
|
if (!this.oInitialEnableTrackingPromise) {
|
|
1030
1006
|
// The initial value was overwritten by now
|
|
@@ -1046,7 +1022,7 @@ sap.ui.define([
|
|
|
1046
1022
|
});
|
|
1047
1023
|
}
|
|
1048
1024
|
Log.warning("Tracking is not enabled", null, "sap.ushell.renderer.Shell.controller");
|
|
1049
|
-
return
|
|
1025
|
+
return Promise.reject();
|
|
1050
1026
|
});
|
|
1051
1027
|
},
|
|
1052
1028
|
|
|
@@ -1468,7 +1444,7 @@ sap.ui.define([
|
|
|
1468
1444
|
|
|
1469
1445
|
if (sNavigationMode === oNavigationMode.newWindowThenEmbedded) {
|
|
1470
1446
|
// Implement newWindowThenEmbedded based on current state.
|
|
1471
|
-
if (
|
|
1447
|
+
if (ushellUtils.isColdStart() || Ui5History.getInstance().getDirection() === Ui5HistoryDirection.Backwards) {
|
|
1472
1448
|
/*
|
|
1473
1449
|
* cold start
|
|
1474
1450
|
* -> always open in place because the new window was opened by the user
|
|
@@ -1490,7 +1466,7 @@ sap.ui.define([
|
|
|
1490
1466
|
return oResolvedHashFragment;
|
|
1491
1467
|
}
|
|
1492
1468
|
|
|
1493
|
-
if (sNavigationMode === oNavigationMode.newWindow &&
|
|
1469
|
+
if (sNavigationMode === oNavigationMode.newWindow && ushellUtils.isColdStart()) {
|
|
1494
1470
|
// Workaround for URLs that start an FLP app which needs the shell.
|
|
1495
1471
|
if (this._hasAppCapabilitiesNavigationMode(oResolvedHashFragment)
|
|
1496
1472
|
&& oResolvedHashFragment.appCapabilities.navigationMode === oNavigationMode.embedded) {
|
|
@@ -1565,7 +1541,7 @@ sap.ui.define([
|
|
|
1565
1541
|
* If cold start happened (history has only one entry), we go to the shell home.
|
|
1566
1542
|
*/
|
|
1567
1543
|
if (sNavigationMode === null) {
|
|
1568
|
-
if (
|
|
1544
|
+
if (ushellUtils.isColdStart()) {
|
|
1569
1545
|
window.hasher.setHash("");
|
|
1570
1546
|
return;
|
|
1571
1547
|
}
|
|
@@ -1588,7 +1564,7 @@ sap.ui.define([
|
|
|
1588
1564
|
}
|
|
1589
1565
|
|
|
1590
1566
|
if (sNavigationMode === oNavigationMode.embedded) {
|
|
1591
|
-
if (!
|
|
1567
|
+
if (!ushellUtils.isColdStart() && !this._wasHistoryEntryReplaced) {
|
|
1592
1568
|
this.oShellNavigation.setIsInitialNavigation(false);
|
|
1593
1569
|
}
|
|
1594
1570
|
|
|
@@ -1946,7 +1922,7 @@ sap.ui.define([
|
|
|
1946
1922
|
oResolvedNavigationTarget.applicationConfiguration = oConfig.applications[sIntent];
|
|
1947
1923
|
}
|
|
1948
1924
|
|
|
1949
|
-
var oAppContainer = AppLifeCycleAI.getAppContainer(sAppId, oResolvedNavigationTarget,
|
|
1925
|
+
var oAppContainer = AppLifeCycleAI.getAppContainer(sAppId, oResolvedNavigationTarget, ushellUtils.isColdStart(), oShellHash, sFixedShellHash);
|
|
1950
1926
|
var bContainerFromCachePool = false;
|
|
1951
1927
|
if (oAppContainer.getIsFetchedFromCache && oAppContainer.getIsFetchedFromCache()) {
|
|
1952
1928
|
bContainerFromCachePool = true;
|
|
@@ -2194,43 +2170,44 @@ sap.ui.define([
|
|
|
2194
2170
|
Core.getEventBus().publish("sap.ushell", "navigated", {});
|
|
2195
2171
|
},
|
|
2196
2172
|
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2173
|
+
/**
|
|
2174
|
+
* Logs an application to the recent activities.
|
|
2175
|
+
*
|
|
2176
|
+
* @param {object} oResolvedHashFragment The resolved target intent
|
|
2177
|
+
* @param {string} sAppPart The inner app route part of the intent
|
|
2178
|
+
* @returns {Promise} A promise that is resolved once the action is logged
|
|
2179
|
+
*/
|
|
2180
|
+
logOpenAppAction: async function (oResolvedHashFragment, sAppPart) {
|
|
2181
|
+
const bEnableRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
|
|
2202
2182
|
if (!bEnableRecentActivity) {
|
|
2203
|
-
return;
|
|
2183
|
+
return Promise.reject();
|
|
2204
2184
|
}
|
|
2205
2185
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
oRecentEntry.appType = AppType.APP; // default app type the shell adds is 'Application'
|
|
2216
|
-
oRecentEntry.url = sUrl;
|
|
2186
|
+
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment);
|
|
2187
|
+
// If the app is kept alive in the background, the fixedShellHash is often not supplied.
|
|
2188
|
+
// In these cases, we then try to get the hash from the current location.
|
|
2189
|
+
const sFixedShellHash = oResolvedHashFragment.sFixedShellHash || this._getCurrentLocationHash();
|
|
2190
|
+
const oRecentEntry = {
|
|
2191
|
+
title: oMetadata.title,
|
|
2192
|
+
appType: AppType.APP, // default app type the shell adds is 'Application'
|
|
2193
|
+
url: sFixedShellHash + sAppPart
|
|
2194
|
+
};
|
|
2217
2195
|
|
|
2218
|
-
|
|
2196
|
+
const oURLParsingService = await sap.ushell.Container.getServiceAsync("URLParsing");
|
|
2197
|
+
const oParsed = oURLParsingService.parseShellHash(sFixedShellHash);
|
|
2219
2198
|
if (oParsed) {
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
*/
|
|
2233
|
-
oRecentEntry.appId = "#" + this.oURLParsing.constructShellHash({
|
|
2199
|
+
// This is the key that determines whether an existing activity should be updated or added.
|
|
2200
|
+
|
|
2201
|
+
// In theory we could use the full hash without parameters here, however this causes the same application to be logged
|
|
2202
|
+
// multiple times with the same title, confusing the user.
|
|
2203
|
+
|
|
2204
|
+
// Therefore we choose to update a previous entry in case just the parameters change. This might cause a bit of
|
|
2205
|
+
// confusion in case another target mapping is opened, as the title of a previously logged entry would be updated
|
|
2206
|
+
// instead of having a new title added to the recent activities (same target mapping but different title).
|
|
2207
|
+
|
|
2208
|
+
// Perhaps this could be further fixed by hashing a target mapping on the client before returning the resolution
|
|
2209
|
+
// result, and using the hash as the id.
|
|
2210
|
+
oRecentEntry.appId = "#" + oURLParsingService.constructShellHash({
|
|
2234
2211
|
semanticObject: oParsed.semanticObject,
|
|
2235
2212
|
action: oParsed.action
|
|
2236
2213
|
});
|
|
@@ -2240,10 +2217,16 @@ sap.ui.define([
|
|
|
2240
2217
|
|
|
2241
2218
|
// The recent activity for searches is done in a different way, see this._logSearchActivity
|
|
2242
2219
|
if (sFixedShellHash && sFixedShellHash.indexOf("#Action-search") === -1 && sFixedShellHash.indexOf("#Shell-startIntent") === -1) {
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2220
|
+
return new Promise((resolve, reject) => {
|
|
2221
|
+
window.setTimeout(() => {
|
|
2222
|
+
this._logRecentActivity(oRecentEntry)
|
|
2223
|
+
.then(resolve)
|
|
2224
|
+
.catch(reject);
|
|
2225
|
+
}, 1500);
|
|
2226
|
+
});
|
|
2246
2227
|
}
|
|
2228
|
+
|
|
2229
|
+
return Promise.reject();
|
|
2247
2230
|
},
|
|
2248
2231
|
|
|
2249
2232
|
/**
|
|
@@ -1319,8 +1319,10 @@ Shell_Header_AriaLabel=Shell Bar
|
|
|
1319
1319
|
|
|
1320
1320
|
#XTOL
|
|
1321
1321
|
shellNavMenu_relatedApps=Related Apps
|
|
1322
|
-
#XTOL
|
|
1323
|
-
|
|
1322
|
+
#XTOL shell app title tooltip for navigation menu case
|
|
1323
|
+
shellNavMenu_openMenuTooltip_navigationMenu=Navigation menu
|
|
1324
|
+
#XTOL shell app title tooltip for all my apps menu case
|
|
1325
|
+
shellNavMenu_openMenuTooltip_allMyApps=All my Apps menu
|
|
1324
1326
|
|
|
1325
1327
|
# Search User Preferences Dialog
|
|
1326
1328
|
#XTIT
|
|
@@ -1544,10 +1546,6 @@ DisplayImg=Display Image
|
|
|
1544
1546
|
#XBUT
|
|
1545
1547
|
DontDisplayImg=Don't Display Image
|
|
1546
1548
|
|
|
1547
|
-
#XTIT
|
|
1548
|
-
ShellNavigationMenu_AriaLabel={0} - Show Navigation Menu
|
|
1549
|
-
#XTIT
|
|
1550
|
-
ShowAllMyApps_AriaLabel={0} - Show All My Apps
|
|
1551
1549
|
#XTIT
|
|
1552
1550
|
AnchorNavigationBar_AriaLabel=Group Navigation
|
|
1553
1551
|
#XACT
|
|
@@ -55,14 +55,14 @@ result_list_item_aria_collapsed=En aquests moments aquest element de la llista d
|
|
|
55
55
|
result_list_item_aria_has_links=Aquest element de la llista de resultats de cerca t\u00E9 enlla\u00E7os de navegaci\u00F3 addicionals. Utilitzeu la tecla de tabulaci\u00F3 per navegar per dins de l\u2019element.
|
|
56
56
|
result_list_item_aria_expanded=En aquests moments aquest element de la llista de resultats de cerca est\u00E0 desplegat. Per comprimir-lo, premeu l\u2019espaiador.
|
|
57
57
|
result_list_item_aria_has_more_links=No hi ha m\u00E9s enlla\u00E7os de navegaci\u00F3 per a aquest element. Utilitzeu les tecles de cursor per a navegar entre enlla\u00E7os.
|
|
58
|
-
no_results_info=No s''ha trobat cap
|
|
58
|
+
no_results_info=No s''ha trobat cap coincid\u00E8ncia per a <b>"{0}"</b>.<br>Repetiu la cerca.
|
|
59
59
|
enterprise_search=Cerca empresarial
|
|
60
60
|
no_apps_found=No s''han trobat coincid\u00E8ncies per a "{0}".\nProveu de cercar en un motor de cerca espec\u00EDfic\:
|
|
61
61
|
no_results_search_aria=Cap resultat
|
|
62
62
|
one_result_search_aria=Resultat {0} disponible
|
|
63
63
|
multiple_results_search_aria={0} resultats disponibles
|
|
64
64
|
no_results_link_appfinder=Si cal, exploreu {0}.
|
|
65
|
-
no_results_tips=<b>
|
|
65
|
+
no_results_tips=<b>Consells de cerca\:</b><ul><li>Comproveu que totes les paraules estiguin ben escrites.</li><li>Proveu amb paraules clau diferents.</li><li>Escriviu paraules clau m\u00E9s generals.</li></ul>
|
|
66
66
|
showDetailBtn_tooltip=Mostrar informaci\u00F3
|
|
67
67
|
hideDetailBtn_tooltip=Ocultar detalls
|
|
68
68
|
showFacetBtn_tooltip=Mostrar filtres
|
|
@@ -411,7 +411,7 @@ configuration.signature.table.add=Afegir
|
|
|
411
411
|
configuration.signature.table.delete=Suprimir
|
|
412
412
|
configuration.signature.uniqueParamMessage.title=Error
|
|
413
413
|
configuration.signature.uniqueParamMessage.text=El nom del par\u00E0metre ja existeix; introdu\u00EFu un altre nom
|
|
414
|
-
configuration.signature.invalidParamMessage.text=Nom de par\u00E0metre no v\u00E0lid; indiqueu una cadena amb [a-z], [A-Z] o una combinaci\u00F3 de car\u00E0cters alfanum\u00E8rics i "_".
|
|
414
|
+
configuration.signature.invalidParamMessage.text=Nom de par\u00E0metre no v\u00E0lid; indiqueu una cadena amb [a-z], [A-Z] o una combinaci\u00F3 de car\u00E0cters alfanum\u00E8rics i "_".
|
|
415
415
|
configuration.signature.invalidSapPrelaunchOperationsMessage.text=El format de par\u00E0metre d\u2019operacions d\u2019inici previ de sap no \u00E9s v\u00E0lid. Assegureu-vos que el par\u00E0metre s\u2019indica com un valor predeterminat al formulari d\u2019una matriu JSON v\u00E0lida d\u2019objectes amb tipus d\u2019operaci\u00F3 v\u00E0lids. Per exemple\: {0}
|
|
416
416
|
configuration.category.target_application=Destinaci\u00F3
|
|
417
417
|
configuration.category.dynamic_data=Dades din\u00E0miques
|
|
@@ -470,8 +470,8 @@ dynamic_data.error=Error
|
|
|
470
470
|
edit_configuration.tooltip=Tractar configuraci\u00F3 de mosaic
|
|
471
471
|
edit_configuration.original_locale_not_fit_tooltip=L''idioma original d''aquest mosaic \u00E9s "{0}" i l''idioma d''usuari \u00E9s "{1}"; per tant, aquesta propietat editable \u00E9s nom\u00E9s de lectura. Modifiqueu l''idioma d''usuari per tractar aquestes propietats.
|
|
472
472
|
edit_configuration.original_locale_not_fit_message=L''idioma original d''aquest mosaic \u00E9s "{0}", mentre que el vostre idioma d''acc\u00E9s \u00E9s "{1}". Per ajustar les propietats basades en text, entreu al sistema en l''idioma original del mosaic.
|
|
473
|
-
configuration.app_deprecated=<strong>Advert\u00E8ncia.</strong> L''aplicaci\u00F3 est\u00E0 obsoleta.
|
|
474
|
-
configuration.app_archived=<strong>Advert\u00E8ncia.</strong> L''aplicaci\u00F3 est\u00E0 arxivada.
|
|
473
|
+
configuration.app_deprecated=<strong>Advert\u00E8ncia.</strong> L''aplicaci\u00F3 est\u00E0 obsoleta. L''aplicaci\u00F3 successora \u00E9s "{0}".
|
|
474
|
+
configuration.app_archived=<strong>Advert\u00E8ncia.</strong> L''aplicaci\u00F3 est\u00E0 arxivada. L''aplicaci\u00F3 successora \u00E9s "{0}".
|
|
475
475
|
|
|
476
476
|
supportTicketCreationSuccess=S'ha enviat el vostre missatge; l'equip de suport us contactar\u00E0
|
|
477
477
|
supportTicketCreationFailed=No s'ha pogut enviar el vostre missatge.\nIntenteu enviar el missatge una altra vegada o poseu-vos en contacte amb l'administrador del sistema.
|