@sapui5/sap.ushell 1.136.2 → 1.136.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +37 -32
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/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 +10 -6
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +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/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/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 +3 -28
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -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 +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/Component.js +3 -26
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.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/ESearch.js +0 -3
- 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/userActivities/UserActivitiesSetting.controller.js +8 -22
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +5 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/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/workPageBuilder/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +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/gen/ui5/webcomponents/dist/Avatar.js +7 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +81 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
- 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/Renderer.js +15 -6
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +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 +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +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/NotificationsV2.js +14 -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/SimpleExpression.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/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 +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
- package/src/main/js/sap/ushell/state/Favicon.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +79 -12
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +15 -9
- package/src/main/js/sap/ushell/thirdparty/Button2.js +25 -6
- package/src/main/js/sap/ushell/thirdparty/Icon.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
- package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/List.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Menu.js +65 -76
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +342 -34
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2986 -2830
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +112 -79
- package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +22 -22
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +27 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +23 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +27 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +20 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +5 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
- 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 +5 -2
- 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/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +25 -0
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
"_ui5metadata":
|
|
17
17
|
{
|
|
18
18
|
"name": "sap/ushell/gen/ui5/webcomponents",
|
|
19
|
-
"version": "2.
|
|
19
|
+
"version": "2.12.0-rc.2",
|
|
20
20
|
"dependencies": [
|
|
21
21
|
"sap.ui.core"
|
|
22
22
|
],
|
|
@@ -58,6 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
"sap.ushell.gen.ui5.webcomponents.ListItemType",
|
|
59
59
|
"sap.ushell.gen.ui5.webcomponents.ListSelectionMode",
|
|
60
60
|
"sap.ushell.gen.ui5.webcomponents.ListSeparator",
|
|
61
|
+
"sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode",
|
|
61
62
|
"sap.ushell.gen.ui5.webcomponents.MessageStripDesign",
|
|
62
63
|
"sap.ushell.gen.ui5.webcomponents.NotificationListGrowingMode",
|
|
63
64
|
"sap.ushell.gen.ui5.webcomponents.OverflowMode",
|
|
@@ -77,6 +78,7 @@ sap.ui.define([
|
|
|
77
78
|
"sap.ushell.gen.ui5.webcomponents.TableOverflowMode",
|
|
78
79
|
"sap.ushell.gen.ui5.webcomponents.TableSelectionBehavior",
|
|
79
80
|
"sap.ushell.gen.ui5.webcomponents.TableSelectionMode",
|
|
81
|
+
"sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector",
|
|
80
82
|
"sap.ushell.gen.ui5.webcomponents.TagDesign",
|
|
81
83
|
"sap.ushell.gen.ui5.webcomponents.TagSize",
|
|
82
84
|
"sap.ushell.gen.ui5.webcomponents.TextEmptyIndicatorMode",
|
|
@@ -93,6 +95,7 @@ sap.ui.define([
|
|
|
93
95
|
"sap.ushell.gen.ui5.webcomponents.ICalendarSelectedDates",
|
|
94
96
|
"sap.ushell.gen.ui5.webcomponents.IColorPaletteItem",
|
|
95
97
|
"sap.ushell.gen.ui5.webcomponents.IComboBoxItem",
|
|
98
|
+
"sap.ushell.gen.ui5.webcomponents.IDynamicDateRangeOption",
|
|
96
99
|
"sap.ushell.gen.ui5.webcomponents.IFormItem",
|
|
97
100
|
"sap.ushell.gen.ui5.webcomponents.IIcon",
|
|
98
101
|
"sap.ushell.gen.ui5.webcomponents.IInputSuggestionItem",
|
|
@@ -133,6 +136,7 @@ sap.ui.define([
|
|
|
133
136
|
"sap.ushell.gen.ui5.webcomponents.dist.DateRangePicker",
|
|
134
137
|
"sap.ushell.gen.ui5.webcomponents.dist.DateTimePicker",
|
|
135
138
|
"sap.ushell.gen.ui5.webcomponents.dist.Dialog",
|
|
139
|
+
"sap.ushell.gen.ui5.webcomponents.dist.DynamicDateRange",
|
|
136
140
|
"sap.ushell.gen.ui5.webcomponents.dist.ExpandableText",
|
|
137
141
|
"sap.ushell.gen.ui5.webcomponents.dist.FileUploader",
|
|
138
142
|
"sap.ushell.gen.ui5.webcomponents.dist.Form",
|
|
@@ -148,6 +152,7 @@ sap.ui.define([
|
|
|
148
152
|
"sap.ushell.gen.ui5.webcomponents.dist.ListItemStandard",
|
|
149
153
|
"sap.ushell.gen.ui5.webcomponents.dist.Menu",
|
|
150
154
|
"sap.ushell.gen.ui5.webcomponents.dist.MenuItem",
|
|
155
|
+
"sap.ushell.gen.ui5.webcomponents.dist.MenuItemGroup",
|
|
151
156
|
"sap.ushell.gen.ui5.webcomponents.dist.MenuSeparator",
|
|
152
157
|
"sap.ushell.gen.ui5.webcomponents.dist.MessageStrip",
|
|
153
158
|
"sap.ushell.gen.ui5.webcomponents.dist.MultiComboBox",
|
|
@@ -1448,6 +1453,32 @@ Note: This enumeration depends on the theme.
|
|
|
1448
1453
|
};
|
|
1449
1454
|
registerEnum("sap.ushell.gen.ui5.webcomponents.ListSeparator", pkg["ListSeparator"]);
|
|
1450
1455
|
/**
|
|
1456
|
+
* Menu item group check modes.
|
|
1457
|
+
* @enum {string}
|
|
1458
|
+
* @public
|
|
1459
|
+
* @alias module:sap/ushell/gen/ui5/webcomponents.MenuItemGroupCheckMode
|
|
1460
|
+
* @ui5-module-override sap/ushell/gen/ui5/webcomponents MenuItemGroupCheckMode
|
|
1461
|
+
*/
|
|
1462
|
+
|
|
1463
|
+
pkg["MenuItemGroupCheckMode"] = {
|
|
1464
|
+
/**
|
|
1465
|
+
* default type (items in a group cannot be checked)
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
"None": "None",
|
|
1469
|
+
/**
|
|
1470
|
+
* Single item check mode (only one item in a group can be checked at a time)
|
|
1471
|
+
* @public
|
|
1472
|
+
*/
|
|
1473
|
+
"Single": "Single",
|
|
1474
|
+
/**
|
|
1475
|
+
* Multiple items check mode (multiple items in a group can be checked at a time)
|
|
1476
|
+
* @public
|
|
1477
|
+
*/
|
|
1478
|
+
"Multiple": "Multiple",
|
|
1479
|
+
};
|
|
1480
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.MenuItemGroupCheckMode", pkg["MenuItemGroupCheckMode"]);
|
|
1481
|
+
/**
|
|
1451
1482
|
* MessageStrip designs.
|
|
1452
1483
|
* @enum {string}
|
|
1453
1484
|
* @public
|
|
@@ -1897,7 +1928,7 @@ Offers a balanced appearance for most scenarios.
|
|
|
1897
1928
|
};
|
|
1898
1929
|
registerEnum("sap.ushell.gen.ui5.webcomponents.TableGrowingMode", pkg["TableGrowingMode"]);
|
|
1899
1930
|
/**
|
|
1900
|
-
*
|
|
1931
|
+
* Overflow mode of the <ui5-table> component.
|
|
1901
1932
|
* @enum {string}
|
|
1902
1933
|
* @public
|
|
1903
1934
|
* @alias module:sap/ushell/gen/ui5/webcomponents.TableOverflowMode
|
|
@@ -1967,6 +1998,27 @@ Offers a balanced appearance for most scenarios.
|
|
|
1967
1998
|
};
|
|
1968
1999
|
registerEnum("sap.ushell.gen.ui5.webcomponents.TableSelectionMode", pkg["TableSelectionMode"]);
|
|
1969
2000
|
/**
|
|
2001
|
+
* Selectors of the table header row in multi-selection scenarios.
|
|
2002
|
+
* @enum {string}
|
|
2003
|
+
* @public
|
|
2004
|
+
* @alias module:sap/ushell/gen/ui5/webcomponents.TableSelectionMultiHeaderSelector
|
|
2005
|
+
* @ui5-module-override sap/ushell/gen/ui5/webcomponents TableSelectionMultiHeaderSelector
|
|
2006
|
+
*/
|
|
2007
|
+
|
|
2008
|
+
pkg["TableSelectionMultiHeaderSelector"] = {
|
|
2009
|
+
/**
|
|
2010
|
+
* Renders a checkbox in the table header row that toggles the selection of all rows.
|
|
2011
|
+
* @public
|
|
2012
|
+
*/
|
|
2013
|
+
"SelectAll": "SelectAll",
|
|
2014
|
+
/**
|
|
2015
|
+
* Renders an icon in the table header row that removes the selection of all rows.
|
|
2016
|
+
* @public
|
|
2017
|
+
*/
|
|
2018
|
+
"ClearAll": "ClearAll",
|
|
2019
|
+
};
|
|
2020
|
+
registerEnum("sap.ushell.gen.ui5.webcomponents.TableSelectionMultiHeaderSelector", pkg["TableSelectionMultiHeaderSelector"]);
|
|
2021
|
+
/**
|
|
1970
2022
|
* Defines tag design types.
|
|
1971
2023
|
* @enum {string}
|
|
1972
2024
|
* @public
|
|
@@ -2283,6 +2335,32 @@ Default placement (no selection)
|
|
|
2283
2335
|
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IComboBoxItem
|
|
2284
2336
|
* @interface
|
|
2285
2337
|
* @public
|
|
2338
|
+
*/
|
|
2339
|
+
|
|
2340
|
+
/**
|
|
2341
|
+
* Represents a dynamic date range option used by the `ui5-dynamic-date-range` component.
|
|
2342
|
+
|
|
2343
|
+
Represents a dynamic date range option used for handling dynamic date ranges.
|
|
2344
|
+
This interface defines the structure and behavior required for implementing
|
|
2345
|
+
dynamic date range options, including formatting, parsing, validation, and
|
|
2346
|
+
conversion of date range values.
|
|
2347
|
+
|
|
2348
|
+
* Properties:
|
|
2349
|
+
- `icon`: The icon associated with the dynamic date range option, typically used for UI representation.
|
|
2350
|
+
- `operator`: A unique operator identifying the dynamic date range option.
|
|
2351
|
+
- `text`: The display text for the dynamic date range option.
|
|
2352
|
+
- `template` (optional): A JSX template for rendering the dynamic date range option.
|
|
2353
|
+
|
|
2354
|
+
Methods:
|
|
2355
|
+
- `format(value: DynamicDateRangeValue): string`: Formats the given dynamic date range value into a string representation.
|
|
2356
|
+
- `parse(value: string): DynamicDateRangeValue | undefined`: Parses a string into a dynamic date range value.
|
|
2357
|
+
- `toDates(value: DynamicDateRangeValue): Date[]`: Converts a dynamic date range value into an array of `Date` objects.
|
|
2358
|
+
- `handleSelectionChange?(event: CustomEvent): DynamicDateRangeValue | undefined`: (Optional) Handles selection changes in the UI of the dynamic date range option.
|
|
2359
|
+
- `isValidString(value: string): boolean`: Validates whether a given string is a valid representation of the dynamic date range value.
|
|
2360
|
+
* @name module:sap/ushell/gen/ui5/webcomponents.IDynamicDateRangeOption
|
|
2361
|
+
* @ui5-module-override sap/ushell/gen/ui5/webcomponents IDynamicDateRangeOption
|
|
2362
|
+
* @interface
|
|
2363
|
+
* @public
|
|
2286
2364
|
*/
|
|
2287
2365
|
|
|
2288
2366
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @fileOverview Class for statistical record
|
|
4
4
|
* It should contain data like step, duration after a navigation in the shell, can have status open.
|
|
5
5
|
* The closing of a record is logged in debug mode
|
|
6
|
-
* @version 1.136.
|
|
6
|
+
* @version 1.136.3
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log",
|
|
@@ -102,9 +102,9 @@ sap.ui.define([
|
|
|
102
102
|
*/
|
|
103
103
|
const Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", /** @lends sap.ushell.renderer.Renderer.prototype */ {
|
|
104
104
|
metadata: {
|
|
105
|
-
version: "1.136.
|
|
105
|
+
version: "1.136.3",
|
|
106
106
|
dependencies: {
|
|
107
|
-
version: "1.136.
|
|
107
|
+
version: "1.136.3",
|
|
108
108
|
libs: ["sap.ui.core", "sap.m"],
|
|
109
109
|
components: []
|
|
110
110
|
},
|
|
@@ -2273,12 +2273,21 @@ sap.ui.define([
|
|
|
2273
2273
|
const aStates = this._sanitizeStates(vStates);
|
|
2274
2274
|
|
|
2275
2275
|
const oItem = this.createItem(oControlProperties, bCurrentState, function (oProperties) {
|
|
2276
|
+
// the new ShellBarItem has its event handler called 'click' instead of 'press'
|
|
2277
|
+
// while all current headerEndItem implementations are passing oProperties with 'press' key
|
|
2278
|
+
// that is why we are creating a property with 'click' key
|
|
2276
2279
|
if (Config.last("/core/shellBar/enabled")) {
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2280
|
+
// since some plugins e.g Built-in support are adding the press event handler later
|
|
2281
|
+
// we make sure we create the 'click' property only if there is a press event handler
|
|
2282
|
+
if (typeof oProperties.press === "function") {
|
|
2283
|
+
oProperties = {
|
|
2284
|
+
...oProperties,
|
|
2285
|
+
click: oProperties.press
|
|
2286
|
+
};
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2281
2289
|
delete oProperties.press;
|
|
2290
|
+
delete oProperties.ariaLabel;
|
|
2282
2291
|
//TODO Move to async import once the infrastructure gets updated with the latest browser version
|
|
2283
2292
|
const ShellBarItem = sap.ui.require("sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem");
|
|
2284
2293
|
return new ShellBarItem(oProperties);
|
|
@@ -1165,14 +1165,14 @@ sap.ui.define([
|
|
|
1165
1165
|
* Therefore back navigation is used to restore the URL in case of wrong navigation or errors.
|
|
1166
1166
|
*
|
|
1167
1167
|
* @param {string} sShellHash shell hash
|
|
1168
|
-
* @param {string}
|
|
1168
|
+
* @param {string|null} sInnerAppRoute application part
|
|
1169
1169
|
* @param {string} sOldShellHash previous shell hash
|
|
1170
|
-
* @param {string}
|
|
1170
|
+
* @param {string|null} sOldInnerAppRoute previous application part
|
|
1171
1171
|
* @param {object} oParseError parse error
|
|
1172
1172
|
* @returns {jQuery.Promise} Resolves once the hash change is done.
|
|
1173
1173
|
* @public
|
|
1174
1174
|
*/
|
|
1175
|
-
doHashChange: function (sShellHash,
|
|
1175
|
+
doHashChange: function (sShellHash, sInnerAppRoute, sOldShellHash, sOldInnerAppRoute, oParseError) {
|
|
1176
1176
|
Log.debug(`${sLogFesrPrefix} Interaction Start`, "doHashChange", sModuleName);
|
|
1177
1177
|
ushellUtils.setPerformanceMark("FLP-ShellController-doHashChange-begin");
|
|
1178
1178
|
EventHub.emit("trackHashChange", sShellHash);
|
|
@@ -1224,7 +1224,7 @@ sap.ui.define([
|
|
|
1224
1224
|
|
|
1225
1225
|
const fnResolveInteraction = this._notifyAsyncStep();
|
|
1226
1226
|
|
|
1227
|
-
this._doHashChange(sFixedShellHash,
|
|
1227
|
+
this._doHashChange(sFixedShellHash, sInnerAppRoute, sFixedOldShellHash)
|
|
1228
1228
|
.catch(() => {
|
|
1229
1229
|
EventHub.emit("doHashChangeError", Date.now());
|
|
1230
1230
|
})
|
|
@@ -1243,7 +1243,7 @@ sap.ui.define([
|
|
|
1243
1243
|
return oDeferred.promise();
|
|
1244
1244
|
},
|
|
1245
1245
|
|
|
1246
|
-
_doHashChange: async function (sShellHash,
|
|
1246
|
+
_doHashChange: async function (sShellHash, sInnerAppRoute, sOldShellHash) {
|
|
1247
1247
|
// save current history length to handle errors (in case)
|
|
1248
1248
|
const iOriginalHistoryLength = this.history.getHistoryLength();
|
|
1249
1249
|
|
|
@@ -1293,7 +1293,7 @@ sap.ui.define([
|
|
|
1293
1293
|
|
|
1294
1294
|
const bOpenedViaNWBC = await this._openAppViaNWBC(oResolvedHashFragment, oOldResolvedHashFragment);
|
|
1295
1295
|
if (bOpenedViaNWBC === true) {
|
|
1296
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
1296
|
+
this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
|
|
1297
1297
|
Log.info("NWBC application was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
|
|
1298
1298
|
});
|
|
1299
1299
|
|
|
@@ -1303,7 +1303,7 @@ sap.ui.define([
|
|
|
1303
1303
|
|
|
1304
1304
|
if (oResolvedHashFragment.navigationMode === NavigationMode.newWindow) {
|
|
1305
1305
|
// add the app to application usage log
|
|
1306
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
1306
|
+
this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
|
|
1307
1307
|
Log.info("Application in new window was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
|
|
1308
1308
|
});
|
|
1309
1309
|
await this._openAppExplace(oResolvedHashFragment, oOldResolvedHashFragment);
|
|
@@ -1323,7 +1323,7 @@ sap.ui.define([
|
|
|
1323
1323
|
try {
|
|
1324
1324
|
const bPreviousIsInitialNavigation = this.oShellNavigationInternal.isInitialNavigation();
|
|
1325
1325
|
try {
|
|
1326
|
-
await this._openAppInplace(oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash,
|
|
1326
|
+
await this._openAppInplace(oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sInnerAppRoute, oOldResolvedHashFragment);
|
|
1327
1327
|
} catch (oError) {
|
|
1328
1328
|
Log.error(`Application initialization for intent "${sShellHash}" failed.`, oError);
|
|
1329
1329
|
|
|
@@ -1393,6 +1393,7 @@ sap.ui.define([
|
|
|
1393
1393
|
oConfig.migrationConfig = false;
|
|
1394
1394
|
this._getConfigModel().setProperty("/migrationConfig", false);
|
|
1395
1395
|
|
|
1396
|
+
// todo: [FLPCOREANDUX-10024] is this an actual use case? oResolvedHashFragment seems to be always defined
|
|
1396
1397
|
if (oResolvedHashFragment && sShellHash === "#") {
|
|
1397
1398
|
oConfig.rootIntent = "";
|
|
1398
1399
|
} else if (sShellHash === "#") {
|
|
@@ -1588,11 +1589,11 @@ sap.ui.define([
|
|
|
1588
1589
|
* @param {string} sShellHash the hash fragment to navigate to. It must start with "#" (i.e., fixed).
|
|
1589
1590
|
* @param {object} oResolvedHashFragment the hash fragment resolved via {@link sap.ushell.services.NavTargetResolutionInternal#resolveHashFragment}
|
|
1590
1591
|
* @param {string} sOldShellHash the old hash fragment. It must start with "#" (i.e., fixed).
|
|
1591
|
-
* @param {string}
|
|
1592
|
+
* @param {string|null} sInnerAppRoute the inner app route.
|
|
1592
1593
|
*
|
|
1593
1594
|
* @returns {Promise} Navigation Promise
|
|
1594
1595
|
*/
|
|
1595
|
-
_openAppInplace: async function (oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash,
|
|
1596
|
+
_openAppInplace: async function (oParsedShellHash, sShellHash, oResolvedHashFragment, sOldShellHash, sInnerAppRoute) {
|
|
1596
1597
|
// Close dialogs only for inplace navigation
|
|
1597
1598
|
this._closeAllDialogs();
|
|
1598
1599
|
|
|
@@ -1640,16 +1641,13 @@ sap.ui.define([
|
|
|
1640
1641
|
|
|
1641
1642
|
AppLifeCycleAI.resetGlobalShellUIService();
|
|
1642
1643
|
|
|
1643
|
-
const sBasicShellHash = UrlParsing.getBasicHash(sShellHash);
|
|
1644
1644
|
const bNavigationFromHome = this._isFLPIntent(sOldShellHash);
|
|
1645
|
-
const bNavigationWithInnerAppRoute = !!sAppPart;
|
|
1646
1645
|
|
|
1647
1646
|
const oApplicationHandle = await AppLifeCycleAI.startApplication(
|
|
1648
|
-
sBasicShellHash, // sAppId
|
|
1649
1647
|
oParsedShellHash,
|
|
1650
1648
|
oResolvedHashFragment,
|
|
1651
|
-
|
|
1652
|
-
|
|
1649
|
+
sInnerAppRoute || "",
|
|
1650
|
+
bNavigationFromHome
|
|
1653
1651
|
);
|
|
1654
1652
|
|
|
1655
1653
|
const sNavigationRedirectHash = oApplicationHandle.getNavigationRedirectHash();
|
|
@@ -1664,6 +1662,7 @@ sap.ui.define([
|
|
|
1664
1662
|
|
|
1665
1663
|
const oShellConfig = this._getConfig();
|
|
1666
1664
|
|
|
1665
|
+
const sBasicShellHash = UrlParsing.getBasicHash(sShellHash);
|
|
1667
1666
|
// this only targets the overwritten rootIntent (e.g. workzone advanced)
|
|
1668
1667
|
const bIsNavToHome = sShellHash === "#" || (oShellConfig.rootIntent && sBasicShellHash === UrlParsing.getBasicHash(oShellConfig.rootIntent));
|
|
1669
1668
|
oApplicationHandle.navTo(bIsNavToHome); // todo: [FLPCOREANDUX-10024] triggers appLoaded event and switches the state
|
|
@@ -1949,9 +1948,9 @@ sap.ui.define([
|
|
|
1949
1948
|
this._setSideNavigationVisible(true);
|
|
1950
1949
|
|
|
1951
1950
|
const sAppHash = this.oShellNavigationInternal.hashChanger.getAppHash();
|
|
1952
|
-
const
|
|
1951
|
+
const sInnerAppRoute = sAppHash ? `&/${sAppHash}` : null;
|
|
1953
1952
|
|
|
1954
|
-
this.logOpenAppAction(oResolvedHashFragment,
|
|
1953
|
+
this.logOpenAppAction(oResolvedHashFragment, sInnerAppRoute).catch(() => {
|
|
1955
1954
|
Log.info("Opened application was not logged.", undefined, "sap.ushell.renderer.Shell.controller");
|
|
1956
1955
|
});
|
|
1957
1956
|
|
|
@@ -1993,11 +1992,11 @@ sap.ui.define([
|
|
|
1993
1992
|
* Logs an application to the recent activities.
|
|
1994
1993
|
*
|
|
1995
1994
|
* @param {object} oResolvedHashFragment The resolved target intent
|
|
1996
|
-
* @param {string}
|
|
1995
|
+
* @param {string} sInnerAppRoute The inner app route part of the intent
|
|
1997
1996
|
* @returns {Promise} A promise that is resolved once the action is logged
|
|
1998
1997
|
* @throws {Error} If the application was not logged.
|
|
1999
1998
|
*/
|
|
2000
|
-
logOpenAppAction: async function (oResolvedHashFragment,
|
|
1999
|
+
logOpenAppAction: async function (oResolvedHashFragment, sInnerAppRoute) {
|
|
2001
2000
|
const bEnableRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
|
|
2002
2001
|
if (!bEnableRecentActivity) {
|
|
2003
2002
|
throw new Error("Tracking of RecentActivity is disabled.");
|
|
@@ -2010,7 +2009,7 @@ sap.ui.define([
|
|
|
2010
2009
|
const oRecentEntry = {
|
|
2011
2010
|
title: oMetadata.title,
|
|
2012
2011
|
appType: AppType.APP, // default app type the shell adds is 'Application'
|
|
2013
|
-
url:
|
|
2012
|
+
url: sInnerAppRoute ? sShellHash + sInnerAppRoute : sShellHash
|
|
2014
2013
|
};
|
|
2015
2014
|
|
|
2016
2015
|
const oParsed = UrlParsing.parseShellHash(sShellHash);
|
|
@@ -356,12 +356,12 @@ LogoutFailed=Abmelden fehlgeschlagen. Bitte schlie\u00DFen Sie alle Browserfenst
|
|
|
356
356
|
hotKeysGlossary=Tastaturk\u00FCrzel
|
|
357
357
|
hotkeyFocusOnSearchField=Fokus auf Suchfeld setzen
|
|
358
358
|
hotkeyFocusOnSearchButton=Fokus auf Suchtaste setzen
|
|
359
|
-
hotkeyFocusOnSettingsButton=Fokus auf
|
|
359
|
+
hotkeyFocusOnSettingsButton=Fokus auf Button f\u00FCr Einstellungen setzen
|
|
360
360
|
hotkeyFocusOnNotifications=Nachrichtenbereich anzeigen
|
|
361
361
|
hotkeyFocusOnUserActionMenu=Fokus auf Benutzeraktionsmen\u00FC setzen
|
|
362
362
|
hotkeyOpenSettings=Einstellungsdialog \u00F6ffnen
|
|
363
363
|
hotkeyHomePage=Fokus entweder auf Logo oder Drucktaste f\u00FCr Startseite setzen
|
|
364
|
-
hotkeyFocusOnAppFinderButton=Fokus auf
|
|
364
|
+
hotkeyFocusOnAppFinderButton=Fokus auf Button f\u00FCr App Finder setzen
|
|
365
365
|
hotkeyExitEditing=Bearbeitungsmodus verlassen
|
|
366
366
|
OptionKey=Option
|
|
367
367
|
CommandKey=Befehl
|
|
@@ -799,9 +799,9 @@ Notifications.Popover.Title=Benachrichtigungen
|
|
|
799
799
|
Notifications.Popover.Button.LoadMore=Mehr
|
|
800
800
|
Notifications.Popover.Sort.Menu.Button.Date=Nach Datum sortieren
|
|
801
801
|
Notifications.Popover.Sort.Menu.Button.Priority=Nach Wichtigkeit sortieren
|
|
802
|
-
Notifications.Popover.NoData.Title=Sie haben keine neuen Benachrichtigungen
|
|
802
|
+
Notifications.Popover.NoData.Title=Sie haben keine neuen Benachrichtigungen
|
|
803
803
|
Notifications.Popover.NoData.Description=Sehen Sie sp\u00E4ter noch mal nach.
|
|
804
|
-
Notifications.Popover.NoData.Button=
|
|
804
|
+
Notifications.Popover.NoData.Button=Benachrichtigungseinstellungen
|
|
805
805
|
Notifications.Popover.Group.Today=Heute
|
|
806
806
|
Notifications.Popover.Group.Yesterday=Gestern
|
|
807
807
|
Notifications.Popover.Group.ThisWeek=Aktuelle Woche
|
|
@@ -809,9 +809,9 @@ Notifications.Popover.Group.LastWeek=Letzte Woche
|
|
|
809
809
|
Notifications.Popover.Group.ThisMonth=Aktueller Monat
|
|
810
810
|
Notifications.Popover.Group.LastMonth=Letzter Monat
|
|
811
811
|
Notifications.Popover.Group.ThisYear=Aktuelles Jahr
|
|
812
|
-
Notifications.Popover.Group.Older
|
|
812
|
+
Notifications.Popover.Group.Older=\u00C4lter
|
|
813
813
|
Notifications.Popover.Group.Important=Wichtig
|
|
814
|
-
Notifications.Popover.Group.Others=
|
|
814
|
+
Notifications.Popover.Group.Others=Sonstige
|
|
815
815
|
|
|
816
816
|
ProfileImgId=Profilbild
|
|
817
817
|
imgConsentMsg=Ich bin damit einverstanden, dass mein SAP-Jam-Profilbild im Launchpad angezeigt wird.
|
|
@@ -644,7 +644,7 @@ noNotificationTypesEnabledHeader_message=Non hai ancora ricevuto i messaggi
|
|
|
644
644
|
noNotificationTypesEnabled_message=In questa view puoi adattare le impostazioni delle notifiche attivate a livello di app. Al momento nessuna notifica \u00E8 attiva per le tue app.
|
|
645
645
|
moreNotificationsAvailable_message=Esistono degli altri messaggi non letti.
|
|
646
646
|
processNotifications_message=Elabora o scarta alcuni dei messaggi riportati per visualizzarne altri.
|
|
647
|
-
moreNotifications=
|
|
647
|
+
moreNotifications=Mostra di pi\u00F9
|
|
648
648
|
Notifications_Settings_Show_Type_column=Attiva
|
|
649
649
|
Label.ShowAlertsForHighNotifications=Visualizza allerte notifica con priorit\u00E0 alta
|
|
650
650
|
|
|
@@ -796,7 +796,7 @@ NotificationToggleButton.NoNewNotifications=Notifiche
|
|
|
796
796
|
NotificationToggleButton.NewNotifications={0} nuove notifiche
|
|
797
797
|
NotificationToggleButton.NewNotifications.MaxExceeded=Pi\u00F9 di {0} nuove notifiche
|
|
798
798
|
Notifications.Popover.Title=Notifiche
|
|
799
|
-
Notifications.Popover.Button.LoadMore=
|
|
799
|
+
Notifications.Popover.Button.LoadMore=Mostra di pi\u00F9
|
|
800
800
|
Notifications.Popover.Sort.Menu.Button.Date=Classifica per data
|
|
801
801
|
Notifications.Popover.Sort.Menu.Button.Priority=Classifica per importanza
|
|
802
802
|
Notifications.Popover.NoData.Title=Non ci sono nuove notifiche
|
|
@@ -687,7 +687,7 @@ Shell_Header_AriaLabel=Vrstica lupine
|
|
|
687
687
|
|
|
688
688
|
|
|
689
689
|
shellNavMenu_relatedApps=Sorodne aplikacije
|
|
690
|
-
shellNavMenu_openMenuTooltip_navigationMenu=
|
|
690
|
+
shellNavMenu_openMenuTooltip_navigationMenu=Meni krmarjenja
|
|
691
691
|
shellNavMenu_openMenuTooltip_allMyApps=Meni Vse moje aplikacije
|
|
692
692
|
|
|
693
693
|
searchSetting=Iskanje
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @fileOverview The Unified Shell's AppLifeCycle service enables plug-ins to enquire the which
|
|
5
5
|
* application is currently displayed and listen to life cycle events.
|
|
6
6
|
*
|
|
7
|
-
* @version 1.136.
|
|
7
|
+
* @version 1.136.3
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
10
|
"sap/ui/base/EventProvider",
|
|
@@ -318,11 +318,13 @@ sap.ui.define([
|
|
|
318
318
|
* @param {boolean} bDisableRouterRetrigger
|
|
319
319
|
* A flag to disable or enable the router's re-trigger
|
|
320
320
|
* when a keep-alive application is restored
|
|
321
|
+
*
|
|
321
322
|
* @since 1.98
|
|
322
323
|
* @private
|
|
323
324
|
* @ui5-restricted sap.fe
|
|
324
325
|
*/
|
|
325
326
|
disableKeepAliveAppRouterRetrigger: function (bDisableRouterRetrigger) {
|
|
327
|
+
// todo: [FLPCOREANDUX-10024] migrate to direct call (currently blocked by reuse of this service in appRuntime)
|
|
326
328
|
EventHub.emit("disableKeepAliveRestoreRouterRetrigger", {
|
|
327
329
|
disable: bDisableRouterRetrigger,
|
|
328
330
|
appId: this._oCurrentApplicationContainer?.getCurrentAppId(),
|
|
@@ -335,7 +337,7 @@ sap.ui.define([
|
|
|
335
337
|
setTimeout(() => {
|
|
336
338
|
this._oEventProvider.fireEvent(S_APP_LOADED_EVENT, this._oCurrentApplication);
|
|
337
339
|
// shell analytics is listening to this event
|
|
338
|
-
EventHub.emit("FESRAppLoaded", {technicalName: this._oCurrentApplication?.technicalName});
|
|
340
|
+
EventHub.emit("FESRAppLoaded", { technicalName: this._oCurrentApplication?.technicalName });
|
|
339
341
|
|
|
340
342
|
if (window.QUnit === undefined && Container.inAppRuntime() === false) {
|
|
341
343
|
if (Config.last("/core/shell/enableMessageBroker")) {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* This is *not* an application facing service, but for Shell Internal usage.
|
|
7
7
|
* This service should be accessed by the application via the CrossApplicationNavigation service.
|
|
8
8
|
*
|
|
9
|
-
* @version 1.136.
|
|
9
|
+
* @version 1.136.3
|
|
10
10
|
*/
|
|
11
11
|
sap.ui.define([
|
|
12
12
|
"sap/ui/base/Object",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
* <p>This is a dependency of ClientSideTargetResolution. Interfaces exposed
|
|
35
35
|
* by this module may change at any time without notice.</p>
|
|
36
36
|
*
|
|
37
|
-
* @version 1.136.
|
|
37
|
+
* @version 1.136.3
|
|
38
38
|
*/
|
|
39
39
|
sap.ui.define([
|
|
40
40
|
"sap/ushell/services/ClientSideTargetResolution/VirtualInbounds",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @file PrelaunchOperations are executed just before launching the application (post parameter mapping and app state merging) if the
|
|
5
5
|
* <code>sap-prelaunch-operations</code> parameter is specified as a technical parameter.
|
|
6
6
|
*
|
|
7
|
-
* @version 1.136.
|
|
7
|
+
* @version 1.136.3
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
10
|
"sap/base/Log",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* In the future, the custom resolver mechanism should be probably moved towards modifying (or only adding to the list of Inbounds),
|
|
30
30
|
* this way a single data source has to be altered to support consistently getLinks, isIntentSupported.
|
|
31
31
|
*
|
|
32
|
-
* @version 1.136.
|
|
32
|
+
* @version 1.136.3
|
|
33
33
|
*/
|
|
34
34
|
sap.ui.define([
|
|
35
35
|
"sap/base/Log",
|
|
@@ -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.136.
|
|
6
|
+
* @version 1.136.3
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log"
|