@sapui5/sap.ushell 1.122.1 → 1.123.0
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/Container.js +9 -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/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 -2
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.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/NavTargetResolutionInternalAdapter.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/FlpLaunchPageAdapter.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/NavTargetResolutionInternalAdapter.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/api/workpage/Designtime.js +18 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +13 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +18 -8
- 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/cdm/cdm.constants.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 +5 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.util.js +27 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +0 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxSite.json +3 -112
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +8 -1
- package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +3 -0
- package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -2
- 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 +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +13 -2
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +12 -5
- 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/model/formatter.js +0 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +159 -137
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.view.xml +24 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +31 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +146 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +59 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +50 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +15 -0
- 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/Notifications/Notifications.controller.js +0 -4
- 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/Settings/userLanguageRegion/LanguageRegionSelector.controller.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/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +2 -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/renderer/Renderer.js +44 -32
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +2 -24
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +2 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +26 -12
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +154 -39
- 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 +104 -134
- 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/FlpLaunchPage.js +9 -2
- 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 +46 -9
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +141 -9
- 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 +58 -16
- 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/VariantSetAdapter.js +1 -1
- 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/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +38 -13
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLParsing.js +42 -20
- 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 +17 -4
- 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/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.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 +34 -5
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/ui/AppContainer.js +44 -0
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternalRenderer.js +103 -0
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +7 -98
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +5 -3
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.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/ui5service/_ShellUIService/shelluiservice.class.factory.js +30 -48
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +342 -0
- package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +384 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources.properties +11 -0
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +57 -4
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +44 -17
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +2 -0
|
@@ -83,6 +83,24 @@ sap.ui.define([
|
|
|
83
83
|
});
|
|
84
84
|
return this._oWorkPageVizInstantiation.createVizInstance(oExtendedVizData);
|
|
85
85
|
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Creates a new tile card configuration.
|
|
89
|
+
*
|
|
90
|
+
* @param {sap.ushell.api.workpage.Designtime.VizData} oVizData The visualization data as defined in the content API.
|
|
91
|
+
* @returns {object} a card configuration.
|
|
92
|
+
*
|
|
93
|
+
* @see sap.ushell.utils.tilecard.TileCard#TileCardConfiguration
|
|
94
|
+
* @since 1.123.0
|
|
95
|
+
* @private
|
|
96
|
+
* @ui5-restricted dws-packages
|
|
97
|
+
*/
|
|
98
|
+
createTileCardConfiguration (oVizData) {
|
|
99
|
+
const oExtendedVizData = extend({}, oVizData, {
|
|
100
|
+
preview: this._bPreviewMode
|
|
101
|
+
});
|
|
102
|
+
return this._oWorkPageVizInstantiation.createTileCardConfiguration(oExtendedVizData);
|
|
103
|
+
}
|
|
86
104
|
}
|
|
87
105
|
|
|
88
106
|
return Designtime;
|
|
@@ -1017,12 +1017,23 @@ function _migrateV2ServiceConfig (ushellConfig) {
|
|
|
1017
1017
|
{ from: "services.Notifications", to: "services.NotificationsV2" },
|
|
1018
1018
|
{ from: "services.Personalization", to: "services.PersonalizationV2" },
|
|
1019
1019
|
{ from: "services.LaunchPage", to: "services.FlpLaunchPage" },
|
|
1020
|
-
{ from: "services.ShellNavigation", to: "services.ShellNavigationInternal" }
|
|
1020
|
+
{ from: "services.ShellNavigation", to: "services.ShellNavigationInternal" },
|
|
1021
|
+
{ from: "services.NavTargetResolution", to: "services.NavTargetResolutionInternal" }
|
|
1021
1022
|
].forEach((oMigration) => {
|
|
1023
|
+
const sServiceFromName = oMigration.from.split(".")[1];
|
|
1022
1024
|
const oConfigFrom = ObjectPath.get(oMigration.from, ushellConfig);
|
|
1023
1025
|
const oConfigTo = ObjectPath.get(oMigration.to, ushellConfig);
|
|
1024
1026
|
if (oConfigFrom && !oConfigTo) {
|
|
1025
|
-
|
|
1027
|
+
// we only need a shallow copy here, because we only want to change the module property
|
|
1028
|
+
const oConfigFromCopy = { ...oConfigFrom };
|
|
1029
|
+
|
|
1030
|
+
// the module references the standard service name this might lead to infinite loops
|
|
1031
|
+
// because the old service can depend on the new service
|
|
1032
|
+
// DINC0103566
|
|
1033
|
+
if (oConfigFromCopy.module === `sap.ushell.services.${sServiceFromName}`) {
|
|
1034
|
+
delete oConfigFromCopy.module;
|
|
1035
|
+
}
|
|
1036
|
+
ObjectPath.set(oMigration.to, oConfigFromCopy, ushellConfig);
|
|
1026
1037
|
}
|
|
1027
1038
|
});
|
|
1028
1039
|
}
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
});
|
|
54
54
|
});
|
|
55
55
|
|
|
56
|
-
AppRuntimeService.postMessageToFLP(
|
|
56
|
+
return AppRuntimeService.postMessageToFLP(
|
|
57
57
|
"sap.ushell.services.Renderer.addOptionsActionSheetButton", aButtonsDesc);
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -73,7 +73,7 @@ sap.ui.define([
|
|
|
73
73
|
});
|
|
74
74
|
});
|
|
75
75
|
|
|
76
|
-
AppRuntimeService.postMessageToFLP(
|
|
76
|
+
return AppRuntimeService.postMessageToFLP(
|
|
77
77
|
"sap.ushell.services.Renderer.removeOptionsActionSheetButton", aButtonIds);
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -71,7 +71,7 @@ sap.ui.define([
|
|
|
71
71
|
oCurrentButton.setType(ButtonType.Unstyled);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
RendererExtensions.removeOptionsActionSheetButton(aIdsOfAddedButtons, "app").
|
|
74
|
+
RendererExtensions.removeOptionsActionSheetButton(aIdsOfAddedButtons, "app").then(function () {
|
|
75
75
|
aIdsOfAddedButtons = aButtons;
|
|
76
76
|
RendererExtensions.addOptionsActionSheetButton(aIdsOfAddedButtons, "app");
|
|
77
77
|
});
|
|
@@ -185,10 +185,20 @@ sap.ui.define([
|
|
|
185
185
|
}
|
|
186
186
|
EventBus.getInstance().publish("launchpad", "appOpening", {});
|
|
187
187
|
that.getAppInfo(sAppId, sUrl, sAppIntent).then(function (values) {
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
188
|
+
let fnFindKeepAlive;
|
|
189
|
+
if (Object.keys(oCachedApplications).length > 0) {
|
|
190
|
+
if (AppRuntimeContext.getIsScube() && sScubeAppIntent.length > 0) {
|
|
191
|
+
fnFindKeepAlive = (sCachedKey) => {
|
|
192
|
+
return oCachedApplications[sCachedKey].sAppIntent === sScubeAppIntent &&
|
|
193
|
+
oCachedApplications[sCachedKey].ui5ComponentName === values.oResolvedHashFragment.ui5ComponentName;
|
|
194
|
+
};
|
|
195
|
+
} else {
|
|
196
|
+
fnFindKeepAlive = (sCachedKey) => {
|
|
197
|
+
return oCachedApplications[sCachedKey].ui5ComponentName &&
|
|
198
|
+
oCachedApplications[sCachedKey].ui5ComponentName === values?.oResolvedHashFragment?.ui5ComponentName;
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
sKeepAliveAppKey = Object.keys(oCachedApplications).find(fnFindKeepAlive);
|
|
192
202
|
if (sKeepAliveAppKey) {
|
|
193
203
|
that.destroy({
|
|
194
204
|
body: {
|
|
@@ -222,19 +232,19 @@ sap.ui.define([
|
|
|
222
232
|
} catch (e) {
|
|
223
233
|
Log.error("exception when trying to close sapui5 application with id '" + sAppId +
|
|
224
234
|
"' when running inside the appruntim iframe '" + document.URL +
|
|
225
|
-
|
|
235
|
+
"'. This error must be fixed in order for the iframe to operate properly.\n",
|
|
226
236
|
e.stack,
|
|
227
237
|
"sap.ushell.appRuntime.ui5.services.AppLifeCycleAgent::destroy");
|
|
228
238
|
}
|
|
229
239
|
}
|
|
230
240
|
|
|
231
|
-
|
|
241
|
+
var sStorageKey = oMsg.body.sCacheId;
|
|
242
|
+
|
|
243
|
+
if (oRunningApp.oApp === undefined && sStorageKey === undefined) {
|
|
232
244
|
AppRuntimeService.postMessageToFLP("sap.ushell.appRuntime.isInvalidIframe", {bValue: true});
|
|
233
245
|
return Promise.resolve();
|
|
234
246
|
}
|
|
235
247
|
|
|
236
|
-
var sStorageKey = oMsg.body.sCacheId;
|
|
237
|
-
|
|
238
248
|
if (sStorageKey && oCachedApplications[sStorageKey]) {
|
|
239
249
|
if (oCachedApplications[sStorageKey].oApp === oRunningApp.oApp) {
|
|
240
250
|
this.resetCurrentApp();
|
|
@@ -129,7 +129,7 @@ sap.ui.define([
|
|
|
129
129
|
enableClientSideTargetResolution: true
|
|
130
130
|
},
|
|
131
131
|
adapter: {
|
|
132
|
-
module: "sap.ushell.adapters.local.
|
|
132
|
+
module: "sap.ushell.adapters.local.NavTargetResolutionInternalAdapter"
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
135
|
SupportTicket: {
|
|
@@ -9,6 +9,7 @@ sap.ui.define([
|
|
|
9
9
|
"use strict";
|
|
10
10
|
|
|
11
11
|
var oDefaultConfigValues = {};
|
|
12
|
+
var oSearchParams = new URLSearchParams(document.location.search);
|
|
12
13
|
|
|
13
14
|
function createConfigContract (oMergedSapUshellConfig) {
|
|
14
15
|
var oGetConfigValueMemory = {};
|
|
@@ -204,11 +205,14 @@ sap.ui.define([
|
|
|
204
205
|
defaultComponent: getDefaultWorkpageComponent(),
|
|
205
206
|
component: getConfigValue("ushell/workPages/component", getDefaultWorkpageComponent()),
|
|
206
207
|
contentApiUrl: getConfigValue("ushell/workPages/contentApiUrl", "/cep/graphql"),
|
|
208
|
+
tileCard: getConfigValue("ushell/workPages/tileCard", !!oSearchParams.get("sap-ushell-tilecard")),
|
|
209
|
+
customTileCard: getConfigValue("ushell/workPages/customTileCard", !!oSearchParams.get("sap-ushell-customtilecard")),
|
|
207
210
|
myHome: {
|
|
208
211
|
pageId: getConfigValue("ushell/spaces/myHome/myHomePageId", null)
|
|
209
212
|
},
|
|
210
213
|
runtimeSwitcher: getConfigValue("ushell/workPages/runtimeSwitcher",
|
|
211
|
-
getConfigValue("ushell/spaces/myHome/myHomePageId", null) === null)
|
|
214
|
+
getConfigValue("ushell/spaces/myHome/myHomePageId", null) === null),
|
|
215
|
+
contentFinderStandalone: !!getConfigValue("core/workPages/contentFinderStandalone")
|
|
212
216
|
},
|
|
213
217
|
homeApp: {
|
|
214
218
|
// the homeApp is currently only supposed to work for Spaces
|
|
@@ -151,17 +151,30 @@ sap.ui.define([
|
|
|
151
151
|
{ from: "services.ShellNavigation", to: "services.ShellNavigationInternal" },
|
|
152
152
|
{ from: "services.NavTargetResolution", to: "services.NavTargetResolutionInternal" }
|
|
153
153
|
].forEach((oMigration) => {
|
|
154
|
+
const sServiceFromName = oMigration.from.split(".")[1];
|
|
154
155
|
const oConfigFrom = ObjectPath.get(oMigration.from, ushellConfig);
|
|
155
156
|
const oConfigTo = ObjectPath.get(oMigration.to, ushellConfig);
|
|
156
157
|
if (oConfigFrom && !oConfigTo) {
|
|
157
158
|
Log.warning(`The service config for ${oMigration.from} is migrated to ${oMigration.to}`, "common.util");
|
|
158
|
-
|
|
159
|
+
|
|
160
|
+
// we only need a shallow copy here, because we only want to change the module property
|
|
161
|
+
const oConfigFromCopy = { ...oConfigFrom };
|
|
162
|
+
|
|
163
|
+
// the module references the standard service name this might lead to infinite loops
|
|
164
|
+
// because the old service can depend on the new service
|
|
165
|
+
// DINC0103566
|
|
166
|
+
if (oConfigFromCopy.module === `sap.ushell.services.${sServiceFromName}`) {
|
|
167
|
+
delete oConfigFromCopy.module;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
ObjectPath.set(oMigration.to, oConfigFromCopy, ushellConfig);
|
|
159
171
|
}
|
|
160
172
|
});
|
|
161
173
|
}
|
|
162
174
|
|
|
163
175
|
/**
|
|
164
176
|
* Migrates the config for the v2 services based on their predecessor.
|
|
177
|
+
* Does only work for plain values, not for functions and class instances.
|
|
165
178
|
* @param {object} ushellConfig The ushell config
|
|
166
179
|
* @returns {object} The migrated config, ONLY the migrated part
|
|
167
180
|
*
|
|
@@ -187,11 +200,23 @@ sap.ui.define([
|
|
|
187
200
|
{ from: "services.ShellNavigation", to: "services.ShellNavigationInternal" },
|
|
188
201
|
{ from: "services.NavTargetResolution", to: "services.NavTargetResolutionInternal" }
|
|
189
202
|
].forEach((oMigration) => {
|
|
203
|
+
const sServiceFromName = oMigration.from.split(".")[1];
|
|
190
204
|
const oConfigFrom = ObjectPath.get(oMigration.from, ushellConfig);
|
|
191
205
|
const oConfigTo = ObjectPath.get(oMigration.to, ushellConfig);
|
|
192
206
|
if (oConfigFrom && !oConfigTo) {
|
|
193
207
|
Log.warning(`The service config for ${oMigration.from} is migrated to ${oMigration.to}`, "common.util");
|
|
194
|
-
|
|
208
|
+
|
|
209
|
+
// we only need a shallow copy here, because we only want to change the module property
|
|
210
|
+
const oConfigFromCopy = { ...oConfigFrom };
|
|
211
|
+
|
|
212
|
+
// the module references the standard service name this might lead to infinite loops
|
|
213
|
+
// because the old service can depend on the new service
|
|
214
|
+
// DINC0103566
|
|
215
|
+
if (oConfigFromCopy.module === `sap.ushell.services.${sServiceFromName}`) {
|
|
216
|
+
delete oConfigFromCopy.module;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
ObjectPath.set(oMigration.to, oConfigFromCopy, oConfig);
|
|
195
220
|
}
|
|
196
221
|
});
|
|
197
222
|
|
|
@@ -27,11 +27,6 @@
|
|
|
27
27
|
"fiori2": {
|
|
28
28
|
"componentData": {
|
|
29
29
|
"config": {
|
|
30
|
-
"sessionTimeoutReminderInMinutes": 5,
|
|
31
|
-
"sessionTimeoutIntervalInMinutes": -1,
|
|
32
|
-
"sessionTimeoutTileStopRefreshIntervalInMinutes": 15,
|
|
33
|
-
"enableAutomaticSignout": true,
|
|
34
|
-
"enableHideGroups": true,
|
|
35
30
|
"enablePersonalization": true,
|
|
36
31
|
"enableAbout": true,
|
|
37
32
|
"enableTagFiltering": false,
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"sap.ushell.demo.AppNavSample",
|
|
38
38
|
"sap.ushell.example.startURL",
|
|
39
39
|
"sap.ushell.example.startURL1",
|
|
40
|
-
"sap.ushell.demo.bookmark",
|
|
41
40
|
"AppStateSampleIcon",
|
|
42
41
|
"navigationSample"
|
|
43
42
|
]
|
|
@@ -91,52 +90,7 @@
|
|
|
91
90
|
},
|
|
92
91
|
"sap.platform.runtime": {
|
|
93
92
|
"componentProperties": {
|
|
94
|
-
"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
},
|
|
98
|
-
"sap.ushell.demo.bookmark": {
|
|
99
|
-
"sap.app": {
|
|
100
|
-
"id": "sap.ushell.demo.bookmark",
|
|
101
|
-
"title": "Bookmark Sample",
|
|
102
|
-
"subTitle": "Add a bookmark demo",
|
|
103
|
-
"ach": "CA-FLP-FE-COR",
|
|
104
|
-
"applicationVersion": {
|
|
105
|
-
"version": "1.0.0"
|
|
106
|
-
},
|
|
107
|
-
"crossNavigation": {
|
|
108
|
-
"inbounds": {
|
|
109
|
-
"target": {
|
|
110
|
-
"semanticObject": "Action",
|
|
111
|
-
"action": "toBookmark",
|
|
112
|
-
"signature": {
|
|
113
|
-
"parameters": {},
|
|
114
|
-
"additionalParameters": "allowed"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"sap.flp": {
|
|
121
|
-
"type": "application"
|
|
122
|
-
},
|
|
123
|
-
"sap.ui": {
|
|
124
|
-
"technology": "UI5",
|
|
125
|
-
"icons": {
|
|
126
|
-
"icon": "sap-icon://favorite"
|
|
127
|
-
},
|
|
128
|
-
"deviceTypes": {
|
|
129
|
-
"desktop": true,
|
|
130
|
-
"tablet": true,
|
|
131
|
-
"phone": true
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"sap.ui5": {
|
|
135
|
-
"componentName": "sap.ushell.demo.bookmark"
|
|
136
|
-
},
|
|
137
|
-
"sap.platform.runtime": {
|
|
138
|
-
"componentProperties": {
|
|
139
|
-
"url": "../../demoapps/BookmarkSample"
|
|
93
|
+
"A": "URL"
|
|
140
94
|
}
|
|
141
95
|
}
|
|
142
96
|
},
|
|
@@ -177,11 +131,6 @@
|
|
|
177
131
|
},
|
|
178
132
|
"sap.ui5": {
|
|
179
133
|
"componentName": "sap.ushell.demo.NavigationSample"
|
|
180
|
-
},
|
|
181
|
-
"sap.platform.runtime": {
|
|
182
|
-
"componentProperties": {
|
|
183
|
-
"url": "../../demoapps/NavigationSample"
|
|
184
|
-
}
|
|
185
134
|
}
|
|
186
135
|
},
|
|
187
136
|
"AppStateSampleIcon": {
|
|
@@ -210,46 +159,8 @@
|
|
|
210
159
|
"sap.ui": {
|
|
211
160
|
"technology": "UI5",
|
|
212
161
|
"icons": {
|
|
213
|
-
"icon": "
|
|
214
|
-
},
|
|
215
|
-
"deviceTypes": {
|
|
216
|
-
"desktop": true,
|
|
217
|
-
"tablet": true,
|
|
218
|
-
"phone": true
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"sap.ui5": {
|
|
222
|
-
"componentName": "sap.ushell.demo.AppStateSample"
|
|
223
|
-
},
|
|
224
|
-
"sap.platform.runtime": {
|
|
225
|
-
"componentProperties": {
|
|
226
|
-
"url": "../../demoapps/AppStateSample"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"appNavSampleWithDataSource": {
|
|
231
|
-
"sap.app": {
|
|
232
|
-
"id": "appNavSampleWithDataSource",
|
|
233
|
-
"applicationVersion": {
|
|
234
|
-
"version": "1.0.0"
|
|
235
|
-
},
|
|
236
|
-
"dataSources": {
|
|
237
|
-
"dataSource001": {
|
|
238
|
-
"uri": "../../test/counts/"
|
|
239
|
-
}
|
|
162
|
+
"icon": "sap-icon://favorite"
|
|
240
163
|
},
|
|
241
|
-
"title": "AppNav Sample with Data Source",
|
|
242
|
-
"crossNavigation": {
|
|
243
|
-
"inbounds": {
|
|
244
|
-
"Action-toappnavsample": {
|
|
245
|
-
"semanticObject": "Action",
|
|
246
|
-
"action": "toappnavsample"
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
"sap.ui": {
|
|
252
|
-
"technology": "UI5",
|
|
253
164
|
"deviceTypes": {
|
|
254
165
|
"desktop": true,
|
|
255
166
|
"tablet": true,
|
|
@@ -257,15 +168,7 @@
|
|
|
257
168
|
}
|
|
258
169
|
},
|
|
259
170
|
"sap.ui5": {
|
|
260
|
-
"componentName": "sap.ushell.demo.
|
|
261
|
-
},
|
|
262
|
-
"sap.flp": {
|
|
263
|
-
"type": "application"
|
|
264
|
-
},
|
|
265
|
-
"sap.platform.runtime": {
|
|
266
|
-
"componentProperties": {
|
|
267
|
-
"url": "../../demoapps/AppNavSample"
|
|
268
|
-
}
|
|
171
|
+
"componentName": "sap.ushell.demo.AppStateSample2"
|
|
269
172
|
}
|
|
270
173
|
},
|
|
271
174
|
"userdefaultplugin": {
|
|
@@ -357,18 +260,6 @@
|
|
|
357
260
|
}
|
|
358
261
|
}
|
|
359
262
|
},
|
|
360
|
-
"sap.ushell.demo.bookmark": {
|
|
361
|
-
"vizType": "sap.ushell.StaticAppLauncher",
|
|
362
|
-
"businessApp": "sap.ushell.demo.bookmark.BusinessApp",
|
|
363
|
-
"vizConfig": {
|
|
364
|
-
"sap.flp": {
|
|
365
|
-
"target": {
|
|
366
|
-
"appId": "sap.ushell.demo.bookmark",
|
|
367
|
-
"inboundId": "target"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
263
|
"sap.ushell.example.startURL": {
|
|
373
264
|
"vizType": "sap.ushell.StaticAppLauncher",
|
|
374
265
|
"businessApp": "sap.ushell.example.startURL.BusinessApp",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
|
|
5
5
|
* This is the version that creates spaces/pages runtime environment.
|
|
6
6
|
*
|
|
7
|
-
* @version 1.
|
|
7
|
+
* @version 1.123.0
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/* eslint-disable quote-props */
|
|
@@ -415,6 +415,13 @@
|
|
|
415
415
|
// convert custom data to the site data
|
|
416
416
|
_addAppsToSite(oUshellConfig);
|
|
417
417
|
|
|
418
|
+
// check if sample apps path is correctly configured in the HTML bootstrap (redirect demo to demoapps)
|
|
419
|
+
const sDemoAppsPath = sap.ui.require.toUrl("sap/ushell/demo");
|
|
420
|
+
if (sDemoAppsPath.indexOf("sap/ushell/demoapps") === -1) {
|
|
421
|
+
// The path to sample apps is not configured or configured incorrectly
|
|
422
|
+
sap.ui.loader.config({paths: {"sap/ushell/demo": "/ushell/test-resources/sap/ushell/demoapps"}});
|
|
423
|
+
}
|
|
424
|
+
|
|
418
425
|
// merge custom application module paths for the loader, if provided
|
|
419
426
|
if (oUshellConfig.modulePaths) {
|
|
420
427
|
const oModules = Object.keys(oUshellConfig.modulePaths).reduce((result, sModulePath) => {
|
|
@@ -46,6 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
/*
|
|
47
47
|
* HeaderEndItems has the following order:
|
|
48
48
|
* - search
|
|
49
|
+
* - Joule
|
|
49
50
|
* - copilot
|
|
50
51
|
* - custom items
|
|
51
52
|
* - notification
|
|
@@ -59,6 +60,8 @@ sap.ui.define([
|
|
|
59
60
|
//the custom items has index 0 and sort based on the id
|
|
60
61
|
var oScale = {
|
|
61
62
|
"sf": -3,
|
|
63
|
+
"sap.das.webclientplugin.s4.shellitem": -2, // Joule S4
|
|
64
|
+
"sap.das.webclientplugin.workzone.shellitem": -2, // Joule work zone
|
|
62
65
|
"copilotBtn": -1,
|
|
63
66
|
//0 custom items
|
|
64
67
|
"NotificationsCountButton": 1,
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
function _createUserActionsMenuButton (oShellModel) {
|
|
45
45
|
var sId = "userActionsMenuHeaderButton",
|
|
46
46
|
oUser = sap.ushell.Container.getUser(),
|
|
47
|
-
sTooltip = resources.i18n.getText("UserActionsMenuToggleButtonAria", [oUser.getFullName()]);
|
|
47
|
+
sTooltip = resources.i18n.getText("UserActionsMenuToggleButtonAria", [oUser.getFullName() || oUser.getId()]);
|
|
48
48
|
|
|
49
49
|
var oUserActionsMenuAvatar = new Avatar({
|
|
50
50
|
id: sId,
|
|
@@ -282,7 +282,7 @@ sap.ui.define([
|
|
|
282
282
|
|
|
283
283
|
setTagsFilter: function (aFilter) {
|
|
284
284
|
var oParameterObject = {
|
|
285
|
-
catalogSelector: this.categoryFilter ? this.categoryFilter : "
|
|
285
|
+
catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
|
|
286
286
|
tileFilter: (this.searchFilter && this.searchFilter.length) ? encodeURIComponent(this.searchFilter) : "",
|
|
287
287
|
tagFilter: aFilter.length ? JSON.stringify(aFilter) : []
|
|
288
288
|
};
|
|
@@ -307,7 +307,7 @@ sap.ui.define([
|
|
|
307
307
|
|
|
308
308
|
setSearchFilter: function (aFilter) {
|
|
309
309
|
var oParameterObject = {
|
|
310
|
-
catalogSelector: this.categoryFilter ? this.categoryFilter : "
|
|
310
|
+
catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
|
|
311
311
|
tileFilter: aFilter ? encodeURIComponent(aFilter) : "",
|
|
312
312
|
tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
|
|
313
313
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview handle all the resources for the different applications.
|
|
4
|
-
* @version 1.
|
|
4
|
+
* @version 1.123.0
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ui/core/Element",
|
|
@@ -1463,7 +1463,6 @@ sap.ui.define([
|
|
|
1463
1463
|
|
|
1464
1464
|
//for case of stateful container or gui v1 stateful, show the application view (make it visible)
|
|
1465
1465
|
oPromiseAsyncAppCreate.then(function () {
|
|
1466
|
-
oViewPortContainer.switchState("Center");
|
|
1467
1466
|
utils.setPerformanceMark("FLP -- centerViewPort");
|
|
1468
1467
|
// Activate container before showing it (start reacting to postMessage calls)
|
|
1469
1468
|
that.activeContainer(oInnerControl);
|