@sapui5/sap.ushell 1.126.1 → 1.127.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/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 +2 -2
- 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/User.js +7 -7
- package/src/main/js/sap/ushell/UserActivityLog.js +8 -13
- package/src/main/js/sap/ushell/_Config/utils.js +18 -0
- 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 +28 -9
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +4 -3
- 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 +6 -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/appRuntime/neo/AppInfoService.js +1 -0
- package/src/main/js/sap/ushell/appRuntime/neo/AppRuntimeNeo.js +1 -0
- package/src/main/js/sap/ushell/appRuntime/neo/ProxyAppUtils.js +1 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +19 -0
- 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 +51 -0
- 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 +6 -6
- 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/FLPScheduler.js +47 -16
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +10 -3
- 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.ui5.js +9 -0
- 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 +13 -33
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +135 -8
- package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +0 -6
- package/src/main/js/sap/ushell/components/appfinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +74 -72
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +35 -18
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +42 -27
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.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 +19 -12
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +24 -5
- 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/contentFinder/model/formatter.js +47 -7
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +7 -6
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +5 -4
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.view.xml +34 -22
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +7 -6
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +3 -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/Component.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 +29 -24
- 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 +10 -3
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +26 -5
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +3 -2
- 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/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +19 -3
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +1 -0
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +24 -22
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +80 -17
- 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 +12 -16
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +9 -4
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +9 -9
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -45
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +31 -23
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenuPopover.fragment.xml +7 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +3 -3
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +0 -4
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +0 -1
- package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.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 +2 -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 +1939 -1946
- 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 +3 -2
- 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 +15 -12
- 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/AccessKeysHandler.js +31 -9
- package/src/main/js/sap/ushell/renderer/Renderer.js +303 -287
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +99 -101
- package/src/main/js/sap/ushell/renderer/Shell.view.js +110 -89
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.controller.js +29 -15
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.view.xml +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/History.js +1 -0
- package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +1 -0
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +108 -87
- package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsManager.js +1 -0
- 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 +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +2 -15
- 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 +11 -5
- package/src/main/js/sap/ushell/services/Extension/Item.js +4 -4
- package/src/main/js/sap/ushell/services/Extension.js +36 -2
- 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 +4 -4
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +18 -2
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +20 -2
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +96 -2
- 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 +13 -8
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +4 -3
- 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 +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 +6 -5
- 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 +3 -3
- 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/_AppState/AppStatePersistencyMethod.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/_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 +2 -2
- 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/_Personalization/VariantSetAdapter.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/WindowAdapter.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/WindowAdapterContainer.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/constants.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/constants.private.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/utils.js +1 -0
- package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +2 -2
- 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/state/BaseState.js +79 -0
- package/src/main/js/sap/ushell/state/ControlManager.js +209 -0
- package/src/main/js/sap/ushell/state/CurrentState.js +180 -0
- package/src/main/js/sap/ushell/state/KeepAlive.js +75 -0
- package/src/main/js/sap/ushell/state/ShellModel.js +112 -0
- package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +40 -0
- package/src/main/js/sap/ushell/state/StateManager/Operation.js +42 -0
- package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +86 -0
- package/src/main/js/sap/ushell/state/StateManager.js +648 -0
- package/src/main/js/sap/ushell/state/StateRules.js +295 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +74 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +78 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +130 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +104 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +78 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +78 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +60 -0
- package/src/main/js/sap/ushell/state/StrategyFactory.js +168 -0
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/UserSettings.less +1 -5
- package/src/main/js/sap/ushell/themes/base/WorkPageCell.less +45 -49
- package/src/main/js/sap/ushell/themes/sap_belize_base/UserSettings.less +1 -5
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +1 -5
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ActionMode.less +107 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AddBookmarkButton.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AnchorItem.less +81 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AnchorNavigationBar.less +86 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +213 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +387 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ContactSupport.less +12 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ContentFinder.less +26 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_CustomGroupHeaderListItem.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Dashboard.less +66 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_DynamicTile.less +114 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Factsheet.less +225 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_FloatingContainer.less +125 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_FlpSettings.less +83 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_GroupList.less +68 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_GroupListItem.less +54 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_IconFonts.less +21 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ImageTile.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_LoadingDialog.less +47 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Notifications.less +135 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Page.less +49 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_PictureTile.less +119 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_PictureViewer.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_PlusTile.less +38 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_QuickAccess.less +18 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_RightFloatingContainerItem.less +82 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_SearchCEP.less +121 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_SearchFLP.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Section.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellAppTitle.less +207 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellFloatingAction.less +61 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellFloatingActions.less +14 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +389 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellLayout.less +168 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_SidePane.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_StaticTile.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_SubHeader.less +3 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_SysInfoBar.less +164 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_TargetMappingConfiguration.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Tile.less +223 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_TileBase.less +152 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_TileContainer.less +495 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_TilePlaceholder.less +75 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_TileState.less +62 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ToolAreaItem.less +85 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_UserActionsMenu.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_UserConsentDialog.less +52 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_UserSettings.less +109 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ViewPortContainer.less +28 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPage.less +58 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPageButton.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPageCell.less +144 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPageColumn.less +39 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPageColumnResizer.less +128 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_WorkPageRow.less +987 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_shared.less +40 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +70 -1
- package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +17 -11
- package/src/main/js/sap/ushell/ui/ShellHeader.js +10 -3
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +0 -4
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -5
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +19 -5
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +9 -3
- package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +5 -5
- 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/TileContainer.js +17 -12
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +50 -35
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +2 -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 +3 -3
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +89 -0
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +51 -47
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +32 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +26 -2
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.load.ui5theme.js +0 -67
- package/src/main/js/sap/ushell/components/HeaderManager.js +0 -547
- package/src/main/js/sap/ushell/components/StateHelper.js +0 -70
- package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +0 -105
- package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadItemsStrategy.js +0 -75
- package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +0 -70
- package/src/main/js/sap/ushell/components/_HeaderManager/ExtendApplicationPropertyStrategy.js +0 -18
- package/src/main/js/sap/ushell/components/_HeaderManager/PropertyStrategiesFactory.js +0 -58
- package/src/main/js/sap/ushell/components/_HeaderManager/RemoveItemsStrategy.js +0 -46
- package/src/main/js/sap/ushell/components/_HeaderManager/SetHeadPropertyStrategy.js +0 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +0 -1309
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +0 -363
|
@@ -0,0 +1,387 @@
|
|
|
1
|
+
/* ================================================================ */
|
|
2
|
+
/* CSS for control "sap.ushell.components.appfinder.Catalog" (base) */
|
|
3
|
+
/* ================================================================ */
|
|
4
|
+
|
|
5
|
+
@AppFinderTileBorderRadius: 0.25rem;
|
|
6
|
+
|
|
7
|
+
.sapUiMedia-StdExt-Phone .sapUshellCatalogsContainer { margin: 0 0.45rem; }
|
|
8
|
+
.sapUiMedia-StdExt-Tablet .sapUshellCatalogsContainer,
|
|
9
|
+
.sapUiMedia-StdExt-Desktop .sapUshellCatalogsContainer,
|
|
10
|
+
.sapUiMedia-StdExt-LargeDesktop .sapUshellCatalogsContainer { margin: 0 2rem 0 1rem; }
|
|
11
|
+
|
|
12
|
+
.sap-phone { /* on phones the menu is always toggleable, so "sapUshellCatalogsContainer" can use normal margins (same as header) */
|
|
13
|
+
&.sapUiMedia-StdExt-Phone .sapUshellCatalogsContainer { margin: 0 0.45rem; }
|
|
14
|
+
&.sapUiMedia-StdExt-Tablet .sapUshellCatalogsContainer,
|
|
15
|
+
&.sapUiMedia-StdExt-Desktop .sapUshellCatalogsContainer { margin: 0 2rem; }
|
|
16
|
+
&.sapUiMedia-StdExt-LargeDesktop .sapUshellCatalogsContainer { margin: 0 3rem; }
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.sapUshellCatalogNewGroupBackButton {
|
|
20
|
+
height: 3rem;
|
|
21
|
+
margin: 0;
|
|
22
|
+
padding: 0.25rem 0;
|
|
23
|
+
vertical-align: top;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
#popoverContainer .sapMList {
|
|
27
|
+
padding: 1px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
#appFinderPage {
|
|
31
|
+
.forwardToViewAnimation { animation: forwardToViewAnimation 0.3s linear; }
|
|
32
|
+
.forwardOutOfViewAnimation { animation: forwardOutOfViewAnimation 0.3s linear; }
|
|
33
|
+
.backToViewAnimation { animation: forwardOutOfViewAnimation 0.3s linear reverse; }
|
|
34
|
+
.backOutOfViewAnimation { animation: forwardToViewAnimation 0.3s linear reverse; }
|
|
35
|
+
|
|
36
|
+
@keyframes forwardToViewAnimation {
|
|
37
|
+
0% { transform: translateX(100%); }
|
|
38
|
+
100% { transform: translateX(0%); }
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@keyframes forwardOutOfViewAnimation {
|
|
42
|
+
0% { transform: translateX(0%); }
|
|
43
|
+
100% { transform: translateX(-100%); }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.sapUshellAppsView {
|
|
48
|
+
.sapMBreadcrumbs {
|
|
49
|
+
margin-top: -0.2rem;
|
|
50
|
+
margin-bottom: 0.8rem;
|
|
51
|
+
|
|
52
|
+
& + .sapMMessagePage {
|
|
53
|
+
height: calc(~"100% - 3rem");
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.sap-phone .sapUshellCatalogsContainer .sapUshellInner {
|
|
59
|
+
margin-bottom: 0.5rem; /* flex is used on phones */
|
|
60
|
+
|
|
61
|
+
> br {
|
|
62
|
+
display: none; /* flex is used on phones */
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.sapUshellAppBox,
|
|
67
|
+
.sapUshellCatalogsContainer .sapUshellTile {
|
|
68
|
+
box-sizing: border-box;
|
|
69
|
+
float: revert;
|
|
70
|
+
display: inline-block;
|
|
71
|
+
vertical-align: top;
|
|
72
|
+
border-radius: @AppFinderTileBorderRadius;
|
|
73
|
+
list-style-type: none;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
margin: 0 0.5rem 0.5rem 0;
|
|
76
|
+
|
|
77
|
+
.sap-phone & {
|
|
78
|
+
margin: 0; /* flex is used on phones */
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.sapMGT,
|
|
82
|
+
.sapUshellGT {
|
|
83
|
+
box-shadow: revert; /* prevents duplicated "box-shadow" (AppFinder Tiles already have their own) */
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapUshellAppBox {
|
|
88
|
+
width: 19rem;
|
|
89
|
+
height: 8rem;
|
|
90
|
+
font-size: 1rem;
|
|
91
|
+
|
|
92
|
+
.sapUshellAppBoxInner {
|
|
93
|
+
height: calc(~"100% - 4.25rem");
|
|
94
|
+
position: relative;
|
|
95
|
+
padding-top: 1rem;
|
|
96
|
+
padding-bottom: 0.75rem;
|
|
97
|
+
padding-left: 1rem;
|
|
98
|
+
padding-right: 0.5rem;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.sapUshellPinButton {
|
|
102
|
+
position: relative;
|
|
103
|
+
bottom: 0;
|
|
104
|
+
right: 0;
|
|
105
|
+
padding: 0;
|
|
106
|
+
margin-bottom: 0.25rem;
|
|
107
|
+
margin-top: 0.25rem;
|
|
108
|
+
margin-right: 0.5rem;
|
|
109
|
+
margin-left: 0.5rem;
|
|
110
|
+
float: right;
|
|
111
|
+
flex: 0 0 auto;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.sapUshellAppBoxIcon {
|
|
115
|
+
float: left;
|
|
116
|
+
font-size: 1.5rem;
|
|
117
|
+
line-height: 2rem;
|
|
118
|
+
width: 2rem;
|
|
119
|
+
margin-right: 0.5rem;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sapUshellAppBoxTitle {
|
|
123
|
+
font-size: 1rem;
|
|
124
|
+
padding: 0;
|
|
125
|
+
line-height: 1.25rem;
|
|
126
|
+
overflow: hidden;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.sapUshellAppBoxSubtitle {
|
|
130
|
+
font-size: 0.875rem;
|
|
131
|
+
padding-top: 0.25rem;
|
|
132
|
+
line-height: 1rem;
|
|
133
|
+
overflow: hidden;
|
|
134
|
+
margin-right: 3rem;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.sapUshellAppBoxContentProviderLabel {
|
|
138
|
+
max-width: 100%;
|
|
139
|
+
flex: 1;
|
|
140
|
+
overflow: hidden;
|
|
141
|
+
text-overflow: ellipsis;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.sapUshellAppBoxContentProviderLabelInner {
|
|
145
|
+
padding: 0.125rem 0.25rem 0.125rem 0.25rem;
|
|
146
|
+
text-transform: uppercase;
|
|
147
|
+
border-radius: 0.125rem 0 0 0.125rem;
|
|
148
|
+
background-color: @sapTile_Active_Background;
|
|
149
|
+
font-size: 0.75rem;
|
|
150
|
+
white-space: nowrap;
|
|
151
|
+
word-wrap: normal;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.sapUshellAppBoxHeaderElementOneLine {
|
|
155
|
+
display: block;
|
|
156
|
+
text-overflow: ellipsis;
|
|
157
|
+
overflow: hidden;
|
|
158
|
+
white-space: nowrap;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.sapUshellAppBoxHeaderElementTwoLines {
|
|
162
|
+
display: -webkit-box;
|
|
163
|
+
-webkit-line-clamp: 2;
|
|
164
|
+
-webkit-box-orient: vertical;
|
|
165
|
+
|
|
166
|
+
&.sapUshellAppBoxTitle { height: 2.5rem; }
|
|
167
|
+
&.sapUshellAppBoxSubtitle { height: 2rem; }
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.sapUshellAppBoxHeader {
|
|
171
|
+
overflow: hidden;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.sapUshellAppBox {
|
|
176
|
+
.sapUshellPinButton,
|
|
177
|
+
.sapUshellPinButton > div {
|
|
178
|
+
height: 2rem;
|
|
179
|
+
width: 2rem;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.sapUshellAppBoxSubtitle {
|
|
183
|
+
margin-right: 2.5rem;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
body:not(.sapUiSizeCozy) {
|
|
188
|
+
.sapUshellAppBox .sapUshellPinButton .sapMBtnInner {
|
|
189
|
+
height: 1.625rem;
|
|
190
|
+
min-width: 2rem;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.sapUshellAppBox .sapUshellPinButton .sapMBtnInner .sapMBtnIcon {
|
|
194
|
+
width: 1rem;
|
|
195
|
+
font-size: 1rem;
|
|
196
|
+
line-height: 1.5rem;
|
|
197
|
+
max-height: 1.5rem;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.sapUiSizeCozy .sapUshellAppBox {
|
|
202
|
+
.sapUshellPinButton,
|
|
203
|
+
.sapUshellPinButton > div {
|
|
204
|
+
height: 2.5rem;
|
|
205
|
+
width: 2.5rem;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.sapUshellAppBoxInner {
|
|
209
|
+
height: calc(~"100% - 4.75rem");
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.sapUshellAppBoxHeaderArea {
|
|
214
|
+
height: 61px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.sapUshellAppBoxActionsArea {
|
|
218
|
+
border-top: 1px solid @sapUiGroupTitleBorderColor;
|
|
219
|
+
position: relative;
|
|
220
|
+
background-color: transparent;
|
|
221
|
+
display: flex;
|
|
222
|
+
align-items: center;
|
|
223
|
+
justify-content: flex-end;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.sapUshellAppBox .sapUshellPinButton span {
|
|
227
|
+
margin: 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
#catalogSelect {
|
|
231
|
+
overflow-y: auto;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
#catalogTiles,
|
|
235
|
+
#catalogTilesSearchPage {
|
|
236
|
+
.sapUshellTilePinButtonOverlay {
|
|
237
|
+
border-top: 1px solid @sapUiGroupTitleBorderColor;
|
|
238
|
+
border-bottom-right-radius: @AppFinderTileBorderRadius;
|
|
239
|
+
border-bottom-left-radius: @AppFinderTileBorderRadius;
|
|
240
|
+
text-align: right;
|
|
241
|
+
z-index: 1;
|
|
242
|
+
position: relative;
|
|
243
|
+
background-color: @sapUiTileBackground;
|
|
244
|
+
padding-top: 0;
|
|
245
|
+
padding-bottom: 0;
|
|
246
|
+
|
|
247
|
+
@media (min-width: 375px) {
|
|
248
|
+
padding-top: 0.25rem;
|
|
249
|
+
padding-bottom: 0.25rem;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
#catalogTiles .sapUshellTile:focus .sapUshellTilePinButtonOverlay {
|
|
255
|
+
background-color: transparent;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.sapUshellActionButton {
|
|
259
|
+
margin-right: 0.5rem;
|
|
260
|
+
vertical-align: middle;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
#catalogSelectBusyIndicator {
|
|
264
|
+
width: 100%;
|
|
265
|
+
position: absolute;
|
|
266
|
+
top: 50%;
|
|
267
|
+
height: auto;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
#appFinderSubHeader {
|
|
271
|
+
height: 2.8rem;
|
|
272
|
+
align-content: center;
|
|
273
|
+
|
|
274
|
+
&,
|
|
275
|
+
#appFinderSearchContainer {
|
|
276
|
+
flex-wrap: wrap;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
> * {
|
|
280
|
+
margin: 0;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
#appFinderPage-cont {
|
|
285
|
+
top: 2.8rem;
|
|
286
|
+
height: auto !important; /* fix sapui5 bug when you use sap.m.SplitApp inside sap.m.Page */
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.sapUshellHierarchyFolders {
|
|
290
|
+
.sapMPageHeader .sapMBarRight .sapMBarLeft {
|
|
291
|
+
padding-left: 0.5rem;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.sapMBarRight {
|
|
295
|
+
min-width: 5rem;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.sapUiMedia-StdExt-Phone #appFinderSubHeader { padding: 0 1rem; }
|
|
300
|
+
.sapUiMedia-StdExt-Tablet #appFinderSubHeader,
|
|
301
|
+
.sapUiMedia-StdExt-Desktop #appFinderSubHeader { padding: 0 2rem; }
|
|
302
|
+
.sapUiMedia-StdExt-LargeDesktop #appFinderSubHeader { padding: 0 3rem; }
|
|
303
|
+
|
|
304
|
+
@media (max-width: 799px) {
|
|
305
|
+
.sapUshellAppFinderWithEasyAccess.sapUshellAppFinderTags,
|
|
306
|
+
.sapUshellAppFinderWithEasyAccess.sapUshellAppFinderSearch,
|
|
307
|
+
.sapUshellAppFinderTags.sapUshellAppFinderSearch {
|
|
308
|
+
.sapUiSizeCompact & {
|
|
309
|
+
#appFinderSubHeader { height: 4.4rem; }
|
|
310
|
+
#appFinderPage-cont { top: 4.4rem; }
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.sapUiSizeCozy & {
|
|
314
|
+
#appFinderSubHeader { height: 5.6rem; }
|
|
315
|
+
#appFinderPage-cont { top: 5.6rem; }
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.sapUshellAppFinderWithEasyAccess.sapUshellAppFinderTags.sapUshellAppFinderSearch {
|
|
320
|
+
.sapUiSizeCompact & {
|
|
321
|
+
#appFinderSubHeader { height: 6.4rem; }
|
|
322
|
+
#appFinderPage-cont { top: 6.4rem; }
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.sapUiSizeCozy & {
|
|
326
|
+
#appFinderSubHeader { height: 8.3rem; }
|
|
327
|
+
#appFinderPage-cont { top: 8.3rem; }
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
#appFinderSubHeader {
|
|
332
|
+
justify-content: flex-start;
|
|
333
|
+
|
|
334
|
+
#openCloseButtonAppFinderSubheader {
|
|
335
|
+
position: absolute;
|
|
336
|
+
z-index: 1;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
#appFinderSegmentedButtons {
|
|
340
|
+
/* as the width is set an an inline style by the control itself, there is no other option than using !important */
|
|
341
|
+
width: 100% !important;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
#appFinderSearchContainer {
|
|
345
|
+
&,
|
|
346
|
+
#appFinderTagFilter,
|
|
347
|
+
#appFinderSearch,
|
|
348
|
+
.sapMFlexItem {
|
|
349
|
+
/* as the width is set an an inline style by the control itself, there is no other option than using !important */
|
|
350
|
+
width: 100% !important;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.sapUshellAppFinderToggleButton #appFinderSubHeader {
|
|
356
|
+
#appFinderSegmentedButtons,
|
|
357
|
+
#appFinderSearchContainer {
|
|
358
|
+
padding-left: 2.5rem;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
@media (min-width: 800px) {
|
|
364
|
+
#appFinderSubHeader {
|
|
365
|
+
justify-content: space-between;
|
|
366
|
+
|
|
367
|
+
.sapUshellAppFinderTags:not(.sapUshellAppFinderToggleButton):not(.sapUshellAppFinderWithEasyAccess) &,
|
|
368
|
+
.sapUshellAppFinderSearch:not(.sapUshellAppFinderToggleButton):not(.sapUshellAppFinderWithEasyAccess) & {
|
|
369
|
+
justify-content: flex-end;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.sapUshellAppFinderTags & #appFinderSearchContainer #appFinderSearch {
|
|
373
|
+
padding-left: 0.5rem;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
@media (min-width: 1440px) {
|
|
379
|
+
.sapUshellAppFinderWithEasyAccess #appFinderSubHeader {
|
|
380
|
+
justify-content: center;
|
|
381
|
+
|
|
382
|
+
#appFinderSearchContainer {
|
|
383
|
+
position: absolute;
|
|
384
|
+
right: 3rem;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ================================================================*/
|
|
2
|
+
/* CSS for control sap.ushell/ContactSupportButton.control BASE theme */
|
|
3
|
+
/* =============================================================== */
|
|
4
|
+
|
|
5
|
+
/*Styles*/
|
|
6
|
+
|
|
7
|
+
.sapUshellTechnicalInfoBox {
|
|
8
|
+
max-height: 9.38rem;
|
|
9
|
+
overflow-y: auto;
|
|
10
|
+
margin: 0.94rem 0;
|
|
11
|
+
width: auto;
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.contentFinderToolbar {
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.contentFinderAppBox {
|
|
6
|
+
padding: 1rem;
|
|
7
|
+
align-items: flex-start;
|
|
8
|
+
line-height: 1.2rem;
|
|
9
|
+
|
|
10
|
+
.contentFinderAppBoxTitle {
|
|
11
|
+
font-weight: bold;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.contentFinderAppBoxSubtitle {
|
|
15
|
+
color: @sapUiTileTextColor;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
.contentFinderAppBox {
|
|
21
|
+
|
|
22
|
+
.contentFinderAppBoxLabel,
|
|
23
|
+
.contentFinderAppBoxValue {
|
|
24
|
+
line-height: normal;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* ======================== */
|
|
2
|
+
/* CSS for Dashboard (base) */
|
|
3
|
+
/* ======================== */
|
|
4
|
+
|
|
5
|
+
.sapUshellDashboardView {
|
|
6
|
+
height: 100%;
|
|
7
|
+
overflow-x: hidden;
|
|
8
|
+
overflow-y: hidden;
|
|
9
|
+
-webkit-overflow-scrolling: touch;
|
|
10
|
+
touch-action: pan-y; /* Fix for Windows 8.1 IE11 touch devices */
|
|
11
|
+
-ms-touch-action: pan-y; /* Fix for Windows 8 IE10 touch devices */
|
|
12
|
+
|
|
13
|
+
a img {
|
|
14
|
+
border: none;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapUshellSectionNoTop {
|
|
19
|
+
top: 0rem !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* move dashboard section down a bit, to make room for Anchor Navigation */
|
|
23
|
+
#sapUshellDashboardPage-cont {
|
|
24
|
+
padding-top: 1rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapUiMedia-Std-Phone .sapUshellDashboardView{
|
|
28
|
+
min-width: 2 * @_sap_ushell_Tile_WidthPhone + 3 * @_sap_ushell_Tile_Spacing;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapUiMedia-Std-Tablet .sapUshellDashboardView,
|
|
32
|
+
.sapUiMedia-Std-Desktop .sapUshellDashboardView {
|
|
33
|
+
min-width: 2 * @_sap_ushell_Tile_WidthDesktop + 3 * @_sap_ushell_Tile_Spacing;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.sapUiMedia-StdExt-Phone .sapUshellDashboardGroupsContainer { padding: 0 0.45rem; }
|
|
37
|
+
.sapUiMedia-StdExt-Tablet .sapUshellDashboardGroupsContainer,
|
|
38
|
+
.sapUiMedia-StdExt-Desktop .sapUshellDashboardGroupsContainer { padding: 0 2rem; }
|
|
39
|
+
.sapUiMedia-StdExt-LargeDesktop .sapUshellDashboardGroupsContainer { padding: 0 3rem; }
|
|
40
|
+
|
|
41
|
+
html[dir="rtl"] .sapUshellDashboardGroupsContainer {
|
|
42
|
+
text-align: right;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.sap-desktop #sapUshellDashboardFooter {
|
|
46
|
+
margin: 0 1rem 1rem 1rem;
|
|
47
|
+
width: auto;
|
|
48
|
+
z-index: 4;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapUshellTabBarHoverOn {
|
|
52
|
+
background-color: @sapUiDragAndDropActiveBackground;
|
|
53
|
+
font-weight: bold;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sapUshellTileDragOpacity {
|
|
57
|
+
opacity: 0.42;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapUshellInDragMode {
|
|
61
|
+
.sapUshellInner { position: relative; }
|
|
62
|
+
.sapUshellLineModeContainer { position: relative; }
|
|
63
|
+
.sapUshellLinksInnerContainer { position: relative; }
|
|
64
|
+
.sapUshellTile { position: relative; }
|
|
65
|
+
.sapUshellLinkTile { position: relative; }
|
|
66
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/* ============================================= */
|
|
2
|
+
/* CSS for control sap.ushell/DynamicTile.control */
|
|
3
|
+
/* ============================================= */
|
|
4
|
+
|
|
5
|
+
/* LESS Variables */
|
|
6
|
+
/* ============================================= */
|
|
7
|
+
/* Dynamic Tile*/
|
|
8
|
+
@_sap_ushell_DynamicTile_NumberFontSizeDesktop: 3rem;
|
|
9
|
+
@_sap_ushell_DynamicTile_NumberFontSizePhone: 2rem;
|
|
10
|
+
|
|
11
|
+
@_sap_ushell_DynamicTile_NumberMarginDesktop: 0.5rem;
|
|
12
|
+
@_sap_ushell_DynamicTile_NumberMarginPhone: 0.19rem;
|
|
13
|
+
|
|
14
|
+
@_sap_ushell_DynamicTile_NumberFactorFontSizeDesktop: 0.88rem;
|
|
15
|
+
@_sap_ushell_DynamicTile_NumberFactorFontSizePhone: 0.88rem;
|
|
16
|
+
|
|
17
|
+
@_sap_ushell_DynamicTile_BottomDesktop: 1.875rem;
|
|
18
|
+
@_sap_ushell_DynamicTile_BottomPhone: 1.750rem;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
.sapUshellDynamicTileIndication {
|
|
22
|
+
height: inherit;
|
|
23
|
+
float: right;
|
|
24
|
+
text-align: center;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* if available, a state arrow in front of the number */
|
|
28
|
+
.sapUshellDynamicTileStateArrow {
|
|
29
|
+
/* standard: don't display */
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapUiMedia-Std-Desktop, .sapUiMedia-Std-Tablet {
|
|
34
|
+
.sapUshellDynamicTile{
|
|
35
|
+
.sapUshellDynamicTileData{
|
|
36
|
+
position:absolute;
|
|
37
|
+
bottom: @_sap_ushell_DynamicTile_BottomDesktop;
|
|
38
|
+
right: @_sap_ushell_TileBase_PaddingDesktopHorizontal;
|
|
39
|
+
width: @_sap_ushell_Tile_WidthDesktop - @_sap_ushell_TileBase_PaddingDesktopVertical;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
pointer-events: none;
|
|
42
|
+
}
|
|
43
|
+
/* the number */
|
|
44
|
+
.sapUshellDynamicTileNumber {
|
|
45
|
+
float: right;
|
|
46
|
+
margin-left: @_sap_ushell_DynamicTile_NumberMarginDesktop;
|
|
47
|
+
}
|
|
48
|
+
/* the scaling factor for the number */
|
|
49
|
+
.sapUshellDynamicTileNumberFactor {
|
|
50
|
+
display: inline-block;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.sapUshellDynamicTileIndication{
|
|
55
|
+
line-height: 1.65rem;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.sapUshellDynamicTileStateArrow {
|
|
59
|
+
/* Desktop */
|
|
60
|
+
&.sapUshellDynamicTileDataUp, &.sapUshellDynamicTileDataDown {
|
|
61
|
+
display: inline-block;
|
|
62
|
+
margin: 0.69rem 1px 0 2px;
|
|
63
|
+
border-left: 0.6rem solid transparent;
|
|
64
|
+
border-right: 0.6rem solid transparent;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&.sapUshellDynamicTileDataUp {
|
|
68
|
+
border-bottom: 0.65rem solid;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.sapUshellDynamicTileDataDown {
|
|
72
|
+
border-top: 0.65rem solid;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapUiMedia-Std-Phone {
|
|
78
|
+
.sapUshellDynamicTile {
|
|
79
|
+
/* Phone */
|
|
80
|
+
.sapUshellDynamicTileData{
|
|
81
|
+
position:absolute;
|
|
82
|
+
bottom: @_sap_ushell_DynamicTile_BottomPhone;
|
|
83
|
+
right: @_sap_ushell_TileBase_PaddingPhoneHorizontal;
|
|
84
|
+
width: @_sap_ushell_Tile_WidthPhone - @_sap_ushell_TileBase_PaddingPhoneVertical;
|
|
85
|
+
overflow: hidden;
|
|
86
|
+
pointer-events: none;
|
|
87
|
+
}
|
|
88
|
+
/* the number */
|
|
89
|
+
.sapUshellDynamicTileNumber {
|
|
90
|
+
float: right;
|
|
91
|
+
margin-left: @_sap_ushell_DynamicTile_NumberMarginPhone;
|
|
92
|
+
}
|
|
93
|
+
/* the scaling factor for the number */
|
|
94
|
+
.sapUshellDynamicTileNumberFactor {
|
|
95
|
+
display: inline-block;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.sapUshellDynamicTileIndication {
|
|
100
|
+
line-height: @_sap_ushell_DynamicTile_NumberFontSizeDesktop/2;
|
|
101
|
+
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapUshellDynamicTileStateArrow {
|
|
105
|
+
/* Phone */
|
|
106
|
+
&.sapUshellDynamicTileDataUp, &.sapUshellDynamicTileDataDown {
|
|
107
|
+
display: inline-block;
|
|
108
|
+
margin-top: 0.4rem;
|
|
109
|
+
border-left: 0.375rem solid transparent;
|
|
110
|
+
border-right: 0.375rem solid transparent;
|
|
111
|
+
border-bottom: 0.4375rem solid;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|