@sapui5/sap.ushell 1.125.0 → 1.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/Container.js +137 -62
- 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/SessionHandler.js +35 -31
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -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/cdm/v3/utilsCdm.js +34 -0
- 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 +4 -4
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/api/RTA.js +14 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +5 -5
- 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/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +2 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +3 -3
- package/src/main/js/sap/ushell/components/CatalogsManager.js +4 -1
- package/src/main/js/sap/ushell/components/HomepageManager.js +1 -0
- package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +1 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +2 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +37 -7
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +11 -3
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -2
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +10 -0
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -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/cdm/applauncherdynamic/Component.js +3 -0
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/History.js +1 -2
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +37 -37
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +13 -11
- 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 +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +625 -750
- package/src/main/js/sap/ushell/services/CommonDataModel.js +21 -14
- 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 +8 -3
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.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 +3 -3
- 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.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +223 -229
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +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.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +87 -78
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +225 -271
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +10 -10
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +9 -6
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +16 -25
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/ParameterMapping.js +3 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +15 -21
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +52 -45
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +3 -5
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +5 -2
- 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 +63 -80
- package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon/Tile.less +2 -6
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +3 -6
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +3 -8
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -2
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/WindowUtils.js +17 -0
- package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +305 -305
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +22 -5
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +7 -6
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -1
|
@@ -6,31 +6,31 @@
|
|
|
6
6
|
* Operations in this module are assumed to be executed after the target mapping has been identified (post search).
|
|
7
7
|
*
|
|
8
8
|
* @private
|
|
9
|
-
* @version 1.
|
|
9
|
+
* @version 1.126.0
|
|
10
10
|
*/
|
|
11
11
|
sap.ui.define([
|
|
12
12
|
"sap/ushell/services/_ClientSideTargetResolution/Utils",
|
|
13
|
-
"sap/ui/thirdparty/jquery",
|
|
14
13
|
"sap/base/util/ObjectPath",
|
|
15
14
|
"sap/base/util/isEmptyObject",
|
|
16
15
|
"sap/base/util/isPlainObject",
|
|
17
16
|
"sap/fe/navigation/SelectionVariant",
|
|
18
|
-
"sap/base/Log"
|
|
17
|
+
"sap/base/Log",
|
|
18
|
+
"sap/ushell/utils"
|
|
19
19
|
], function (
|
|
20
|
-
|
|
21
|
-
jQuery,
|
|
20
|
+
CstrUtils,
|
|
22
21
|
ObjectPath,
|
|
23
22
|
isEmptyObject,
|
|
24
23
|
isPlainObject,
|
|
25
24
|
SelectionVariant,
|
|
26
|
-
Log
|
|
25
|
+
Log,
|
|
26
|
+
ushellUtils
|
|
27
27
|
) {
|
|
28
28
|
"use strict";
|
|
29
29
|
|
|
30
30
|
/**
|
|
31
31
|
* This method modifies a passed Application State if extended User Defaults are to be merged with an AppState or renaming takes place.
|
|
32
32
|
*
|
|
33
|
-
* It also *always* takes care of renaming parameters (generating
|
|
33
|
+
* It also *always* takes care of renaming parameters (generating mappedDefaultedParamNames)
|
|
34
34
|
* Thus it must be invoked in the flow even for targets which do not deal with appstate
|
|
35
35
|
*
|
|
36
36
|
* If one or more extended user default values are present, they will be added to a new AppState unless already present
|
|
@@ -66,13 +66,12 @@ sap.ui.define([
|
|
|
66
66
|
*
|
|
67
67
|
* @param {object} oMatchingTarget One of the objects returned by {@link #_getMatchingInbounds}.
|
|
68
68
|
* @param {object} oAppStateService the app state service instance
|
|
69
|
-
* @returns {
|
|
69
|
+
* @returns {Promise<object>} Resolves the mixed resolution result.
|
|
70
70
|
* @private
|
|
71
71
|
* @since 1.34.0
|
|
72
72
|
*/
|
|
73
|
-
function mixAppStateIntoResolutionResultAndRename (oMatchingTarget, oAppStateService) {
|
|
74
|
-
var
|
|
75
|
-
oNewAppState,
|
|
73
|
+
async function mixAppStateIntoResolutionResultAndRename (oMatchingTarget, oAppStateService) {
|
|
74
|
+
var oNewAppState,
|
|
76
75
|
oResolutionResult = oMatchingTarget.resolutionResult,
|
|
77
76
|
oSignature = oMatchingTarget.inbound && (oMatchingTarget.inbound.signature || {}),
|
|
78
77
|
bChangeExistingAppState = hasExtendedUserDefaults(oResolutionResult)
|
|
@@ -80,60 +79,59 @@ sap.ui.define([
|
|
|
80
79
|
|| hasRenameTo(oMatchingTarget);
|
|
81
80
|
|
|
82
81
|
if (!bChangeExistingAppState) {
|
|
83
|
-
|
|
84
|
-
return
|
|
82
|
+
cleanup(oMatchingTarget);
|
|
83
|
+
return oMatchingTarget;
|
|
85
84
|
}
|
|
86
85
|
|
|
87
86
|
var sSourceAppStateKey = oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"]
|
|
88
87
|
&& oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"][0];
|
|
89
88
|
if (sSourceAppStateKey) {
|
|
90
|
-
getAppStateData(oAppStateService, sSourceAppStateKey)
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
89
|
+
const oAppStateData = await getAppStateData(oAppStateService, sSourceAppStateKey);
|
|
90
|
+
|
|
91
|
+
if (isValidAppStateData(oAppStateData)) {
|
|
92
|
+
if (hasExtendedUserDefaults(oResolutionResult)) {
|
|
93
|
+
var oParameterDominatorMap = CstrUtils.constructParameterDominatorMap(oSignature.parameters);
|
|
94
|
+
Object.keys(oResolutionResult.oNewAppStateMembers).forEach(function (sAppStateMemberName) {
|
|
95
|
+
var aDominatorParams = oParameterDominatorMap[sAppStateMemberName].dominatedBy;
|
|
96
|
+
if (isParameterContainedInSelectionVariant(oAppStateData, aDominatorParams)) {
|
|
97
|
+
delete oResolutionResult.oNewAppStateMembers[sAppStateMemberName];
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
var bIgnoreAdditionalParameters = oSignature.additionalParameters === "ignored";
|
|
103
|
+
if (!hasExtendedUserDefaults(oResolutionResult) && !hasRenameTo(oMatchingTarget) && !bIgnoreAdditionalParameters) {
|
|
104
|
+
// keep old AppState
|
|
105
|
+
cleanup(oMatchingTarget);
|
|
106
|
+
return oMatchingTarget;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
oNewAppState = oAppStateService.createEmptyAppState(undefined, true);
|
|
110
|
+
if (oNewAppState) {
|
|
111
|
+
oNewAppState.setData(oAppStateData);
|
|
112
|
+
await _mergeAppState(oNewAppState, oMatchingTarget);
|
|
113
|
+
return oMatchingTarget;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
} else { // invalid app state data
|
|
117
|
+
delete oResolutionResult.oNewAppStateMembers; // remove all extended user defaults
|
|
118
|
+
cleanup(oMatchingTarget); // keep old app state
|
|
119
|
+
return oMatchingTarget;
|
|
120
|
+
}
|
|
122
121
|
}
|
|
123
122
|
|
|
124
123
|
if (hasExtendedUserDefaults(oResolutionResult)) {
|
|
125
124
|
var oEmptyAppState = oAppStateService.createEmptyAppState(undefined, true);
|
|
126
|
-
_mergeAppState(oEmptyAppState, oMatchingTarget
|
|
127
|
-
return
|
|
125
|
+
await _mergeAppState(oEmptyAppState, oMatchingTarget);
|
|
126
|
+
return oMatchingTarget;
|
|
128
127
|
}
|
|
129
128
|
|
|
130
129
|
// no need to rename in nonexisting appstate
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
return oDeferred.promise();
|
|
130
|
+
cleanup(oMatchingTarget);
|
|
131
|
+
return oMatchingTarget;
|
|
134
132
|
}
|
|
135
133
|
|
|
136
|
-
function _mergeAppState (oNewAppState0, oMatchingTarget
|
|
134
|
+
async function _mergeAppState (oNewAppState0, oMatchingTarget) {
|
|
137
135
|
// at this point, oNewAppState Members only contains members which are to be added!
|
|
138
136
|
// (there should be no collisions!)
|
|
139
137
|
var oNewAppStateData = oNewAppState0.getData() || {},
|
|
@@ -163,24 +161,24 @@ sap.ui.define([
|
|
|
163
161
|
|
|
164
162
|
if (!oChangeRecorder.changed && !oChangeRecorder.deleted && !hasExtendedUserDefaults(oResolutionResult)) {
|
|
165
163
|
// there was no effective change -> retain old appstate
|
|
166
|
-
|
|
164
|
+
cleanup(oMatchingTarget);
|
|
167
165
|
return;
|
|
168
166
|
}
|
|
167
|
+
|
|
169
168
|
oNewAppState0.setData(oNewAppStateData);
|
|
170
|
-
oNewAppState0.save()
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
169
|
+
await ushellUtils.promisify(oNewAppState0.save());
|
|
170
|
+
|
|
171
|
+
oMatchingTarget.intentParamsPlusAllDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
|
|
172
|
+
oMatchingTarget.mappedIntentParamsPlusSimpleDefaults["sap-xapp-state"] = [oNewAppState0.getKey()];
|
|
173
|
+
cleanup(oMatchingTarget);
|
|
175
174
|
}
|
|
176
175
|
|
|
177
|
-
function
|
|
176
|
+
function cleanup (oMatchingTarget) {
|
|
178
177
|
removeUnusedComplexParameterValuesFromDefaultList(oMatchingTarget);
|
|
179
178
|
mapDefaultParameterNames(oMatchingTarget);
|
|
180
179
|
|
|
181
180
|
// remove oNewAppStateMembers as it is not needed afterwards anymore
|
|
182
181
|
delete oMatchingTarget.resolutionResult.oNewAppStateMembers;
|
|
183
|
-
oDeferred.resolve(oMatchingTarget);
|
|
184
182
|
}
|
|
185
183
|
|
|
186
184
|
function hasExtendedUserDefaults (oResolutionResult) {
|
|
@@ -287,17 +285,14 @@ sap.ui.define([
|
|
|
287
285
|
return oSelectionVariant;
|
|
288
286
|
}
|
|
289
287
|
|
|
290
|
-
function
|
|
291
|
-
|
|
292
|
-
return false;
|
|
293
|
-
}
|
|
294
|
-
return true;
|
|
288
|
+
function isValidAppStateData (oData) {
|
|
289
|
+
return oData === undefined || isPlainObject(oData);
|
|
295
290
|
}
|
|
296
291
|
|
|
297
292
|
/**
|
|
298
293
|
* return true iff any of the signature parameters of oMatchingTarget indicate a renaming is happening
|
|
299
294
|
*
|
|
300
|
-
* @param {object} oMatchingTarget a
|
|
295
|
+
* @param {object} oMatchingTarget a matching target
|
|
301
296
|
* @returns {boolean} whether a renaming is part of the signature
|
|
302
297
|
*/
|
|
303
298
|
function hasRenameTo (oMatchingTarget) {
|
|
@@ -351,21 +346,9 @@ sap.ui.define([
|
|
|
351
346
|
oMatchingTarget.mappedDefaultedParamNames = Object.keys(oMap).sort();
|
|
352
347
|
}
|
|
353
348
|
|
|
354
|
-
function
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
}
|
|
358
|
-
return Promise.resolve(oAppStateData);
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
function getAppStateData (oAppStateService, sAppStateKey) {
|
|
362
|
-
return new Promise(function (fnResolve, fnReject) {
|
|
363
|
-
oAppStateService.getAppState(sAppStateKey).done(function (oAppState) {
|
|
364
|
-
fnResolve(oAppState.getData());
|
|
365
|
-
}).fail(function (sError) {
|
|
366
|
-
fnReject(sError);
|
|
367
|
-
});
|
|
368
|
-
});
|
|
349
|
+
async function getAppStateData (oAppStateService, sAppStateKey) {
|
|
350
|
+
const oAppState = await ushellUtils.promisify(oAppStateService.getAppState(sAppStateKey));
|
|
351
|
+
return oAppState.getData();
|
|
369
352
|
}
|
|
370
353
|
|
|
371
354
|
return {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview Because the personalization processor only works with a CDM 3.0 site, this converter is used to transform a dedicated
|
|
5
5
|
* CDM 3.1 site object into a CDM 3.0 site and backwards.
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.126.0
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Fiori launchpad in a tree table separated by IconTabFilters for the first level properties of the configuration object.
|
|
10
10
|
* Also it provides a search for last level properties.
|
|
11
11
|
*
|
|
12
|
-
* @version 1.
|
|
12
|
+
* @version 1.126.0
|
|
13
13
|
*/
|
|
14
14
|
sap.ui.define([
|
|
15
15
|
"sap/ui/core/Element",
|
|
@@ -9,13 +9,9 @@
|
|
|
9
9
|
/* Tile Footer (plus button in tile catalog) */
|
|
10
10
|
@_sap_ushell_Tile_FooterBorder: @sapUiShellBorderColor;
|
|
11
11
|
@_sap_ushell_Tile_FooterIconColor: @sapUiTileTextColor;
|
|
12
|
-
@_sap_ushell_Tile_Spacing: 1rem;
|
|
13
12
|
@_sap_ushell_Tile_SpacingXS: 0.475rem;
|
|
14
|
-
@_sap_ushell_Tile_SpacingS: 0.
|
|
15
|
-
@_sap_ushell_Tile_Spacing:
|
|
16
|
-
@_sap_ushell_Tile_WidthXS: 4.375rem;
|
|
17
|
-
@_sap_ushell_Tile_WidthS: 5.25rem;
|
|
18
|
-
@_sap_ushell_Tile_Width: 5rem;
|
|
13
|
+
@_sap_ushell_Tile_SpacingS: 0.7rem;
|
|
14
|
+
@_sap_ushell_Tile_Spacing: 0.7rem;
|
|
19
15
|
|
|
20
16
|
.sapUshellTile {
|
|
21
17
|
|
|
@@ -41,8 +41,8 @@ sap.ui.define([
|
|
|
41
41
|
metadata: {
|
|
42
42
|
library: "sap.ushell",
|
|
43
43
|
properties: {
|
|
44
|
-
beforePressHandler: { type: "
|
|
45
|
-
afterPressHandler: { type: "
|
|
44
|
+
beforePressHandler: { type: "function", group: "Misc", defaultValue: null },
|
|
45
|
+
afterPressHandler: { type: "function", group: "Misc", defaultValue: null }
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
renderer: ButtonRenderer
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview Provides control sap.ushell.ui.launchpad.Section
|
|
5
5
|
*
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.126.0
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log",
|
|
@@ -292,7 +292,6 @@ sap.ui.define([
|
|
|
292
292
|
* Dummy aggregation for visualizations in this section. Aggregation manipulation API should not be used.
|
|
293
293
|
* The content should be provided with the binding on the "visualisations" path of the model.
|
|
294
294
|
* There is only the following API available: bindVisualizations, getVisualizations and indexOfVisualization.
|
|
295
|
-
* @private
|
|
296
295
|
*/
|
|
297
296
|
visualizations: {
|
|
298
297
|
type: "sap.ui.core.Control",
|
|
@@ -300,8 +299,8 @@ sap.ui.define([
|
|
|
300
299
|
multiple: true
|
|
301
300
|
},
|
|
302
301
|
/**
|
|
303
|
-
* Visualizations in the default area (normal tiles). This aggregation should be never accessed directly
|
|
304
|
-
*
|
|
302
|
+
* Visualizations in the default area (normal tiles). This aggregation should be never accessed directly,
|
|
303
|
+
* althouh this is not enforced by the framework.
|
|
305
304
|
*/
|
|
306
305
|
defaultItems: {
|
|
307
306
|
type: "sap.ui.core.Control",
|
|
@@ -315,7 +314,6 @@ sap.ui.define([
|
|
|
315
314
|
},
|
|
316
315
|
/**
|
|
317
316
|
* Visualizations in the flat area (flat and flat wide tiles). This aggregation should be never accessed directly.
|
|
318
|
-
* @private
|
|
319
317
|
*/
|
|
320
318
|
flatItems: {
|
|
321
319
|
type: "sap.ui.core.Control",
|
|
@@ -329,7 +327,6 @@ sap.ui.define([
|
|
|
329
327
|
},
|
|
330
328
|
/**
|
|
331
329
|
* Visualizations in the compact area (link tiles). This aggregation should be never accessed directly.
|
|
332
|
-
* @private
|
|
333
330
|
*/
|
|
334
331
|
compactItems: {
|
|
335
332
|
type: "sap.ui.core.Control",
|
|
@@ -55,7 +55,6 @@ sap.ui.define([
|
|
|
55
55
|
/**
|
|
56
56
|
* If set to true, a divider is displayed before the item.
|
|
57
57
|
*
|
|
58
|
-
* @private
|
|
59
58
|
* @deprecated since 1.18 Dividers are not supported anymore.
|
|
60
59
|
*/
|
|
61
60
|
startsSection: {
|
|
@@ -68,7 +67,6 @@ sap.ui.define([
|
|
|
68
67
|
* If set to true, a separator is displayed after the item.
|
|
69
68
|
*
|
|
70
69
|
* @since 1.22.5
|
|
71
|
-
* @private
|
|
72
70
|
* @deprecated since 1.62. Support for the showSeparator property has been discontinued in Fiori 2 and later.
|
|
73
71
|
*/
|
|
74
72
|
showSeparator: {
|
|
@@ -81,7 +79,6 @@ sap.ui.define([
|
|
|
81
79
|
* If set to false, the button isn't clickable and displayed as disabled.
|
|
82
80
|
*
|
|
83
81
|
* @since 1.38
|
|
84
|
-
* @private
|
|
85
82
|
*/
|
|
86
83
|
enabled: {
|
|
87
84
|
type: "boolean",
|
|
@@ -91,7 +88,6 @@ sap.ui.define([
|
|
|
91
88
|
/**
|
|
92
89
|
* If set to true, the item gets a special design.
|
|
93
90
|
*
|
|
94
|
-
* @private
|
|
95
91
|
*/
|
|
96
92
|
selected: {
|
|
97
93
|
type: "boolean",
|
|
@@ -101,7 +97,6 @@ sap.ui.define([
|
|
|
101
97
|
/**
|
|
102
98
|
* If set to true, a theme dependent marker is shown on the item.
|
|
103
99
|
*
|
|
104
|
-
* @private
|
|
105
100
|
* @deprecated since 1.18. Markers should not be used anymore.
|
|
106
101
|
*/
|
|
107
102
|
showMarker: {
|
|
@@ -173,7 +168,7 @@ sap.ui.define([
|
|
|
173
168
|
defaultValue: null
|
|
174
169
|
},
|
|
175
170
|
/**
|
|
176
|
-
*
|
|
171
|
+
* The floating number of the item.
|
|
177
172
|
*/
|
|
178
173
|
floatingNumber: {
|
|
179
174
|
type: "int",
|
|
@@ -181,7 +176,7 @@ sap.ui.define([
|
|
|
181
176
|
defaultValue: null
|
|
182
177
|
},
|
|
183
178
|
/**
|
|
184
|
-
*
|
|
179
|
+
* The maximum value of the floating number.
|
|
185
180
|
*/
|
|
186
181
|
floatingNumberMaxValue: {
|
|
187
182
|
type: "int",
|
|
@@ -189,7 +184,7 @@ sap.ui.define([
|
|
|
189
184
|
defaultValue: 999
|
|
190
185
|
},
|
|
191
186
|
/**
|
|
192
|
-
*
|
|
187
|
+
* The type of the floating number.
|
|
193
188
|
*/
|
|
194
189
|
floatingNumberType: {
|
|
195
190
|
type: "sap.ushell.FloatingNumberType",
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* A control to be placed in the tool area
|
|
19
19
|
* @extends sap.ui.core.Control
|
|
20
20
|
*
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.126.0
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
24
24
|
* @since 1.30.5
|
|
@@ -45,7 +45,6 @@ sap.ui.define([
|
|
|
45
45
|
/**
|
|
46
46
|
* Text which will be read by screenreader.
|
|
47
47
|
* @since 1.30
|
|
48
|
-
* @private
|
|
49
48
|
*/
|
|
50
49
|
ariaLabel: { type: "string", group: "Appearance", defaultValue: null },
|
|
51
50
|
|
|
@@ -197,5 +197,22 @@ sap.ui.define([
|
|
|
197
197
|
}
|
|
198
198
|
};
|
|
199
199
|
|
|
200
|
+
/**
|
|
201
|
+
* Clears the `sap-usercontext` cookie set by the SAP NetWeaver ABAP front-end server
|
|
202
|
+
*
|
|
203
|
+
* - The `sap-usercontext` cookie is on path `/`.
|
|
204
|
+
* - It's used by the ICF system login on the SAP NetWeaver ABAP front-end
|
|
205
|
+
* server to cache the current ABAP language and the current client.
|
|
206
|
+
* - When an FLP user changes their language and the FLP is restarted, then
|
|
207
|
+
* this cache is to be invalidated. This triggers the reevaluation of the
|
|
208
|
+
* language context with the next login as needed.
|
|
209
|
+
*
|
|
210
|
+
* @private
|
|
211
|
+
* @since 1.126.0
|
|
212
|
+
*/
|
|
213
|
+
WindowUtils.clearSapUserContextCookie = function () {
|
|
214
|
+
window.document.cookie = "sap-usercontext=;Path=/;Max-Age=-1";
|
|
215
|
+
};
|
|
216
|
+
|
|
200
217
|
return WindowUtils;
|
|
201
218
|
});
|