@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,62 @@
|
|
|
1
|
+
|
|
2
|
+
/* ============================================= */
|
|
3
|
+
/* CSS for control sap.ushell.ui.launchpad/TileState.control */
|
|
4
|
+
/* ============================================= */
|
|
5
|
+
|
|
6
|
+
.sapUshellGT {
|
|
7
|
+
display: inline-block;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
border-radius: 0.25rem;
|
|
10
|
+
outline: none;
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
border: 1px solid @sapUiTileBorderColor;
|
|
14
|
+
box-shadow: @sapUiShadowLevel0;
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapUshellOverlay {
|
|
19
|
+
height: 100%;
|
|
20
|
+
width: 100%;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sapUshellTileStateLoading {
|
|
24
|
+
margin-top: 50%;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapUshellLong .sapUshellTileStateLoading {
|
|
28
|
+
margin-top: 25%; // % is calcuated from container widths, 25% is in the middle vertically
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sapUshellTileStateFtrFld {
|
|
32
|
+
left: 0.5rem;
|
|
33
|
+
bottom: 0.5rem;
|
|
34
|
+
display: table;
|
|
35
|
+
position: relative;
|
|
36
|
+
height: 100%;
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapUshellTileStateFtrFldTxt {
|
|
41
|
+
display:table-cell;
|
|
42
|
+
padding-left: 0.5rem;
|
|
43
|
+
vertical-align: bottom;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapUiMedia-Std-Phone .sapUshellTileStateFtrFldTxt {
|
|
47
|
+
padding-left: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.sapUshellSmall .sapUshellTileStateFtrFldTxt {
|
|
51
|
+
padding-left: 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.sapUshellTileStateFtrFldIcn {
|
|
55
|
+
margin-right: 0.5rem;
|
|
56
|
+
display: table-cell;
|
|
57
|
+
vertical-align: bottom;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapUshellTileStateFtrFldIcn>.sapUshellGTFtrFldIcnMrk {
|
|
61
|
+
vertical-align: bottom;
|
|
62
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control "sap.ushell.ui.shell.ToolAreaItem" (base) */
|
|
3
|
+
/* ========================================================= */
|
|
4
|
+
|
|
5
|
+
.sapUiMedia-Std-Phone .sapUshellToolArea {
|
|
6
|
+
width: 13rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapUshellToolArea {
|
|
10
|
+
height: 100%;
|
|
11
|
+
width: 15rem;
|
|
12
|
+
z-index: 1;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
transition: left 500ms ease;
|
|
15
|
+
|
|
16
|
+
&.sapUshellToolAreaTextHidden {
|
|
17
|
+
width: 3.0625rem;
|
|
18
|
+
|
|
19
|
+
.sapUshellToolAreaItemText {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapUshellToolAreaItemIcon {
|
|
25
|
+
font-size: 1.25rem;
|
|
26
|
+
margin-top: 1rem;
|
|
27
|
+
margin-bottom: 1rem;
|
|
28
|
+
width: 1.25rem;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapUshellToolAreaFooterContent {
|
|
33
|
+
padding-left: 0.7rem;
|
|
34
|
+
height: 3.0625rem;
|
|
35
|
+
position: fixed;
|
|
36
|
+
bottom: 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapUshellToolAreaFooterContentSeparator {
|
|
40
|
+
position: fixed;
|
|
41
|
+
bottom: 3.0625rem;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.sapUshellToolAreaItemText {
|
|
45
|
+
margin-left: 0.8rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapUshellToolAreaTextContainer {
|
|
49
|
+
width: 11.9375rem;
|
|
50
|
+
height: 3.0625rem
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.sapUshellToolAreaItemExpandable:after {
|
|
54
|
+
content: "\e1f8";
|
|
55
|
+
position: relative;
|
|
56
|
+
top: 0.48rem;
|
|
57
|
+
left: 0.2rem;
|
|
58
|
+
font-family: "SAP-icons";
|
|
59
|
+
font-size: 1.5rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.sapUshellToolAreaContent {
|
|
63
|
+
padding-left: 0.7rem;
|
|
64
|
+
height: 3.0625rem;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.sapUshellToolAreaItm,
|
|
69
|
+
.sapUshellToolAreaItmTextOnly {
|
|
70
|
+
height: 3.0625rem;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
-o-text-overflow: ellipsis;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
white-space: nowrap;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapUshellToolAreaItmTextOnly {
|
|
78
|
+
width: 15rem;
|
|
79
|
+
padding-top: 1rem;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapUshellToolArea.sapUshellShellHidden {
|
|
83
|
+
display: block;
|
|
84
|
+
left: -16rem;
|
|
85
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* BASE */
|
|
2
|
+
|
|
3
|
+
/* =============================================================== */
|
|
4
|
+
/* Styles for the "ME area" theme base */
|
|
5
|
+
/* =============================================================== */
|
|
6
|
+
|
|
7
|
+
/* Styles */
|
|
8
|
+
/* ============================================= */
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
.sap-tablet #userActionsMenu {
|
|
12
|
+
width: 36rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
.sapUshellUserArea {
|
|
17
|
+
padding: 0.5rem 1.5rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
.sapUshellUserSetting .sapMITBContent {
|
|
22
|
+
border-bottom: none;
|
|
23
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/* BASE */
|
|
2
|
+
|
|
3
|
+
/* ============================================= */
|
|
4
|
+
/* CSS for User Image Consent Dialog */
|
|
5
|
+
/* ============================================= */
|
|
6
|
+
|
|
7
|
+
/* LESS Variables */
|
|
8
|
+
/* ============================================= */
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/* Styles */
|
|
13
|
+
/* ============================================= */
|
|
14
|
+
|
|
15
|
+
.sapUshellUserConsentDialogText {
|
|
16
|
+
padding-left: 1rem;
|
|
17
|
+
padding-right: 1rem;
|
|
18
|
+
padding-bottom: 1rem;
|
|
19
|
+
padding-top: 1rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUshellUserConsentDialogLink {
|
|
23
|
+
padding-right: 1rem;
|
|
24
|
+
padding-left: 1rem;
|
|
25
|
+
padding-bottom: 1rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapUshellUserConsentDialogTerms {
|
|
29
|
+
padding-bottom: 1rem;
|
|
30
|
+
padding-top: 0.625rem;
|
|
31
|
+
border-top : @sapUiGroupContentBorderColor 2px solid;
|
|
32
|
+
font-style :italic;
|
|
33
|
+
font-family: @sapUiFontFamily;
|
|
34
|
+
font-size: @sapMFontSmallSize;
|
|
35
|
+
line-height: 1.2rem;
|
|
36
|
+
color: @sapUiContentLabelColor;
|
|
37
|
+
text-align: left;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.sapUshellUserConsentDialog {
|
|
41
|
+
margin: 1rem;
|
|
42
|
+
width: 25rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
#userConsentDialogLayout {
|
|
46
|
+
width: 100%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.ushellUserImgConsentTermsOfUseFlexBox{
|
|
50
|
+
margin-left: 1rem;
|
|
51
|
+
margin-right: 1rem;
|
|
52
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/* ========================================================================== */
|
|
2
|
+
/* CSS for control "sap.ushell.components.shell.Settings.UserSettings" (base) */
|
|
3
|
+
/* ========================================================================== */
|
|
4
|
+
|
|
5
|
+
.sapMBar .sapMText {
|
|
6
|
+
font-size: 1rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.sapUshellUserSettingMaster {
|
|
10
|
+
width: 100%;
|
|
11
|
+
overflow-y: auto;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapUshellUserSettingMaster .sapMLIBContent .sapMSLIImg {
|
|
15
|
+
border-radius: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapUshellUserSettingMaster .sapMSF {
|
|
19
|
+
padding: 0.25rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiSizeCompact .sapUshellUserSettingMaster .sapMSF {
|
|
23
|
+
padding: 0.1875rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapUshellUserSettingDetailHeader .sapMImg {
|
|
27
|
+
border-radius: 100%
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapUshellUserSettingDetailContent {
|
|
31
|
+
padding-left: 1rem;
|
|
32
|
+
padding-right: 1rem;
|
|
33
|
+
padding-top: 1rem;
|
|
34
|
+
|
|
35
|
+
@media (min-width: 600px) {
|
|
36
|
+
padding-left: 2rem;
|
|
37
|
+
padding-right: 2rem;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
#defaultParametersSelector .sapUiRGLContainerCont {
|
|
42
|
+
padding-bottom: 2rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
#defaultParametersSelector .sapUiRespGridBreak {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
#defaultParametersSelector {
|
|
50
|
+
overflow-y: auto;
|
|
51
|
+
|
|
52
|
+
.sapUshellExtendedDefaultParamsButton {
|
|
53
|
+
margin-left: 0.5rem;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sapUiFormResGrid.sapUiFormBackgrTranslucent > div {
|
|
57
|
+
background: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* fix form behavior with groups in two columns */
|
|
61
|
+
.sapUshellShellDefaultValuesForm > .sapUiForm > .sapUiFormResGrid .sapUiRespGrid > div {
|
|
62
|
+
width: 100%;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.sapUshellDefaultValuesSmartField {
|
|
66
|
+
width: 12rem !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.sapUshellDefaultValuesDirtyState {
|
|
70
|
+
font-style: italic;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.sapUshellSystemContextsSelection,
|
|
74
|
+
.sapUshellSmartVariantManagement,
|
|
75
|
+
.sapUshellDefaultValuesDirtyState {
|
|
76
|
+
padding-left: 1rem;
|
|
77
|
+
padding-right: 1rem;
|
|
78
|
+
|
|
79
|
+
@media (min-width: 600px) {
|
|
80
|
+
padding-left: 2rem;
|
|
81
|
+
padding-right: 2rem;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
#detailuserPrefThemeSelector .sapUshellUserSettingDetailHeader {
|
|
87
|
+
border-bottom: none !important;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapUshellUserSettingDetailHeader .sapMOHIcon {
|
|
91
|
+
margin-top: 0rem;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.sapUshellSettingsPage section {
|
|
95
|
+
background-color: lighten(@sapUiListBackground, 2);
|
|
96
|
+
box-sizing: border-box;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.sapUshellSettingsPage > section {
|
|
100
|
+
padding-bottom: 2.5rem;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.sapUshellUserAccountLabel {
|
|
104
|
+
padding-top: 0.25rem;
|
|
105
|
+
margin-right: 0.25rem;
|
|
106
|
+
}
|
|
107
|
+
.sapUshellCalendarWeek > .sapMRb {
|
|
108
|
+
overflow: inherit;
|
|
109
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
#viewPortContainer {
|
|
2
|
+
width: 100%;
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
display: block;
|
|
5
|
+
/* flex-grow does not work here (iOS Safari) */
|
|
6
|
+
/* force container to fill all available space */
|
|
7
|
+
flex-basis: 100%;
|
|
8
|
+
flex-shrink: 1;
|
|
9
|
+
max-height: 100%;
|
|
10
|
+
|
|
11
|
+
& > .sapUiComponentContainer {
|
|
12
|
+
overflow-y: clip;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@media print {
|
|
17
|
+
#shell-shapes {
|
|
18
|
+
display: none;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.sapUShellApplicationContainer {
|
|
22
|
+
display: block;
|
|
23
|
+
|
|
24
|
+
.sapUiView {
|
|
25
|
+
display: block;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
.workPage {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding-bottom: 2rem;
|
|
4
|
+
|
|
5
|
+
&.workPageEditMode {
|
|
6
|
+
margin-top: 2rem;
|
|
7
|
+
margin-bottom: 4rem;
|
|
8
|
+
|
|
9
|
+
.workPageTitle {
|
|
10
|
+
padding-top: 0;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.workPageTitle {
|
|
15
|
+
padding-top: 1rem;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
[data-wp-breakpoint="lt-lp-4"],
|
|
21
|
+
[data-wp-breakpoint="lt-sp-4"],
|
|
22
|
+
[data-wp-breakpoint="st-lp-4"],
|
|
23
|
+
[data-wp-breakpoint="st-sp-4"] {
|
|
24
|
+
.workPageTitle {
|
|
25
|
+
margin-left: 2.375rem;
|
|
26
|
+
margin-right: 2.375rem;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
[data-wp-breakpoint="lt-lp-3"],
|
|
30
|
+
[data-wp-breakpoint="lt-sp-3"],
|
|
31
|
+
[data-wp-breakpoint="st-lp-3"],
|
|
32
|
+
[data-wp-breakpoint="st-sp-3"],
|
|
33
|
+
[data-wp-breakpoint="lt-lp-2"],
|
|
34
|
+
[data-wp-breakpoint="lt-sp-2"],
|
|
35
|
+
[data-wp-breakpoint="st-lp-2"],
|
|
36
|
+
[data-wp-breakpoint="st-sp-2"] {
|
|
37
|
+
.workPageTitle {
|
|
38
|
+
margin-left: 2rem;
|
|
39
|
+
margin-right: 2rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[data-wp-breakpoint="lt-lp-1"],
|
|
44
|
+
[data-wp-breakpoint="lt-sp-1"],
|
|
45
|
+
[data-wp-breakpoint="st-lp-1"],
|
|
46
|
+
[data-wp-breakpoint="st-sp-1"] {
|
|
47
|
+
.workPageTitle {
|
|
48
|
+
margin-left: 1.75rem;
|
|
49
|
+
margin-right: 1.75rem;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
[data-wp-breakpoint="st-sp-0"] {
|
|
54
|
+
.workPageTitle {
|
|
55
|
+
margin-left: 0.5rem;
|
|
56
|
+
margin-right: 0.5rem;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.workPageButton {
|
|
2
|
+
border: none;
|
|
3
|
+
background: transparent;
|
|
4
|
+
outline: none;
|
|
5
|
+
border-radius: 100%;
|
|
6
|
+
padding: 0.1875rem 0;
|
|
7
|
+
color: @sapUiButtonIconColor;
|
|
8
|
+
max-height: 2.25rem;
|
|
9
|
+
max-width: 2.25rem;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
|
|
14
|
+
&:hover {
|
|
15
|
+
.workPageButtonInner {
|
|
16
|
+
background: @sapUiButtonNeutralHoverBackground;
|
|
17
|
+
outline-color: @sapUiButtonNeutralHoverBorderColor;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.workPageButtonIcon {
|
|
21
|
+
color: @sapUiButtonNeutralHoverTextColor;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&:focus {
|
|
26
|
+
.workPageButtonInner {
|
|
27
|
+
background: @sapUiButtonNeutralActiveBackground;
|
|
28
|
+
outline: 0.125rem solid @sapUiButtonNeutralActiveBorderColor;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.workPageButtonIcon {
|
|
32
|
+
color: @sapUiButtonNeutralActiveTextColor;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.workPageButtonInner {
|
|
37
|
+
display: flex;
|
|
38
|
+
justify-content: center;
|
|
39
|
+
align-items: center;
|
|
40
|
+
background: @sapUiButtonNeutralBackground;
|
|
41
|
+
border-radius: 100%;
|
|
42
|
+
border: 1px solid @sapUiButtonNeutralBorderColor;
|
|
43
|
+
width: 1.625rem;
|
|
44
|
+
height: 1.625rem;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.workPageButtonIcon {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
text-align: center;
|
|
51
|
+
display: inline-block;
|
|
52
|
+
vertical-align: baseline;
|
|
53
|
+
line-height: 1.5rem;
|
|
54
|
+
position: relative;
|
|
55
|
+
font-size: 1rem;
|
|
56
|
+
max-height: 1.5rem;
|
|
57
|
+
width: 1rem;
|
|
58
|
+
color: @sapUiButtonNeutralTextColor;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
.workPageCell {
|
|
2
|
+
flex: 0;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
6
|
+
margin-left: 0.5rem;
|
|
7
|
+
margin-right: 0.5rem;
|
|
8
|
+
|
|
9
|
+
[data-wp-breakpoint="st-sp-0"] &,
|
|
10
|
+
[data-wp-breakpoint="st-sp-1"] &,
|
|
11
|
+
[data-wp-breakpoint="st-lp-1"] &,
|
|
12
|
+
[data-wp-breakpoint="lt-sp-1"] & {
|
|
13
|
+
margin-left: 0;
|
|
14
|
+
margin-right: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.workPageCellEmpty {
|
|
18
|
+
background-color: transparent;
|
|
19
|
+
flex: 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&+.workPageCell {
|
|
23
|
+
margin-top: 1rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.workPageEditMode .workpageCellWidget {
|
|
27
|
+
pointer-events: none;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.workpageCellWidget {
|
|
31
|
+
flex: 1 1 auto;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.workpageCellWidgetToolbar {
|
|
35
|
+
position: relative;
|
|
36
|
+
justify-content: flex-end;
|
|
37
|
+
gap: 0.25rem;
|
|
38
|
+
border-radius: 1rem;
|
|
39
|
+
z-index: 1;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.workPageGridContainer {
|
|
43
|
+
z-index: 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapUshellVizInstance {
|
|
47
|
+
position: relative;
|
|
48
|
+
|
|
49
|
+
.sapMGT {
|
|
50
|
+
max-width: 100%;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.workPageCellControlButtons {
|
|
55
|
+
opacity: 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.workPageCellOverflowToolbar {
|
|
59
|
+
border-radius: 1rem 1rem 0 0;
|
|
60
|
+
padding-right: 1rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.workPageCellCardMode {
|
|
64
|
+
.workPageCellOverflowToolbar {
|
|
65
|
+
background: transparent;
|
|
66
|
+
border-bottom: none;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.workPageCell.workPageCellTileMode {
|
|
72
|
+
box-shadow: @sapUiContentShadow0;
|
|
73
|
+
|
|
74
|
+
.workPageGridContainer {
|
|
75
|
+
padding-top: 1rem;
|
|
76
|
+
padding-bottom: 1rem;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.workPageCell.workPageCellTileMode {
|
|
81
|
+
.workPageGridContainer {
|
|
82
|
+
padding-left: 0.25rem;
|
|
83
|
+
padding-right: 0.25rem;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
[data-wp-breakpoint="lt-lp-1"],
|
|
88
|
+
[data-wp-breakpoint="st-lp-1"],
|
|
89
|
+
[data-wp-breakpoint="lt-lp-2"],
|
|
90
|
+
[data-wp-breakpoint="st-lp-2"],
|
|
91
|
+
[data-wp-breakpoint="lt-lp-3"],
|
|
92
|
+
[data-wp-breakpoint="st-lp-3"],
|
|
93
|
+
[data-wp-breakpoint="lt-lp-4"],
|
|
94
|
+
[data-wp-breakpoint="st-lp-4"] {
|
|
95
|
+
.workPageCell.workPageCellTileMode {
|
|
96
|
+
.workPageGridContainer {
|
|
97
|
+
padding-left: 1rem;
|
|
98
|
+
padding-right: 1rem;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
[data-wp-breakpoint="lt-sp-1"],
|
|
104
|
+
[data-wp-breakpoint="st-sp-1"],
|
|
105
|
+
[data-wp-breakpoint="st-sp-0"],
|
|
106
|
+
[data-wp-breakpoint="lt-sp-2"],
|
|
107
|
+
[data-wp-breakpoint="st-sp-2"],
|
|
108
|
+
[data-wp-breakpoint="lt-sp-3"],
|
|
109
|
+
[data-wp-breakpoint="st-sp-3"],
|
|
110
|
+
[data-wp-breakpoint="lt-sp-4"],
|
|
111
|
+
[data-wp-breakpoint="st-sp-4"] {
|
|
112
|
+
.workPageCell.workPageCellTileMode {
|
|
113
|
+
.workPageGridContainer {
|
|
114
|
+
padding-left: 0.5rem;
|
|
115
|
+
padding-right: 0.5rem;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
/* EDIT MODE */
|
|
121
|
+
.workPageEditMode {
|
|
122
|
+
|
|
123
|
+
.workPageCell {
|
|
124
|
+
&.workPageCellEmpty {
|
|
125
|
+
background-color: @sapUiShellContainerBackground;
|
|
126
|
+
min-height: 14rem;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
&.workPageCellTileMode {
|
|
130
|
+
|
|
131
|
+
&:hover,
|
|
132
|
+
&.workPageCellFocused {
|
|
133
|
+
box-shadow: @sapUiContentShadow2;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&:hover,
|
|
138
|
+
&.workPageCellFocused {
|
|
139
|
+
.workPageCellControlButtons {
|
|
140
|
+
opacity: 1;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.workPageColumn {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-items: stretch;
|
|
6
|
+
justify-content: stretch;
|
|
7
|
+
max-width: 100%;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
padding-top: 1rem;
|
|
10
|
+
padding-bottom: 1rem;
|
|
11
|
+
min-width: 0;
|
|
12
|
+
|
|
13
|
+
[data-wp-breakpoint="st-sp-1"] &,
|
|
14
|
+
[data-wp-breakpoint="st-sp-0"] & {
|
|
15
|
+
min-width: 100%;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.workPageColumnDeleteButton {
|
|
19
|
+
position: absolute;
|
|
20
|
+
right: 1.5rem;
|
|
21
|
+
top: 1.25rem;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.workPageColumnToolbar {
|
|
25
|
+
margin-top: 0.5rem;
|
|
26
|
+
display: flex;
|
|
27
|
+
gap: 0 0.5rem;
|
|
28
|
+
flex-direction: row;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
flex-wrap: wrap;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.workPageColumnEmpty .workPageAddWidgetButton {
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
bottom: 0;
|
|
37
|
+
margin: auto;
|
|
38
|
+
}
|
|
39
|
+
}
|