@sapui5/sap.ushell 1.135.0 → 1.136.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/AppInfoParameters.js +13 -16
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -4
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +5 -12
- package/src/main/js/sap/ushell/Container.js +11 -11
- package/src/main/js/sap/ushell/Fiori20Adapter.js +5 -3
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +6 -4
- package/src/main/js/sap/ushell/Layout.js +3 -3
- package/src/main/js/sap/ushell/NWBCInterface.js +8 -11
- package/src/main/js/sap/ushell/SessionHandler.js +16 -77
- 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/User.js +8 -19
- 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/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -5
- 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 +25 -25
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +50 -50
- 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 +13 -13
- 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/DWS.js +1 -1
- package/src/main/js/sap/ushell/api/NewExperience.js +24 -2
- package/src/main/js/sap/ushell/api/RTA.js +65 -4
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +59 -49
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +57 -11
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +2 -8
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +1 -6
- package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +0 -6
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +27 -4
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +8 -6
- package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +0 -6
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +1 -7
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +3 -9
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +3 -9
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/MessageBrokerHandler.js +0 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +0 -6
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +6 -12
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +2 -8
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +2 -8
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -6
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainerRenderer.js +3 -8
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -7
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -6
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +9 -13
- package/src/main/js/sap/ushell/appRuntime/neo/AppInfoService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/neo/ProxyAppUtils.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +0 -7
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +17 -19
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +2 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +17 -29
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +3 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +3 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +33 -30
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +7 -13
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +25 -39
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +24 -26
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -9
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +58 -75
- 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 +14 -20
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +14 -21
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +30 -45
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +11 -16
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +8 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +16 -21
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +3 -4
- 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/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 +3 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.override.registermodulepath.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.util.js +3 -3
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/CatalogsManager.js +11 -11
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +6 -6
- package/src/main/js/sap/ushell/components/HomepageManager.js +2 -2
- package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +21 -21
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +6 -6
- package/src/main/js/sap/ushell/components/appfinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +4 -5
- package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +3 -3
- package/src/main/js/sap/ushell/components/container/resources/resources_de.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +9 -9
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +5 -5
- 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 +4 -4
- 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/contentFinder/model/formatter.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +0 -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 +3 -3
- 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/tools/ODataUrlTemplating.js +1 -0
- package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.view.xml +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.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 +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 +8 -3
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/MyHomeStart.view.xml +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/controller/MenuBar.controller.js +4 -0
- 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 +191 -64
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +876 -0
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +84 -0
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +35 -0
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +23 -9
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +22 -9
- 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 +19 -14
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +5 -4
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +12 -17
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +11 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +123 -21
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ar.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_bg.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ca.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cnr.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cs.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cy.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_da.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_de.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_el.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en_GB.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_es.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_es_MX.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_et.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fi.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fr.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fr_CA.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hi.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hr.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hu.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_id.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_it.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_iw.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ja.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_kk.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ko.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_lt.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_lv.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_mk.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ms.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_nl.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_no.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pl.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pt.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pt_PT.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ro.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ru.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sh.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sk.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sl.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sr.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sv.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_th.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_tr.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_uk.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_vi.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_zh_CN.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_zh_TW.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +22 -3
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +83 -36
- package/src/main/js/sap/ushell/components/shell/SideNavigation/css/style.css +5 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +8 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +137 -26
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +2 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -0
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -0
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/generic.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +2 -2
- package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +4 -4
- package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +18 -18
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +11 -11
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +2 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +2 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +30 -36
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +2 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +4 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +2 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +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 +2 -2
- 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 +10 -2
- package/src/main/js/sap/ushell/modules/NavigationMenu.js +90 -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/NavContainer.js +4 -10
- package/src/main/js/sap/ushell/renderer/Renderer.js +29 -27
- package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +236 -0
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +25 -212
- package/src/main/js/sap/ushell/renderer/Shell.view.js +34 -24
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +6 -6
- package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/Component.js +105 -0
- package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.controller.js +83 -0
- package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.view.xml +12 -0
- package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/manifest.json +43 -0
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +34 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +21 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +33 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +19 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +18 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +18 -0
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +5 -11
- package/src/main/js/sap/ushell/renderers/fiori2/History.js +6 -6
- package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +6 -6
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +11 -11
- package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +2 -2
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -8
- package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsManager.js +6 -6
- package/src/main/js/sap/ushell/services/AppConfiguration.js +6 -6
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +10 -16
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/AppType.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
- package/src/main/js/sap/ushell/services/BookmarkV2.js +14 -14
- 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 +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/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 +6 -6
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +3 -3
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +9 -4
- 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 +54 -53
- 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 +4 -4
- 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 +21 -53
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -3
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -2
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +0 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +3 -2
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/Notifications.js +2 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +7 -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 +3 -3
- package/src/main/js/sap/ushell/services/PersonalizationV2.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/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +7 -20
- 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/ShellNavigationHashChanger.js +2 -2
- package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +5 -5
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +2 -2
- package/src/main/js/sap/ushell/services/UsageAnalytics.js +10 -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.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +2 -2
- package/src/main/js/sap/ushell/services/_AppState/AppStatePersistencyMethod.js +1 -0
- 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 +9 -10
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +6 -6
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +11 -13
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariant.js +4 -4
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariantSet.js +12 -11
- package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +5 -3
- package/src/main/js/sap/ushell/services/_Personalization/TransientPersonalizer.js +4 -4
- package/src/main/js/sap/ushell/services/_Personalization/Variant.js +7 -7
- package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +3 -5
- package/src/main/js/sap/ushell/services/_Personalization/WindowAdapter.js +2 -2
- package/src/main/js/sap/ushell/services/_Personalization/WindowAdapterContainer.js +2 -1
- package/src/main/js/sap/ushell/services/_Personalization/constants.js +9 -10
- package/src/main/js/sap/ushell/services/_Personalization/constants.private.js +3 -4
- package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -1
- package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +4 -2
- package/src/main/js/sap/ushell/state/BackNavigation.js +1 -7
- package/src/main/js/sap/ushell/state/ContentDensity.js +1 -7
- package/src/main/js/sap/ushell/state/Favicon.js +1 -5
- package/src/main/js/sap/ushell/state/StateManager.js +9 -3
- package/src/main/js/sap/ushell/state/StateRules.js +5 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +8 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/MenuBar.less +3 -0
- package/src/main/js/sap/ushell/themes/base/Notifications.less +29 -0
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +7 -0
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
- package/src/main/js/sap/ushell/themes/base/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/Notifications.less +4 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/Notifications.less +4 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +3 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellBar.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/Notifications.less +3 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/Notifications.less +4 -0
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +381 -0
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +464 -0
- package/src/main/js/sap/ushell/thirdparty/Button.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/Button2.js +524 -0
- package/src/main/js/sap/ushell/thirdparty/Icon.js +296 -0
- package/src/main/js/sap/ushell/thirdparty/Icons.js +38 -35
- package/src/main/js/sap/ushell/thirdparty/Label.js +115 -0
- package/src/main/js/sap/ushell/thirdparty/Link.js +315 -0
- package/src/main/js/sap/ushell/thirdparty/List.js +1705 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +95 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +3917 -0
- package/src/main/js/sap/ushell/thirdparty/Menu.js +406 -0
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +2 -350
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +355 -0
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +291 -0
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +310 -0
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +531 -0
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +98 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +319 -547
- package/src/main/js/sap/ushell/thirdparty/Tag.js +307 -0
- package/src/main/js/sap/ushell/thirdparty/Text.js +127 -0
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +68 -866
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +193 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +561 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +561 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +1194 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +1194 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +4 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +11 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +141 -135
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +93 -0
- package/src/main/js/sap/ushell/thirdparty/information.js +103 -0
- package/src/main/js/sap/ushell/thirdparty/overflow.js +45 -0
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +8 -0
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Avatar.js +113 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Button.js +123 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Label.js +75 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Menu.js +90 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +60 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +72 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListItem.js +96 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +51 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBar.js +18 -6
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +26 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +26 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +41 -37
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +16 -16
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +5 -1
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +2 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +5 -1
- package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +2 -1
- package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +2 -1
- package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/AnchorItem.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/AnchorItemRenderer.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBarRenderer.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainerRenderer.js +3 -2
- 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 +3 -3
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +23 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +35 -34
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +5 -2
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +249 -249
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +73 -6
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +2 -2
- 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/UriParameters.js +1 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +4 -4
- 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/workpage/resources/resources_es_MX.properties +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +0 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +0 -24
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +0 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +0 -23
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +0 -23
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +0 -16
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +0 -22
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +0 -17
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +0 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +0 -20
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +0 -24
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +0 -24
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +0 -1926
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/Storage.js +0 -62
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +0 -709
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +0 -406
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxesCache.js +0 -263
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +0 -2382
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPIInterface.js +0 -143
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageUtils.js +0 -192
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/WebGUIStatefulHandler.js +0 -90
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +0 -193
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +0 -91
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +0 -1769
- package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +0 -232
- package/src/main/js/sap/ushell/renderer/RendererRootViewFallback.fragment.xml +0 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +0 -7194
- package/src/main/js/sap/ushell/ui/AppContainer.js +0 -271
- package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +0 -42
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
//Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @file The Renderer target wrapper controller.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
"sap/ui/core/EventBus",
|
|
8
|
+
"sap/ui/core/mvc/Controller"
|
|
9
|
+
], function (
|
|
10
|
+
EventBus,
|
|
11
|
+
Controller
|
|
12
|
+
) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @classdesc Controller of the standalone root view.
|
|
17
|
+
*
|
|
18
|
+
* @param {string} sId Controller id.
|
|
19
|
+
* @param {object} mSettings Optional map for controller settings.
|
|
20
|
+
*
|
|
21
|
+
* @class
|
|
22
|
+
* @extends sap.ui.core.mvc.Controller
|
|
23
|
+
*
|
|
24
|
+
* @private
|
|
25
|
+
*
|
|
26
|
+
* @since 1.136.0
|
|
27
|
+
* @alias sap.ushell.renderer.rendererTargetWrapper.RendererTarget
|
|
28
|
+
*/
|
|
29
|
+
return Controller.extend("sap.ushell.renderer.rendererTargetWrapper.RendererTarget", /** @lends sap.ushell.renderer.rendererTargetWrapper.RendererTarget.prototype */ {
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* The init function called after the view was initialized.
|
|
33
|
+
*
|
|
34
|
+
* @since 1.136.0
|
|
35
|
+
* @private
|
|
36
|
+
*/
|
|
37
|
+
onInit: function () {
|
|
38
|
+
const oAppContainer = this.byId("appContainer");
|
|
39
|
+
oAppContainer.loadChild();
|
|
40
|
+
},
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The reloadApp function called when the app should reload.
|
|
44
|
+
*
|
|
45
|
+
* @returns {Promise<string|sap.ui.core.ComponentContainer>} The new ComponentContainer or a message if there was an error.
|
|
46
|
+
*
|
|
47
|
+
* @since 1.136.0
|
|
48
|
+
* @private
|
|
49
|
+
*/
|
|
50
|
+
reloadApp: function () {
|
|
51
|
+
const oAppContainer = this.byId("appContainer");
|
|
52
|
+
oAppContainer.destroyChild();
|
|
53
|
+
return oAppContainer.loadChild();
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* The getComponentInstance function is called to receive the custom homepage component.
|
|
58
|
+
*
|
|
59
|
+
* @returns {Promise<sap.ui.core.UIComponent|null>} The custom homepage component.
|
|
60
|
+
*
|
|
61
|
+
* @since 1.136.0
|
|
62
|
+
* @private
|
|
63
|
+
*/
|
|
64
|
+
getComponentInstance: async function () {
|
|
65
|
+
const oAppContainer = this.byId("appContainer");
|
|
66
|
+
const oCustomHomage = await oAppContainer.getChild();
|
|
67
|
+
if (typeof oCustomHomage.getComponentInstance === "function") {
|
|
68
|
+
return oCustomHomage.getComponentInstance();
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* The onChildDestroy function is called when the custom homepage component is closed.
|
|
74
|
+
*
|
|
75
|
+
* @since 1.136.0
|
|
76
|
+
* @private
|
|
77
|
+
*/
|
|
78
|
+
onChildDestroy: function () {
|
|
79
|
+
// appClosed event stops RTA
|
|
80
|
+
EventBus.getInstance().publish("sap.ushell.renderer.Renderer", "appClosed", {});
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<mvc:View
|
|
2
|
+
xmlns="sap.ushell.renderer"
|
|
3
|
+
xmlns:mvc="sap.ui.core.mvc"
|
|
4
|
+
controllerName="sap.ushell.renderer.rendererTargetWrapper.RendererTarget"
|
|
5
|
+
height="100%">
|
|
6
|
+
<RendererAppContainer
|
|
7
|
+
id="appContainer"
|
|
8
|
+
childId="{/componentId}"
|
|
9
|
+
name="{/name}"
|
|
10
|
+
url="{/url}"
|
|
11
|
+
childDestroyed=".onChildDestroy" />
|
|
12
|
+
</mvc:View>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_version": "1.0.0",
|
|
3
|
+
"sap.fiori": {
|
|
4
|
+
"registrationIds": [""]
|
|
5
|
+
},
|
|
6
|
+
"sap.app": {
|
|
7
|
+
"id": "sap.ushell.renderer.rendererTargetWrapper",
|
|
8
|
+
"applicationVersion": {
|
|
9
|
+
"version": "1.0.0"
|
|
10
|
+
},
|
|
11
|
+
"ach": "CA-FLP-FE-COR",
|
|
12
|
+
"type": "component",
|
|
13
|
+
"title": "",
|
|
14
|
+
"resources": "resources.json"
|
|
15
|
+
},
|
|
16
|
+
"sap.ui": {
|
|
17
|
+
"technology": "UI5",
|
|
18
|
+
"deviceTypes": {
|
|
19
|
+
"desktop": true,
|
|
20
|
+
"tablet": true,
|
|
21
|
+
"phone": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sap.ui5": {
|
|
25
|
+
"componentName": "sap.ushell.renderer.rendererTargetWrapper",
|
|
26
|
+
"rootView": {
|
|
27
|
+
"viewName": "sap.ushell.renderer.rendererTargetWrapper.RendererTarget",
|
|
28
|
+
"type": "XML",
|
|
29
|
+
"async": true
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"minUI5Version": "1.100",
|
|
33
|
+
"libs": {
|
|
34
|
+
"sap.ui.core": {},
|
|
35
|
+
"sap.ushell": {}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"contentDensities": {
|
|
39
|
+
"compact": true,
|
|
40
|
+
"cozy": true
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1548,6 +1548,40 @@ NotificationToggleButton.NoNewNotifications=Notifications
|
|
|
1548
1548
|
NotificationToggleButton.NewNotifications={0} New Notifications
|
|
1549
1549
|
#XFLD: "{0}" is the number set as the limit of new notifications. Also shown as part of the header button tooltip.
|
|
1550
1550
|
NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
|
|
1551
|
+
#XTIT
|
|
1552
|
+
Notifications.Popover.Title=Notifications
|
|
1553
|
+
#XBUT
|
|
1554
|
+
Notifications.Popover.Button.LoadMore=More
|
|
1555
|
+
#XMIT
|
|
1556
|
+
Notifications.Popover.Sort.Menu.Button.Date=Sort By Date
|
|
1557
|
+
#XMIT
|
|
1558
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Sort By Importance
|
|
1559
|
+
#XTIT
|
|
1560
|
+
Notifications.Popover.NoData.Title=You\'ve no new notifications
|
|
1561
|
+
#XMSG
|
|
1562
|
+
Notifications.Popover.NoData.Description=Check back again later.
|
|
1563
|
+
#XBUT
|
|
1564
|
+
Notifications.Popover.NoData.Button=Notification settings
|
|
1565
|
+
#XGRP
|
|
1566
|
+
Notifications.Popover.Group.Today=Today
|
|
1567
|
+
#XGRP
|
|
1568
|
+
Notifications.Popover.Group.Yesterday=Yesterday
|
|
1569
|
+
#XGRP
|
|
1570
|
+
Notifications.Popover.Group.ThisWeek=This Week
|
|
1571
|
+
#XGRP
|
|
1572
|
+
Notifications.Popover.Group.LastWeek=Last Week
|
|
1573
|
+
#XGRP
|
|
1574
|
+
Notifications.Popover.Group.ThisMonth=This Month
|
|
1575
|
+
#XGRP
|
|
1576
|
+
Notifications.Popover.Group.LastMonth=Last Month
|
|
1577
|
+
#XGRP
|
|
1578
|
+
Notifications.Popover.Group.ThisYear=This Year
|
|
1579
|
+
#XGRP
|
|
1580
|
+
Notifications.Popover.Group.Older=Older
|
|
1581
|
+
#XGRP
|
|
1582
|
+
Notifications.Popover.Group.Important=Important
|
|
1583
|
+
#XGRP
|
|
1584
|
+
Notifications.Popover.Group.Others=Others
|
|
1551
1585
|
|
|
1552
1586
|
#XTIT
|
|
1553
1587
|
ProfileImgId=Profile Image
|
|
@@ -142,7 +142,7 @@ cancelDialogBtn=\u0625\u0644\u063A\u0627\u0621
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
backBtn_tooltip=\u0627\u0644\u062E\u0644\u0641
|
|
145
|
-
notificationsBtn_title=\u0625\u0634\u0639\u0627\u0631\u0627\u062A
|
|
145
|
+
notificationsBtn_title=\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A
|
|
146
146
|
shellHeaderOverflowBtn_tooltip=\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A
|
|
147
147
|
homeBtn_tooltip=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
|
|
148
148
|
homeBtn_tooltip_text=\u0627\u0644\u062A\u0646\u0642\u0644 \u0625\u0644\u0649 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
|
|
@@ -301,6 +301,7 @@ appTitle=\u0627\u0644\u0639\u0646\u0648\u0627\u0646
|
|
|
301
301
|
aboutCategoryApplication=\u0627\u0644\u062A\u0637\u0628\u064A\u0642
|
|
302
302
|
aboutCategorySystem=\u0627\u0644\u0646\u0638\u0627\u0645
|
|
303
303
|
aboutCategoryEnvironment=\u0627\u0644\u0628\u064A\u0626\u0629
|
|
304
|
+
abap.transaction=\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0629
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=\u0627\u0644\u0635\u0641\u062D\u0629
|
|
306
307
|
contentNodeSelectorHomepageGroup=\u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} \u0645\u0646 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=\u0623\u0643\u062B\u0631 \u0645\u0646 {0} \u0645\u0646 \u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629
|
|
798
|
+
Notifications.Popover.Title=\u0627\u0644\u0625\u0634\u0639\u0627\u0631\u0627\u062A
|
|
799
|
+
Notifications.Popover.Button.LoadMore=\u0627\u0644\u0645\u0632\u064A\u062F
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=\u062A\u0631\u062A\u064A\u0628 \u062D\u0633\u0628 \u0627\u0644\u062A\u0627\u0631\u064A\u062E
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=\u062A\u0631\u062A\u064A\u0628 \u062D\u0633\u0628 \u0627\u0644\u0623\u0647\u0645\u064A\u0629
|
|
802
|
+
Notifications.Popover.NoData.Title=\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0623\u064A \u0625\u0634\u0639\u0627\u0631\u0627\u062A \u062C\u062F\u064A\u062F\u0629
|
|
803
|
+
Notifications.Popover.NoData.Description=\u0623\u0639\u062F \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.
|
|
804
|
+
Notifications.Popover.NoData.Button=\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0625\u0634\u0639\u0627\u0631
|
|
805
|
+
Notifications.Popover.Group.Today=\u0627\u0644\u064A\u0648\u0645
|
|
806
|
+
Notifications.Popover.Group.Yesterday=\u0623\u0645\u0633
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=\u0647\u0630\u0627 \u0627\u0644\u0623\u0633\u0628\u0648\u0639
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u0627\u0644\u0623\u0633\u0628\u0648\u0639 \u0627\u0644\u0645\u0627\u0636\u064A
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=\u0647\u0630\u0627 \u0627\u0644\u0634\u0647\u0631
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0645\u0627\u0636\u064A
|
|
811
|
+
Notifications.Popover.Group.ThisYear=\u0647\u0630\u0647 \u0627\u0644\u0633\u0646\u0629
|
|
812
|
+
Notifications.Popover.Group.Older=\u0627\u0644\u0623\u0642\u062F\u0645
|
|
813
|
+
Notifications.Popover.Group.Important=\u0645\u0647\u0645
|
|
814
|
+
Notifications.Popover.Group.Others=\u0623\u062E\u0631\u0649
|
|
797
815
|
|
|
798
816
|
ProfileImgId=\u0635\u0648\u0631 \u0645\u0644\u0641 \u0627\u0644\u062A\u0639\u0631\u064A\u0641
|
|
799
817
|
imgConsentMsg=\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0639\u0631\u0636 \u0635\u0648\u0631\u0629 \u0645\u0644\u0641 \u062A\u0639\u0631\u064A\u0641 SAP Jam \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u064A \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
|
|
@@ -301,6 +301,7 @@ appTitle=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
|
301
301
|
aboutCategoryApplication=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
302
302
|
aboutCategorySystem=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
303
303
|
aboutCategoryEnvironment=\u0421\u0440\u0435\u0434\u0430
|
|
304
|
+
abap.transaction=\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
306
307
|
contentNodeSelectorHomepageGroup=\u0413\u0440\u0443\u043F\u0430
|
|
@@ -643,7 +644,7 @@ noNotificationTypesEnabledHeader_message=\u0412\u0441\u0435 \u043E\u0449\u0435 \
|
|
|
643
644
|
noNotificationTypesEnabled_message=\u0412 \u0442\u043E\u0437\u0438 \u0438\u0437\u0433\u043B\u0435\u0434 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u0437\u0430 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F, \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0438 \u043D\u0430 \u043D\u0438\u0432\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435. \u0412 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u043D\u044F\u043C\u0430 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F \u0437\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F.
|
|
644
645
|
moreNotificationsAvailable_message=\u0418\u043C\u0430\u0442\u0435 \u0434\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u0438 \u043D\u0435\u043F\u0440\u043E\u0447\u0435\u0442\u0435\u043D\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F.
|
|
645
646
|
processNotifications_message=\u041E\u0431\u0440\u0430\u0431\u043E\u0442\u0435\u0442\u0435 \u0438\u043B\u0438 \u0438\u0437\u0447\u0438\u0441\u0442\u0435\u0442\u0435 \u043D\u044F\u043A\u043E\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F, \u0437\u0430 \u0434\u0430 \u043F\u043E\u043A\u0430\u0436\u0435\u0442\u0435 \u043F\u043E\u0432\u0435\u0447\u0435.
|
|
646
|
-
moreNotifications=\
|
|
647
|
+
moreNotifications=\u041E\u0449\u0435
|
|
647
648
|
Notifications_Settings_Show_Type_column=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435
|
|
648
649
|
Label.ShowAlertsForHighNotifications=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0434\u0438\u0442\u0435\u043B\u043D\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F \u0441 \u0432\u0438\u0441\u043E\u043A \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442
|
|
649
650
|
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u0
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044F
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} \u043D\u043E\u0432\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=\u041F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043D\u043E\u0432\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F
|
|
798
|
+
Notifications.Popover.Title=\u0418\u0437\u0432\u0435\u0441\u0442\u0438\u044F
|
|
799
|
+
Notifications.Popover.Button.LoadMore=\u041E\u0449\u0435
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043F\u043E \u0434\u0430\u0442\u0430
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043F\u043E \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442
|
|
802
|
+
Notifications.Popover.NoData.Title=\u041D\u044F\u043C\u0430\u0442\u0435 \u043D\u043E\u0432\u0438 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F
|
|
803
|
+
Notifications.Popover.NoData.Description=\u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E \u043F\u043E-\u043A\u044A\u0441\u043D\u043E.
|
|
804
|
+
Notifications.Popover.NoData.Button=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043D\u0430 \u0438\u0437\u0432\u0435\u0441\u0442\u0438\u044F\u0442\u0430
|
|
805
|
+
Notifications.Popover.Group.Today=\u0414\u043D\u0435\u0441
|
|
806
|
+
Notifications.Popover.Group.Yesterday=\u0412\u0447\u0435\u0440\u0430
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=\u0422\u0430\u0437\u0438 \u0441\u0435\u0434\u043C\u0438\u0446\u0430
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u041C\u0438\u043D\u0430\u043B\u0430\u0442\u0430 \u0441\u0435\u0434\u043C\u0438\u0446\u0430
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=\u0422\u043E\u0437\u0438 \u043C\u0435\u0441\u0435\u0446
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u041C\u0438\u043D\u0430\u043B\u0438\u044F \u043C\u0435\u0441\u0435\u0446
|
|
811
|
+
Notifications.Popover.Group.ThisYear=\u0422\u0430\u0437\u0438 \u0433\u043E\u0434\u0438\u043D\u0430
|
|
812
|
+
Notifications.Popover.Group.Older=\u041F\u043E-\u0441\u0442\u0430\u0440\u0438
|
|
813
|
+
Notifications.Popover.Group.Important=\u0412\u0430\u0436\u043D\u043E
|
|
814
|
+
Notifications.Popover.Group.Others=\u0414\u0440\u0443\u0433\u0438
|
|
797
815
|
|
|
798
816
|
ProfileImgId=\u041F\u0440\u043E\u0444\u0438\u043B\u043D\u043E \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
|
|
799
817
|
imgConsentMsg=\u0421\u044A\u0433\u043B\u0430\u0441\u0435\u043D \u0441\u044A\u043C \u043F\u0440\u043E\u0444\u0438\u043B\u043D\u043E\u0442\u043E \u043C\u0438 \u0438\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435 \u0437\u0430 SAP Jam \u0434\u0430 \u0441\u0435 \u043F\u043E\u043A\u0430\u0437\u0432\u0430 \u0432 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B
|
|
@@ -301,6 +301,7 @@ appTitle=T\u00EDtol
|
|
|
301
301
|
aboutCategoryApplication=Aplicaci\u00F3
|
|
302
302
|
aboutCategorySystem=Sistema
|
|
303
303
|
aboutCategoryEnvironment=Entorn
|
|
304
|
+
abap.transaction=Transacci\u00F3
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=P\u00E0gina
|
|
306
307
|
contentNodeSelectorHomepageGroup=Grup
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Notificacions per Prioritat
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Notificacions
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} notificacions noves
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=M\u00E9s de {0} notificacions noves
|
|
798
|
+
Notifications.Popover.Title=Notificacions
|
|
799
|
+
Notifications.Popover.Button.LoadMore=M\u00E9s
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Ordenar per data
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Ordenar per import\u00E0ncia
|
|
802
|
+
Notifications.Popover.NoData.Title=No teniu notificacions noves
|
|
803
|
+
Notifications.Popover.NoData.Description=Torneu a comprovar-ho m\u00E9s tard.
|
|
804
|
+
Notifications.Popover.NoData.Button=Opcions de notificaci\u00F3
|
|
805
|
+
Notifications.Popover.Group.Today=Avui
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Ahir
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Aquesta setmana
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u00DAltima setmana
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Aquest mes
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u00DAltim mes
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Aquest any
|
|
812
|
+
Notifications.Popover.Group.Older=Anterior
|
|
813
|
+
Notifications.Popover.Group.Important=Important
|
|
814
|
+
Notifications.Popover.Group.Others=Altres
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Imatge de perfil
|
|
799
817
|
imgConsentMsg=Accepto que es mostri la meva imatge de perfil de SAP Jam a la plataforma de llan\u00E7ament
|
|
@@ -301,6 +301,7 @@ appTitle=Naslov
|
|
|
301
301
|
aboutCategoryApplication=Aplikacija
|
|
302
302
|
aboutCategorySystem=Sistem
|
|
303
303
|
aboutCategoryEnvironment=Okru\u017Eenje
|
|
304
|
+
abap.transaction=Transakcija
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Stranica
|
|
306
307
|
contentNodeSelectorHomepageGroup=Grupa
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Obavje\u0161tenja po prioritetu
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Obavje\u0161tenja
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} nova/ih obavje\u0161tenja
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=Vi\u0161e od {0} nova/ih obavje\u0161tenja
|
|
798
|
+
Notifications.Popover.Title=Obavje\u0161tenja
|
|
799
|
+
Notifications.Popover.Button.LoadMore=Vi\u0161e
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Pore\u0111aj po datumu
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Pore\u0111aj po va\u017Enosti
|
|
802
|
+
Notifications.Popover.NoData.Title=Nemate novih obavje\u0161tenja
|
|
803
|
+
Notifications.Popover.NoData.Description=Provjerite ponovo kasnije.
|
|
804
|
+
Notifications.Popover.NoData.Button=Pode\u0161avanja obavje\u0161tenja
|
|
805
|
+
Notifications.Popover.Group.Today=Danas
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Ju\u010De
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Ove nedjelje
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Pro\u0161le nedjelje
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Ovog mjeseca
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Pro\u0161log mjeseca
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Ove godine
|
|
812
|
+
Notifications.Popover.Group.Older=Starije
|
|
813
|
+
Notifications.Popover.Group.Important=Va\u017Eno
|
|
814
|
+
Notifications.Popover.Group.Others=Drugi
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Slika za profil
|
|
799
817
|
imgConsentMsg=Pristajem da se na launchpad-u prika\u017Ee moja slika za profil za SAP Jam
|
|
@@ -301,6 +301,7 @@ appTitle=Titulek
|
|
|
301
301
|
aboutCategoryApplication=Aplikace
|
|
302
302
|
aboutCategorySystem=Syst\u00E9m
|
|
303
303
|
aboutCategoryEnvironment=Prost\u0159ed\u00ED
|
|
304
|
+
abap.transaction=Transakce
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Str\u00E1nka
|
|
306
307
|
contentNodeSelectorHomepageGroup=Skupina
|
|
@@ -352,7 +353,7 @@ SpacePageNavgiationRegion=Str\u00E1nka prostoru
|
|
|
352
353
|
PageSectionRegion=Sekce str\u00E1nky
|
|
353
354
|
LogoutFailed=Odhl\u00E1\u0161en\u00ED se nezda\u0159ilo. Zav\u0159ete v\u0161echny okna prohl\u00ED\u017Ee\u010De.
|
|
354
355
|
|
|
355
|
-
hotKeysGlossary=Kl\u00E1vesov\
|
|
356
|
+
hotKeysGlossary=Kl\u00E1vesov\u00E9 zkratky
|
|
356
357
|
hotkeyFocusOnSearchField=Fokus na vyhled\u00E1vac\u00ED pole
|
|
357
358
|
hotkeyFocusOnSearchButton=Fokus na vyhled\u00E1vac\u00ED tla\u010D\u00EDtko
|
|
358
359
|
hotkeyFocusOnSettingsButton=Nastavit fokus na tla\u010D\u00EDtko Nastaven\u00ED
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Ozn\u00E1men\u00ED podle priority
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Ozn\u00E1men\u00ED
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} nov\u00E1 ozn\u00E1men\u00ED
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=V\u00EDce ne\u017E {0} nov\u00FDch ozn\u00E1men\u00ED
|
|
798
|
+
Notifications.Popover.Title=Ozn\u00E1men\u00ED
|
|
799
|
+
Notifications.Popover.Button.LoadMore=V\u00EDce
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=\u0158adit podle data
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=\u0158adit podle d\u016Fle\u017Eitosti
|
|
802
|
+
Notifications.Popover.NoData.Title=Nem\u00E1te \u017E\u00E1dn\u00E1 nov\u00E1 ozn\u00E1men\u00ED
|
|
803
|
+
Notifications.Popover.NoData.Description=Zkontrolujte to znovu pozd\u011Bji.
|
|
804
|
+
Notifications.Popover.NoData.Button=Nastaven\u00ED upozorn\u011Bn\u00ED
|
|
805
|
+
Notifications.Popover.Group.Today=Dnes
|
|
806
|
+
Notifications.Popover.Group.Yesterday=V\u010Dera
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Tento t\u00FDden
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Posledn\u00ED t\u00FDden
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Tento m\u011Bs\u00EDc
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Posledn\u00ED m\u011Bs\u00EDc
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Tento rok
|
|
812
|
+
Notifications.Popover.Group.Older=Star\u0161\u00ED
|
|
813
|
+
Notifications.Popover.Group.Important=D\u016Fle\u017Eit\u00E9
|
|
814
|
+
Notifications.Popover.Group.Others=Ostatn\u00ED
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Obr\u00E1zek profilu
|
|
799
817
|
imgConsentMsg=Souhlas\u00EDm se zobrazen\u00EDm m\u00E9ho obr\u00E1zku profilu SAP Jam v launchpadu
|
|
@@ -301,6 +301,7 @@ appTitle=Teitl
|
|
|
301
301
|
aboutCategoryApplication=Rhaglen
|
|
302
302
|
aboutCategorySystem=System
|
|
303
303
|
aboutCategoryEnvironment=Amgylchedd
|
|
304
|
+
abap.transaction=Trafodiad
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Tudalen
|
|
306
307
|
contentNodeSelectorHomepageGroup=Gr\u0175p
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Hysbysiadau yn \u00F4l Blaenoriaeth
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Hysbysiadau
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} Hysbysiad Newydd
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=Mwy na {0} Hysbysiad Newydd
|
|
798
|
+
Notifications.Popover.Title=Hysbysiadau
|
|
799
|
+
Notifications.Popover.Button.LoadMore=Mwy
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Trefnu yn \u00F4l Dyddiad
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Trefnu yn \u00F4l Pwysigrwydd
|
|
802
|
+
Notifications.Popover.NoData.Title=Does gennych chi ddim hysbysiadau newydd.
|
|
803
|
+
Notifications.Popover.NoData.Description=Gwiriwch eto yn nes ymlaen.
|
|
804
|
+
Notifications.Popover.NoData.Button=Gosodiadau Hysbysu
|
|
805
|
+
Notifications.Popover.Group.Today=Heddiw
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Ddoe
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Yr wythnos hon
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Yr wythnos diwethaf
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Y mis hwn
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Mis Diwethaf
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Eleni
|
|
812
|
+
Notifications.Popover.Group.Older=H\u0177n
|
|
813
|
+
Notifications.Popover.Group.Important=Pwysig
|
|
814
|
+
Notifications.Popover.Group.Others=Eraill
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Delwedd Proffil
|
|
799
817
|
imgConsentMsg=Rydw i\u2019n cytuno i ddangos fy nelwedd proffil SAP Jam yn y pad lansio.
|
|
@@ -301,6 +301,7 @@ appTitle=Titel
|
|
|
301
301
|
aboutCategoryApplication=Applikation
|
|
302
302
|
aboutCategorySystem=System
|
|
303
303
|
aboutCategoryEnvironment=Milj\u00F8
|
|
304
|
+
abap.transaction=Transaktion
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Side
|
|
306
307
|
contentNodeSelectorHomepageGroup=Gruppe
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Meddelelser efter prioritet
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Meddelelser
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} nye meddelelser
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=Mere end {0} nye meddelelser
|
|
798
|
+
Notifications.Popover.Title=Meddelelser
|
|
799
|
+
Notifications.Popover.Button.LoadMore=Mere
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Sorter efter dato
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Sorter efter vigtighed
|
|
802
|
+
Notifications.Popover.NoData.Title=Du har ingen nye meddelelser
|
|
803
|
+
Notifications.Popover.NoData.Description=Kontroller igen senere.
|
|
804
|
+
Notifications.Popover.NoData.Button=Meddelelsesindstillinger
|
|
805
|
+
Notifications.Popover.Group.Today=I dag
|
|
806
|
+
Notifications.Popover.Group.Yesterday=I g\u00E5r
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Denne uge
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Sidste uge
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Denne m\u00E5ned
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Sidste m\u00E5ned
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Dette \u00E5r
|
|
812
|
+
Notifications.Popover.Group.Older=\u00C6ldre
|
|
813
|
+
Notifications.Popover.Group.Important=Vigtig
|
|
814
|
+
Notifications.Popover.Group.Others=\u00D8vrige
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Profilbillede
|
|
799
817
|
imgConsentMsg=Jeg accepterer at vise mit SAP Jam-profilbillede i launchpad
|
|
@@ -301,6 +301,7 @@ appTitle=Titel
|
|
|
301
301
|
aboutCategoryApplication=Anwendung
|
|
302
302
|
aboutCategorySystem=System
|
|
303
303
|
aboutCategoryEnvironment=Umgebung
|
|
304
|
+
abap.transaction=Transaktion
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Seite
|
|
306
307
|
contentNodeSelectorHomepageGroup=Gruppe
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Benachrichtigungen nach Priorit\u00E4t
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Benachrichtigungen
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} neue Benachrichtigung(en)
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=Mehr als {0} neue Benachrichtigungen
|
|
798
|
+
Notifications.Popover.Title=Benachrichtigungen
|
|
799
|
+
Notifications.Popover.Button.LoadMore=Mehr
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Nach Datum sortieren
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Nach Wichtigkeit sortieren
|
|
802
|
+
Notifications.Popover.NoData.Title=Sie haben keine neuen Benachrichtigungen.
|
|
803
|
+
Notifications.Popover.NoData.Description=Sehen Sie sp\u00E4ter noch mal nach.
|
|
804
|
+
Notifications.Popover.NoData.Button=Notification Settings
|
|
805
|
+
Notifications.Popover.Group.Today=Heute
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Gestern
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Aktuelle Woche
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Letzte Woche
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Aktueller Monat
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Letzter Monat
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Aktuelles Jahr
|
|
812
|
+
Notifications.Popover.Group.Older=Older
|
|
813
|
+
Notifications.Popover.Group.Important=Wichtig
|
|
814
|
+
Notifications.Popover.Group.Others=sonstige
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Profilbild
|
|
799
817
|
imgConsentMsg=Ich bin damit einverstanden, dass mein SAP-Jam-Profilbild im Launchpad angezeigt wird.
|
|
@@ -301,6 +301,7 @@ appTitle=\u03A4\u03AF\u03C4\u03BB\u03BF\u03C2
|
|
|
301
301
|
aboutCategoryApplication=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE
|
|
302
302
|
aboutCategorySystem=\u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1
|
|
303
303
|
aboutCategoryEnvironment=\u03A0\u03B5\u03C1\u03B9\u03B2\u03AC\u03BB\u03BB\u03BF\u03BD
|
|
304
|
+
abap.transaction=\u039A\u03AF\u03BD\u03B7\u03C3\u03B7
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=\u03A3\u03B5\u03BB\u03AF\u03B4\u03B1
|
|
306
307
|
contentNodeSelectorHomepageGroup=\u039F\u03BC\u03AC\u03B4\u03B1
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=\u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u0
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=\u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} \u039D\u03AD\u03B5\u03C2 \u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u0391\u03C0\u03CC {0} \u039D\u03AD\u03B5\u03C2 \u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
798
|
+
Notifications.Popover.Title=\u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
799
|
+
Notifications.Popover.Button.LoadMore=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u03BA\u03B1\u03C4\u03AC \u0397\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=\u03A4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7 \u039A\u03B1\u03C4\u03AC \u03A3\u03B7\u03BC\u03B1\u03C3\u03AF\u03B1
|
|
802
|
+
Notifications.Popover.NoData.Title=\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03BD\u03AD\u03B5\u03C2 \u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9\u03C2
|
|
803
|
+
Notifications.Popover.NoData.Description=\u0395\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C0\u03AC\u03BB\u03B9 \u03B1\u03C1\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1.
|
|
804
|
+
Notifications.Popover.NoData.Button=\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u0395\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2
|
|
805
|
+
Notifications.Popover.Group.Today=\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1
|
|
806
|
+
Notifications.Popover.Group.Yesterday=\u03A7\u03B8\u03B5\u03C2
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=\u0397 \u03A4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03B1 \u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=\u0391\u03C5\u03C4\u03CC\u03C2 \u03BF \u039C\u03AE\u03BD\u03B1\u03C2
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u03A4\u03B5\u03BB\u03B5\u03C5\u03C4\u03B1\u03AF\u03BF\u03C2 \u039C\u03AE\u03BD\u03B1\u03C2
|
|
811
|
+
Notifications.Popover.Group.ThisYear=\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u0388\u03C4\u03BF\u03C2
|
|
812
|
+
Notifications.Popover.Group.Older=\u03A0\u03B1\u03BB\u03B9\u03CC\u03C4\u03B5\u03C1\u03BF
|
|
813
|
+
Notifications.Popover.Group.Important=\u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC
|
|
814
|
+
Notifications.Popover.Group.Others=\u039B\u03BF\u03B9\u03C0\u03AC
|
|
797
815
|
|
|
798
816
|
ProfileImgId=\u03A6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03A0\u03C1\u03BF\u03C6\u03AF\u03BB
|
|
799
817
|
imgConsentMsg=\u03A3\u03C5\u03BC\u03C6\u03C9\u03BD\u03CE \u03BD\u03B1 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03C4\u03B5 \u03B7 \u03C6\u03C9\u03C4\u03BF\u03B3\u03C1\u03B1\u03C6\u03AF\u03B1 \u03C0\u03C1\u03BF\u03C6\u03AF\u03BB \u03BC\u03BF\u03C5 my SAP Jam \u03C3\u03C4\u03B7\u03BD \u03B5\u03BE\u03AD\u03B4\u03C1\u03B1 \u03B5\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2
|
|
@@ -301,6 +301,7 @@ appTitle=Title
|
|
|
301
301
|
aboutCategoryApplication=Application
|
|
302
302
|
aboutCategorySystem=System
|
|
303
303
|
aboutCategoryEnvironment=Environment
|
|
304
|
+
abap.transaction=Transaction
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Page
|
|
306
307
|
contentNodeSelectorHomepageGroup=Group
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Notifications by Priority
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Notifications
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} New Notifications
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
|
|
798
|
+
Notifications.Popover.Title=Notifications
|
|
799
|
+
Notifications.Popover.Button.LoadMore=More
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Sort by Date
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Sort by Importance
|
|
802
|
+
Notifications.Popover.NoData.Title=You don't have any new notifications
|
|
803
|
+
Notifications.Popover.NoData.Description=Check back again later.
|
|
804
|
+
Notifications.Popover.NoData.Button=Notification Settings
|
|
805
|
+
Notifications.Popover.Group.Today=Today
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Yesterday
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=This Week
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Last Week
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=This Month
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Last Month
|
|
811
|
+
Notifications.Popover.Group.ThisYear=This Year
|
|
812
|
+
Notifications.Popover.Group.Older=Older
|
|
813
|
+
Notifications.Popover.Group.Important=Important
|
|
814
|
+
Notifications.Popover.Group.Others=Others
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Profile Image
|
|
799
817
|
imgConsentMsg=I agree to display my SAP Jam profile image in the launchpad
|
|
@@ -301,6 +301,7 @@ appTitle=Title
|
|
|
301
301
|
aboutCategoryApplication=Application
|
|
302
302
|
aboutCategorySystem=System
|
|
303
303
|
aboutCategoryEnvironment=Environment
|
|
304
|
+
abap.transaction=Transaction
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=Page
|
|
306
307
|
contentNodeSelectorHomepageGroup=Group
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Notifications by Priority
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Notifications
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} New Notifications
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
|
|
798
|
+
Notifications.Popover.Title=Notifications
|
|
799
|
+
Notifications.Popover.Button.LoadMore=More
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Sort by Date
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Sort by Importance
|
|
802
|
+
Notifications.Popover.NoData.Title=You don't have any new notifications
|
|
803
|
+
Notifications.Popover.NoData.Description=Check back again later.
|
|
804
|
+
Notifications.Popover.NoData.Button=Notification Settings
|
|
805
|
+
Notifications.Popover.Group.Today=Today
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Yesterday
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=This Week
|
|
808
|
+
Notifications.Popover.Group.LastWeek=Last Week
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=This Month
|
|
810
|
+
Notifications.Popover.Group.LastMonth=Last Month
|
|
811
|
+
Notifications.Popover.Group.ThisYear=This Year
|
|
812
|
+
Notifications.Popover.Group.Older=Older
|
|
813
|
+
Notifications.Popover.Group.Important=Important
|
|
814
|
+
Notifications.Popover.Group.Others=Others
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Profile Image
|
|
799
817
|
imgConsentMsg=I agree to display my SAP Jam profile image in the launchpad
|
|
@@ -301,6 +301,7 @@ appTitle=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200
|
|
|
301
301
|
aboutCategoryApplication=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u206AApplication\u206A\u206A
|
|
302
302
|
aboutCategorySystem=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u206ASystem\u206A\u206A
|
|
303
303
|
aboutCategoryEnvironment=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u206AEnvironment\u206A\u206A
|
|
304
|
+
abap.transaction=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u206ATransaction\u206A\u206A
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u206APage\u206A\u206A
|
|
306
307
|
contentNodeSelectorHomepageGroup=\u206A\u206A\u206A\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u206AGroup\u206A\u206A
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u2
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=\u206A\u206A\u206A\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u206ANotifications\u206A\u206A
|
|
795
796
|
NotificationToggleButton.NewNotifications=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C New Notifications\u206A\u206A
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u206AMore Than \u200B\u200B\u200B{0}\u200C\u200C\u200C New Notifications\u206A\u206A
|
|
798
|
+
Notifications.Popover.Title=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u206ANotifications\u206A\u206A
|
|
799
|
+
Notifications.Popover.Button.LoadMore=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200D\u206AMore\u206A\u206A
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=\u206A\u206A\u206A\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u206ASort by Date\u206A\u206A
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u206ASort by Importance\u206A\u206A
|
|
802
|
+
Notifications.Popover.NoData.Title=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u206AYou don't have any new notifications\u206A\u206A
|
|
803
|
+
Notifications.Popover.NoData.Description=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u206ACheck back again later.\u206A\u206A
|
|
804
|
+
Notifications.Popover.NoData.Button=\u206A\u206A\u206A\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u206ANotification Settings\u206A\u206A
|
|
805
|
+
Notifications.Popover.Group.Today=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u206AToday\u206A\u206A
|
|
806
|
+
Notifications.Popover.Group.Yesterday=\u206A\u206A\u206A\u200D\u200D\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200B\u206AYesterday\u206A\u206A
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=\u206A\u206A\u206A\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200B\u206AThis Week\u206A\u206A
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u206A\u206A\u206A\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u206ALast Week\u206A\u206A
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u206AThis Month\u206A\u206A
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u206ALast Month\u206A\u206A
|
|
811
|
+
Notifications.Popover.Group.ThisYear=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u206AThis Year\u206A\u206A
|
|
812
|
+
Notifications.Popover.Group.Older=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u206AOlder\u206A\u206A
|
|
813
|
+
Notifications.Popover.Group.Important=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u206AImportant\u206A\u206A
|
|
814
|
+
Notifications.Popover.Group.Others=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u206AOthers\u206A\u206A
|
|
797
815
|
|
|
798
816
|
ProfileImgId=\u206A\u206A\u206A\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u206AProfile Image\u206A\u206A
|
|
799
817
|
imgConsentMsg=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u206AI agree to display my SAP Jam profile image in the launchpad\u206A\u206A
|
|
@@ -301,6 +301,7 @@ appTitle=T\u00EDtulo
|
|
|
301
301
|
aboutCategoryApplication=Aplicaci\u00F3n
|
|
302
302
|
aboutCategorySystem=Sistema
|
|
303
303
|
aboutCategoryEnvironment=Entorno
|
|
304
|
+
abap.transaction=Transacci\u00F3n
|
|
304
305
|
|
|
305
306
|
contentNodeSelectorPage=P\u00E1gina
|
|
306
307
|
contentNodeSelectorHomepageGroup=Grupo
|
|
@@ -794,6 +795,23 @@ Notifications.ByPriority.AriaLabel=Notificaciones por Prioridad
|
|
|
794
795
|
NotificationToggleButton.NoNewNotifications=Notificaciones
|
|
795
796
|
NotificationToggleButton.NewNotifications={0} nuevas notificaciones
|
|
796
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=M\u00E1s de {0} nuevas notificaciones
|
|
798
|
+
Notifications.Popover.Title=Notificaciones
|
|
799
|
+
Notifications.Popover.Button.LoadMore=M\u00E1s
|
|
800
|
+
Notifications.Popover.Sort.Menu.Button.Date=Clasificar por fecha
|
|
801
|
+
Notifications.Popover.Sort.Menu.Button.Priority=Clasificar por importancia
|
|
802
|
+
Notifications.Popover.NoData.Title=No tiene notificaciones nuevas
|
|
803
|
+
Notifications.Popover.NoData.Description=Vuelva a comprobarlo de nuevo m\u00E1s tarde.
|
|
804
|
+
Notifications.Popover.NoData.Button=Configuraci\u00F3n de notificaciones
|
|
805
|
+
Notifications.Popover.Group.Today=Hoy
|
|
806
|
+
Notifications.Popover.Group.Yesterday=Ayer
|
|
807
|
+
Notifications.Popover.Group.ThisWeek=Esta semana
|
|
808
|
+
Notifications.Popover.Group.LastWeek=\u00DAltima semana
|
|
809
|
+
Notifications.Popover.Group.ThisMonth=Este mes
|
|
810
|
+
Notifications.Popover.Group.LastMonth=\u00DAltimo mes
|
|
811
|
+
Notifications.Popover.Group.ThisYear=Este a\u00F1o
|
|
812
|
+
Notifications.Popover.Group.Older=M\u00E1s antiguo
|
|
813
|
+
Notifications.Popover.Group.Important=Importante
|
|
814
|
+
Notifications.Popover.Group.Others=Otros
|
|
797
815
|
|
|
798
816
|
ProfileImgId=Imagen de perfil
|
|
799
817
|
imgConsentMsg=Acepto que se muestre mi imagen de perfil de SAP Jam en la rampa de lanzamiento
|