@sapui5/sap.ushell 1.142.0 → 1.143.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/ApplicationType/utils.js +9 -9
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- 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/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/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/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/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 +2 -3
- 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/appIntegration/AppLifeCycle.js +93 -110
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +1 -3
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +4 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +6 -2
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +3 -3
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +4 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +0 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +21 -0
- 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 +12 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Component.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +5 -5
- 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/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +10 -10
- 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 +2 -2
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +4 -4
- 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/FloatingContainer/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/controller/NavigationBarMenuButton.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/PostLoadingHeaderEnhancement/Component.js +2 -2
- 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/SearchCEPNew/Component.js +3 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +35 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +14 -9
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +4 -3
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +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/tiles/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.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/modules/Assistant/AssistantAPI.js +94 -0
- package/src/main/js/sap/ushell/modules/Assistant/AssistantProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Assistant/VisualConfiguration.js +41 -0
- package/src/main/js/sap/ushell/modules/Assistant.js +56 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsProvider.js +1 -1
- package/src/main/js/sap/ushell/modules/Search.js +1 -0
- package/src/main/js/sap/ushell/modules/loader/AssistantLoader.js +156 -0
- 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 +4 -5
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +96 -99
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +13 -13
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +3 -3
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +0 -14
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.fragment.xml +0 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +5 -63
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +2 -2
- 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/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/ClientSideTargetResolution.js +5 -5
- 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/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 +13 -13
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.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/MessageBrokerEngine.js +3 -3
- package/src/main/js/sap/ushell/services/MessageBroker.js +3 -3
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +3 -3
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +20 -20
- package/src/main/js/sap/ushell/services/NavigationDataProvider.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.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +2 -5
- 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 +6 -7
- package/src/main/js/sap/ushell/services/SearchableContent.js +3 -5
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +52 -73
- 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/URLParsing.js +65 -47
- 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 +2 -10
- 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/RecentActivity.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +5 -5
- 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/_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/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/StateManager.js +9 -4
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -29
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -14
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +11 -11
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +12 -12
- 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/VizInstance.js +113 -22
- 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/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/SmartBusiness.js +39 -2
- package/src/main/js/sap/ushell/utils/UrlParsing.js +335 -208
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +26 -22
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +0 -2
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +0 -58
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +0 -35
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +0 -65
|
@@ -1312,12 +1312,14 @@ sap.ui.define([
|
|
|
1312
1312
|
return oDeferred.promise();
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
const
|
|
1316
|
-
const
|
|
1315
|
+
const sFullShellHash = `${sShellHash}${sInnerAppRoute ?? ""}`;
|
|
1316
|
+
const oParsedHash = UrlParsing.parseShellHash(sFullShellHash, true);
|
|
1317
|
+
const sOldFullShellHash = `${sOldShellHash}${sOldInnerAppRoute ?? ""}`;
|
|
1318
|
+
const oOldParsedHash = UrlParsing.parseShellHash(sOldFullShellHash, true);
|
|
1317
1319
|
|
|
1318
1320
|
// todo [FLPCOREANDUX-10024] where does this oParseError come from?
|
|
1319
1321
|
if (oParseError) {
|
|
1320
|
-
Log.error(`Error when parsing the hash: '${
|
|
1322
|
+
Log.error(`Error when parsing the hash: '${sFullShellHash}'`, oParseError);
|
|
1321
1323
|
this.hashChangeFailure(
|
|
1322
1324
|
this.history.getHistoryLength(),
|
|
1323
1325
|
oParseError.message,
|
|
@@ -1333,7 +1335,7 @@ sap.ui.define([
|
|
|
1333
1335
|
|
|
1334
1336
|
const fnResolveInteraction = this._notifyAsyncStep();
|
|
1335
1337
|
|
|
1336
|
-
this._doHashChange(
|
|
1338
|
+
this._doHashChange(oParsedHash, oOldParsedHash)
|
|
1337
1339
|
.catch(() => {
|
|
1338
1340
|
EventHub.emit("doHashChangeError", Date.now());
|
|
1339
1341
|
})
|
|
@@ -1348,12 +1350,21 @@ sap.ui.define([
|
|
|
1348
1350
|
return oDeferred.promise();
|
|
1349
1351
|
},
|
|
1350
1352
|
|
|
1351
|
-
_doHashChange: async function (
|
|
1353
|
+
_doHashChange: async function (oParsedHash, oOldParsedHash) {
|
|
1354
|
+
// todo: [FLPCOREANDUX-10024] simplify Renderer History
|
|
1352
1355
|
// save current history length to handle errors (in case)
|
|
1353
1356
|
const iOriginalHistoryLength = this.history.getHistoryLength();
|
|
1354
1357
|
|
|
1355
1358
|
// track hash change
|
|
1356
|
-
|
|
1359
|
+
const sShellHashWithoutAppRoute = UrlParsing.constructShellHash({
|
|
1360
|
+
...oParsedHash,
|
|
1361
|
+
appSpecificRoute: undefined
|
|
1362
|
+
}, true);
|
|
1363
|
+
const sOldShellHashWithoutAppRoute = UrlParsing.constructShellHash({
|
|
1364
|
+
...oOldParsedHash,
|
|
1365
|
+
appSpecificRoute: undefined
|
|
1366
|
+
}, true);
|
|
1367
|
+
this.history.hashChange(sShellHashWithoutAppRoute, sOldShellHashWithoutAppRoute);
|
|
1357
1368
|
|
|
1358
1369
|
// we save the current-application before resolving the next navigation's fragment,
|
|
1359
1370
|
// as in cases of navigation in a new window we need to set it back for the app-configuration to be consistent
|
|
@@ -1361,17 +1372,14 @@ sap.ui.define([
|
|
|
1361
1372
|
|
|
1362
1373
|
try {
|
|
1363
1374
|
// NOTE: AppConfiguration.setCurrentApplication was called with the currently resolved target.
|
|
1364
|
-
const
|
|
1375
|
+
const oResolvedHashFragment = await this._resolveHashFragment(oParsedHash);
|
|
1365
1376
|
|
|
1366
1377
|
// Only for testing
|
|
1367
|
-
if (!
|
|
1378
|
+
if (!oResolvedHashFragment && window.QUnit !== undefined) {
|
|
1368
1379
|
// return without navigation if no result was returned.
|
|
1369
1380
|
return;
|
|
1370
1381
|
}
|
|
1371
1382
|
|
|
1372
|
-
const oResolvedHashFragment = oResult.resolvedHashFragment;
|
|
1373
|
-
const oParsedShellHash = oResult.parsedShellHash;
|
|
1374
|
-
|
|
1375
1383
|
// todo: [FLPCOREANDUX-10024] is this a real life use case?
|
|
1376
1384
|
/*
|
|
1377
1385
|
* A null navigationMode indicates that no hashFragment was resolved.
|
|
@@ -1398,7 +1406,7 @@ sap.ui.define([
|
|
|
1398
1406
|
|
|
1399
1407
|
const bOpenedViaNWBC = await this._openAppViaNWBC(oResolvedHashFragment, oOldResolvedHashFragment);
|
|
1400
1408
|
if (bOpenedViaNWBC === true) {
|
|
1401
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
1409
|
+
this.logOpenAppAction(oResolvedHashFragment, oParsedHash).catch(() => {
|
|
1402
1410
|
Log.info("NWBC application was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
|
|
1403
1411
|
});
|
|
1404
1412
|
|
|
@@ -1408,7 +1416,7 @@ sap.ui.define([
|
|
|
1408
1416
|
|
|
1409
1417
|
if (oResolvedHashFragment.navigationMode === NavigationMode.newWindow) {
|
|
1410
1418
|
// add the app to application usage log
|
|
1411
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
1419
|
+
this.logOpenAppAction(oResolvedHashFragment, oParsedHash).catch(() => {
|
|
1412
1420
|
Log.info("Application in new window was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
|
|
1413
1421
|
});
|
|
1414
1422
|
await this._openAppExplace(oResolvedHashFragment, oOldResolvedHashFragment);
|
|
@@ -1418,7 +1426,7 @@ sap.ui.define([
|
|
|
1418
1426
|
}
|
|
1419
1427
|
|
|
1420
1428
|
// Handle "/core/shell/model/migrationConfig"
|
|
1421
|
-
const bHandledViaMigrationConfig = this._rewriteRootIntentForMigrationConfig(oResolvedHashFragment,
|
|
1429
|
+
const bHandledViaMigrationConfig = this._rewriteRootIntentForMigrationConfig(oResolvedHashFragment, oParsedHash);
|
|
1422
1430
|
if (bHandledViaMigrationConfig) {
|
|
1423
1431
|
StateManager.applyStalledChanges(); // no changes were done by the source application
|
|
1424
1432
|
return;
|
|
@@ -1428,12 +1436,13 @@ sap.ui.define([
|
|
|
1428
1436
|
try {
|
|
1429
1437
|
const bPreviousIsInitialNavigation = this.oShellNavigationInternal.isInitialNavigation();
|
|
1430
1438
|
try {
|
|
1431
|
-
await this._openAppInplace(
|
|
1439
|
+
await this._openAppInplace(oParsedHash, oResolvedHashFragment, oOldParsedHash, oOldResolvedHashFragment);
|
|
1432
1440
|
} catch (oError) {
|
|
1441
|
+
const sShellHash = UrlParsing.constructShellHash(oParsedHash, true);
|
|
1433
1442
|
Log.error(`Application initialization for intent "${sShellHash}" failed.`, oError);
|
|
1434
1443
|
|
|
1435
1444
|
// assumption is that the resolvedHashFragment already contains the componentHandle
|
|
1436
|
-
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment);
|
|
1445
|
+
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment, oParsedHash);
|
|
1437
1446
|
this.oShellNavigationInternal.setIsInitialNavigation(bPreviousIsInitialNavigation);
|
|
1438
1447
|
await this.hashChangeFailure(
|
|
1439
1448
|
iOriginalHistoryLength,
|
|
@@ -1444,6 +1453,7 @@ sap.ui.define([
|
|
|
1444
1453
|
);
|
|
1445
1454
|
}
|
|
1446
1455
|
} catch (oError) {
|
|
1456
|
+
const sShellHash = UrlParsing.constructShellHash(oParsedHash, true);
|
|
1447
1457
|
Log.error("Failed to open application", oError, "sap.ushell.renderer.Shell.controller");
|
|
1448
1458
|
|
|
1449
1459
|
const sErrorReason = ushellResources.i18n.getText("cannot_load_ui5_component_details", [sShellHash]);
|
|
@@ -1466,6 +1476,7 @@ sap.ui.define([
|
|
|
1466
1476
|
);
|
|
1467
1477
|
}
|
|
1468
1478
|
} catch (oError) {
|
|
1479
|
+
const sShellHash = UrlParsing.constructShellHash(oParsedHash, true);
|
|
1469
1480
|
Log.error("Hash change handling failed. Could not open app.", oError, "sap.ushell.renderer.Shell.controller");
|
|
1470
1481
|
const sErrorReason = ushellResources.i18n.getText("cannot_resolve_navigation_target_details", [sShellHash]);
|
|
1471
1482
|
// eslint-disable-next-line max-len
|
|
@@ -1491,22 +1502,24 @@ sap.ui.define([
|
|
|
1491
1502
|
}
|
|
1492
1503
|
},
|
|
1493
1504
|
|
|
1494
|
-
_rewriteRootIntentForMigrationConfig: function (oResolvedHashFragment,
|
|
1505
|
+
_rewriteRootIntentForMigrationConfig: function (oResolvedHashFragment, oParsedHash) {
|
|
1495
1506
|
// In case of empty hash, if there is a resolved target, set the flag to false, from now on the rootIntent
|
|
1496
1507
|
// will be an empty hash. Otherwise, change hash to rootIntent to trigger normal resolution.
|
|
1497
1508
|
if (Config.last("/core/shell/model/migrationConfig")) {
|
|
1498
1509
|
oConfig.migrationConfig = false;
|
|
1499
1510
|
this._getConfigModel().setProperty("/migrationConfig", false);
|
|
1500
1511
|
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1512
|
+
if (UrlParsing.isEmptyHash(oParsedHash)) {
|
|
1513
|
+
// todo: [FLPCOREANDUX-10024] is this an actual use case? oResolvedHashFragment seems to be always defined
|
|
1514
|
+
if (oResolvedHashFragment) {
|
|
1515
|
+
oConfig.rootIntent = "";
|
|
1516
|
+
} else {
|
|
1517
|
+
window.setTimeout(() => {
|
|
1518
|
+
hasher.setHash(oConfig.rootIntent);
|
|
1519
|
+
}, 0);
|
|
1508
1520
|
|
|
1509
|
-
|
|
1521
|
+
return true;
|
|
1522
|
+
}
|
|
1510
1523
|
}
|
|
1511
1524
|
}
|
|
1512
1525
|
return false;
|
|
@@ -1548,15 +1561,12 @@ sap.ui.define([
|
|
|
1548
1561
|
/**
|
|
1549
1562
|
* Callback registered with NavService. Triggered on navigation requests
|
|
1550
1563
|
*
|
|
1551
|
-
* @param {
|
|
1552
|
-
* @
|
|
1553
|
-
*
|
|
1554
|
-
* {@link sap.ushell.services.NavTargetResolutionInternal#resolveHashFragment}), the parsed shell hash obtained via
|
|
1555
|
-
* {@link sap.ushell.services.URLParsing#parseShellHash}, and a boolean value indicating whether application dependencies
|
|
1556
|
-
* <b>and</b> core-ext-light were loaded earlier. The promise is rejected with an error message in case errors occur.
|
|
1564
|
+
* @param {sap.ushell.services.URLParsing.DecomposedHash} oParsedHash The parsed shell hash
|
|
1565
|
+
* @returns {Promise<object>} Resolves with an object containing the resolved hash fragment (i.e., the result of
|
|
1566
|
+
* {@link sap.ushell.services.NavTargetResolutionInternal#resolveHashFragment})
|
|
1557
1567
|
*/
|
|
1558
|
-
_resolveHashFragment: async function (
|
|
1559
|
-
const
|
|
1568
|
+
_resolveHashFragment: async function (oParsedHash) {
|
|
1569
|
+
const sShellHash = UrlParsing.constructShellHash(oParsedHash, true);
|
|
1560
1570
|
const oConfig = this._getConfig(); // for testing
|
|
1561
1571
|
let oResolvedHashFragment;
|
|
1562
1572
|
|
|
@@ -1574,7 +1584,7 @@ sap.ui.define([
|
|
|
1574
1584
|
} else {
|
|
1575
1585
|
// Perform target resolution as normal...
|
|
1576
1586
|
const NavTargetResolutionInternal = await Container.getServiceAsync("NavTargetResolutionInternal");
|
|
1577
|
-
oResolvedHashFragment = await ushellUtils.promisify(NavTargetResolutionInternal.resolveHashFragment(sShellHash
|
|
1587
|
+
oResolvedHashFragment = await ushellUtils.promisify(NavTargetResolutionInternal.resolveHashFragment(sShellHash));
|
|
1578
1588
|
}
|
|
1579
1589
|
|
|
1580
1590
|
// Only for testing: return without result if the NavTargetResolutionInternal resolved nothing
|
|
@@ -1592,7 +1602,7 @@ sap.ui.define([
|
|
|
1592
1602
|
AppConfiguration.setCurrentApplication(oResolvedHashFragment);
|
|
1593
1603
|
|
|
1594
1604
|
// add application config to the application properties
|
|
1595
|
-
const sBasicHash = UrlParsing.
|
|
1605
|
+
const sBasicHash = UrlParsing.constructBasicHash(oParsedHash);
|
|
1596
1606
|
if (oConfig?.applications?.[sBasicHash]) {
|
|
1597
1607
|
oResolvedHashFragment.applicationConfiguration = oConfig.applications[sBasicHash];
|
|
1598
1608
|
}
|
|
@@ -1602,7 +1612,7 @@ sap.ui.define([
|
|
|
1602
1612
|
|
|
1603
1613
|
// Override navigation mode for root intent.
|
|
1604
1614
|
// Shell home should be opened in embedded mode to allow a new window to be opened from GUI applications.
|
|
1605
|
-
if (
|
|
1615
|
+
if (UrlParsing.isRootIntent(oParsedHash)) {
|
|
1606
1616
|
oResolvedHashFragment.navigationMode = NavigationMode.embedded;
|
|
1607
1617
|
}
|
|
1608
1618
|
|
|
@@ -1620,10 +1630,7 @@ sap.ui.define([
|
|
|
1620
1630
|
|
|
1621
1631
|
ushellUtils.setPerformanceMark("FLP-ShellController-resolveHashFragment-end");
|
|
1622
1632
|
|
|
1623
|
-
return
|
|
1624
|
-
resolvedHashFragment: oResolvedHashFragment,
|
|
1625
|
-
parsedShellHash: oParsedShellHash
|
|
1626
|
-
};
|
|
1633
|
+
return oResolvedHashFragment;
|
|
1627
1634
|
},
|
|
1628
1635
|
|
|
1629
1636
|
/**
|
|
@@ -1691,15 +1698,13 @@ sap.ui.define([
|
|
|
1691
1698
|
/**
|
|
1692
1699
|
* Performs navigation based on the given resolved hash fragment.
|
|
1693
1700
|
*
|
|
1694
|
-
* @param {
|
|
1695
|
-
* @param {string} sShellHash the hash fragment to navigate to. It must start with "#" (i.e., fixed).
|
|
1701
|
+
* @param {sap.ushell.services.URLParsing.DecomposedHash} oParsedHash the parsed shell hash.
|
|
1696
1702
|
* @param {object} oResolvedHashFragment the hash fragment resolved via {@link sap.ushell.services.NavTargetResolutionInternal#resolveHashFragment}
|
|
1697
|
-
* @param {
|
|
1698
|
-
* @param {string|null} sInnerAppRoute the inner app route.
|
|
1703
|
+
* @param {sap.ushell.services.URLParsing.DecomposedHash} oOldParsedShellHash the old parsed shell hash.
|
|
1699
1704
|
*
|
|
1700
1705
|
* @returns {Promise} Navigation Promise
|
|
1701
1706
|
*/
|
|
1702
|
-
_openAppInplace: async function (
|
|
1707
|
+
_openAppInplace: async function (oParsedHash, oResolvedHashFragment, oOldParsedShellHash) {
|
|
1703
1708
|
// The url template resolution allows to set the appSpecificRoute to be set via parameter.
|
|
1704
1709
|
// Therefore we need to update the innerAppRoute before actually opening the app.
|
|
1705
1710
|
if (oResolvedHashFragment.replaceHashBeforeOpenAppInplace) {
|
|
@@ -1753,12 +1758,12 @@ sap.ui.define([
|
|
|
1753
1758
|
|
|
1754
1759
|
AppLifeCycleAI.resetGlobalShellUIService();
|
|
1755
1760
|
|
|
1756
|
-
|
|
1761
|
+
// historically this also includes the app finder
|
|
1762
|
+
const bNavigationFromHome = this._isFLPIntent(oOldParsedShellHash);
|
|
1757
1763
|
|
|
1758
1764
|
const oApplicationHandle = await AppLifeCycleAI.startApplication(
|
|
1759
|
-
oParsedShellHash,
|
|
1760
1765
|
oResolvedHashFragment,
|
|
1761
|
-
|
|
1766
|
+
oParsedHash,
|
|
1762
1767
|
bNavigationFromHome
|
|
1763
1768
|
);
|
|
1764
1769
|
|
|
@@ -1772,11 +1777,8 @@ sap.ui.define([
|
|
|
1772
1777
|
return ShellNavigationInternal.toExternal({ target: { shellHash: sNavigationRedirectHash } }, undefined, false);
|
|
1773
1778
|
}
|
|
1774
1779
|
|
|
1775
|
-
const oShellConfig = this._getConfig();
|
|
1776
|
-
|
|
1777
|
-
const sBasicShellHash = UrlParsing.getBasicHash(sShellHash);
|
|
1778
1780
|
// this only targets the overwritten rootIntent (e.g. workzone advanced)
|
|
1779
|
-
const bIsNavToHome =
|
|
1781
|
+
const bIsNavToHome = UrlParsing.isEmptyHash(oParsedHash) || UrlParsing.isRootIntent(oParsedHash);
|
|
1780
1782
|
await oApplicationHandle.navTo(bIsNavToHome); // todo: [FLPCOREANDUX-10024] triggers appLoaded event and switches the state
|
|
1781
1783
|
|
|
1782
1784
|
// todo: [FLPCOREANDUX-10024] Move this into the regular flow
|
|
@@ -1785,7 +1787,7 @@ sap.ui.define([
|
|
|
1785
1787
|
* Normally FESR record is closed on the "AppRendered" event, but for some cases (stateful container, etc.)
|
|
1786
1788
|
* the application container is not re-rendered and EmbeddedNavigationDone is additionally fired to close the record.
|
|
1787
1789
|
*/
|
|
1788
|
-
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment);
|
|
1790
|
+
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment, oParsedHash);
|
|
1789
1791
|
EventHub.emit("CloseFesrRecord", { time: Date.now(), technicalName: oMetadata.technicalName });
|
|
1790
1792
|
return;
|
|
1791
1793
|
},
|
|
@@ -1944,10 +1946,6 @@ sap.ui.define([
|
|
|
1944
1946
|
EventHub.emit("openedAppInNewWindow", Date.now());
|
|
1945
1947
|
},
|
|
1946
1948
|
|
|
1947
|
-
_isShellHomeIntent: function (sIntent) {
|
|
1948
|
-
return sIntent === "#" || sIntent === oConfig.rootIntent;
|
|
1949
|
-
},
|
|
1950
|
-
|
|
1951
1949
|
/**
|
|
1952
1950
|
* Shows an error message and navigates to the previous page.
|
|
1953
1951
|
*
|
|
@@ -2061,14 +2059,14 @@ sap.ui.define([
|
|
|
2061
2059
|
}
|
|
2062
2060
|
this._setSideNavigationVisible(true);
|
|
2063
2061
|
|
|
2064
|
-
const
|
|
2065
|
-
const
|
|
2062
|
+
const sShellHash = oResolvedHashFragment.sFixedShellHash;
|
|
2063
|
+
const oParsedHash = UrlParsing.parseShellHash(sShellHash);
|
|
2066
2064
|
|
|
2067
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
2068
|
-
Log.info("Opened application was not logged.",
|
|
2065
|
+
this.logOpenAppAction(oResolvedHashFragment, oParsedHash).catch((oError) => {
|
|
2066
|
+
Log.info("Opened application was not logged.", oError, "sap.ushell.renderer.Shell.controller");
|
|
2069
2067
|
});
|
|
2070
2068
|
|
|
2071
|
-
this._notifyUITracer(oResolvedHashFragment);
|
|
2069
|
+
this._notifyUITracer(oResolvedHashFragment, oParsedHash);
|
|
2072
2070
|
},
|
|
2073
2071
|
|
|
2074
2072
|
externalSearchTriggered: function (sChannelId, sEventId, oData) {
|
|
@@ -2093,55 +2091,48 @@ sap.ui.define([
|
|
|
2093
2091
|
* Logs an application to the recent activities.
|
|
2094
2092
|
*
|
|
2095
2093
|
* @param {object} oResolvedHashFragment The resolved target intent
|
|
2096
|
-
* @param {
|
|
2094
|
+
* @param {sap.ushell.services.URLParsing.DecomposedHash} oParsedHash The decomposed shell hash
|
|
2097
2095
|
* @returns {Promise} A promise that is resolved once the action is logged
|
|
2098
2096
|
* @throws {Error} If the application was not logged.
|
|
2099
2097
|
*/
|
|
2100
|
-
logOpenAppAction: async function (oResolvedHashFragment,
|
|
2098
|
+
logOpenAppAction: async function (oResolvedHashFragment, oParsedHash) {
|
|
2101
2099
|
const bEnableRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
|
|
2102
2100
|
if (!bEnableRecentActivity) {
|
|
2103
2101
|
throw new Error("Tracking of RecentActivity is disabled.");
|
|
2104
2102
|
}
|
|
2105
2103
|
|
|
2106
|
-
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment);
|
|
2107
|
-
|
|
2108
|
-
// In these cases, we then try to get the hash from the current location.
|
|
2109
|
-
const sShellHash = oResolvedHashFragment.sFixedShellHash || this._getCurrentLocationHash();
|
|
2104
|
+
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment, oParsedHash);
|
|
2105
|
+
|
|
2110
2106
|
const oRecentEntry = {
|
|
2111
2107
|
title: oMetadata.title,
|
|
2112
2108
|
appType: AppType.APP, // default app type the shell adds is 'Application'
|
|
2113
|
-
url:
|
|
2109
|
+
url: UrlParsing.constructShellHash(oParsedHash, true)
|
|
2114
2110
|
};
|
|
2115
2111
|
|
|
2116
|
-
|
|
2117
|
-
if (oParsed) {
|
|
2118
|
-
// This is the key that determines whether an existing activity should be updated or added.
|
|
2112
|
+
// This is the key that determines whether an existing activity should be updated or added.
|
|
2119
2113
|
|
|
2120
|
-
|
|
2121
|
-
|
|
2114
|
+
// In theory we could use the full hash without parameters here, however this causes the same application to be logged
|
|
2115
|
+
// multiple times with the same title, confusing the user.
|
|
2122
2116
|
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2117
|
+
// Therefore we choose to update a previous entry in case just the parameters change. This might cause a bit of
|
|
2118
|
+
// confusion in case another target mapping is opened, as the title of a previously logged entry would be updated
|
|
2119
|
+
// instead of having a new title added to the recent activities (same target mapping but different title).
|
|
2126
2120
|
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
semanticObject: oParsed.semanticObject,
|
|
2131
|
-
action: oParsed.action
|
|
2132
|
-
})}`;
|
|
2133
|
-
} else {
|
|
2134
|
-
oRecentEntry.appId = sShellHash;
|
|
2135
|
-
}
|
|
2121
|
+
// Perhaps this could be further fixed by hashing a target mapping on the client before returning the resolution
|
|
2122
|
+
// result, and using the hash as the id.
|
|
2123
|
+
oRecentEntry.appId = UrlParsing.constructBasicHash(oParsedHash, true);
|
|
2136
2124
|
|
|
2137
2125
|
// The recent activity for searches is done in a different way, see this._logSearchActivity
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2126
|
+
const aSpecialCases = [
|
|
2127
|
+
"#Action-search",
|
|
2128
|
+
"#Shell-startIntent"
|
|
2129
|
+
];
|
|
2130
|
+
if (aSpecialCases.includes(oRecentEntry.appId)) {
|
|
2131
|
+
throw new Error("RecentActivity was not logged.");
|
|
2142
2132
|
}
|
|
2143
2133
|
|
|
2144
|
-
|
|
2134
|
+
await ushellUtils.awaitTimeout(1500);
|
|
2135
|
+
await this._logRecentActivity(oRecentEntry);
|
|
2145
2136
|
},
|
|
2146
2137
|
|
|
2147
2138
|
/**
|
|
@@ -2149,13 +2140,19 @@ sap.ui.define([
|
|
|
2149
2140
|
* a corresponding event on the event hub.
|
|
2150
2141
|
*
|
|
2151
2142
|
* @param {object} oResolvedHashFragment - the result of the NavTargetResolutionInternal service
|
|
2143
|
+
* @param {sap.ushell.services.URLParsing.DecomposedHash} oParsedHash - the parsed shell hash
|
|
2152
2144
|
*/
|
|
2153
|
-
_notifyUITracer: function (oResolvedHashFragment) {
|
|
2145
|
+
_notifyUITracer: function (oResolvedHashFragment, oParsedHash) {
|
|
2154
2146
|
try {
|
|
2155
|
-
const sApplicationId =
|
|
2156
|
-
oResolvedHashFragment.reservedParameters?.["sap-
|
|
2157
|
-
oResolvedHashFragment.
|
|
2158
|
-
|
|
2147
|
+
const sApplicationId = oResolvedHashFragment.reservedParameters?.["sap-fiori-id"]?.[0]
|
|
2148
|
+
|| oResolvedHashFragment.reservedParameters?.["sap-ui-app-id-hint"]?.[0]
|
|
2149
|
+
|| oResolvedHashFragment.ui5ComponentName;
|
|
2150
|
+
|
|
2151
|
+
const oParsedHashWithoutInnerAppRoute = {
|
|
2152
|
+
...oParsedHash,
|
|
2153
|
+
appSpecificRoute: undefined
|
|
2154
|
+
};
|
|
2155
|
+
const sHash = UrlParsing.constructShellHash(oParsedHashWithoutInnerAppRoute, true);
|
|
2159
2156
|
|
|
2160
2157
|
EventHub.emit("UITracer.trace", {
|
|
2161
2158
|
reason: "NavigateApp",
|
|
@@ -2163,7 +2160,7 @@ sap.ui.define([
|
|
|
2163
2160
|
data: {
|
|
2164
2161
|
applicationId: sApplicationId || "",
|
|
2165
2162
|
applicationType: oResolvedHashFragment.applicationType || "",
|
|
2166
|
-
hash:
|
|
2163
|
+
hash: sHash,
|
|
2167
2164
|
targetNavigationMode: oResolvedHashFragment.targetNavigationMode || "",
|
|
2168
2165
|
providerId: oResolvedHashFragment.contentProviderId || "",
|
|
2169
2166
|
targetUrl: oResolvedHashFragment.url || ""
|
|
@@ -2541,8 +2538,8 @@ sap.ui.define([
|
|
|
2541
2538
|
EventHub.emit("showNotifications", bSelected);
|
|
2542
2539
|
},
|
|
2543
2540
|
|
|
2544
|
-
_isFLPIntent: function (
|
|
2545
|
-
const sBasicHash = UrlParsing.
|
|
2541
|
+
_isFLPIntent: function (oParsedHash) {
|
|
2542
|
+
const sBasicHash = UrlParsing.constructBasicHash(oParsedHash);
|
|
2546
2543
|
const aFLPIntents = [
|
|
2547
2544
|
"Shell-home",
|
|
2548
2545
|
"Shell-appfinder",
|
|
@@ -1474,7 +1474,7 @@ AppearanceContentDensityLabel=Optimized for Touch Input
|
|
|
1474
1474
|
#XFLD
|
|
1475
1475
|
AnchorBarLabel=Home Page Display
|
|
1476
1476
|
#XTIT
|
|
1477
|
-
AppearanceThemeMenu=
|
|
1477
|
+
AppearanceThemeMenu=Themes
|
|
1478
1478
|
#XTIT
|
|
1479
1479
|
AppearanceLayoutAndBehaviorMenu=Display Settings
|
|
1480
1480
|
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=\u0639\u062F\u0645 \u0639\u0631\u0636 \u0627\u0644\u0635\u0648\u0
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=\u062A\u0646\u0642\u0644 \u0641\u064A \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
|
|
827
827
|
SidePane_AriaLabel=\u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0627\u0644\u062B\u0627\u0646\u0648\u0649
|
|
828
|
-
ShellContent.AriaLabel=\u0645\u062D\u062A\u0648\u0649
|
|
828
|
+
ShellContent.AriaLabel=\u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
829
829
|
ToolArea_AriaLabel=\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0623\u062F\u0627\u0629
|
|
830
830
|
FloatingContainer_AriaLabel=\u062D\u0627\u0648\u064A\u0629 \u0639\u0627\u0626\u0645\u0629
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=\u062A\u0646\u0642\u0644 \u0647\u0631\u0645\u064A
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u
|
|
|
859
859
|
ToggleButtonHide=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
|
|
860
860
|
embeddedNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0646\u0627\u0641\u0630\u0629
|
|
861
861
|
newWindowNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629
|
|
862
|
-
replaceNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629 \u0628\u062F\u0648\u0646 shell \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
|
|
862
|
+
replaceNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0645\u0643\u0627\u0646 \u0628\u062F\u0648\u0646 \u0634\u0631\u064A\u0637 shell \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629 \u0628\u062F\u0648\u0646 \u0634\u0631\u064A\u0637 shell \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0637\u0627\u0631\u0627\u062A. \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u0627\u0631\u063A\u0629.
|
|
866
866
|
Page.Button.AddSection=\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u0645
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=\u0414\u0430 \u043D\u0435 \u0441\u0435 \u043F\u043E\u043A\u0430\u
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=\u0413\u0440\u0443\u043F\u043E\u0432\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F
|
|
827
827
|
SidePane_AriaLabel=\u0412\u0442\u043E\u0440\u0438\u0447\u043D\u043E \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
828
|
-
ShellContent.AriaLabel=\u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
828
|
+
ShellContent.AriaLabel=\u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
829
829
|
ToolArea_AriaLabel=\u041E\u0431\u043B\u0430\u0441\u0442 \u043D\u0430 \u0438\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442
|
|
830
830
|
FloatingContainer_AriaLabel=\u041F\u043B\u0430\u0432\u0430\u0449 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=\u0419\u0435\u0440\u0430\u0440\u0445\u0438\u0447\u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u
|
|
|
859
859
|
ToggleButtonHide=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043C\u0435\u043D\u044E
|
|
860
860
|
embeddedNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u043C\u044F\u0441\u0442\u043E
|
|
861
861
|
newWindowNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u0432 \u043D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446
|
|
862
|
-
replaceNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u043D\u0430 \u043C\u044F\u0441\u0442\u043E \u0431\u0435\u0437 \
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u0432 \u043D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446 \u0431\u0435\u0437 \
|
|
862
|
+
replaceNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u043D\u0430 \u043C\u044F\u0441\u0442\u043E \u0431\u0435\u0437 \u043B\u0435\u043D\u0442\u0430\u0442\u0430 \u0437\u0430 \u043A\u043E\u043C\u0430\u043D\u0434\u043D\u0438\u044F \u043D\u0430\u0447\u0430\u043B\u0435\u043D \u0440\u0435\u0434 \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u0432 \u043D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446 \u0431\u0435\u0437 \u043B\u0435\u043D\u0442\u0430\u0442\u0430 \u0437\u0430 \u043A\u043E\u043C\u0430\u043D\u0434\u043D\u0438\u044F \u043D\u0430\u0447\u0430\u043B\u0435\u043D \u0440\u0435\u0434 \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=\u041D\u044F\u043C\u0430 \u043F\u043B\u043E\u0447\u043A\u0438. \u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u0435 \u043F\u0440\u0430\u0437\u043D\u0430.
|
|
866
866
|
Page.Button.AddSection=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=No mostrar la imatge
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Navegaci\u00F3 de grup
|
|
827
827
|
SidePane_AriaLabel=Contingut secundari
|
|
828
|
-
ShellContent.AriaLabel=Contingut
|
|
828
|
+
ShellContent.AriaLabel=Contingut
|
|
829
829
|
ToolArea_AriaLabel=\u00C0rea d'eines
|
|
830
830
|
FloatingContainer_AriaLabel=Contenidor flotant
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Navegaci\u00F3 jer\u00E0rquica
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Mostrar men\u00FA
|
|
|
859
859
|
ToggleButtonHide=Ocultar men\u00FA
|
|
860
860
|
embeddedNavigationMode=S\u2019obre al lloc
|
|
861
861
|
newWindowNavigationMode=S\u2019obre en una finestra nova
|
|
862
|
-
replaceNavigationMode=S
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=S\u2019obre en una finestra nova sense
|
|
862
|
+
replaceNavigationMode=S'obre al lloc sense barra superior de rampa de llan\u00E7ament
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=S\u2019obre en una finestra nova sense barra superior de rampa de llan\u00E7ament
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=No hi ha cap mosaic. La p\u00E0gina \u00E9s buida.
|
|
866
866
|
Page.Button.AddSection=Afegir secci\u00F3
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=Nemoj prikazati sliku
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Grupno usmjeravanje
|
|
827
827
|
SidePane_AriaLabel=Sekundarni sadr\u017Eaj
|
|
828
|
-
ShellContent.AriaLabel=Sadr\u017Eaj
|
|
828
|
+
ShellContent.AriaLabel=Sadr\u017Eaj
|
|
829
829
|
ToolArea_AriaLabel=Oblast alata
|
|
830
830
|
FloatingContainer_AriaLabel=Pokretni spremnik
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Hijerarhijsko usmjeravanje
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Poka\u017Ei meni
|
|
|
859
859
|
ToggleButtonHide=Sakrij meni
|
|
860
860
|
embeddedNavigationMode=Otvara se na mjestu
|
|
861
861
|
newWindowNavigationMode=Otvara se u novom prozoru
|
|
862
|
-
replaceNavigationMode=Otvara se
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=Otvara se u novom prozoru bez launchpad
|
|
862
|
+
replaceNavigationMode=Otvara se u trenutnom prikazu bez trake okru\u017Eenja launchpad-a
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=Otvara se u novom prozoru bez trake okru\u017Eenja launchpad-a
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=Nema podekrana. Stranica je prazna.
|
|
866
866
|
Page.Button.AddSection=Dodaj odjeljak
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=Nezobrazovat obr\u00E1zek
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Skupinov\u00E1 navigace
|
|
827
827
|
SidePane_AriaLabel=Sekund\u00E1rn\u00ED obsah
|
|
828
|
-
ShellContent.AriaLabel=Obsah
|
|
828
|
+
ShellContent.AriaLabel=Obsah
|
|
829
829
|
ToolArea_AriaLabel=Oblast n\u00E1stroj\u016F
|
|
830
830
|
FloatingContainer_AriaLabel=Pohybliv\u00FD kontejner
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarchick\u00E1 navigace
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Zobrazit menu
|
|
|
859
859
|
ToggleButtonHide=Skr\u00FDt menu
|
|
860
860
|
embeddedNavigationMode=Otev\u0159e na m\u00EDst\u011B
|
|
861
861
|
newWindowNavigationMode=Otev\u0159e v nov\u00E9m okn\u011B
|
|
862
|
-
replaceNavigationMode=Otev\u0159e na m\u00EDst\u011B bez
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=Otev\u0159e v nov\u00E9m okn\u011B bez
|
|
862
|
+
replaceNavigationMode=Otev\u0159e na m\u00EDst\u011B bez launchpadu pruh shell
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=Otev\u0159e v nov\u00E9m okn\u011B bez launchpadu pruh shell
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=\u017D\u00E1dn\u00E9 dla\u017Edice neexistuj\u00ED. Str\u00E1nka je pr\u00E1zdn\u00E1.
|
|
866
866
|
Page.Button.AddSection=P\u0159idat sekci
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=Peidio \u00E2 Dangos Delwedd
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Llywio Gr\u0175p
|
|
827
827
|
SidePane_AriaLabel=Cynnwys Eilaidd
|
|
828
|
-
ShellContent.AriaLabel=Cynnwys
|
|
828
|
+
ShellContent.AriaLabel=Cynnwys
|
|
829
829
|
ToolArea_AriaLabel=Adran Offer
|
|
830
830
|
FloatingContainer_AriaLabel=Cynhwysydd Rhydd
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Llywio Hierarchaidd
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Dangos Dewislen
|
|
|
859
859
|
ToggleButtonHide=Cuddio Dewislen
|
|
860
860
|
embeddedNavigationMode=Yn agor mewn lle
|
|
861
861
|
newWindowNavigationMode=Yn agor mewn ffenestr newydd
|
|
862
|
-
replaceNavigationMode=Yn agor mewn lle heb
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=Yn agor mewn ffenestr newydd heb
|
|
862
|
+
replaceNavigationMode=Yn agor mewn lle heb Far Cragen pad lawnsio
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=Yn agor mewn ffenestr newydd heb Far Cragen pad lansio
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=Does dim teils. Mae\u2019r dudalen yn wag.
|
|
866
866
|
Page.Button.AddSection=Ychwanegu Adran
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=Vis ikke billede
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Gruppenavigation
|
|
827
827
|
SidePane_AriaLabel=Sekund\u00E6rt indhold
|
|
828
|
-
ShellContent.AriaLabel=
|
|
828
|
+
ShellContent.AriaLabel=Indhold
|
|
829
829
|
ToolArea_AriaLabel=V\u00E6rkt\u00F8jsomr\u00E5de
|
|
830
830
|
FloatingContainer_AriaLabel=Container uden systemtilknytning
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarkisk navigation
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Vis menu
|
|
|
859
859
|
ToggleButtonHide=Skjul menu
|
|
860
860
|
embeddedNavigationMode=\u00C5bner p\u00E5 et sted
|
|
861
861
|
newWindowNavigationMode=\u00C5bner i et nyt vindue
|
|
862
|
-
replaceNavigationMode=\u00C5bner p\u00E5 et sted uden
|
|
863
|
-
newWindowThenEmbeddedNavigationMode=\u00C5bner i et nyt vindue uden
|
|
862
|
+
replaceNavigationMode=\u00C5bner p\u00E5 et sted uden en launchpad-shell-linje
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=\u00C5bner i et nyt vindue uden en launchpad-shell-linje
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=Der er ingen fliser. Siden er tom.
|
|
866
866
|
Page.Button.AddSection=Tilf\u00F8j afsnit
|
|
@@ -825,7 +825,7 @@ DontDisplayImg=Bild nicht anzeigen
|
|
|
825
825
|
|
|
826
826
|
AnchorNavigationBar_AriaLabel=Gruppennavigation
|
|
827
827
|
SidePane_AriaLabel=Sekund\u00E4rinhalt
|
|
828
|
-
ShellContent.AriaLabel=
|
|
828
|
+
ShellContent.AriaLabel=Inhalt
|
|
829
829
|
ToolArea_AriaLabel=Werkzeugbereich
|
|
830
830
|
FloatingContainer_AriaLabel=Beweglicher (Floating) Container
|
|
831
831
|
ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarchische Navigation
|
|
@@ -859,8 +859,8 @@ ToggleButtonShow=Men\u00FC einblenden
|
|
|
859
859
|
ToggleButtonHide=Men\u00FC ausblenden
|
|
860
860
|
embeddedNavigationMode=\u00D6ffnet direkt
|
|
861
861
|
newWindowNavigationMode=\u00D6ffnet ein neues Fenster
|
|
862
|
-
replaceNavigationMode
|
|
863
|
-
newWindowThenEmbeddedNavigationMode
|
|
862
|
+
replaceNavigationMode=Opens in place without a launchpad Shell Bar
|
|
863
|
+
newWindowThenEmbeddedNavigationMode=Opens in a new window without a launchpad Shell Bar
|
|
864
864
|
|
|
865
865
|
Page.NoSectionText=Keine Kacheln vorhanden. Die Seite ist leer.
|
|
866
866
|
Page.Button.AddSection=Abschnitt hinzuf\u00FCgen
|