@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.
- 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/_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/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 +2 -2
- 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/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 +17 -19
- package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +8 -8
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +5 -11
- 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/common/common.create.configcontract.core.js +17 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -8
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.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 +2 -18
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -2
- 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/container/ApplicationContainer.js +3 -8
- 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/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.controller.js +25 -0
- 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 +176 -40
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +4 -4
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +8 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -3
- 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/NavigationSvcSearchProvider.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/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/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/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/renderers/fiori2/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +24 -2
- 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/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/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +4 -4
- 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/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/Notifications.js +37 -0
- 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/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/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 +1 -1
- 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/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +10 -27
- package/src/main/js/sap/ushell/themes/sap_belize/ShellHeader.less +1 -11
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +0 -11
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -13
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +1 -9
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +1 -9
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellHeader.less +1 -10
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellHeader.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_hcb/ShellHeader.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_horizon/ShellAppTitle.less +1 -9
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellAppTitle.less +1 -7
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellAppTitle.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellAppTitle.less +0 -11
- package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +5 -1
- package/src/main/js/sap/ushell/ui/ShellHeader.js +5 -1
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/contentFinder/AppBox.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 +115 -63
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +30 -62
- 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/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n.properties +0 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ar.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_bg.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ca.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cs.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_cy.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_da.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_de.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_el.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_GB.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_sappsd.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saprigi.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_en_US_saptrc.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_es_MX.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_et.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fi.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_fr_CA.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hi.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hr.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_hu.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_id.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_it.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_iw.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ja.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_kk.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ko.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lt.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_lv.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ms.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_nl.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_no.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pl.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_pt_PT.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ro.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_ru.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sh.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sk.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sl.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_sv.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_th.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_tr.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_uk.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_vi.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_CN.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/i18n/i18n_zh_TW.properties +0 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/manifest.json +0 -66
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @fileOverview Class for statistical record
|
|
4
4
|
* It should contain data like step, duration after a navigation in the shell, can have status open.
|
|
5
5
|
* The closing of a record is logged in debug mode
|
|
6
|
-
* @version 1.114.
|
|
6
|
+
* @version 1.114.3
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log",
|
|
@@ -78,9 +78,9 @@ sap.ui.define([
|
|
|
78
78
|
*/
|
|
79
79
|
var Renderer = UIComponent.extend("sap.ushell.renderers.fiori2.Renderer", {
|
|
80
80
|
metadata: {
|
|
81
|
-
version: "1.114.
|
|
81
|
+
version: "1.114.3",
|
|
82
82
|
dependencies: {
|
|
83
|
-
version: "1.114.
|
|
83
|
+
version: "1.114.3",
|
|
84
84
|
libs: ["sap.ui.core", "sap.m"],
|
|
85
85
|
components: []
|
|
86
86
|
},
|
|
@@ -1922,6 +1922,8 @@ NavigationBarMenu.PinnedSpaces.NoDataText=Pin your favorite spaces to the naviga
|
|
|
1922
1922
|
NavigationBarMenu.AllSpaces.NoDataText=There are no spaces assigned to you.
|
|
1923
1923
|
#XBUT Button Text (tooltip) for the burger button to open the popover
|
|
1924
1924
|
NavigationBarMenu.Button.OpenPopover=Personalize Navigation Bar
|
|
1925
|
+
#XMSG Announced when a pinned space is moved
|
|
1926
|
+
NavigationBarMenu.PinnedSpaces.Moved=Pinned Space moved
|
|
1925
1927
|
|
|
1926
1928
|
# System Information Bar
|
|
1927
1929
|
#XACT: Aria label for the System Information Bar which is placed above the FLP.
|
|
@@ -13,7 +13,8 @@ sap.ui.define([
|
|
|
13
13
|
"sap/ushell/EventHub",
|
|
14
14
|
"sap/ushell/resources",
|
|
15
15
|
"sap/ushell/utils/UrlParsing",
|
|
16
|
-
"sap/ushell/utils"
|
|
16
|
+
"sap/ushell/utils",
|
|
17
|
+
"sap/ushell/Config"
|
|
17
18
|
], function (
|
|
18
19
|
ResourceBundle,
|
|
19
20
|
Log,
|
|
@@ -27,7 +28,8 @@ sap.ui.define([
|
|
|
27
28
|
EventHub,
|
|
28
29
|
resources,
|
|
29
30
|
UrlParsing,
|
|
30
|
-
utils
|
|
31
|
+
utils,
|
|
32
|
+
Config
|
|
31
33
|
) {
|
|
32
34
|
"use strict";
|
|
33
35
|
|
|
@@ -531,6 +533,7 @@ sap.ui.define([
|
|
|
531
533
|
}
|
|
532
534
|
oMetadata[sKey].version = oLocalMetadataComponent.getVersion();
|
|
533
535
|
oMetadata[sKey].technicalName = oLocalMetadataComponent.getComponentName();
|
|
536
|
+
this._setTitleFromNavResult(oMetadata[sKey], oApplication);
|
|
534
537
|
} else if (utils.isApplicationTypeEmbeddedInIframe(oApplication.applicationType)) {
|
|
535
538
|
var sWdaApplicationUrlString = "/~canvas;window=app/wda/",
|
|
536
539
|
iIndexOfWdaApplicationUrlString = oApplication.url.indexOf(sWdaApplicationUrlString),
|
|
@@ -615,6 +618,25 @@ sap.ui.define([
|
|
|
615
618
|
Log.warning("Application configuration could not be parsed");
|
|
616
619
|
}
|
|
617
620
|
};
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* Helper function to override the title of the manifest
|
|
624
|
+
* with the title from the navigation result (target mapping).
|
|
625
|
+
* This is done for "generic" UI5 apps which have a concrete specialization
|
|
626
|
+
* in the FLP content with a specific title.
|
|
627
|
+
*
|
|
628
|
+
* @param {object} oMetadataEntry - the metadata for a specific app
|
|
629
|
+
* @param {object} oApplication - the application data retrieved from the
|
|
630
|
+
* navigation target resolution
|
|
631
|
+
*/
|
|
632
|
+
this._setTitleFromNavResult = function (oMetadataEntry, oApplication) {
|
|
633
|
+
var sNavTargetResolutionTitle = oApplication && oApplication.text;
|
|
634
|
+
var sUi5ComponentName = oMetadataEntry.technicalName;
|
|
635
|
+
var aUseAppTitleFromNavTargetResolutionConfig = Config.last("/core/shell/useAppTitleFromNavTargetResolution") || [];
|
|
636
|
+
if (sNavTargetResolutionTitle && aUseAppTitleFromNavTargetResolutionConfig.includes(sUi5ComponentName)) {
|
|
637
|
+
oMetadataEntry.title = sNavTargetResolutionTitle;
|
|
638
|
+
}
|
|
639
|
+
};
|
|
618
640
|
} // Metadata
|
|
619
641
|
|
|
620
642
|
/**
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This is *not* an application facing service, but for Shell Internal usage.
|
|
7
7
|
* This service should be accessed by the application via the CrossApplicationNavigation service.
|
|
8
8
|
*
|
|
9
|
-
* @version 1.114.
|
|
9
|
+
* @version 1.114.3
|
|
10
10
|
*/
|
|
11
11
|
sap.ui.define([
|
|
12
12
|
"sap/ui/base/Object",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* In the future, the custom resolver mechanism should be probably moved towards modifying (or only adding to the list of Inbounds),
|
|
30
30
|
* this way a single data source has to be altered to support consistently getLinks, isIntentSupported.
|
|
31
31
|
*
|
|
32
|
-
* @version 1.114.
|
|
32
|
+
* @version 1.114.3
|
|
33
33
|
*/
|
|
34
34
|
sap.ui.define([
|
|
35
35
|
"sap/base/Log",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @fileOverview The Unified Shell's Configuration service enables Components of any kind to consume parts of Configuration
|
|
5
5
|
* provided by the shell. It allows to attach on updates and receive the current values
|
|
6
6
|
*
|
|
7
|
-
* @version 1.114.
|
|
7
|
+
* @version 1.114.3
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
10
|
"sap/ushell/Config",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This file exposes an API to perform (invoke) Cross Application Navigation for applications.
|
|
6
6
|
* It exposes interfaces to perform a hash change and/or trigger an external navigation.
|
|
7
7
|
*
|
|
8
|
-
* @version 1.114.
|
|
8
|
+
* @version 1.114.3
|
|
9
9
|
*/
|
|
10
10
|
sap.ui.define([
|
|
11
11
|
"sap/ushell/services/AppConfiguration",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The menu service provides the entries for the menu bar
|
|
5
|
-
* @version 1.114.
|
|
5
|
+
* @version 1.114.3
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ushell/Config",
|
|
@@ -530,7 +530,7 @@ sap.ui.define([
|
|
|
530
530
|
type: "separator",
|
|
531
531
|
pinned: true
|
|
532
532
|
};
|
|
533
|
-
if (aMenuEntries[0].isHomeEntry) {
|
|
533
|
+
if (aMenuEntries[0] && aMenuEntries[0].isHomeEntry) {
|
|
534
534
|
aMenuEntries.splice(1, 0, oSeparator);
|
|
535
535
|
} else {
|
|
536
536
|
aMenuEntries.splice(0, 0, oSeparator);
|
|
@@ -545,12 +545,12 @@ sap.ui.define([
|
|
|
545
545
|
});
|
|
546
546
|
} else {
|
|
547
547
|
// The personalization does not contain the MyHome entry and the separator
|
|
548
|
-
// therefore the index of the
|
|
548
|
+
// therefore the index of the pinned spaces has to be adapted accordingly.
|
|
549
549
|
var iIndexOffset = 1;
|
|
550
550
|
if (aMenuEntries[0].isHomeEntry) {
|
|
551
551
|
iIndexOffset = 2;
|
|
552
552
|
}
|
|
553
|
-
// Adds the pinned property and the pinned
|
|
553
|
+
// Adds the pinned property and the pinned property sort order.
|
|
554
554
|
// unpinned entries get sort order -1
|
|
555
555
|
aPersonalizedMenuEntries = aMenuEntries.map(function addPinnedPropertyAndSortOrder (oMenuEntry) {
|
|
556
556
|
oMenuEntry.pinned = oMenuPersonalization.pinnedSpaces.includes(oMenuEntry.id);
|
|
@@ -253,6 +253,8 @@ sap.ui.define([
|
|
|
253
253
|
// If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
|
|
254
254
|
if (!this._getHeaderXcsrfToken()) {
|
|
255
255
|
oHeader["X-CSRF-Token"] = "fetch";
|
|
256
|
+
} else {
|
|
257
|
+
oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
256
258
|
}
|
|
257
259
|
oRequestObject.headers = oHeader;
|
|
258
260
|
OData.request(oRequestObject,
|
|
@@ -292,6 +294,8 @@ sap.ui.define([
|
|
|
292
294
|
// If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
|
|
293
295
|
if (!this._getHeaderXcsrfToken()) {
|
|
294
296
|
oHeader["X-CSRF-Token"] = "fetch";
|
|
297
|
+
} else {
|
|
298
|
+
oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
295
299
|
}
|
|
296
300
|
oRequestObject.headers = oHeader;
|
|
297
301
|
OData.request(oRequestObject,
|
|
@@ -342,6 +346,8 @@ sap.ui.define([
|
|
|
342
346
|
// If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
|
|
343
347
|
if (!this._getHeaderXcsrfToken()) {
|
|
344
348
|
oHeader["X-CSRF-Token"] = "fetch";
|
|
349
|
+
} else {
|
|
350
|
+
oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
345
351
|
}
|
|
346
352
|
oRequestObject.headers = oHeader;
|
|
347
353
|
OData.request(oRequestObject,
|
|
@@ -394,6 +400,8 @@ sap.ui.define([
|
|
|
394
400
|
// If CSRF token wasn't obtained yet - then set the header of the request so the token will be returned
|
|
395
401
|
if (!this._getHeaderXcsrfToken()) {
|
|
396
402
|
oHeader["X-CSRF-Token"] = "fetch";
|
|
403
|
+
} else {
|
|
404
|
+
oHeader["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
397
405
|
}
|
|
398
406
|
|
|
399
407
|
oRequestObject.headers = oHeader;
|
|
@@ -949,6 +957,11 @@ sap.ui.define([
|
|
|
949
957
|
"Accept-Language": Configuration.getLanguageTag()
|
|
950
958
|
}
|
|
951
959
|
};
|
|
960
|
+
if (!this._getHeaderXcsrfToken()) {
|
|
961
|
+
oRequestObject.headers["X-CSRF-Token"] = "fetch";
|
|
962
|
+
} else {
|
|
963
|
+
oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
964
|
+
}
|
|
952
965
|
|
|
953
966
|
OData.read(
|
|
954
967
|
oRequestObject,
|
|
@@ -988,6 +1001,12 @@ sap.ui.define([
|
|
|
988
1001
|
}
|
|
989
1002
|
};
|
|
990
1003
|
|
|
1004
|
+
if (!this._getHeaderXcsrfToken()) {
|
|
1005
|
+
oRequestObject.headers["X-CSRF-Token"] = "fetch";
|
|
1006
|
+
} else {
|
|
1007
|
+
oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
1008
|
+
}
|
|
1009
|
+
|
|
991
1010
|
OData.read(
|
|
992
1011
|
oRequestObject,
|
|
993
1012
|
|
|
@@ -1275,6 +1294,12 @@ sap.ui.define([
|
|
|
1275
1294
|
},
|
|
1276
1295
|
oDeferred = new jQuery.Deferred();
|
|
1277
1296
|
|
|
1297
|
+
if (!this._getHeaderXcsrfToken()) {
|
|
1298
|
+
oRequestObject.headers["X-CSRF-Token"] = "fetch";
|
|
1299
|
+
} else {
|
|
1300
|
+
oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1278
1303
|
OData.request(oRequestObject,
|
|
1279
1304
|
function (oResult) {
|
|
1280
1305
|
oDeferred.resolve(oResult.results);
|
|
@@ -1321,6 +1346,12 @@ sap.ui.define([
|
|
|
1321
1346
|
oResponseObject,
|
|
1322
1347
|
sUpdatedResponseString;
|
|
1323
1348
|
|
|
1349
|
+
if (!this._getHeaderXcsrfToken()) {
|
|
1350
|
+
oRequestObject.headers["X-CSRF-Token"] = "fetch";
|
|
1351
|
+
} else {
|
|
1352
|
+
oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1324
1355
|
OData.request(oRequestObject,
|
|
1325
1356
|
function (oResult) {
|
|
1326
1357
|
if (typeof (oResult.results) === "string") {
|
|
@@ -1365,6 +1396,12 @@ sap.ui.define([
|
|
|
1365
1396
|
oDeferred = new jQuery.Deferred(),
|
|
1366
1397
|
oResponseObject;
|
|
1367
1398
|
|
|
1399
|
+
if (!this._getHeaderXcsrfToken()) {
|
|
1400
|
+
oRequestObject.headers["X-CSRF-Token"] = "fetch";
|
|
1401
|
+
} else {
|
|
1402
|
+
oRequestObject.headers["X-CSRF-Token"] = this._getHeaderXcsrfToken();
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1368
1405
|
OData.request(oRequestObject,
|
|
1369
1406
|
function (oResult) {
|
|
1370
1407
|
if (typeof (oResult.results) === "string") {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @fileOverview The Unified Shell's personalization service, which provides generic read and write access to the currently logged on user's
|
|
5
5
|
* personalization settings for the app currently executed in the shell.
|
|
6
6
|
*
|
|
7
|
-
* @version 1.114.
|
|
7
|
+
* @version 1.114.3
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
10
|
"sap/base/Log",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* it is pertinent that the API user employs this service's version of <code>toExternal()</code> for cross application
|
|
13
13
|
* navigation (instead) of using the one provided by CrossApplicationNavigation service.</p>
|
|
14
14
|
*
|
|
15
|
-
* @version 1.114.
|
|
15
|
+
* @version 1.114.3
|
|
16
16
|
*/
|
|
17
17
|
sap.ui.define([
|
|
18
18
|
"sap/ui/thirdparty/jquery",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Service wrapper for the sap/ushell/utils/UrlShortening module.
|
|
7
7
|
* Deprecated. Please use the UrlShortening module directly.
|
|
8
8
|
*
|
|
9
|
-
* @version 1.114.
|
|
9
|
+
* @version 1.114.3
|
|
10
10
|
*/
|
|
11
11
|
sap.ui.define(["sap/ushell/utils/UrlShortening"], function (UrlShortening) {
|
|
12
12
|
"use strict";
|