@sapui5/sap.ushell 1.131.0 → 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
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The app runtime wrapper for {@link sap.ushell.ui5service.ShellUIService}.
|
|
5
5
|
*
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.132.0
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
|
+
"sap/ui/core/EventBus",
|
|
9
10
|
"sap/ui/core/service/ServiceFactoryRegistry",
|
|
10
11
|
"sap/ui/core/service/ServiceFactory",
|
|
11
12
|
"sap/ushell/ui5service/ShellUIService",
|
|
@@ -14,6 +15,7 @@ sap.ui.define([
|
|
|
14
15
|
"sap/ushell/appRuntime/ui5/AppRuntimeContext",
|
|
15
16
|
"sap/ui/thirdparty/jquery"
|
|
16
17
|
], function (
|
|
18
|
+
EventBus,
|
|
17
19
|
ServiceFactoryRegistry,
|
|
18
20
|
ServiceFactory,
|
|
19
21
|
ShellUIService,
|
|
@@ -111,6 +113,16 @@ sap.ui.define([
|
|
|
111
113
|
}
|
|
112
114
|
});
|
|
113
115
|
|
|
116
|
+
/**
|
|
117
|
+
* Resets the local title variable to undefined.
|
|
118
|
+
*/
|
|
119
|
+
ShellUIServiceProxy._resetTitle = function () {
|
|
120
|
+
sLastSetTitle = undefined;
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
// reset last title locally to undefined after an app was closed
|
|
124
|
+
EventBus.getInstance().subscribe("sap.ushell", "appClosed", ShellUIServiceProxy._resetTitle);
|
|
125
|
+
|
|
114
126
|
// Register this service with the generic factory
|
|
115
127
|
ServiceFactoryRegistry.register(
|
|
116
128
|
"sap.ushell.ui5service.ShellUIService",
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
body {
|
|
2
|
+
background-color:#636363;
|
|
3
|
+
height: 100%;
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.apprtBIcenter {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 50%;
|
|
10
|
+
left: 50%;
|
|
11
|
+
margin-top: -50px;
|
|
12
|
+
margin-left: -100px;
|
|
13
|
+
width: 200px;
|
|
14
|
+
height: 100px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.apprtBIcir {
|
|
18
|
+
height: 30px;
|
|
19
|
+
width:30px;
|
|
20
|
+
border-radius:50%;
|
|
21
|
+
transform: scale(0);
|
|
22
|
+
background-color:#0854a0;
|
|
23
|
+
animation: apprtBIscaling 1.8s ease-in-out infinite;
|
|
24
|
+
display: inline-block;
|
|
25
|
+
margin:.1rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.apprtBIcir:nth-child(0) {
|
|
29
|
+
animation-delay:0s;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.apprtBIcir:nth-child(1) {
|
|
33
|
+
animation-delay:0.2s;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.apprtBIcir:nth-child(2) {
|
|
37
|
+
animation-delay:0.4s;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.apprtBIcir:nth-child(3) {
|
|
41
|
+
animation-delay:0.6s;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@keyframes apprtBIscaling {
|
|
45
|
+
0%, 100% {transform: scale(0.2);}
|
|
46
|
+
40% {transform: scale(1);}
|
|
47
|
+
50% {transform: scale(1);}
|
|
48
|
+
}
|
|
@@ -54,6 +54,26 @@
|
|
|
54
54
|
"userCanTrigger": false,
|
|
55
55
|
"canBeInterrupted": false
|
|
56
56
|
},
|
|
57
|
+
"SideNavigation": {
|
|
58
|
+
"loadingMode": "byComponentCreate",
|
|
59
|
+
|
|
60
|
+
"byComponentCreate": {
|
|
61
|
+
"enabled": true,
|
|
62
|
+
"ui5ComponentOptions": {
|
|
63
|
+
"name": "sap.ushell.components.shell.SideNavigation",
|
|
64
|
+
"manifest": true
|
|
65
|
+
},
|
|
66
|
+
"url": "sap/ushell/components/shell/SideNavigation"
|
|
67
|
+
},
|
|
68
|
+
"configSwitch": [
|
|
69
|
+
{
|
|
70
|
+
"path":"/core/menu/position",
|
|
71
|
+
"assertionValue": "Side"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"userCanTrigger": false,
|
|
75
|
+
"canBeInterrupted": false
|
|
76
|
+
},
|
|
57
77
|
"Notifications": {
|
|
58
78
|
"loadingMode": "byComponentCreate",
|
|
59
79
|
|
|
@@ -71,13 +71,19 @@
|
|
|
71
71
|
* }, false);
|
|
72
72
|
* </pre>
|
|
73
73
|
*
|
|
74
|
-
* @version 1.
|
|
74
|
+
* @version 1.132.0
|
|
75
75
|
*/
|
|
76
76
|
sap.ui.define([
|
|
77
77
|
"sap/ushell/bootstrap/SchedulingAgent/logger",
|
|
78
78
|
"sap/base/util/now",
|
|
79
|
-
"sap/base/util/deepClone"
|
|
80
|
-
|
|
79
|
+
"sap/base/util/deepClone",
|
|
80
|
+
"sap/base/Log"
|
|
81
|
+
], function (
|
|
82
|
+
logger,
|
|
83
|
+
fnNow,
|
|
84
|
+
fnClone,
|
|
85
|
+
Log
|
|
86
|
+
) {
|
|
81
87
|
"use strict";
|
|
82
88
|
|
|
83
89
|
// #region ===== IDs =====
|
|
@@ -430,7 +436,7 @@ sap.ui.define([
|
|
|
430
436
|
* @protected
|
|
431
437
|
*/
|
|
432
438
|
dump: function () {
|
|
433
|
-
|
|
439
|
+
Log.debug(JSON.parse(JSON.stringify(this.oState)));
|
|
434
440
|
var oStateCopy = fnClone(this.oState);
|
|
435
441
|
return oStateCopy;
|
|
436
442
|
},
|
|
@@ -49,6 +49,12 @@ sap.ui.define([
|
|
|
49
49
|
return oDeepObject[sLastPart];
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
+
/**
|
|
53
|
+
* Retrieves the value from the configuration object or returns the default value.
|
|
54
|
+
* @param {string} sPath the path to the configuration value
|
|
55
|
+
* @param {string|boolean|int|object} oDefaultValue default value if the configuration value is not found
|
|
56
|
+
* @returns {string|boolean|int|object} the found configuration value or the default value
|
|
57
|
+
*/
|
|
52
58
|
function getConfigValue (sPath, oDefaultValue) {
|
|
53
59
|
var oSegment = getValueFromConfig(oGetConfigValueMemory, sPath);
|
|
54
60
|
oDefaultConfigValues[sPath] = oDefaultValue;
|
|
@@ -222,7 +228,8 @@ sap.ui.define([
|
|
|
222
228
|
runtimeSwitcher: getConfigValue("ushell/workPages/runtimeSwitcher",
|
|
223
229
|
getConfigValue("ushell/spaces/myHome/myHomePageId", null) === null),
|
|
224
230
|
contentFinderStandalone: getConfigValue("core/workPages/contentFinderStandalone", true)
|
|
225
|
-
&& getConfigValue("ushell/workPages/enabled", false)
|
|
231
|
+
&& getConfigValue("ushell/workPages/enabled", false),
|
|
232
|
+
enableSmartBusiness: getConfigValue("ushell/workPages/enableSmartBusiness", true)
|
|
226
233
|
},
|
|
227
234
|
homeApp: {
|
|
228
235
|
// the homeApp is currently only supposed to work for Spaces
|
|
@@ -237,8 +244,10 @@ sap.ui.define([
|
|
|
237
244
|
personalization: {
|
|
238
245
|
enabled: getConfigValue("ushell/menu/personalization/enabled", false)
|
|
239
246
|
},
|
|
247
|
+
position: getConfigValue("ushell/menu/position", "Top"),
|
|
240
248
|
visibleInAllStates: getConfigValue("ushell/menu/visibleInAllStates", false)
|
|
241
249
|
},
|
|
250
|
+
menuQueryAvailable: getConfigValue("ushell/menuQueryAvailable", false),
|
|
242
251
|
darkMode: {
|
|
243
252
|
enabled: getConfigValue("ushell/darkMode/enabled", false),
|
|
244
253
|
supportedThemes: getConfigValue("ushell/darkMode/supportedThemes", [{
|
|
@@ -422,6 +431,7 @@ sap.ui.define([
|
|
|
422
431
|
uiTracer: {
|
|
423
432
|
enabled: getConfigValue("services/UITracer/config/enabled", false)
|
|
424
433
|
}
|
|
434
|
+
|
|
425
435
|
}
|
|
426
436
|
};
|
|
427
437
|
|
|
@@ -17,12 +17,12 @@ sap.ui.define([
|
|
|
17
17
|
* Return translated text.
|
|
18
18
|
* @param {string} sMsgId
|
|
19
19
|
* Id of the text that is to be translated.
|
|
20
|
-
* @param {
|
|
21
|
-
* Array of parameters to be included in the resulted string instead of place holders.
|
|
20
|
+
* @param {any} vParams parameters to be included in the resulted string instead of place holders.
|
|
22
21
|
*
|
|
23
22
|
* @returns {string} Translated text
|
|
24
23
|
*/
|
|
25
|
-
function getLocalizedText (sMsgId,
|
|
24
|
+
function getLocalizedText (sMsgId, vParams) {
|
|
25
|
+
const aParams = Array.isArray(vParams) ? vParams : [vParams];
|
|
26
26
|
return resources.i18n.getText(sMsgId, aParams);
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -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/ui/Device",
|
|
@@ -247,12 +247,12 @@ sap.ui.define([
|
|
|
247
247
|
if (BlueBoxHandler.isStatefulContainer(oStorageEntry.container)) {
|
|
248
248
|
await BlueBoxHandler.statefulDestroyApp(oStorageEntry.container, sStorageAppId);
|
|
249
249
|
|
|
250
|
-
|
|
250
|
+
// Return v1, v2 keepAlive to pool
|
|
251
251
|
} else if (oStorageEntry.container.getIsKeepAlive() && BlueBoxHandler.isReusableContainer(oStorageEntry.container)) {
|
|
252
252
|
BlueBoxHandler.returnUnusedKeepAliveContainer(oStorageEntry.container);
|
|
253
253
|
await this._handleExitStateful(oStorageEntry.container, false);
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
// embedded keep alive
|
|
256
256
|
} else {
|
|
257
257
|
this._removeApplicationContainerFromViewPort(sStorageAppId);
|
|
258
258
|
BlueBoxHandler.deleteBlueBoxByContainer(oStorageEntry.container);
|
|
@@ -374,7 +374,7 @@ sap.ui.define([
|
|
|
374
374
|
if (BlueBoxHandler.isStatefulContainer(oOldApplicationContainer)) {
|
|
375
375
|
await this._handleExitStateful(oOldApplicationContainer, bNavigationToFlpComponent);
|
|
376
376
|
|
|
377
|
-
|
|
377
|
+
//STATELESS
|
|
378
378
|
} else if (oOldStorageEntry) {
|
|
379
379
|
// Back Navigation Case
|
|
380
380
|
if (RelatedServices.isBackNavigation() && !bNavigationToFlpComponent) {
|
|
@@ -535,8 +535,6 @@ sap.ui.define([
|
|
|
535
535
|
|
|
536
536
|
await this._handleExitApplication(oApplicationContainer, bNavigationToFlpComponent, true);
|
|
537
537
|
}
|
|
538
|
-
|
|
539
|
-
RelatedServices.resetBackNavigationFlag();
|
|
540
538
|
};
|
|
541
539
|
|
|
542
540
|
/**
|
|
@@ -814,7 +812,12 @@ sap.ui.define([
|
|
|
814
812
|
this._removeApplicationContainerFromViewPort(oApplicationContainer.getId());
|
|
815
813
|
oApplicationContainer.destroy();
|
|
816
814
|
}
|
|
817
|
-
}
|
|
815
|
+
}
|
|
816
|
+
if (oResolvedHashFragment.applicationType === "URL"
|
|
817
|
+
|| oResolvedHashFragment.applicationType === "TR"
|
|
818
|
+
|| oResolvedHashFragment.applicationType === "NWBC"
|
|
819
|
+
|| oResolvedHashFragment.applicationType === "WDA"
|
|
820
|
+
) {
|
|
818
821
|
//Temporary fix - fix duplicate app container id in cFLP
|
|
819
822
|
//explanation: in cFLP, there might be a case where there are
|
|
820
823
|
// two apps with the same Semantic object + Action, but from different
|
|
@@ -1698,7 +1701,7 @@ sap.ui.define([
|
|
|
1698
1701
|
* @returns {object} The app container.
|
|
1699
1702
|
*/
|
|
1700
1703
|
this._createApplicationContainer = async function (sAppId, oParsedShellHash, oResolvedHashFragment) {
|
|
1701
|
-
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment);
|
|
1704
|
+
const oMetadata = AppConfiguration.getMetadata(oResolvedHashFragment, oResolvedHashFragment?.sFixedShellHash);
|
|
1702
1705
|
const bFullWidth = this._isFullWidth(oResolvedHashFragment);
|
|
1703
1706
|
|
|
1704
1707
|
/*
|
|
@@ -1779,9 +1782,9 @@ sap.ui.define([
|
|
|
1779
1782
|
|
|
1780
1783
|
} else if (bComponentLoaded || !sTargetUi5ComponentName) { // non UI5 Application
|
|
1781
1784
|
if ((
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
+
oResolvedHashFragment.applicationType === "URL"
|
|
1786
|
+
|| ushellUtils.isSAPLegacyApplicationType(oResolvedHashFragment.applicationType)
|
|
1787
|
+
)
|
|
1785
1788
|
&& oInMemoryApplicationInstance.destroyApplication
|
|
1786
1789
|
&& oInMemoryApplicationInstance.appId
|
|
1787
1790
|
) {
|
package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
sap.ui.define([
|
|
3
|
-
"sap/ui/thirdparty/URI",
|
|
4
3
|
"sap/base/Log"
|
|
5
|
-
], function (
|
|
4
|
+
], function (
|
|
5
|
+
Log
|
|
6
|
+
) {
|
|
6
7
|
"use strict";
|
|
7
8
|
|
|
8
9
|
class BlueBoxesCache {
|
|
@@ -189,67 +190,43 @@ sap.ui.define([
|
|
|
189
190
|
* @private
|
|
190
191
|
*/
|
|
191
192
|
getKeyFromUrl (sUrl) {
|
|
192
|
-
|
|
193
|
-
sOrigin,
|
|
194
|
-
oParams,
|
|
193
|
+
let sOrigin,
|
|
195
194
|
sIframeHint = "",
|
|
196
195
|
sUI5Version = "",
|
|
197
196
|
sKeepAlive = "",
|
|
198
197
|
sUI5Async = "",
|
|
199
198
|
sFESR = "",
|
|
200
|
-
sTestUniqueId = ""
|
|
201
|
-
oRes = {
|
|
202
|
-
sKey: "",
|
|
203
|
-
sOrigin: "",
|
|
204
|
-
sIframeHint: "",
|
|
205
|
-
sUI5Version: "",
|
|
206
|
-
sKeepAlive: "",
|
|
207
|
-
sUI5Async: "",
|
|
208
|
-
sFESR: ""
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
//special cases
|
|
212
|
-
if (sUrl === undefined || sUrl === "" || sUrl === "../") {
|
|
213
|
-
const sKey = sUrl;
|
|
214
|
-
return sKey;
|
|
215
|
-
}
|
|
199
|
+
sTestUniqueId = "";
|
|
216
200
|
|
|
217
201
|
try {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
sOrigin = oUri.path();
|
|
226
|
-
if (sOrigin === undefined || sOrigin === "") {
|
|
227
|
-
sOrigin = sUrl;
|
|
202
|
+
const oURL = new URL(sUrl, this._getWindowLocationHref());
|
|
203
|
+
sOrigin = oURL.origin;
|
|
204
|
+
if (oURL.port === "") {
|
|
205
|
+
if (oURL.protocol === "https:") {
|
|
206
|
+
sOrigin = sOrigin + ":443";
|
|
207
|
+
} else if (oURL.protocol === "http:") {
|
|
208
|
+
sOrigin = sOrigin + ":80";
|
|
228
209
|
}
|
|
229
210
|
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
sIframeHint = "@hint:" +
|
|
211
|
+
|
|
212
|
+
const oSearchParams = oURL.searchParams;
|
|
213
|
+
if (oSearchParams.has("sap-iframe-hint")) {
|
|
214
|
+
sIframeHint = "@hint:" + oSearchParams.get("sap-iframe-hint");
|
|
234
215
|
}
|
|
235
|
-
if (
|
|
236
|
-
|
|
237
|
-
sUI5Version = "@uiver:" + oRes.sUI5Version;
|
|
216
|
+
if (oSearchParams.has("sap-ui-version")) {
|
|
217
|
+
sUI5Version = "@uiver:" + oSearchParams.get("sap-ui-version");
|
|
238
218
|
}
|
|
239
|
-
if ((sIframeHint === "@hint:GUI" || sIframeHint === "@hint:WDA" || sIframeHint === "@hint:WCF") &&
|
|
240
|
-
|
|
241
|
-
sKeepAlive = "@ka:" + oRes.sKeepAlive + "-" + sUrl;
|
|
219
|
+
if ((sIframeHint === "@hint:GUI" || sIframeHint === "@hint:WDA" || sIframeHint === "@hint:WCF") && oSearchParams.has("sap-keep-alive")) {
|
|
220
|
+
sKeepAlive = "@ka:" + oSearchParams.get("sap-keep-alive") + "-" + sUrl;
|
|
242
221
|
}
|
|
243
|
-
if (
|
|
244
|
-
|
|
245
|
-
sUI5Async = "@async:" + oRes.sUI5Async;
|
|
222
|
+
if (oSearchParams.has("sap-async-loading") && oSearchParams.get("sap-async-loading") !== "true") {
|
|
223
|
+
sUI5Async = "@async:" + oSearchParams.get("sap-async-loading");
|
|
246
224
|
}
|
|
247
|
-
if (
|
|
248
|
-
|
|
249
|
-
sFESR = "@fesr:" + oRes.sFESR;
|
|
225
|
+
if (oSearchParams.has("sap-enable-fesr") && oSearchParams.get("sap-enable-fesr") !== "false") {
|
|
226
|
+
sFESR = "@fesr:" + oSearchParams.get("sap-enable-fesr");
|
|
250
227
|
}
|
|
251
|
-
if (
|
|
252
|
-
sTestUniqueId = "@testid:" +
|
|
228
|
+
if (oSearchParams.has("sap-testcflp-iframeid")) {
|
|
229
|
+
sTestUniqueId = "@testid:" + oSearchParams.get("sap-testcflp-iframeid");
|
|
253
230
|
}
|
|
254
231
|
} catch (ex) {
|
|
255
232
|
Log.error(
|
|
@@ -259,11 +236,15 @@ sap.ui.define([
|
|
|
259
236
|
sOrigin = sUrl;
|
|
260
237
|
}
|
|
261
238
|
|
|
262
|
-
const sKey = sOrigin + sIframeHint + sUI5Version + sKeepAlive + sUI5Async + sFESR + sTestUniqueId;
|
|
239
|
+
const sKey = sOrigin.toLowerCase() + sIframeHint + sUI5Version + sKeepAlive + sUI5Async + sFESR + sTestUniqueId;
|
|
263
240
|
|
|
264
241
|
return sKey;
|
|
265
242
|
}
|
|
266
243
|
|
|
244
|
+
_getWindowLocationHref () {
|
|
245
|
+
return window.location.href;
|
|
246
|
+
}
|
|
247
|
+
|
|
267
248
|
_getStorageForDebug () {
|
|
268
249
|
return {
|
|
269
250
|
oCacheStorage: this.#oActiveApplicationContainers,
|
|
@@ -273,4 +254,4 @@ sap.ui.define([
|
|
|
273
254
|
}
|
|
274
255
|
|
|
275
256
|
return new BlueBoxesCache();
|
|
276
|
-
}
|
|
257
|
+
});
|