@sapui5/sap.ushell 1.131.1 → 1.132.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 +37 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +26 -21
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/UIActions.js +8 -13
- 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 +74 -48
- 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 +67 -11
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +357 -182
- 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 +68 -4
- 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/appRuntime/ui5/AppRuntime.js +0 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +21 -27
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saptrc.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saptrc.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +4 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +33 -9
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +13 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/style.css +48 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +20 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +10 -4
- 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 +11 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +1 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/MessagingHelper.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +14 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +32 -51
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +31 -68
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +26 -8
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +40 -32
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +109 -109
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saptrc.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +507 -359
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +253 -161
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +30 -39
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +98 -0
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +50 -0
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +5 -6
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +193 -141
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -30
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +2 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +45 -26
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +8 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +90 -96
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +58 -38
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +20 -8
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +41 -26
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -58
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +7 -9
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +5 -5
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +180 -162
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +33 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +5 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saptrc.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +9 -8
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +5 -3
- 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 +49 -16
- package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +27 -0
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -6
- 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 +1 -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/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +4 -12
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +4 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +16 -0
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +40 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +57 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +432 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +45 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +35 -0
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +61 -61
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +4 -10
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +88 -77
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +9 -2
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +7 -2
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +27 -11
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +1009 -990
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +7 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +19 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +8 -8
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +12 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +56 -8
- package/src/main/js/sap/ushell/services/BookmarkV2.js +180 -171
- 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 +156 -137
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +17 -86
- 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.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +18 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/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.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +3 -5
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +4 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +5 -1
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +1 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saptrc.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +8 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +75 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +47 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +95 -77
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +5 -5
- package/src/main/js/sap/ushell/utils.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -0
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +0 -62
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +0 -102
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +0 -50
package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview defines the post message API for all applications running in iframe within the shell
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.132.0
|
|
6
6
|
* @private
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
@@ -421,13 +421,7 @@ sap.ui.define([
|
|
|
421
421
|
},
|
|
422
422
|
showShellUIBlocker: {
|
|
423
423
|
executeServiceCallFn: async (oServiceParams) => {
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
showUIBlocker(bShow);
|
|
427
|
-
EventBus.getInstance().publish(
|
|
428
|
-
"sap.ushell.services.ShellUIService", "showShellUIBlocker",
|
|
429
|
-
{ bShow: bShow }
|
|
430
|
-
);
|
|
424
|
+
Log.error("'sap.ushell.services.ShellUIService.showShellUIBlocker' was discontinued. This call will be ignored.");
|
|
431
425
|
}
|
|
432
426
|
},
|
|
433
427
|
getFLPUrl: {
|
|
@@ -442,7 +436,7 @@ sap.ui.define([
|
|
|
442
436
|
/**
|
|
443
437
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
444
438
|
*/ // eslint-disable-next-line no-constant-condition
|
|
445
|
-
|
|
439
|
+
if (true) {
|
|
446
440
|
const { bGetAll } = oServiceParams.oMessageData.body || {};
|
|
447
441
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
448
442
|
|
|
@@ -457,7 +451,7 @@ sap.ui.define([
|
|
|
457
451
|
/**
|
|
458
452
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
459
453
|
*/ // eslint-disable-next-line no-constant-condition
|
|
460
|
-
|
|
454
|
+
if (true) {
|
|
461
455
|
const { oParameters, groupId } = oServiceParams.oMessageData.body;
|
|
462
456
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
463
457
|
|
|
@@ -469,7 +463,7 @@ sap.ui.define([
|
|
|
469
463
|
},
|
|
470
464
|
addBookmarkDialog: {
|
|
471
465
|
executeServiceCallFn: async () => {
|
|
472
|
-
const [
|
|
466
|
+
const [AddBookmarkButton] = await ushellUtils.requireAsync(["sap/ushell/ui/footerbar/AddBookmarkButton"]);
|
|
473
467
|
const dialogButton = new AddBookmarkButton();
|
|
474
468
|
dialogButton.firePress({});
|
|
475
469
|
}
|
|
@@ -479,7 +473,7 @@ sap.ui.define([
|
|
|
479
473
|
/**
|
|
480
474
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
481
475
|
*/ // eslint-disable-next-line no-constant-condition
|
|
482
|
-
|
|
476
|
+
if (true) {
|
|
483
477
|
const { groupId } = oServiceParams.oMessageData.body;
|
|
484
478
|
const FlpLaunchPage = await Container.getServiceAsync("FlpLaunchPage");
|
|
485
479
|
|
|
@@ -619,7 +613,7 @@ sap.ui.define([
|
|
|
619
613
|
attachLogoutEvent: {
|
|
620
614
|
executeServiceCallFn: async (oServiceParams) => {
|
|
621
615
|
Container.attachLogoutEvent(async function () {
|
|
622
|
-
const [
|
|
616
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
623
617
|
|
|
624
618
|
return PostMessageUtils.postMessageToIframeApp(
|
|
625
619
|
oServiceParams.oContainer,
|
|
@@ -715,7 +709,7 @@ sap.ui.define([
|
|
|
715
709
|
/**
|
|
716
710
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
717
711
|
*/ // eslint-disable-next-line no-constant-condition
|
|
718
|
-
|
|
712
|
+
if (true) {
|
|
719
713
|
const { oParameters, groupId } = oServiceParams.oMessageData.body;
|
|
720
714
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
721
715
|
|
|
@@ -730,7 +724,7 @@ sap.ui.define([
|
|
|
730
724
|
/**
|
|
731
725
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
732
726
|
*/ // eslint-disable-next-line no-constant-condition
|
|
733
|
-
|
|
727
|
+
if (true) {
|
|
734
728
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
735
729
|
|
|
736
730
|
return BookmarkV2.getShellGroupIDs();
|
|
@@ -887,7 +881,7 @@ sap.ui.define([
|
|
|
887
881
|
/**
|
|
888
882
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
889
883
|
*/ // eslint-disable-next-line no-constant-condition
|
|
890
|
-
|
|
884
|
+
if (true) {
|
|
891
885
|
const { oParameters, groupId } = oServiceParams.oMessageData.body;
|
|
892
886
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
893
887
|
|
|
@@ -902,7 +896,7 @@ sap.ui.define([
|
|
|
902
896
|
/**
|
|
903
897
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
904
898
|
*/ // eslint-disable-next-line no-constant-condition
|
|
905
|
-
|
|
899
|
+
if (true) {
|
|
906
900
|
const BookmarkV2 = await Container.getServiceAsync("BookmarkV2");
|
|
907
901
|
|
|
908
902
|
return BookmarkV2.getShellGroupIDs();
|
|
@@ -1441,7 +1435,7 @@ sap.ui.define([
|
|
|
1441
1435
|
icon: sIcon,
|
|
1442
1436
|
floatingNumber: iFloatingNumber,
|
|
1443
1437
|
press: async function () {
|
|
1444
|
-
const [
|
|
1438
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
1445
1439
|
|
|
1446
1440
|
PostMessageUtils.postMessageToIframeApp(
|
|
1447
1441
|
oServiceParams.oContainer,
|
|
@@ -1470,7 +1464,7 @@ sap.ui.define([
|
|
|
1470
1464
|
icon: sIcon,
|
|
1471
1465
|
floatingNumber: iFloatingNumber,
|
|
1472
1466
|
press: async function () {
|
|
1473
|
-
const [
|
|
1467
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
1474
1468
|
|
|
1475
1469
|
PostMessageUtils.postMessageToIframeApp(
|
|
1476
1470
|
oServiceParams.oContainer,
|
|
@@ -1552,7 +1546,7 @@ sap.ui.define([
|
|
|
1552
1546
|
executeServiceCallFn: async (oServiceParams) => {
|
|
1553
1547
|
const { params } = oServiceParams.oMessageData.body;
|
|
1554
1548
|
params.press = async function () {
|
|
1555
|
-
const [
|
|
1549
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
1556
1550
|
|
|
1557
1551
|
PostMessageUtils.postMessageToIframeApp(
|
|
1558
1552
|
oServiceParams.oContainer,
|
|
@@ -1593,7 +1587,7 @@ sap.ui.define([
|
|
|
1593
1587
|
const Extension = await Container.getServiceAsync("Extension");
|
|
1594
1588
|
|
|
1595
1589
|
oControlProperties.press = async function () {
|
|
1596
|
-
const [
|
|
1590
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
1597
1591
|
|
|
1598
1592
|
PostMessageUtils.postMessageToIframeApp(
|
|
1599
1593
|
oServiceParams.oContainer,
|
|
@@ -1628,7 +1622,7 @@ sap.ui.define([
|
|
|
1628
1622
|
icon: oButton.icon,
|
|
1629
1623
|
tooltip: oButton.tooltip,
|
|
1630
1624
|
press: async function () {
|
|
1631
|
-
const [
|
|
1625
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
1632
1626
|
|
|
1633
1627
|
PostMessageUtils.postMessageToIframeApp(
|
|
1634
1628
|
oServiceParams.oContainer,
|
|
@@ -1710,9 +1704,9 @@ sap.ui.define([
|
|
|
1710
1704
|
oServiceParams.oContainer,
|
|
1711
1705
|
"sap.ushell.services.Extension",
|
|
1712
1706
|
"handleControlEvent", {
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1707
|
+
eventName: sEventName,
|
|
1708
|
+
itemId: sItemId
|
|
1709
|
+
}
|
|
1716
1710
|
);
|
|
1717
1711
|
};
|
|
1718
1712
|
});
|
|
@@ -1844,7 +1838,7 @@ sap.ui.define([
|
|
|
1844
1838
|
/**
|
|
1845
1839
|
* @deprecated since 1.120 Classic homepage is deprecated.
|
|
1846
1840
|
*/ // eslint-disable-next-line no-constant-condition
|
|
1847
|
-
|
|
1841
|
+
if (true) {
|
|
1848
1842
|
const FlpLaunchPage = await Container.getServiceAsync("FlpLaunchPage");
|
|
1849
1843
|
|
|
1850
1844
|
const oDeferred = FlpLaunchPage.getGroupsForBookmarks();
|
|
@@ -1869,7 +1863,7 @@ sap.ui.define([
|
|
|
1869
1863
|
return {
|
|
1870
1864
|
id: spaceId,
|
|
1871
1865
|
title: spaceLabel,
|
|
1872
|
-
pages: (children || []).map(({id: pageId, label: pageLabel}) => {
|
|
1866
|
+
pages: (children || []).map(({ id: pageId, label: pageLabel }) => {
|
|
1873
1867
|
return {
|
|
1874
1868
|
id: pageId,
|
|
1875
1869
|
title: pageLabel
|
|
@@ -1910,7 +1904,7 @@ sap.ui.define([
|
|
|
1910
1904
|
executeServiceCallFn: async (oServiceParams) => {
|
|
1911
1905
|
if (Config.last("/core/shell/enableMessageBroker")) {
|
|
1912
1906
|
await Container.getServiceAsync("MessageBroker");
|
|
1913
|
-
const [
|
|
1907
|
+
const [MessageBrokerEngine] = await ushellUtils.requireAsync(["sap/ushell/services/MessageBroker/MessageBrokerEngine"]);
|
|
1914
1908
|
|
|
1915
1909
|
return MessageBrokerEngine.processPostMessage(oServiceParams);
|
|
1916
1910
|
}
|
|
@@ -2103,41 +2097,6 @@ sap.ui.define([
|
|
|
2103
2097
|
return sNewAppStateKey;
|
|
2104
2098
|
};
|
|
2105
2099
|
|
|
2106
|
-
/**
|
|
2107
|
-
* Show/Hide UI blocker in the entire shell.
|
|
2108
|
-
* This functionality is needed for the cFLP scenario, when the
|
|
2109
|
-
* application that runs in the iframe locks the iframe UI (probably
|
|
2110
|
-
* sue to a dialog display) and as a result, the cFLP shell also needs
|
|
2111
|
-
* to lock itself.
|
|
2112
|
-
* The implementation is done in a non standard way by calling
|
|
2113
|
-
*
|
|
2114
|
-
* @since 1.66.0
|
|
2115
|
-
* @private
|
|
2116
|
-
*/
|
|
2117
|
-
function showUIBlocker (bShow) {
|
|
2118
|
-
if (bShow === true) {
|
|
2119
|
-
if (Element.getElementById("shell-header")) {
|
|
2120
|
-
Element.getElementById("shell-header").setBlocked(true);
|
|
2121
|
-
const oHeaderElement = jQuery("#shell-header-blockedLayer");
|
|
2122
|
-
oHeaderElement.addClass("sapUshellShellBlocked");
|
|
2123
|
-
}
|
|
2124
|
-
if (Element.getElementById("menuBar")) {
|
|
2125
|
-
// This is a specific case for blocking menuPlugin items
|
|
2126
|
-
Element.getElementById("menuBar").setBlocked(true);
|
|
2127
|
-
const oMenuBarElement = jQuery("#menuBar-blockedLayer");
|
|
2128
|
-
oMenuBarElement.addClass("sapUshellMenuBarBlocked");
|
|
2129
|
-
}
|
|
2130
|
-
} else if (bShow === false) {
|
|
2131
|
-
if (Element.getElementById("shell-header")) {
|
|
2132
|
-
Element.getElementById("shell-header").setBlocked(false);
|
|
2133
|
-
}
|
|
2134
|
-
if (Element.getElementById("menuBar")) {
|
|
2135
|
-
// This is a specific case for blocking menuPlugin items
|
|
2136
|
-
Element.getElementById("menuBar").setBlocked(false);
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
2100
|
/**
|
|
2142
2101
|
* Destroys a control by its ID.
|
|
2143
2102
|
* Does nothing if the control does not exist.
|
|
@@ -2278,7 +2237,7 @@ sap.ui.define([
|
|
|
2278
2237
|
*/
|
|
2279
2238
|
PostMessageAPI.prototype.registerAsyncDirtyStateProvider = function (oServiceParams) {
|
|
2280
2239
|
Container.setAsyncDirtyStateProvider(async function (oNavigationContext) {
|
|
2281
|
-
const [
|
|
2240
|
+
const [PostMessageUtils] = await ushellUtils.requireAsync(["sap/ushell/components/applicationIntegration/application/PostMessageUtils"]);
|
|
2282
2241
|
|
|
2283
2242
|
//safety check in case post message does not get result
|
|
2284
2243
|
const oNativeDeferred = new Deferred();
|
|
@@ -2324,11 +2283,15 @@ sap.ui.define([
|
|
|
2324
2283
|
|
|
2325
2284
|
//for cases where we do not find iframe url, replace the app state keys
|
|
2326
2285
|
if (sXStateKey && sXStateKeyNew) {
|
|
2327
|
-
sSubject = sSubject.includes(sXStateKey) ? sSubject.
|
|
2328
|
-
|
|
2329
|
-
sBody = sBody.includes(sXStateKey) ? sBody.replace(sXStateKey, sXStateKeyNew) : sBody;
|
|
2330
|
-
sBody = sBody.includes(sIStateKey) ? sBody.replace(sIStateKey, sIStateKeyNew) : sBody;
|
|
2286
|
+
sSubject = sSubject.includes(sXStateKey) ? sSubject.replaceAll(sXStateKey, sXStateKeyNew) : sSubject;
|
|
2287
|
+
sBody = sBody.includes(sXStateKey) ? sBody.replaceAll(sXStateKey, sXStateKeyNew) : sBody;
|
|
2331
2288
|
}
|
|
2289
|
+
|
|
2290
|
+
if (sIStateKey && sIStateKeyNew) {
|
|
2291
|
+
sSubject = sSubject.includes(sIStateKey) ? sSubject.replaceAll(sIStateKey, sIStateKeyNew) : sSubject;
|
|
2292
|
+
sBody = sBody.includes(sIStateKey) ? sBody.replaceAll(sIStateKey, sIStateKeyNew) : sBody;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2332
2295
|
}
|
|
2333
2296
|
|
|
2334
2297
|
if (bSetAppStateToPublic) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview handle all the resources for the different applications.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.132.0
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ushell/services/AppConfiguration",
|
|
@@ -12,7 +12,8 @@ sap.ui.define([
|
|
|
12
12
|
"sap/ui/performance/Measurement",
|
|
13
13
|
"sap/ui/util/Mobile",
|
|
14
14
|
"sap/ui/core/Theming",
|
|
15
|
-
"sap/ushell/Container"
|
|
15
|
+
"sap/ushell/Container",
|
|
16
|
+
"sap/base/util/deepEqual"
|
|
16
17
|
], function (
|
|
17
18
|
AppConfiguration,
|
|
18
19
|
Device,
|
|
@@ -21,7 +22,8 @@ sap.ui.define([
|
|
|
21
22
|
Measurement,
|
|
22
23
|
Mobile,
|
|
23
24
|
Theming,
|
|
24
|
-
Container
|
|
25
|
+
Container,
|
|
26
|
+
deepEqual
|
|
25
27
|
) {
|
|
26
28
|
"use strict";
|
|
27
29
|
|
|
@@ -29,6 +31,8 @@ sap.ui.define([
|
|
|
29
31
|
/**
|
|
30
32
|
* Helper function to get the favicon image URL based on a given theme parameter.
|
|
31
33
|
*/
|
|
34
|
+
this.bIconSet = {};
|
|
35
|
+
|
|
32
36
|
this._getFavicon = async function () {
|
|
33
37
|
let [sFavicon] = await ushellUtils.getThemingParameters(["sapUiShellFavicon"]);
|
|
34
38
|
let bCustomFavicon = false;
|
|
@@ -82,23 +86,37 @@ sap.ui.define([
|
|
|
82
86
|
var sFavicon = oDefaultFavicon.favicon;
|
|
83
87
|
|
|
84
88
|
if (oDefaultFavicon.isCustomFavicon) {
|
|
85
|
-
|
|
89
|
+
const oIconArgs = {
|
|
86
90
|
phone: sFavicon,
|
|
87
91
|
"phone@2": sFavicon,
|
|
88
92
|
tablet: sFavicon,
|
|
89
93
|
"tablet@2": sFavicon,
|
|
90
94
|
favicon: sFavicon,
|
|
91
95
|
precomposed: false
|
|
92
|
-
}
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
if (deepEqual(this.bIconSet, oIconArgs)) {
|
|
99
|
+
return;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
Mobile.setIcons(oIconArgs);
|
|
103
|
+
this.bIconSet = oIconArgs;
|
|
93
104
|
} else {
|
|
94
|
-
|
|
105
|
+
const oIconArgs = {
|
|
95
106
|
phone: sModulePath + "/themes/base/img/launchicons/phone-icon_120x120.png",
|
|
96
|
-
|
|
107
|
+
"phone@2": sModulePath + "/themes/base/img/launchicons/phone-retina_180x180.png",
|
|
97
108
|
tablet: sModulePath + "/themes/base/img/launchicons/tablet-icon_152x152.png",
|
|
98
109
|
"tablet@2": sModulePath + "/themes/base/img/launchicons/tablet-retina_167x167.png",
|
|
99
110
|
favicon: sFavicon,
|
|
100
111
|
precomposed: false
|
|
101
|
-
}
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
if (deepEqual(this.bIconSet, oIconArgs)) {
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
Mobile.setIcons(oIconArgs);
|
|
119
|
+
this.bIconSet = oIconArgs;
|
|
102
120
|
}
|
|
103
121
|
};
|
|
104
122
|
|
package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js
CHANGED
|
@@ -1,53 +1,49 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
2
3
|
/**
|
|
3
4
|
* @fileOverview handle all the services for the different applications.
|
|
4
|
-
* @version 1.
|
|
5
|
+
* @version 1.132.0
|
|
5
6
|
*/
|
|
6
7
|
sap.ui.define([
|
|
7
|
-
"sap/ui/core/
|
|
8
|
+
"sap/ui/core/library",
|
|
9
|
+
"sap/ui/core/routing/History",
|
|
8
10
|
"sap/ushell/Container"
|
|
9
|
-
],
|
|
11
|
+
], (
|
|
12
|
+
coreLibrary,
|
|
13
|
+
Ui5History,
|
|
14
|
+
Container
|
|
15
|
+
) => {
|
|
10
16
|
"use strict";
|
|
11
17
|
|
|
18
|
+
// shortcut for sap.ui.core.routing.HistoryDirection
|
|
19
|
+
const Ui5HistoryDirection = coreLibrary.routing.HistoryDirection;
|
|
20
|
+
|
|
12
21
|
function RelatedServices () {
|
|
13
22
|
//handle the history service
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
bBackNavigation = false;
|
|
17
|
-
|
|
18
|
-
this.resetBackNavigationFlag = function () {
|
|
19
|
-
bBackNavigation = false;
|
|
20
|
-
};
|
|
23
|
+
let bDefaultBrowserBack = false;
|
|
24
|
+
let fnCustomBackNavigation;
|
|
21
25
|
|
|
22
|
-
EventBus.getInstance().subscribe("relatedServices", "resetBackNavigation", this.resetBackNavigationFlag, this);
|
|
23
|
-
|
|
24
|
-
this._defaultBackNavigation = function () {
|
|
25
|
-
window.history.back();
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
// todo: [FLPCOREANDUX-10024] should be based on UI5 History
|
|
29
26
|
this.isBackNavigation = function () {
|
|
30
|
-
return
|
|
27
|
+
return Ui5History.getInstance().getDirection() === Ui5HistoryDirection.Backwards;
|
|
31
28
|
};
|
|
32
29
|
|
|
33
|
-
this.navigateBack = function () {
|
|
34
|
-
var that = this;
|
|
35
|
-
bBackNavigation = true;
|
|
30
|
+
this.navigateBack = async function () {
|
|
36
31
|
if (bDefaultBrowserBack === true) {
|
|
37
|
-
|
|
32
|
+
window.history.back();
|
|
33
|
+
|
|
38
34
|
} else if (fnCustomBackNavigation) {
|
|
39
35
|
fnCustomBackNavigation();
|
|
36
|
+
|
|
40
37
|
} else {
|
|
41
|
-
Container.getServiceAsync("
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
});
|
|
38
|
+
const Navigation = await Container.getServiceAsync("Navigation");
|
|
39
|
+
const bIsInitialNavigation = await Navigation.isInitialNavigation();
|
|
40
|
+
|
|
41
|
+
if (bIsInitialNavigation) {
|
|
42
|
+
// go back home
|
|
43
|
+
return Navigation.navigate({ target: { shellHash: "#" }, writeHistory: false });
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
window.history.back();
|
|
51
47
|
}
|
|
52
48
|
};
|
|
53
49
|
|
|
@@ -70,6 +66,18 @@ sap.ui.define([
|
|
|
70
66
|
oServices.bDefaultBrowserBack = bDefaultBrowserBack;
|
|
71
67
|
oServices.fnCustomBackNavigation = fnCustomBackNavigation;
|
|
72
68
|
};
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* ONLY FOR TESTING!
|
|
72
|
+
* Resets the RelatedServices to its initial state.
|
|
73
|
+
*
|
|
74
|
+
* @since 1.132.0
|
|
75
|
+
* @private
|
|
76
|
+
*/
|
|
77
|
+
this.reset = function () {
|
|
78
|
+
bDefaultBrowserBack = false;
|
|
79
|
+
fnCustomBackNavigation = undefined;
|
|
80
|
+
};
|
|
73
81
|
}
|
|
74
82
|
|
|
75
83
|
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
CARD.Widget.Title=
|
|
4
|
-
|
|
5
|
-
CARD.Widget.SubTitle
|
|
6
|
-
|
|
7
|
-
CARD.List.Button.ViewAll=
|
|
8
|
-
|
|
9
|
-
CARD.List.Title.SearchResults=
|
|
10
|
-
|
|
11
|
-
CARD.List.RowStatus=
|
|
12
|
-
|
|
13
|
-
CARD.Config.Yes=
|
|
14
|
-
CARD.Config.No=
|
|
15
|
-
CARD.Config.HeaderSettings=
|
|
16
|
-
CARD.Config.HeaderType.Lbl=
|
|
17
|
-
CARD.Config.HeaderType.Default=
|
|
18
|
-
CARD.Config.HeaderType.Custom=
|
|
19
|
-
CARD.Config.HeaderType.None=
|
|
20
|
-
CARD.Config.Header.Title.Lbl=
|
|
21
|
-
CARD.Config.Header.Title.Desc=
|
|
22
|
-
CARD.Config.Header.SubTitle.Lbl
|
|
23
|
-
CARD.Config.Header.SubTitle.Desc=
|
|
24
|
-
CARD.Config.Header.Icon.Lbl=
|
|
25
|
-
CARD.Config.Header.IconColor.Lbl=
|
|
26
|
-
CARD.Config.Header.IconShape.Lbl=
|
|
27
|
-
CARD.Config.Header.Nav.Lbl=
|
|
28
|
-
CARD.Config.Header.Nav.Desc=
|
|
29
|
-
CARD.Config.ContentSettings=
|
|
30
|
-
CARD.Config.Content.SearchTerm.Lbl=
|
|
31
|
-
CARD.Config.Content.Category.Lbl=
|
|
32
|
-
CARD.Config.Content.View.Lbl=
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=
|
|
34
|
-
CARD.Config.Content.Highlight.Lbl=
|
|
35
|
-
CARD.Config.Content.Highlight.Desc=
|
|
36
|
-
CARD.Config.Content.FooterActions.Lbl=
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=
|
|
38
|
-
CARD.Config.Content.FooterActions.Navigate
|
|
39
|
-
CARD.Config.Content.FooterActions.None=
|
|
3
|
+
CARD.Widget.Title=LFhSs663gG92kRDhYH3E7w_Search Result Widget
|
|
4
|
+
|
|
5
|
+
CARD.Widget.SubTitle=/uKVlpGeEvhJL1YCIUosCQ_Show Search Results in a Search Result
|
|
6
|
+
|
|
7
|
+
CARD.List.Button.ViewAll=L4V2yo8KfodfKIqMa8TRmA_View All
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=F/RtY9a6x48pKREOBBvheA_Results for {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus=WaaAqhuQ37iY6lGuwSZwHw_{0}-{1} of {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=bLuOSIUUbqKq7UI+Op+/vQ_Yes
|
|
14
|
+
CARD.Config.No=98ipCxdjRApf6fKgB3VIZQ_No
|
|
15
|
+
CARD.Config.HeaderSettings=ESF98+m1vzy4JAzQTw4ZvQ_Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=0Gh/dxaqZnrQPrr/Sra29Q_Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=ehjxsiQM5aRQaktmzaAtMg_Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=96LHEwW6Ooc7yqn+ACdUdQ_Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=UxR9k+dfI0Yq/V50rwnQGg_No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=pNJtyIBrrSwI7yksspQzAA_Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=eSvh9tUroPLbYDOwBkuCZw_Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=kNvfJusnKLMcuJzAUk1oCA_Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=XIv5wu/Be5RVL+IJn4zNdg_Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=cqgfN9xJqzH1rJFI6cWJog_Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Zkpf9fHpcwt3b6Oq8aQf7A_Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=XGeWVex41BQSnrwuNfunWQ_Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=gcmQvjQruSMw3Nbpq+ejXg_Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=aco0zK2BoBgmAs13Ihj/qQ_Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=4+4+QV2ex83Kj7ffw7GIfw_Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=3VreeSuP6PO3t6teeFgAqw_Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Vg9SHRtaNrQPdRbKzfD92A_Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=iuKyseps2ZNq4Qmj2TI39Q_Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=y7y1c7eqcWY1ntSfOJ5iKQ_Items per Page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=4wyVOL5LjcLk8xtFc9Qivg_Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=lQhpAEA10mmFezbf/G3YNQ_Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=g8udXMKn71h5uRPLH7A0nw_Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=vUKaUa77NILT+MecAg9oLA_Paging Search Results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=8g/IXy5mkF1JHO5iWc9cFQ_Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=O9IKQ1SRajdjYAU67Mboqg_No Actions
|
|
40
40
|
|
|
41
41
|
|
package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
SEARCHRESULTAPP.App.Title=
|
|
2
|
+
SEARCHRESULTAPP.App.Title=3kLeEIOFlFBADbE7falhyw_Search Result Application
|
|
3
3
|
|
|
4
|
-
SEARCHRESULTAPP.App.SubTitle=
|
|
4
|
+
SEARCHRESULTAPP.App.SubTitle=GleXYFYXyF2smISYLBYovw_Search Result Application for Work Zone Content
|
|
5
5
|
|
|
6
|
-
SEARCHRESULTAPP.Config.ButtonText=
|
|
6
|
+
SEARCHRESULTAPP.Config.ButtonText=Lr7V7ru5HN4/6dmf6dnUUw_Configure
|
|
7
7
|
|
|
8
|
-
SEARCHRESULTAPP.Config.ButtonTooltip=
|
|
8
|
+
SEARCHRESULTAPP.Config.ButtonTooltip=vPLV2kXu6vgC7tO7vzKFKw_Configure the Search Result Application
|
|
9
9
|
|
|
10
|
-
SEARCHRESULTAPP.HeaderTitle=
|
|
10
|
+
SEARCHRESULTAPP.HeaderTitle=oPTcj4AjEFcNoSuZdSumqQ_Search Results for\: {0} {1}
|
|
11
11
|
|
|
12
|
-
SEARCHRESULTAPP.TitleMenu.SaveAsTile=
|
|
12
|
+
SEARCHRESULTAPP.TitleMenu.SaveAsTile=He8ciSMpeF3xzKupOZSqTg_Save as Tile
|
|
13
13
|
|
|
14
|
-
SEARCHRESULTAPP.TitleMenu.Email=
|
|
14
|
+
SEARCHRESULTAPP.TitleMenu.Email=1k4ZkjdaLEVpJj+DcW1cCQ_Email
|
|
15
15
|
|
|
16
|
-
SEARCHRESULTAPP.EMail.Subject=
|
|
16
|
+
SEARCHRESULTAPP.EMail.Subject=XkN6cbYxFMLF0M7tcV5VUg_Search Results for "{0}"
|
|
17
17
|
|
|
18
|
-
SEARCHRESULTAPP.Bookmark.Title=
|
|
18
|
+
SEARCHRESULTAPP.Bookmark.Title=Q5c6yx7n0qhyMSnwcI7mCA_Search for {0}
|
|
19
19
|
|