@sapui5/sap.ushell 1.126.1 → 1.127.1
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/_ApplicationType/urlTemplateResolution.js +10 -3
- 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 +304 -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/URLParsing.js +16 -0
- 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/UrlParsing.js +22 -0
- 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,152 @@
|
|
|
1
|
+
/* ==================================================== */
|
|
2
|
+
/* CSS for control "sap.ushell.ui.tile.TileBase" (base) */
|
|
3
|
+
/* ==================================================== */
|
|
4
|
+
|
|
5
|
+
@_sap_ushell_TileBase_TextHighlightBgColor: @sapUiWarningBG; /* highlights for found search terms */
|
|
6
|
+
|
|
7
|
+
@_sap_ushell_TileBase_TitleFontFamily: @sapUiFontFamily;
|
|
8
|
+
@_sap_ushell_TileBase_FontWeight: normal;
|
|
9
|
+
|
|
10
|
+
@_sap_ushell_TileBase_SubtitleFontFamily: @sapUiFontFamily;
|
|
11
|
+
@_sap_ushell_TileBase_SubtitleFontWeight: normal;
|
|
12
|
+
|
|
13
|
+
@_sap_ushell_TileBase_TitleFontSizeDesktop: 1rem;
|
|
14
|
+
@_sap_ushell_TileBase_TitleLineHeightDesktop: 1.25rem;
|
|
15
|
+
@_sap_ushell_TileBase_TitleMaxHeightDesktop: 2.4rem; /* fix ie bug - cut line */
|
|
16
|
+
|
|
17
|
+
@_sap_ushell_TileBase_TitleFontSizePhone: 0.875rem;
|
|
18
|
+
@_sap_ushell_TileBase_TitleLineHeightPhone: 1.25rem;
|
|
19
|
+
|
|
20
|
+
@_sap_ushell_TileBase_SubtitleFontSizeDesktop: 0.875rem;
|
|
21
|
+
@_sap_ushell_TileBase_SubtitleLineHeightDesktop: 1.375rem;
|
|
22
|
+
|
|
23
|
+
@_sap_ushell_TileBase_SubtitleFontSizePhone: 0.75rem;
|
|
24
|
+
@_sap_ushell_TileBase_SubtitleLineHeightPhone: 1.125rem;
|
|
25
|
+
|
|
26
|
+
@_sap_ushell_TileBase_BottomLineFontFamily: @sapUiFontFamily;
|
|
27
|
+
@_sap_ushell_TileBase_BottomLineFontWeight: normal;
|
|
28
|
+
|
|
29
|
+
@_sap_ushell_TileBase_BottomLineFontSizeDesktop: 0.875rem;
|
|
30
|
+
@_sap_ushell_TileBase_BottomLineLineHeightDesktop: 1.38rem;
|
|
31
|
+
@_sap_ushell_TileBase_BottomLineBottomDesktop: 0.125rem;
|
|
32
|
+
|
|
33
|
+
@_sap_ushell_TileBase_BottomLineFontSizePhone: 0.75rem;
|
|
34
|
+
@_sap_ushell_TileBase_BottomLineLineHeightPhone: 1.13rem;
|
|
35
|
+
@_sap_ushell_TileBase_BottomLineBottomPhone: 0.31rem;
|
|
36
|
+
|
|
37
|
+
@_sap_ushell_TileBase_IconBottomDesktop: 2rem;
|
|
38
|
+
@_sap_ushell_TileBase_IconFontSizeDesktop: 2.25rem;
|
|
39
|
+
|
|
40
|
+
@_sap_ushell_TileBase_IconBottomPhone: 1.81rem;
|
|
41
|
+
@_sap_ushell_TileBase_IconFontSizePhone: 1.5rem;
|
|
42
|
+
|
|
43
|
+
@_sap_ushell_TileBase_PaddingDesktopHorizontal: 0.5rem;
|
|
44
|
+
@_sap_ushell_TileBase_PaddingDesktopVertical: 0.5rem;
|
|
45
|
+
|
|
46
|
+
@_sap_ushell_TileBase_PaddingPhoneHorizontal: 0.375rem;
|
|
47
|
+
@_sap_ushell_TileBase_PaddingPhoneVertical: 0.625rem;
|
|
48
|
+
|
|
49
|
+
.sapUshellTileBase {
|
|
50
|
+
border: 1px solid @sapUiTileBorderColor;
|
|
51
|
+
background: @sapUiTileBackground;
|
|
52
|
+
box-shadow: @sapUiShadowLevel0;
|
|
53
|
+
height: 100%;
|
|
54
|
+
width: 100%;
|
|
55
|
+
position: relative;
|
|
56
|
+
box-sizing: border-box;
|
|
57
|
+
|
|
58
|
+
.sapUshellTileBaseHeader {
|
|
59
|
+
pointer-events: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.sapUshellTileBaseTitle,
|
|
63
|
+
.sapUshellTileBaseSubtitle {
|
|
64
|
+
padding: 0;
|
|
65
|
+
margin: 0;
|
|
66
|
+
text-overflow: ellipsis;
|
|
67
|
+
-o-text-overflow: ellipsis;
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapUshellTileBaseTitle {
|
|
72
|
+
word-wrap: break-word;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sapUshellTileBaseSubtitle {
|
|
76
|
+
white-space: nowrap;
|
|
77
|
+
word-wrap: normal;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.sapUshellTileBaseIcon {
|
|
81
|
+
pointer-events: none;
|
|
82
|
+
position: absolute;
|
|
83
|
+
left: auto !important;
|
|
84
|
+
cursor: pointer;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapUshellTileBaseInfo {
|
|
88
|
+
text-overflow: ellipsis;
|
|
89
|
+
-o-text-overflow: ellipsis;
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
white-space: nowrap;
|
|
92
|
+
bottom: 0.25rem;
|
|
93
|
+
width: 94%;
|
|
94
|
+
position: absolute;
|
|
95
|
+
pointer-events: none;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.sapUiMedia-Std-Phone .sapUshellTileBase {
|
|
100
|
+
margin: 0;
|
|
101
|
+
padding: @_sap_ushell_TileBase_PaddingPhoneHorizontal @_sap_ushell_TileBase_PaddingPhoneVertical;
|
|
102
|
+
|
|
103
|
+
.sapUshellTileBaseTitle {
|
|
104
|
+
line-height: @_sap_ushell_TileBase_TitleLineHeightPhone;
|
|
105
|
+
max-height: @_sap_ushell_TileBase_TitleLineHeightPhone * 2;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.sapUshellTileBaseSubtitle {
|
|
109
|
+
line-height: @_sap_ushell_TileBase_SubtitleLineHeightPhone;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sapUshellTileBaseIcon {
|
|
113
|
+
bottom: @_sap_ushell_TileBase_IconBottomPhone;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sapUshellTileBaseInfo {
|
|
117
|
+
bottom: @_sap_ushell_TileBase_BottomLineBottomPhone;
|
|
118
|
+
line-height: @_sap_ushell_TileBase_BottomLineLineHeightPhone;
|
|
119
|
+
text-align: right;
|
|
120
|
+
right: @_sap_ushell_TileBase_PaddingPhoneHorizontal;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.sapUiMedia-Std-Tablet,
|
|
125
|
+
.sapUiMedia-Std-Desktop {
|
|
126
|
+
.sapUshellTileBase {
|
|
127
|
+
margin: 0;
|
|
128
|
+
padding: @_sap_ushell_TileBase_PaddingDesktopHorizontal @_sap_ushell_TileBase_PaddingDesktopVertical;
|
|
129
|
+
|
|
130
|
+
.sapUshellTileBaseTitle {
|
|
131
|
+
line-height: 1.15;
|
|
132
|
+
max-height: @_sap_ushell_TileBase_TitleMaxHeightDesktop;
|
|
133
|
+
padding-bottom: 0;
|
|
134
|
+
overflow: hidden;
|
|
135
|
+
text-overflow: ellipsis;
|
|
136
|
+
display: -webkit-box;
|
|
137
|
+
-webkit-line-clamp: 2;
|
|
138
|
+
-webkit-box-orient: vertical;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.sapUshellTileBaseIcon {
|
|
142
|
+
bottom: @_sap_ushell_TileBase_IconBottomDesktop;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.sapUshellTileBaseInfo {
|
|
146
|
+
bottom: @_sap_ushell_TileBase_BottomLineBottomDesktop;
|
|
147
|
+
line-height: @_sap_ushell_TileBase_BottomLineLineHeightDesktop;
|
|
148
|
+
text-align: right;
|
|
149
|
+
right: @_sap_ushell_TileBase_PaddingDesktopHorizontal
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,495 @@
|
|
|
1
|
+
/* ============================================================== */
|
|
2
|
+
/* CSS for control "sap.ushell.ui.launchpad.TileContainer" (base) */
|
|
3
|
+
/* ============================================================== */
|
|
4
|
+
|
|
5
|
+
/* Circles for dragging indicator */
|
|
6
|
+
.sapUshellCircleBase {
|
|
7
|
+
height: 0.5rem;
|
|
8
|
+
width: 2.5rem;
|
|
9
|
+
margin-left: auto;
|
|
10
|
+
margin-right: auto;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapUshellCircle {
|
|
14
|
+
width: 0.25rem;
|
|
15
|
+
height: 0.25rem;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
margin-left: 0.125rem;
|
|
18
|
+
vertical-align: top;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* all TileContainers */
|
|
22
|
+
.sapUshellDisableLockedGroupDuringDrag .sapUshellInner,
|
|
23
|
+
.sapUshellDisableLockedGroupDuringDrag .sapUshellLineModeContainer {
|
|
24
|
+
filter: grayscale(100%);
|
|
25
|
+
-webkit-filter: grayscale(100%);
|
|
26
|
+
opacity: 0.5;
|
|
27
|
+
position: relative; /* needed because of bug in IE */
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapUshellInner {
|
|
31
|
+
display: block;
|
|
32
|
+
list-style-type: none;
|
|
33
|
+
padding: 0;
|
|
34
|
+
margin: 0;
|
|
35
|
+
|
|
36
|
+
.sap-phone & {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-wrap: wrap;
|
|
39
|
+
gap: @_sap_ushell_Tile_Spacing;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapUshellTileContainerContent .sapUshellTileContainerHeader.sapUshellGroupHeaderHidden {
|
|
44
|
+
height: 0;
|
|
45
|
+
display: none;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.sapUshellTileContainerContent .sapUshellTileContainerHeader.sapUshellFirstGroupHeaderHidden {
|
|
49
|
+
height: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sapUshellTileContainer {
|
|
53
|
+
.sapFCard {
|
|
54
|
+
margin: 0 @_sap_ushell_Tile_Spacing @_sap_ushell_Tile_Spacing 0;
|
|
55
|
+
|
|
56
|
+
.sap-phone & {
|
|
57
|
+
margin: 0; /* flex is used on phones */
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&:focus::after {
|
|
61
|
+
content: "";
|
|
62
|
+
position: absolute;
|
|
63
|
+
top: 0.1875rem;
|
|
64
|
+
bottom: 0.1875rem;
|
|
65
|
+
left: 0.1875rem;
|
|
66
|
+
right: 0.1875rem;
|
|
67
|
+
z-index: 2;
|
|
68
|
+
pointer-events: none;
|
|
69
|
+
border-radius: 0.25rem;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
&.sapUshellHidden {
|
|
74
|
+
display: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.sapUshellTileContainerBeforeContent,
|
|
78
|
+
.sapUshellTileContainerAfterContent {
|
|
79
|
+
max-width: 10rem;
|
|
80
|
+
margin-left: auto;
|
|
81
|
+
margin-right: auto;
|
|
82
|
+
text-align: center;
|
|
83
|
+
|
|
84
|
+
/* in order to add 0.5 rem to each inner side of the Add Button */
|
|
85
|
+
.sapUshellAddGroupButton {
|
|
86
|
+
position: relative;
|
|
87
|
+
height: 2.5rem;
|
|
88
|
+
padding: 0;
|
|
89
|
+
|
|
90
|
+
/* move the text to the right */
|
|
91
|
+
.sapMBtnContentRight {
|
|
92
|
+
padding-left: 2.875rem;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.sapMBtnPaddingRight {
|
|
96
|
+
padding-right: 1.25rem;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.sapUshellContainerIcon {
|
|
103
|
+
font-size: 1rem;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.sapUshellTileContainerContent {
|
|
107
|
+
.sapUshellNoFilteredItems {
|
|
108
|
+
text-align: center;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.sapUshellInner:after {
|
|
112
|
+
clear: both;
|
|
113
|
+
content: "";
|
|
114
|
+
display: block;
|
|
115
|
+
height: 0;
|
|
116
|
+
line-height: 0;
|
|
117
|
+
visibility: hidden;
|
|
118
|
+
padding: 0;
|
|
119
|
+
margin: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sapUshellContainerTitleFlex {
|
|
123
|
+
display: flex;
|
|
124
|
+
height: 3.2rem;
|
|
125
|
+
margin-right: 1rem;
|
|
126
|
+
align-items: center;
|
|
127
|
+
justify-content: space-between;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.sapUshellContainerTitle {
|
|
131
|
+
cursor: default;
|
|
132
|
+
display: inline;
|
|
133
|
+
flex-shrink: 1;
|
|
134
|
+
-webkit-user-select: none;
|
|
135
|
+
-moz-user-select: none;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/* Tile Container Header - Input and buttons */
|
|
139
|
+
|
|
140
|
+
.sapUshellTileContainerHeader {
|
|
141
|
+
.sapUshellHeaderActionButton {
|
|
142
|
+
position: static;
|
|
143
|
+
padding: 0;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.sapUshellTileContainerHeader:focus {
|
|
147
|
+
outline: 0.063rem dotted;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.sapUshellCatalogTileContainerHeader {
|
|
152
|
+
height: auto;
|
|
153
|
+
margin-bottom: 1rem;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.sapUshellCatalogTileContainerHeaderInner {
|
|
157
|
+
padding-top: 0.5rem;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.sapUshellTileContainerTitleInput {
|
|
161
|
+
.sapMInputDivWrapper {
|
|
162
|
+
height: 2.5rem;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
input {
|
|
166
|
+
border: none;
|
|
167
|
+
padding: 0 0.5rem;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.sapUshellContainerHeaderActions {
|
|
172
|
+
margin-left: 1rem;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.sapUshellOverlayGroupActionPanel {
|
|
176
|
+
display: flex;
|
|
177
|
+
gap: 0.5rem;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
&:focus {
|
|
181
|
+
outline: none;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.sapUiMedia-StdExt-Phone {
|
|
186
|
+
.sapUshellTileContainerContent .sapUshellTileContainerTitleInput {
|
|
187
|
+
width: 16rem !important;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.sapUiMedia-Std-Tablet,
|
|
192
|
+
.sapUiMedia-Std-Desktop {
|
|
193
|
+
.sapUshellTileContainerContent .sapUshellTileContainerTitleInput {
|
|
194
|
+
width: 60% !important;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sapUshellDashboardGroupsContainerItem {
|
|
199
|
+
margin-top: 1rem;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.sapUshellDashboardGroupsContainerItem,
|
|
203
|
+
.sapUshellDashboardGroupsContainerItem .sapUshellTileContainer,
|
|
204
|
+
.sapUshellDashboardGroupsContainerItem .sapUshellTileContainer .sapUshellTileContainerContent {
|
|
205
|
+
&:focus {
|
|
206
|
+
outline: none;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.sapUshellDashboardGroupsContainerItem-clone .sapUshellLineModeContainer {
|
|
211
|
+
display: none;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.sap-phone .sapUshellDashboardGroupsContainerItem-clone .sapUshellTileContainerContent .sapUshellContainerTitle {
|
|
215
|
+
display: block;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.sapUiMedia-Std-Phone .sapUshellDashboardGroupsContainer .sapUshellTileContainerEditMode .sapUshellContainerTitle {
|
|
219
|
+
height: auto;
|
|
220
|
+
line-height: 2rem;
|
|
221
|
+
padding: 0;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
html[dir=rtl] .sapUshellDashboardGroupsContainer .sapUshellTileContainerContent {
|
|
225
|
+
direction: rtl;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
/* Only TileContainers located on the dashboard */
|
|
229
|
+
.sapUshellDashboardGroupsContainer .sapUshellContainerTitle {
|
|
230
|
+
/* truncate group titles */
|
|
231
|
+
white-space: nowrap;
|
|
232
|
+
overflow: hidden;
|
|
233
|
+
text-overflow: ellipsis;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/* only TileContainers located on the dashboard */
|
|
237
|
+
.sap-phone .sapUshellDashboardGroupsContainer {
|
|
238
|
+
.sapUshellTileContainerContent.sapUshellTileContainerEditMode {
|
|
239
|
+
padding: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.sapUshellContainerTitle {
|
|
243
|
+
/* truncate group titles */
|
|
244
|
+
white-space: nowrap;
|
|
245
|
+
overflow: hidden;
|
|
246
|
+
text-overflow: ellipsis;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.sapUshellTileContainerContent {
|
|
251
|
+
margin-right: auto;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/* group focus is relevant for keyboard navigation, not relevant for mobile */
|
|
255
|
+
.sap-phone .sapUshellDashboardGroupsContainer .sapUshellTileContainerContent:focus,
|
|
256
|
+
.sap-tablet .sapUshellDashboardGroupsContainer .sapUshellTileContainerContent:focus {
|
|
257
|
+
outline: 0;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
#dashboardGroups .sapUshellDashboardGroupsContainerItem-placeholder {
|
|
261
|
+
height: 2.75rem;
|
|
262
|
+
margin-top: 0.5rem;
|
|
263
|
+
margin-bottom: 1rem;
|
|
264
|
+
border-radius: 0.25rem;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.sap-phone #dashboardGroups .sapUshellDashboardGroupsContainerItem-placeholder {
|
|
268
|
+
margin-bottom: 4rem;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
html[dir=rtl] .sapUshellDashboardGroupsContainerItem.sapUshellDashboardGroupsContainerItem-clone {
|
|
272
|
+
direction: ltr;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.sapUshellDashboardGroupsContainerItem.sapUshellDashboardGroupsContainerItem-clone {
|
|
276
|
+
align-items: center;
|
|
277
|
+
padding-bottom: 6.25rem; /* for smooth scrolling */
|
|
278
|
+
|
|
279
|
+
.sapUshellTileContainerEditMode {
|
|
280
|
+
border: none;
|
|
281
|
+
background-color: transparent;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.sapUshellCircleBase {
|
|
285
|
+
visibility: hidden;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.sapUshellContainerTitle {
|
|
289
|
+
padding: 0.5rem 1rem;
|
|
290
|
+
border: 0.0625rem solid;
|
|
291
|
+
border-radius: 0.375rem;
|
|
292
|
+
text-overflow: ellipsis;
|
|
293
|
+
overflow: hidden;
|
|
294
|
+
display: inline-block;
|
|
295
|
+
cursor: -webkit-grabbing;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.sapUshellTilesContainer-sortable,
|
|
299
|
+
.sapUshellTileContainerBeforeContent,
|
|
300
|
+
.sapUshellTileContainerAfterContent,
|
|
301
|
+
.sapUshellContainerHeaderActions {
|
|
302
|
+
display: none;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
#dashboardGroups .sapUshellDashboardGroupsContainerItem-placeholder .sapUshellTileContainer {
|
|
307
|
+
display: none;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/* input field and Container title */
|
|
311
|
+
.sapUshellTileContainer&:not(.sapUshellEditing) .sapMInput,
|
|
312
|
+
.sapUshellTileContainer.sapUshellEditing .sapUshellContainerTitle {
|
|
313
|
+
display: none;
|
|
314
|
+
padding-right: 0.5rem;
|
|
315
|
+
padding-left: 0.5rem;
|
|
316
|
+
background-color: red;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.sapUshellTileContainerBeforeContent {
|
|
320
|
+
margin-top: 1rem;
|
|
321
|
+
margin-bottom: 1rem;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.sapUshellTileContainerAfterContent {
|
|
325
|
+
button {
|
|
326
|
+
margin-top: 0.5rem;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
&.sapUshellHidden {
|
|
330
|
+
display: none;
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.sapUshellContainerIcon.sapUshellContainerIconHidden {
|
|
335
|
+
display: none;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.sapUshellDashboardGroupsContainerItem-placeholder + .sapUshellDashboardGroupsContainerItem {
|
|
339
|
+
margin-top: -3.5rem;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.sapUshellTileContainerHidden {
|
|
343
|
+
visibility: hidden;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.sapUshellTileContainerRemoveContent {
|
|
347
|
+
display: none;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.sapUiSizeCompact {
|
|
351
|
+
.sapUshellTileContainerBeforeContent {
|
|
352
|
+
margin-top: 1rem;
|
|
353
|
+
margin-bottom: 1rem;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.sapUshellTileContainer {
|
|
357
|
+
.sapUshellTileContainerBeforeContent,
|
|
358
|
+
.sapUshellTileContainerAfterContent {
|
|
359
|
+
.sapUshellAddGroupButton {
|
|
360
|
+
height: 2rem;
|
|
361
|
+
|
|
362
|
+
div {
|
|
363
|
+
position: static;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.sap-desktop {
|
|
371
|
+
.sapUshellTileContainerContent .sapMBtn:focus > .sapUshellPinSelected {
|
|
372
|
+
outline: .0625rem dotted @sapUiContentContrastFocusColor;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.sapUshellTileContainerEditMode .sapUshellLineModeContainer.sapUshellNoLinksAreaPresent {
|
|
377
|
+
visibility: visible;
|
|
378
|
+
height: 3rem;
|
|
379
|
+
margin-top: 0.6rem; /* allows drag-and-drop placeholder to disappear when no longer hovering */
|
|
380
|
+
background-color: transparent;
|
|
381
|
+
|
|
382
|
+
&.sapUshellEmptyLinkAreaHover {
|
|
383
|
+
border: solid;
|
|
384
|
+
border-width: 0.125rem;
|
|
385
|
+
border-color: @sapUiDragAndDropActiveBorderColor;
|
|
386
|
+
background-color: @sapUiDragAndDropActiveBackground;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.sapUshellTileContainerEditMode .sapUshellLineModeContainer.sapUshellNoLinksAreaPresent.sapUshellNoLinksAreaPresentError {
|
|
391
|
+
border: none;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.sapUshellLineModeContainer {
|
|
395
|
+
box-sizing: border-box;
|
|
396
|
+
position: relative;
|
|
397
|
+
margin-top: @_sap_ushell_Tile_Spacing;
|
|
398
|
+
|
|
399
|
+
.sapUshellLinksInnerContainer:after {
|
|
400
|
+
content: "";
|
|
401
|
+
display: block;
|
|
402
|
+
clear: both;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.sapUshellLinksInnerContainer {
|
|
406
|
+
.sapUshellLinkTile {
|
|
407
|
+
display: inline-block;
|
|
408
|
+
margin-right: @_sap_ushell_Tile_Spacing;
|
|
409
|
+
margin-bottom: @_sap_ushell_Tile_Spacing;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.sapUshellLinksAreaHidden .sapUshellLineModeContainer {
|
|
417
|
+
visibility: hidden;
|
|
418
|
+
|
|
419
|
+
&.sapUshellNoLinksAreaPresent,
|
|
420
|
+
.sapUshellNoLinksAreaPresentText,
|
|
421
|
+
.sapUshellNoLinksAreaPresentText .sapUshellNoLinksAreaPresentTextInner {
|
|
422
|
+
display: none;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.sapUshellEmptyLinksAreaPlaceHolder .sapUshellNoLinksAreaPresent {
|
|
427
|
+
visibility: hidden;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sapUshellGroupBackgroundContainer {
|
|
431
|
+
height: 100%;
|
|
432
|
+
width: 100%;
|
|
433
|
+
display: inline-block;
|
|
434
|
+
position: absolute;
|
|
435
|
+
margin-right: 0;
|
|
436
|
+
border-radius: 2px;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.sapUshellDashboardGroupsContainer .sapUshellTileContainerEditMode {
|
|
440
|
+
padding: 0;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.sapUshellTileContainerBeforeContent {
|
|
444
|
+
margin-top: 1rem;
|
|
445
|
+
margin-bottom: 1rem;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.sapUshellTileContainerTabsModeEmptyLinksArea.sapUshellTileContainerEditMode {
|
|
449
|
+
.sapUshellInner {
|
|
450
|
+
padding-left: 0;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.sapUshellLineModeContainer,
|
|
454
|
+
.sapUshellLineModeContainer.sapUshellNoLinksArePresent {
|
|
455
|
+
margin-left: 0;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.sapUshellNoLinksAreaPresentText {
|
|
460
|
+
position: absolute;
|
|
461
|
+
padding: 0;
|
|
462
|
+
margin: 0;
|
|
463
|
+
height: 100%;
|
|
464
|
+
width: 100%;
|
|
465
|
+
display: flex;
|
|
466
|
+
justify-content: center;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.sapUshellNoLinksAreaPresentTextInner {
|
|
470
|
+
align-self: center;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.sapUshellTransformationError {
|
|
474
|
+
position: absolute;
|
|
475
|
+
padding: 0;
|
|
476
|
+
margin: 0;
|
|
477
|
+
height: 100%;
|
|
478
|
+
width: 100%;
|
|
479
|
+
z-index: 4;
|
|
480
|
+
display: flex;
|
|
481
|
+
justify-content: center;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.sapUshellTransformationErrorInnerWrapper {
|
|
485
|
+
align-self: center;
|
|
486
|
+
display: inherit;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.sapUshellTransformationErrorIcon {
|
|
490
|
+
padding-right: 0.5rem;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.sapUiSizeCozy .sapUshellTileContainer .sapUshellContainerHeaderActions .sapUshellHeaderActionButton {
|
|
494
|
+
margin-top: -0.5rem;
|
|
495
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* ===================================================== */
|
|
2
|
+
/* CSS for control "sap.ushell.ui.launchpad.Tile" (base) */
|
|
3
|
+
/* ===================================================== */
|
|
4
|
+
|
|
5
|
+
.sapUshellLineModeContainer .sapUshellLinkTile-placeholder::after {
|
|
6
|
+
content: " ";
|
|
7
|
+
background-color: fade(@sapUiShellHoverBackground, 12);
|
|
8
|
+
position: absolute;
|
|
9
|
+
left: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
top: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
margin: 3px;
|
|
14
|
+
border-radius: 3.2px
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapUshellLineModeContainer {
|
|
18
|
+
.sapMGTLineMode {
|
|
19
|
+
margin-right: @_sap_ushell_Tile_Spacing ;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.sapUshellSectionCompactArea {
|
|
24
|
+
.sapMGTLineMode {
|
|
25
|
+
margin-right: @_sap_ushell_Tile_Spacing ;
|
|
26
|
+
margin-bottom: @_sap_ushell_Tile_Spacing ;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
#sapUshellLinkDropMarkerDot::before {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: 0px;
|
|
33
|
+
height: 8px;
|
|
34
|
+
width: 8px;
|
|
35
|
+
border-radius: 4px;
|
|
36
|
+
background-color: @sapUiDragAndDropActiveBorderColor;
|
|
37
|
+
content: "";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
#sapUshellLinkDropMarkerDot::after {
|
|
41
|
+
position: absolute;
|
|
42
|
+
margin-left: 2px;
|
|
43
|
+
height: 4px;
|
|
44
|
+
width: 4px;
|
|
45
|
+
border-radius: 2px;
|
|
46
|
+
top: 2px;
|
|
47
|
+
background-color: @sapUiDragAndDropBackground;
|
|
48
|
+
content: "";
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
#sapUshellLinkDropMarkerLine {
|
|
52
|
+
background-color: @sapUiDragAndDropActiveBorderColor;
|
|
53
|
+
height: 1.5rem;
|
|
54
|
+
width: 2px;
|
|
55
|
+
margin-left: 3px
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
#sapUshellLinkDropMarker {
|
|
59
|
+
position: absolute;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.sapUshellInner {
|
|
63
|
+
.sapUshellTile-placeholder,
|
|
64
|
+
.sapUshellLinkTile-placeholder {
|
|
65
|
+
float: left !important;
|
|
66
|
+
margin: 0 @_sap_ushell_Tile_Spacing @_sap_ushell_Tile_Spacing 0 !important;
|
|
67
|
+
border: 2px dashed fade(@sapUiShellTextColor, 50%) !important;
|
|
68
|
+
background-color: transparent !important;
|
|
69
|
+
box-shadow: @sapUiShadowLevel0;
|
|
70
|
+
|
|
71
|
+
> * {
|
|
72
|
+
display: none !important;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|