@sapui5/sap.ushell 1.140.0 → 1.141.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 +2 -2
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -1
- package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +6 -6
- package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +22 -25
- package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +12 -6
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +277 -302
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +11 -10
- package/src/main/js/sap/ushell/ApplicationType.js +8 -8
- package/src/main/js/sap/ushell/Container.js +53 -55
- package/src/main/js/sap/ushell/EventHub.js +5 -7
- package/src/main/js/sap/ushell/Fiori20Adapter.js +17 -11
- 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 +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +5 -5
- 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 +11 -4
- 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 +13 -2
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +13 -3
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +4 -2
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +29 -27
- package/src/main/js/sap/ushell/User.js +12 -12
- package/src/main/js/sap/ushell/UserActivityLog.js +3 -3
- package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +19 -15
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +13 -10
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +15 -14
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -3
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +155 -129
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +25 -23
- 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/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +4 -4
- 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/_Personalization/internals.js +8 -13
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +6 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +42 -30
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +112 -97
- 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 +5 -6
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +10 -8
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +13 -14
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +162 -162
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +14 -14
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +22 -22
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +4 -4
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +4 -4
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
- 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 +2 -2
- 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 +14 -14
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +8 -13
- package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +5 -5
- package/src/main/js/sap/ushell/api/performance/Extension.js +2 -2
- package/src/main/js/sap/ushell/api/performance/NavigationSource.js +8 -8
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +48 -81
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +7 -35
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +9 -6
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +31 -7
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +0 -3
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +8 -5
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +15 -11
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +21 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/MessageBrokerHandler.js +110 -17
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +20 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +26 -12
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +2 -23
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -3
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +11 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +9 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +18 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +2 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +5 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +75 -18
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker/Client.js +114 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +155 -56
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
- 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 +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +4 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -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/SchedulingAgent.js +21 -22
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +5 -5
- package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +14 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.util.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/CatalogsManager.js +3 -3
- package/src/main/js/sap/ushell/components/HomepageManager.js +120 -117
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +24 -13
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +17 -17
- package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +4 -4
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +6 -3
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +119 -108
- package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +17 -15
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -33
- package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +6 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +29 -13
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +6 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
- package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +8 -8
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +38 -29
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +24 -15
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +9 -9
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +0 -11
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +32 -30
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +19 -17
- 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 +30 -28
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +14 -18
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +3 -3
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +19 -17
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +30 -28
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +21 -20
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +88 -65
- package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +6 -6
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +8 -7
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +4 -3
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +7 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +48 -59
- package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/ListProviderAPI.js +144 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/NavContainer.js +82 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +49 -28
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +104 -49
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +18 -7
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +11 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +22 -14
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +43 -13
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +43 -13
- package/src/main/js/sap/ushell/components/tiles/utils.js +25 -25
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -111
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -145
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -78
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -85
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -110
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -144
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +519 -339
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +91 -90
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -73
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -71
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -97
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -128
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -65
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +30 -29
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +46 -45
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +48 -49
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -198
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -68
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -62
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -122
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -121
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/modules/NavigationMenu/ListProvider.js +56 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/ListProviderAPI.js +119 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/NavContainer.js +60 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/NavigationMenuMode.js +37 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu.js +17 -16
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -3
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +6 -2
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
- package/src/main/js/sap/ushell/renderer/Renderer.js +12 -12
- package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +3 -3
- package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +134 -140
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +29 -22
- package/src/main/js/sap/ushell/renderer/Shell.view.js +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
- package/src/main/js/sap/ushell/resources.js +1 -1
- package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -22
- package/src/main/js/sap/ushell/services/AppState.js +3 -3
- package/src/main/js/sap/ushell/services/Bookmark.js +35 -39
- package/src/main/js/sap/ushell/services/BookmarkV2.js +6 -8
- 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 +5 -5
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +13 -14
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +82 -78
- 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 +201 -230
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +61 -57
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +2 -2
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/ClientAlias.js +37 -0
- package/src/main/js/sap/ushell/services/MessageBroker/ClientConnectionMessage.js +37 -0
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +463 -642
- package/src/main/js/sap/ushell/services/MessageBroker.js +126 -48
- package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +4 -4
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -2
- package/src/main/js/sap/ushell/services/Navigation/utils.js +3 -3
- package/src/main/js/sap/ushell/services/Navigation.js +5 -5
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +19 -10
- package/src/main/js/sap/ushell/services/NotificationsV2.js +151 -108
- package/src/main/js/sap/ushell/services/PageBuilding.js +4 -2
- 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 +32 -32
- package/src/main/js/sap/ushell/services/Personalization.js +36 -32
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +6 -6
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +3 -3
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +4 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +4 -8
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +17 -15
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +3 -3
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +22 -22
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +3 -3
- package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
- package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -3
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +5 -5
- package/src/main/js/sap/ushell/services/URLParsing.js +2 -2
- 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 +15 -15
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +6 -6
- package/src/main/js/sap/ushell/services/UserInfo.js +3 -3
- package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +6 -6
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +18 -15
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +3 -3
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +3 -3
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
- package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +10 -10
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +8 -8
- package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +14 -14
- package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
- package/src/main/js/sap/ushell/services/appstate/AppState.js +8 -8
- package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +3 -3
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +7 -24
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ActionMode.less +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Button2.js +9 -8
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Icon.js +29 -31
- package/src/main/js/sap/ushell/thirdparty/Icons.js +121 -84
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +7 -2
- package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Link.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/List.js +14 -17
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +41 -39
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +15 -18
- package/src/main/js/sap/ushell/thirdparty/Menu.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +16 -16
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +69 -41
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -5
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +58 -27
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +166 -150
- package/src/main/js/sap/ushell/thirdparty/Tag.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/Text.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +93 -12
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +7 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +75 -15
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +12 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +71 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +75 -15
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +12 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -756
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +95 -14
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +94 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +68 -68
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +7 -7
- package/src/main/js/sap/ushell/ui/QuickAccess.js +10 -12
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -4
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +4 -4
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -7
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +4 -3
- package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +2 -3
- package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -2
- package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +20 -20
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/tile/TileBase.js +3 -3
- package/src/main/js/sap/ushell/ui/utils.js +6 -6
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +3 -0
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/CallbackQueue.js +114 -0
- package/src/main/js/sap/ushell/utils/Deferred.js +3 -3
- package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +6 -6
- package/src/main/js/sap/ushell/utils/HttpClient.js +68 -68
- package/src/main/js/sap/ushell/utils/LaunchpadError.js +21 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +12 -13
- package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
- package/src/main/js/sap/ushell/utils/WindowUtils.js +5 -3
- package/src/main/js/sap/ushell/utils/chipsUtils.js +7 -5
- package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +2 -2
- package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +9 -9
- package/src/main/js/sap/ushell/utils/utilsCdm.js +5 -6
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +15 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +18 -19
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +11 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +45 -65
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +37 -16
- package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +0 -33
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
2
|
|
|
3
|
-
var parametersBundle_css = ":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3_dark\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"15.0.8\"},\"Version\":{\"Build\": \"11.29.3.20250417070835\",\"Source\": \"11.29.3\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #f5f6f7;--sapLinkColor: #008fff;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #f5f6f7;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #f5f6f7;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #f5f6f7;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(245,246,247,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #f5f6f7;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_BadgeBorderColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #4d82b8;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #101619;--sapContent_Illustrative_Color8: #d5dadd;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #fa4f96;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #3b5b7c;--sapContent_Illustrative_Color14: #2a4259;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #222f3b;--sapContent_Illustrative_Color21: #101619;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #d094b0;--sapContent_Illustrative_Color25: #d0c1cb;--sapContent_Illustrative_Color26: #d0b863;--sapContent_Illustrative_Color27: #d0cdb3;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #6dad1f;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #f7bf00;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #fa6161;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #4db1ff;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #008fff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #008fff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #008fff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #f5f6f7;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #f5f6f7;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #f5f6f7;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #f5f6f7;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #f5f6f7;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #f5f6f7;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_SubBrand_TextColor: #a5cfff;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #f5f6f7;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #f5f6f7;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_1_Hover_Background: #ae4000;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_2_Hover_Background: #890506;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_3_Hover_Background: #b40569;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_4_Hover_Background: #8700b8;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_5_Hover_Background: #470cf1;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_6_Hover_Background: #0054cc;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_7_Hover_Background: #036573;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_8_Hover_Background: #236c39;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_9_Hover_Background: #4e247a;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapAvatar_10_Hover_Background: #45617c;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(169,180,190,.25);--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_FontFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #f5f6f7;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #f5f6f7;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #1c242c;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Selector_Hover_Background: #002b4d;--sapField_Selector_Hover_InvalidBackground: #1d232a;--sapField_Selector_Hover_WarningBackground: #1d232a;--sapField_Selector_Hover_SuccessBackground: #1d232a;--sapField_Selector_Hover_InformationBackground: #1d232a;--sapField_Picker_BorderColor: #a9b4be;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #f5f6f7;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #f5f6f7;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #f5f6f7;--sapList_Active_TextColor: #f5f6f7;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #f5f6f7;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #f5f6f7;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #f5f6f7;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapMessage_Button_Hover_Background: rgba(34,43,53,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #f5f6f7;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #f5f6f7;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #f5f6f7;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #f5f6f7;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #f5f6f7;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #f5f6f7;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #f5f6f7;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #f5f6f7;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #f5f6f7;--sapTab_ForegroundColor: #4db1ff;--sapTab_IconColor: #4db1ff;--sapTab_Background: #1d232a;--sapTab_Selected_TextColor: #4db1ff;--sapTab_Selected_IconColor: #1d232a;--sapTab_Selected_Background: #4db1ff;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #97dd40;--sapTab_Positive_ForegroundColor: #6dad1f;--sapTab_Positive_IconColor: #6dad1f;--sapTab_Positive_Selected_TextColor: #97dd40;--sapTab_Positive_Selected_IconColor: #1d232a;--sapTab_Positive_Selected_Background: #6dad1f;--sapTab_Negative_TextColor: #fa6161;--sapTab_Negative_ForegroundColor: #fa6161;--sapTab_Negative_IconColor: #fa6161;--sapTab_Negative_Selected_TextColor: #fa6161;--sapTab_Negative_Selected_IconColor: #1d232a;--sapTab_Negative_Selected_Background: #fa6161;--sapTab_Critical_TextColor: #ffdf72;--sapTab_Critical_ForegroundColor: #f7bf00;--sapTab_Critical_IconColor: #f7bf00;--sapTab_Critical_Selected_TextColor: #ffdf72;--sapTab_Critical_Selected_IconColor: #1d232a;--sapTab_Critical_Selected_Background: #f7bf00;--sapTab_Neutral_TextColor: #f5f6f7;--sapTab_Neutral_ForegroundColor: #a9b4be;--sapTab_Neutral_IconColor: #a9b4be;--sapTab_Neutral_Selected_TextColor: #f5f6f7;--sapTab_Neutral_Selected_IconColor: #1d232a;--sapTab_Neutral_Selected_Background: #a9b4be;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #f5f6f7;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #f5f6f7;--sapTile_Hover_ContentBackground: #1d232a;--sapTile_Active_ContentBackground: #1d232a;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_TextColor: #fd4444;--sapIndicationColor_1b_Background: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_TextColor: #ff8c8c;--sapIndicationColor_2b_Background: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #640;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #640;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #640;--sapIndicationColor_3b_TextColor: #fb3;--sapIndicationColor_3b_Background: #640;--sapIndicationColor_3b_BorderColor: #640;--sapIndicationColor_3b_Hover_Background: #805500;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #1b4a04;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #1b4a04;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #1b4a04;--sapIndicationColor_4b_TextColor: #a8e987;--sapIndicationColor_4b_Background: #1b4a04;--sapIndicationColor_4b_BorderColor: #1b4a04;--sapIndicationColor_4b_Hover_Background: #246205;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_TextColor: #aad1ff;--sapIndicationColor_5b_Background: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_TextColor: #65deed;--sapIndicationColor_6b_Background: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_TextColor: #c7baff;--sapIndicationColor_7b_Background: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_TextColor: #ec89ff;--sapIndicationColor_8b_Background: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_TextColor: #f2f2f2;--sapIndicationColor_9b_Background: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_TextColor: #d8d8d8;--sapIndicationColor_10b_Background: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_Background: #1d232a;--sapChart_ContrastTextShadow: 0 0 .125rem #fff;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #1d232a;--sapChart_LineColor_1: #313941;--sapChart_LineColor_2: #a9b3be;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #222f3c;--sapChart_ChoroplethRegion_Background: #6f89a1;--sapChart_ChoroplethRegion_BorderColor: #a2c4e7;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #020303;--sapChart_OrderedColor_1: #3278be;--sapChart_OrderedColor_2: #f2a634;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f83030;--sapChart_Critical: #dd6100;--sapChart_Good: #30914c;--sapChart_Neutral: #6f89a1;--sapChart_Sequence_1_Plus3: #a2c4e7;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7aabdc;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5291d1;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #3278be;--sapChart_Sequence_1_TextColor: #fff;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_BorderColor: #3278be;--sapChart_Sequence_1_Minus1: #275e96;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #1d456d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #173859;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #122b45;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0d1f31;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #fbe5c4;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f8d299;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #f6bf6e;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #f2a634;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #e9920f;--sapChart_Sequence_2_Minus1: #e9920f;--sapChart_Sequence_2_Minus1_TextColor: #000;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus2: #c37a0c;--sapChart_Sequence_2_Minus2_TextColor: #000;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus3: #a1650a;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #855308;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6d4407;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #d9dec3;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #c3cb9e;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #b2be78;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #67761d;--sapChart_Sequence_3_Minus1: #9fb822;--sapChart_Sequence_3_Minus1_TextColor: #000;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus2: #8ca611;--sapChart_Sequence_3_Minus2_TextColor: #000;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus3: #67761d;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #4a5515;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #353d0f;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #fec1da;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #fc99c2;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #fb72ab;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #fa4f96;--sapChart_Sequence_4_Minus1: #f32d80;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus2: #f20064;--sapChart_Sequence_4_Minus2_TextColor: #000;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus3: #bf1059;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #990d47;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #6f0934;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #caacec;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b58ae6;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a069de;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7e2ed7;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #6e1cca;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #591c9c;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #451679;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #361160;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #63e3de;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2dd7d1;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #21b5b0;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #049f9a;--sapChart_Sequence_6_Minus1: #018480;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #002e2c;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1782ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0056ba;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #00418c;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #003a7d;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #00336d;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #002959;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #fd98fa;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f96ef5;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #f04dec;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_BorderColor: #f31ded;--sapChart_Sequence_8_Minus1: #d201cc;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #be00b9;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #a1049d;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #80077c;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #590556;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d3dad2;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #c0cabf;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #a4b3a2;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #788f76;--sapChart_Sequence_9_Minus1: #788f76;--sapChart_Sequence_9_Minus1_TextColor: #000;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Minus2: #657963;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #546553;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #445143;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #343e33;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fdd6d6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f9b7b7;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f7a4a4;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e86767;--sapChart_Sequence_10_Minus1: #e86767;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #d34e4e;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #ac4141;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #8b3434;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #752c2c;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #ddd6fb;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #bbacf7;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #a08bf4;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #7858ff;--sapChart_Sequence_11_Minus1: #633fff;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #4018e8;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #3614c9;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #2c10a4;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #250d88;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #dfd5c5;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #d4c7b1;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #000;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #685638;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #51432c;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #3d3221;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #fed8d8;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f99;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #ff5c5c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f83030;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f83030;--sapChart_Sequence_Bad_Minus1: #e01515;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b21010;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #830c0c;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #6c0a0a;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #540808;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #ffb377;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff8d35;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff7102;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #dd6100;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #dd6100;--sapChart_Sequence_Critical_Minus1: #be5400;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus2: #aa4b00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #913f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #441e00;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9bd3ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #5eba78;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #45a05f;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #fff;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #2a7e42;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #236b38;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #1d582e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #174424;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #10311a;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #eaeef2;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #adbcc9;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #8ea2b5;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #6f89a1;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #6f89a1;--sapChart_Sequence_Neutral_Minus1: #576f86;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus2: #3d566d;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #34495c;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #2b3c4c;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #222f3c;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;}\n";
|
|
3
|
+
var parametersBundle_css = ":root {--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_horizon_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_horizon\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3_dark\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"15.0.8\"},\"Version\":{\"Build\": \"11.29.3.20250417070835\",\"Source\": \"11.29.3\"}};--sapBrandColor: #0070f2;--sapHighlightColor: #4db1ff;--sapBaseColor: #1d232a;--sapShellColor: #1d232a;--sapBackgroundColor: #12171c;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #f5f6f7;--sapLinkColor: #008fff;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #4db1ff;--sapHoverColor: #222b35;--sapActiveColor: #020303;--sapHighlightTextColor: #1d232a;--sapTitleColor: #f5f6f7;--sapNegativeColor: #fa6161;--sapCriticalColor: #ffdf72;--sapPositiveColor: #97dd40;--sapInformativeColor: #4db1ff;--sapNeutralColor: #a9b4be;--sapNegativeElementColor: #fa6161;--sapCriticalElementColor: #f7bf00;--sapPositiveElementColor: #6dad1f;--sapInformativeElementColor: #4db1ff;--sapNeutralElementColor: #a9b4be;--sapNegativeTextColor: #fa6161;--sapCriticalTextColor: #ffdf72;--sapPositiveTextColor: #97dd40;--sapInformativeTextColor: #4db1ff;--sapNeutralTextColor: #f5f6f7;--sapErrorColor: #fa6161;--sapWarningColor: #ffdf72;--sapSuccessColor: #97dd40;--sapInformationColor: #4db1ff;--sapErrorBackground: #350000;--sapWarningBackground: #382700;--sapSuccessBackground: #11331a;--sapInformationBackground: #00144a;--sapNeutralBackground: #242e38;--sapErrorBorderColor: #fa6161;--sapWarningBorderColor: #f7bf00;--sapSuccessBorderColor: #6dad1f;--sapInformationBorderColor: #4db1ff;--sapNeutralBorderColor: #a9b4be;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .75rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.5;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #f5f6f7;--sapContent_ContrastIconColor: #1d232a;--sapContent_NonInteractiveIconColor: #a9b4be;--sapContent_MarkerIconColor: #d3b6ff;--sapContent_MarkerTextColor: #64edd2;--sapContent_MeasureIndicatorColor: #a9b4be;--sapContent_Selected_MeasureIndicatorColor: #4db1ff;--sapContent_Placeholderloading_Background: #475566;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #475566 0%, #475566 20%, #74879f 50%, #475566 80%, #475566 100%);--sapContent_ImagePlaceholderBackground: #45617c;--sapContent_ImagePlaceholderForegroundColor: #d5dadd;--sapContent_RatedColor: #ffdf72;--sapContent_UnratedColor: #a9b4be;--sapContent_BusyColor: #4db1ff;--sapContent_FocusColor: #9ad3ff;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(255,255,255,.6), 0 .125rem .5rem 0 rgba(0,0,0,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.35), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.35), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #2e3742;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.3);--sapContent_SearchHighlightColor: #046c7a;--sapContent_HelpColor: #5dc122;--sapContent_LabelColor: #8396A8;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(245,246,247,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .386;--sapContent_ContrastTextColor: #1d232a;--sapContent_ForegroundColor: #101418;--sapContent_ForegroundBorderColor: #a9b4be;--sapContent_ForegroundTextColor: #f5f6f7;--sapContent_BadgeBackground: #ff8cb2;--sapContent_BadgeTextColor: #1d232a;--sapContent_BadgeBorderColor: #1d232a;--sapContent_DragAndDropActiveColor: #4db1ff;--sapContent_Selected_TextColor: #4db1ff;--sapContent_Selected_Background: #1d232a;--sapContent_Selected_Hover_Background: #002b4d;--sapContent_Selected_ForegroundColor: #4db1ff;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: none;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #4d82b8;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #688fb7;--sapContent_Illustrative_Color5: #fff;--sapContent_Illustrative_Color6: #818f98;--sapContent_Illustrative_Color7: #101619;--sapContent_Illustrative_Color8: #d5dadd;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #fa4f96;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #3b5b7c;--sapContent_Illustrative_Color14: #2a4259;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #222f3b;--sapContent_Illustrative_Color21: #101619;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #d094b0;--sapContent_Illustrative_Color25: #d0c1cb;--sapContent_Illustrative_Color26: #d0b863;--sapContent_Illustrative_Color27: #d0cdb3;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: .5rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #6dad1f;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #f7bf00;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #fa6161;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #4db1ff;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 3rem;--sapFontHeader2Size: 2rem;--sapFontHeader3Size: 1.5rem;--sapFontHeader4Size: 1.25rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #008fff;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #008fff;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #008fff;--sapLink_InvertedColor: #bde2ff;--sapLink_SubtleColor: #f5f6f7;--sapShell_Background: #12171c;--sapShell_BackgroundImage: linear-gradient(to bottom, #12171c, #12171c);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #1d232a;--sapShell_TextColor: #f5f6f7;--sapShell_InteractiveBackground: #12171c;--sapShell_InteractiveTextColor: #f5f6f7;--sapShell_InteractiveBorderColor: #a9b4be;--sapShell_GroupTitleTextColor: #f5f6f7;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #1d232a;--sapShell_Active_Background: #1d232a;--sapShell_Active_TextColor: #4db1ff;--sapShell_Selected_Background: #1d232a;--sapShell_Selected_TextColor: #4db1ff;--sapShell_Selected_Hover_Background: #1d232a;--sapShell_Favicon: none;--sapShell_Navigation_Background: #1d232a;--sapShell_Navigation_Hover_Background: #1d232a;--sapShell_Navigation_SelectedColor: #4db1ff;--sapShell_Navigation_Selected_TextColor: #4db1ff;--sapShell_Navigation_TextColor: #f5f6f7;--sapShell_Navigation_Active_TextColor: #4db1ff;--sapShell_Navigation_Active_Background: #1d232a;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #fa6161;--sapShell_CriticalColor: #ffdf72;--sapShell_PositiveColor: #97dd40;--sapShell_InformativeColor: #4db1ff;--sapShell_NeutralColor: #f5f6f7;--sapShell_Assistant_ForegroundColor: #8e73ff;--sapShell_SubBrand_TextColor: #a5cfff;--sapShell_Category_1_Background: #89d1ff;--sapShell_Category_1_BorderColor: #89d1ff;--sapShell_Category_1_TextColor: #1d232a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #feadc8;--sapShell_Category_2_BorderColor: #feadc8;--sapShell_Category_2_TextColor: #1d232a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #ffb300;--sapShell_Category_3_BorderColor: #ffb300;--sapShell_Category_3_TextColor: #1d232a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #aa7dd9;--sapShell_Category_4_BorderColor: #aa7dd9;--sapShell_Category_4_TextColor: #1d232a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #fbbfac;--sapShell_Category_5_BorderColor: #fbbfac;--sapShell_Category_5_TextColor: #1d232a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #2ce0bf;--sapShell_Category_6_BorderColor: #2ce0bf;--sapShell_Category_6_TextColor: #1d232a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #ff8af0;--sapShell_Category_7_BorderColor: #ff8af0;--sapShell_Category_7_TextColor: #1d232a;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #97dd40;--sapShell_Category_8_BorderColor: #97dd40;--sapShell_Category_8_TextColor: #1d232a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #1b90ff;--sapShell_Category_9_BorderColor: #1b90ff;--sapShell_Category_9_TextColor: #1d232a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #8396a8;--sapShell_Category_10_BorderColor: #8396a8;--sapShell_Category_10_TextColor: #1d232a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #fe5656;--sapShell_Category_11_BorderColor: #fe5656;--sapShell_Category_11_TextColor: #1d232a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #9b99ff;--sapShell_Category_12_BorderColor: #9b99ff;--sapShell_Category_12_TextColor: #1d232a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #f52ebc;--sapShell_Category_13_BorderColor: #f52ebc;--sapShell_Category_13_TextColor: #1d232a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #0ba38a;--sapShell_Category_14_BorderColor: #0ba38a;--sapShell_Category_14_TextColor: #1d232a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #d5dadd;--sapShell_Category_15_BorderColor: #d5dadd;--sapShell_Category_15_TextColor: #1d232a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #39ad1f;--sapShell_Category_16_BorderColor: #39ad1f;--sapShell_Category_16_TextColor: #1d232a;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #140069;--sapAssistant_Active_BorderColor: #c0b0ff;--sapAssistant_Active_TextColor: #c0b0ff;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #f5f6f7;--sapAssistant_Answer_Background: #12171c;--sapAssistant_Answer_BorderColor: #12171c;--sapAssistant_Answer_TextColor: #f5f6f7;--sapAvatar_1_Background: #ae4000;--sapAvatar_1_BorderColor: #ae4000;--sapAvatar_1_TextColor: #ffdf72;--sapAvatar_1_Hover_Background: #ae4000;--sapAvatar_2_Background: #890506;--sapAvatar_2_BorderColor: #890506;--sapAvatar_2_TextColor: #ff8cb2;--sapAvatar_2_Hover_Background: #890506;--sapAvatar_3_Background: #b40569;--sapAvatar_3_BorderColor: #b40569;--sapAvatar_3_TextColor: #fecbda;--sapAvatar_3_Hover_Background: #b40569;--sapAvatar_4_Background: #8700b8;--sapAvatar_4_BorderColor: #8700b8;--sapAvatar_4_TextColor: #ffafed;--sapAvatar_4_Hover_Background: #8700b8;--sapAvatar_5_Background: #470cf1;--sapAvatar_5_BorderColor: #470cf1;--sapAvatar_5_TextColor: #d3b6ff;--sapAvatar_5_Hover_Background: #470cf1;--sapAvatar_6_Background: #0054cc;--sapAvatar_6_BorderColor: #0054cc;--sapAvatar_6_TextColor: #a6e0ff;--sapAvatar_6_Hover_Background: #0054cc;--sapAvatar_7_Background: #036573;--sapAvatar_7_BorderColor: #036573;--sapAvatar_7_TextColor: #64edd2;--sapAvatar_7_Hover_Background: #036573;--sapAvatar_8_Background: #236c39;--sapAvatar_8_BorderColor: #236c39;--sapAvatar_8_TextColor: #bde986;--sapAvatar_8_Hover_Background: #236c39;--sapAvatar_9_Background: #4e247a;--sapAvatar_9_BorderColor: #4e247a;--sapAvatar_9_TextColor: #b995e0;--sapAvatar_9_Hover_Background: #4e247a;--sapAvatar_10_Background: #45617c;--sapAvatar_10_BorderColor: #45617c;--sapAvatar_10_TextColor: #d5dadd;--sapAvatar_10_Hover_Background: #45617c;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(169,180,190,.25);--sapButton_Background: #1c242c;--sapButton_BorderColor: #3a4a5a;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #4db1ff;--sapButton_FontFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #222b35;--sapButton_Hover_BorderColor: #3a4a5a;--sapButton_Hover_TextColor: #4db1ff;--sapButton_IconColor: #4db1ff;--sapButton_Active_Background: #213131;--sapButton_Active_BorderColor: #4db1ff;--sapButton_Active_TextColor: #4db1ff;--sapButton_Emphasized_Background: #0070f2;--sapButton_Emphasized_BorderColor: #0070f2;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #0064d9;--sapButton_Emphasized_Hover_BorderColor: #0064d9;--sapButton_Emphasized_Hover_TextColor: #f5f6f7;--sapButton_Emphasized_Active_Background: #213131;--sapButton_Emphasized_Active_BorderColor: #4db1ff;--sapButton_Emphasized_Active_TextColor: #4db1ff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #490000;--sapButton_Reject_BorderColor: #620000;--sapButton_Reject_TextColor: #fa6161;--sapButton_Reject_Hover_Background: #620000;--sapButton_Reject_Hover_BorderColor: #620000;--sapButton_Reject_Hover_TextColor: #fa6161;--sapButton_Reject_Active_Background: #213131;--sapButton_Reject_Active_BorderColor: #fa6161;--sapButton_Reject_Active_TextColor: #fa6161;--sapButton_Reject_Selected_Background: #213131;--sapButton_Reject_Selected_BorderColor: #fa6161;--sapButton_Reject_Selected_TextColor: #fa6161;--sapButton_Reject_Selected_Hover_Background: #620000;--sapButton_Reject_Selected_Hover_BorderColor: #fa6161;--sapButton_Accept_Background: #153e20;--sapButton_Accept_BorderColor: #1b512a;--sapButton_Accept_TextColor: #97dd40;--sapButton_Accept_Hover_Background: #1b512a;--sapButton_Accept_Hover_BorderColor: #1b512a;--sapButton_Accept_Hover_TextColor: #97dd40;--sapButton_Accept_Active_Background: #213131;--sapButton_Accept_Active_BorderColor: #6dad1f;--sapButton_Accept_Active_TextColor: #97dd40;--sapButton_Accept_Selected_Background: #213131;--sapButton_Accept_Selected_BorderColor: #6dad1f;--sapButton_Accept_Selected_TextColor: #97dd40;--sapButton_Accept_Selected_Hover_Background: #1b512a;--sapButton_Accept_Selected_Hover_BorderColor: #6dad1f;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #4db1ff;--sapButton_Lite_Hover_Background: #222b35;--sapButton_Lite_Hover_BorderColor: #3a4a5a;--sapButton_Lite_Hover_TextColor: #4db1ff;--sapButton_Lite_Active_Background: #213131;--sapButton_Lite_Active_BorderColor: #4db1ff;--sapButton_Selected_Background: #002643;--sapButton_Selected_BorderColor: #4db1ff;--sapButton_Selected_TextColor: #4db1ff;--sapButton_Selected_Hover_Background: #002b4d;--sapButton_Selected_Hover_BorderColor: #4db1ff;--sapButton_Attention_Background: #382700;--sapButton_Attention_BorderColor: #523900;--sapButton_Attention_TextColor: #ffdf72;--sapButton_Attention_Hover_Background: #523900;--sapButton_Attention_Hover_BorderColor: #523900;--sapButton_Attention_Hover_TextColor: #ffdf72;--sapButton_Attention_Active_Background: #213131;--sapButton_Attention_Active_BorderColor: #f7bf00;--sapButton_Attention_Active_TextColor: #ffdf72;--sapButton_Attention_Selected_Background: #213131;--sapButton_Attention_Selected_BorderColor: #f7bf00;--sapButton_Attention_Selected_TextColor: #ffdf72;--sapButton_Attention_Selected_Hover_Background: #523900;--sapButton_Attention_Selected_Hover_BorderColor: #f7bf00;--sapButton_Negative_Background: #fa6161;--sapButton_Negative_BorderColor: #fa6161;--sapButton_Negative_TextColor: #1d232a;--sapButton_Negative_Hover_Background: #fb7a7a;--sapButton_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Negative_Hover_TextColor: #1d232a;--sapButton_Negative_Active_Background: #213131;--sapButton_Negative_Active_BorderColor: #fa6161;--sapButton_Negative_Active_TextColor: #fa6161;--sapButton_Critical_Background: #f7bf00;--sapButton_Critical_BorderColor: #f7bf00;--sapButton_Critical_TextColor: #1d232a;--sapButton_Critical_Hover_Background: #ffcf2b;--sapButton_Critical_Hover_BorderColor: #ffcf2b;--sapButton_Critical_Hover_TextColor: #1d232a;--sapButton_Critical_Active_Background: #213131;--sapButton_Critical_Active_BorderColor: #f7bf00;--sapButton_Critical_Active_TextColor: #ffdf72;--sapButton_Success_Background: #6dad1f;--sapButton_Success_BorderColor: #6dad1f;--sapButton_Success_TextColor: #1d232a;--sapButton_Success_Hover_Background: #7bc323;--sapButton_Success_Hover_BorderColor: #7bc323;--sapButton_Success_Hover_TextColor: #1d232a;--sapButton_Success_Active_Background: #213131;--sapButton_Success_Active_BorderColor: #6dad1f;--sapButton_Success_Active_TextColor: #97dd40;--sapButton_Information_Background: #002b4d;--sapButton_Information_BorderColor: #00457b;--sapButton_Information_TextColor: #4db1ff;--sapButton_Information_Hover_Background: #003967;--sapButton_Information_Hover_BorderColor: #00457b;--sapButton_Information_Hover_TextColor: #4db1ff;--sapButton_Information_Active_Background: #213131;--sapButton_Information_Active_BorderColor: #4db1ff;--sapButton_Information_Active_TextColor: #4db1ff;--sapButton_Neutral_Background: #002b4d;--sapButton_Neutral_BorderColor: #00457b;--sapButton_Neutral_TextColor: #4db1ff;--sapButton_Neutral_Hover_Background: #003967;--sapButton_Neutral_Hover_BorderColor: #00457b;--sapButton_Neutral_Hover_TextColor: #4db1ff;--sapButton_Neutral_Active_Background: #213131;--sapButton_Neutral_Active_BorderColor: #4db1ff;--sapButton_Neutral_Active_TextColor: #4db1ff;--sapButton_Track_Background: #a9b4be;--sapButton_Track_BorderColor: #a9b4be;--sapButton_Track_TextColor: #1d232a;--sapButton_Track_Hover_Background: #b8c1c9;--sapButton_Track_Hover_BorderColor: #b8c1c9;--sapButton_Track_Selected_Background: #4db1ff;--sapButton_Track_Selected_BorderColor: #4db1ff;--sapButton_Track_Selected_TextColor: #1d232a;--sapButton_Track_Selected_Hover_Background: #67bcff;--sapButton_Track_Selected_Hover_BorderColor: #67bcff;--sapButton_Handle_Background: #1d232a;--sapButton_Handle_BorderColor: #1d232a;--sapButton_Handle_TextColor: #f5f6f7;--sapButton_Handle_Hover_Background: #1d232a;--sapButton_Handle_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Handle_Selected_Background: #002643;--sapButton_Handle_Selected_BorderColor: #002643;--sapButton_Handle_Selected_TextColor: #4db1ff;--sapButton_Handle_Selected_Hover_Background: #002643;--sapButton_Handle_Selected_Hover_BorderColor: rgba(0,38,67,.5);--sapButton_Track_Negative_Background: #fa6161;--sapButton_Track_Negative_BorderColor: #fa6161;--sapButton_Track_Negative_TextColor: #1d232a;--sapButton_Track_Negative_Hover_Background: #fb7a7a;--sapButton_Track_Negative_Hover_BorderColor: #fb7a7a;--sapButton_Handle_Negative_Background: #1d232a;--sapButton_Handle_Negative_BorderColor: #1d232a;--sapButton_Handle_Negative_TextColor: #fa6161;--sapButton_Handle_Negative_Hover_Background: #1d232a;--sapButton_Handle_Negative_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_Track_Positive_Background: #6dad1f;--sapButton_Track_Positive_BorderColor: #6dad1f;--sapButton_Track_Positive_TextColor: #1d232a;--sapButton_Track_Positive_Hover_Background: #7bc323;--sapButton_Track_Positive_Hover_BorderColor: #7bc323;--sapButton_Handle_Positive_Background: #1d232a;--sapButton_Handle_Positive_BorderColor: #1d232a;--sapButton_Handle_Positive_TextColor: #97dd40;--sapButton_Handle_Positive_Hover_Background: #1d232a;--sapButton_Handle_Positive_Hover_BorderColor: rgba(29,35,42,.5);--sapButton_TokenBackground: #1c242c;--sapButton_TokenBorderColor: #3a4a5a;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #1c242c;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #161c22;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #a9b4be, #a9b4be) border-box;--sapField_TextColor: #fff;--sapField_PlaceholderTextColor: #8396A8;--sapField_BorderColor: #a9b4be;--sapField_HelpBackground: #161c22;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(169,180,190,.25);--sapField_Hover_Background: #1d232a;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_Hover_BorderColor: #4db1ff;--sapField_Hover_HelpBackground: #1d232a;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Active_BorderColor: #4db1ff;--sapField_Focus_Background: #1d232a;--sapField_Focus_BorderColor: #9ad3ff;--sapField_Focus_HelpBackground: #1d232a;--sapField_ReadOnly_Background: #242e38;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #a9b4be 0, #a9b4be .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #a9b4be;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #242e38;--sapField_RequiredColor: #ff78a4;--sapField_InvalidColor: #fa6161;--sapField_InvalidBackground: #350000;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #fa6161, #fa6161) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(248,38,38,.3);--sapField_WarningColor: #f7bf00;--sapField_WarningBackground: #382700;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f7bf00, #f7bf00) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(132,92,0,.5);--sapField_SuccessColor: #6dad1f;--sapField_SuccessBackground: #11331a;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #6dad1f, #6dad1f) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(109,173,31,.18);--sapField_InformationColor: #4db1ff;--sapField_InformationBackground: #00144a;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #4db1ff, #4db1ff) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(77,177,255,.3);--sapField_Selector_Hover_Background: #002b4d;--sapField_Selector_Hover_InvalidBackground: #1d232a;--sapField_Selector_Hover_WarningBackground: #1d232a;--sapField_Selector_Hover_SuccessBackground: #1d232a;--sapField_Selector_Hover_InformationBackground: #1d232a;--sapField_Picker_BorderColor: #a9b4be;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: dashed;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: #1d232a;--sapGroup_TitleBorderColor: #768ea5;--sapGroup_TitleTextColor: #f5f6f7;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #1d232a;--sapGroup_ContentBorderColor: #323c48;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #1d232a;--sapToolbar_SeparatorColor: #3c4957;--sapList_HeaderBackground: #1d232a;--sapList_HeaderBorderColor: #768ea5;--sapList_HeaderTextColor: #f5f6f7;--sapList_BorderColor: #2e3742;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #f5f6f7;--sapList_Active_TextColor: #f5f6f7;--sapList_Active_Background: #020303;--sapList_SelectionBackgroundColor: #1d2d3e;--sapList_SelectionBorderColor: #4db1ff;--sapList_Hover_SelectionBackground: #223548;--sapList_Background: #1d232a;--sapList_Hover_Background: #222b35;--sapList_AlternatingBackground: #12171c;--sapList_GroupHeaderBackground: #1d232a;--sapList_GroupHeaderBorderColor: #768ea5;--sapList_GroupHeaderTextColor: #f5f6f7;--sapList_TableGroupHeaderBackground: #0c0f13;--sapList_TableGroupHeaderBorderColor: #768ea5;--sapList_TableGroupHeaderTextColor: #f5f6f7;--sapList_FooterBackground: #1d232a;--sapList_FooterTextColor: #f5f6f7;--sapList_TableFooterBorder: #768ea5;--sapList_TableFixedBorderColor: #6f829a;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #910000;--sapMessage_WarningBorderColor: #845c00;--sapMessage_SuccessBorderColor: #246c37;--sapMessage_InformationBorderColor: #0034bf;--sapMessage_Button_Hover_Background: rgba(34,43,53,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #2e3b48;--sapProgress_BorderColor: #2e3b48;--sapProgress_TextColor: #f5f6f7;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #680000;--sapProgress_NegativeBorderColor: #680000;--sapProgress_NegativeTextColor: #f5f6f7;--sapProgress_CriticalBackground: #6b4b00;--sapProgress_CriticalBorderColor: #6b4b00;--sapProgress_CriticalTextColor: #f5f6f7;--sapProgress_PositiveBackground: #174624;--sapProgress_PositiveBorderColor: #174624;--sapProgress_PositiveTextColor: #f5f6f7;--sapProgress_InformationBackground: #001b64;--sapProgress_InformationBorderColor: #001b64;--sapProgress_InformationTextColor: #f5f6f7;--sapProgress_Value_Background: #a9b4be;--sapProgress_Value_BorderColor: #a9b4be;--sapProgress_Value_TextColor: #a9b4be;--sapProgress_Value_NegativeBackground: #fa6161;--sapProgress_Value_NegativeBorderColor: #fa6161;--sapProgress_Value_NegativeTextColor: #fa6161;--sapProgress_Value_CriticalBackground: #f7bf00;--sapProgress_Value_CriticalBorderColor: #f7bf00;--sapProgress_Value_CriticalTextColor: #f7bf00;--sapProgress_Value_PositiveBackground: #6dad1f;--sapProgress_Value_PositiveBorderColor: #6dad1f;--sapProgress_Value_PositiveTextColor: #6dad1f;--sapProgress_Value_InformationBackground: #4db1ff;--sapProgress_Value_InformationBorderColor: #4db1ff;--sapProgress_Value_InformationTextColor: #4db1ff;--sapScrollBar_FaceColor: #647891;--sapScrollBar_TrackColor: #1d232a;--sapScrollBar_BorderColor: #647891;--sapScrollBar_SymbolColor: #4db1ff;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8697ac;--sapSlider_Background: #2e3b48;--sapSlider_BorderColor: #2e3b48;--sapSlider_Selected_Background: #4db1ff;--sapSlider_Selected_BorderColor: #4db1ff;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #1d232a;--sapSlider_HandleBorderColor: #005394;--sapSlider_RangeHandleBackground: #1d232a;--sapSlider_Hover_HandleBackground: #002b4d;--sapSlider_Hover_HandleBorderColor: #005394;--sapSlider_Hover_RangeHandleBackground: #002b4d;--sapSlider_Active_HandleBackground: #213131;--sapSlider_Active_HandleBorderColor: #4db1ff;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #1d232a;--sapPageHeader_BorderColor: #2e3742;--sapPageHeader_TextColor: #f5f6f7;--sapPageFooter_Background: #1d232a;--sapPageFooter_BorderColor: #2e3742;--sapPageFooter_TextColor: #f5f6f7;--sapInfobar_Background: #036573;--sapInfobar_Hover_Background: #1d232a;--sapInfobar_Active_Background: #1d232a;--sapInfobar_NonInteractive_Background: #12171c;--sapInfobar_TextColor: #64edd2;--sapObjectHeader_Background: #1d232a;--sapObjectHeader_Hover_Background: #222b35;--sapObjectHeader_BorderColor: #2e3742;--sapObjectHeader_Title_TextColor: #f5f6f7;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #8396a8;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #f5f6f7;--sapTab_ForegroundColor: #4db1ff;--sapTab_IconColor: #4db1ff;--sapTab_Background: #1d232a;--sapTab_Selected_TextColor: #4db1ff;--sapTab_Selected_IconColor: #1d232a;--sapTab_Selected_Background: #4db1ff;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #97dd40;--sapTab_Positive_ForegroundColor: #6dad1f;--sapTab_Positive_IconColor: #6dad1f;--sapTab_Positive_Selected_TextColor: #97dd40;--sapTab_Positive_Selected_IconColor: #1d232a;--sapTab_Positive_Selected_Background: #6dad1f;--sapTab_Negative_TextColor: #fa6161;--sapTab_Negative_ForegroundColor: #fa6161;--sapTab_Negative_IconColor: #fa6161;--sapTab_Negative_Selected_TextColor: #fa6161;--sapTab_Negative_Selected_IconColor: #1d232a;--sapTab_Negative_Selected_Background: #fa6161;--sapTab_Critical_TextColor: #ffdf72;--sapTab_Critical_ForegroundColor: #f7bf00;--sapTab_Critical_IconColor: #f7bf00;--sapTab_Critical_Selected_TextColor: #ffdf72;--sapTab_Critical_Selected_IconColor: #1d232a;--sapTab_Critical_Selected_Background: #f7bf00;--sapTab_Neutral_TextColor: #f5f6f7;--sapTab_Neutral_ForegroundColor: #a9b4be;--sapTab_Neutral_IconColor: #a9b4be;--sapTab_Neutral_Selected_TextColor: #f5f6f7;--sapTab_Neutral_Selected_IconColor: #1d232a;--sapTab_Neutral_Selected_Background: #a9b4be;--sapTile_Background: #1d232a;--sapTile_Hover_Background: #222b35;--sapTile_Active_Background: #020303;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #f5f6f7;--sapTile_TextColor: #8396a8;--sapTile_IconColor: #8396a8;--sapTile_SeparatorColor: #475566;--sapTile_Interactive_BorderColor: #5b6e85;--sapTile_OverlayBackground: #1d232a;--sapTile_OverlayForegroundColor: #f5f6f7;--sapTile_Hover_ContentBackground: #1d232a;--sapTile_Active_ContentBackground: #1d232a;--sapAccentColor1: #ffdf72;--sapAccentColor2: #ff8cb2;--sapAccentColor3: #fecbda;--sapAccentColor4: #ffafed;--sapAccentColor5: #d3b6ff;--sapAccentColor6: #a6e0ff;--sapAccentColor7: #64edd2;--sapAccentColor8: #bde986;--sapAccentColor9: #b995e0;--sapAccentColor10: #d5dadd;--sapAccentBackgroundColor1: #ae4000;--sapAccentBackgroundColor2: #890506;--sapAccentBackgroundColor3: #b40569;--sapAccentBackgroundColor4: #8700b8;--sapAccentBackgroundColor5: #470cf1;--sapAccentBackgroundColor6: #0054cc;--sapAccentBackgroundColor7: #036573;--sapAccentBackgroundColor8: #236c39;--sapAccentBackgroundColor9: #4e247a;--sapAccentBackgroundColor10: #45617c;--sapIndicationColor_1: #fd4444;--sapIndicationColor_1_Background: #fd4444;--sapIndicationColor_1_BorderColor: #fd4444;--sapIndicationColor_1_TextColor: #1d232a;--sapIndicationColor_1_Hover_Background: #fd5d5d;--sapIndicationColor_1_Active_Background: #213131;--sapIndicationColor_1_Active_BorderColor: #5e0303;--sapIndicationColor_1_Active_TextColor: #fd4444;--sapIndicationColor_1_Selected_Background: #213131;--sapIndicationColor_1_Selected_BorderColor: #5e0303;--sapIndicationColor_1_Selected_TextColor: #fd4444;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_TextColor: #fd4444;--sapIndicationColor_1b_Background: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8f8f;--sapIndicationColor_2_Background: #ff8f8f;--sapIndicationColor_2_BorderColor: #ff8f8f;--sapIndicationColor_2_TextColor: #1d232a;--sapIndicationColor_2_Hover_Background: #ffa9a9;--sapIndicationColor_2_Active_Background: #213131;--sapIndicationColor_2_Active_BorderColor: #7d0000;--sapIndicationColor_2_Active_TextColor: #ff8f8f;--sapIndicationColor_2_Selected_Background: #213131;--sapIndicationColor_2_Selected_BorderColor: #7d0000;--sapIndicationColor_2_Selected_TextColor: #ff8f8f;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_TextColor: #ff8c8c;--sapIndicationColor_2b_Background: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #ffc933;--sapIndicationColor_3_Background: #ffc933;--sapIndicationColor_3_BorderColor: #ffc933;--sapIndicationColor_3_TextColor: #1d232a;--sapIndicationColor_3_Hover_Background: #ffcd42;--sapIndicationColor_3_Active_Background: #213131;--sapIndicationColor_3_Active_BorderColor: #640;--sapIndicationColor_3_Active_TextColor: #ffc933;--sapIndicationColor_3_Selected_Background: #213131;--sapIndicationColor_3_Selected_BorderColor: #640;--sapIndicationColor_3_Selected_TextColor: #ffc933;--sapIndicationColor_3b: #640;--sapIndicationColor_3b_TextColor: #fb3;--sapIndicationColor_3b_Background: #640;--sapIndicationColor_3b_BorderColor: #640;--sapIndicationColor_3b_Hover_Background: #805500;--sapIndicationColor_4: #bde986;--sapIndicationColor_4_Background: #bde986;--sapIndicationColor_4_BorderColor: #bde986;--sapIndicationColor_4_TextColor: #1d232a;--sapIndicationColor_4_Hover_Background: #c9ed9c;--sapIndicationColor_4_Active_Background: #213131;--sapIndicationColor_4_Active_BorderColor: #1b4a04;--sapIndicationColor_4_Active_TextColor: #bde986;--sapIndicationColor_4_Selected_Background: #213131;--sapIndicationColor_4_Selected_BorderColor: #1b4a04;--sapIndicationColor_4_Selected_TextColor: #bde986;--sapIndicationColor_4b: #1b4a04;--sapIndicationColor_4b_TextColor: #a8e987;--sapIndicationColor_4b_Background: #1b4a04;--sapIndicationColor_4b_BorderColor: #1b4a04;--sapIndicationColor_4b_Hover_Background: #246205;--sapIndicationColor_5: #a6e0ff;--sapIndicationColor_5_Background: #a6e0ff;--sapIndicationColor_5_BorderColor: #a6e0ff;--sapIndicationColor_5_TextColor: #1d232a;--sapIndicationColor_5_Hover_Background: #c0e9ff;--sapIndicationColor_5_Active_Background: #213131;--sapIndicationColor_5_Active_BorderColor: #024594;--sapIndicationColor_5_Active_TextColor: #a6e0ff;--sapIndicationColor_5_Selected_Background: #213131;--sapIndicationColor_5_Selected_BorderColor: #024594;--sapIndicationColor_5_Selected_TextColor: #a6e0ff;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_TextColor: #aad1ff;--sapIndicationColor_5b_Background: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #64edd2;--sapIndicationColor_6_Background: #64edd2;--sapIndicationColor_6_BorderColor: #64edd2;--sapIndicationColor_6_TextColor: #1d232a;--sapIndicationColor_6_Hover_Background: #7bf0d9;--sapIndicationColor_6_Active_Background: #213131;--sapIndicationColor_6_Active_BorderColor: #00454e;--sapIndicationColor_6_Active_TextColor: #64edd2;--sapIndicationColor_6_Selected_Background: #213131;--sapIndicationColor_6_Selected_BorderColor: #00454e;--sapIndicationColor_6_Selected_TextColor: #64edd2;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_TextColor: #65deed;--sapIndicationColor_6b_Background: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #d3b6ff;--sapIndicationColor_7_Background: #d3b6ff;--sapIndicationColor_7_BorderColor: #d3b6ff;--sapIndicationColor_7_TextColor: #1d232a;--sapIndicationColor_7_Hover_Background: #e2d0ff;--sapIndicationColor_7_Active_Background: #213131;--sapIndicationColor_7_Active_BorderColor: #2702c2;--sapIndicationColor_7_Active_TextColor: #d3b6ff;--sapIndicationColor_7_Selected_Background: #213131;--sapIndicationColor_7_Selected_BorderColor: #2702c2;--sapIndicationColor_7_Selected_TextColor: #d3b6ff;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_TextColor: #c7baff;--sapIndicationColor_7b_Background: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #ff8af0;--sapIndicationColor_8_Background: #ff8af0;--sapIndicationColor_8_BorderColor: #ff8af0;--sapIndicationColor_8_TextColor: #1d232a;--sapIndicationColor_8_Hover_Background: #ffa3f3;--sapIndicationColor_8_Active_Background: #213131;--sapIndicationColor_8_Active_BorderColor: #4c005b;--sapIndicationColor_8_Active_TextColor: #ff8af0;--sapIndicationColor_8_Selected_Background: #213131;--sapIndicationColor_8_Selected_BorderColor: #4c005b;--sapIndicationColor_8_Selected_TextColor: #ff8af0;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_TextColor: #ec89ff;--sapIndicationColor_8b_Background: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #1d232a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #213131;--sapIndicationColor_9_Active_BorderColor: #3e4b5a;--sapIndicationColor_9_Active_TextColor: #f2f2f2;--sapIndicationColor_9_Selected_Background: #213131;--sapIndicationColor_9_Selected_BorderColor: #3e4b5a;--sapIndicationColor_9_Selected_TextColor: #f2f2f2;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_TextColor: #f2f2f2;--sapIndicationColor_9b_Background: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #aaa;--sapIndicationColor_10_BorderColor: #aaa;--sapIndicationColor_10_TextColor: #1d232a;--sapIndicationColor_10_Hover_Background: #b7b7b7;--sapIndicationColor_10_Active_Background: #213131;--sapIndicationColor_10_Active_BorderColor: #373737;--sapIndicationColor_10_Active_TextColor: #d8d8d8;--sapIndicationColor_10_Selected_Background: #213131;--sapIndicationColor_10_Selected_BorderColor: #373737;--sapIndicationColor_10_Selected_TextColor: #d8d8d8;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_TextColor: #d8d8d8;--sapIndicationColor_10b_Background: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #1d232a;--sapLegend_NonWorkingBackground: #0c0f12;--sapLegend_CurrentDateTime: #ffafed;--sapLegendColor1: #ffb300;--sapLegendColor2: #f5734b;--sapLegendColor3: #feabc8;--sapLegendColor4: #db7070;--sapLegendColor5: #ff8af0;--sapLegendColor6: #89d1ff;--sapLegendColor7: #2ce0bf;--sapLegendColor8: #97dd40;--sapLegendColor9: #a9b4be;--sapLegendColor10: #aa7dd9;--sapLegendColor11: #f58b00;--sapLegendColor12: #fbbfac;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #ff9e74;--sapLegendColor15: #af9cc3;--sapLegendColor16: #aabce3;--sapLegendColor17: #dafdf5;--sapLegendColor18: #d5f1b1;--sapLegendColor19: #d1efff;--sapLegendColor20: #e2d8ff;--sapLegendBackgroundColor1: #382700;--sapLegendBackgroundColor2: #501605;--sapLegendBackgroundColor3: #510136;--sapLegendBackgroundColor4: #411c1c;--sapLegendBackgroundColor5: #28004a;--sapLegendBackgroundColor6: #00144a;--sapLegendBackgroundColor7: #012931;--sapLegendBackgroundColor8: #1f2519;--sapLegendBackgroundColor9: #182430;--sapLegendBackgroundColor10: #30164b;--sapLegendBackgroundColor11: #571400;--sapLegendBackgroundColor12: #360c03;--sapLegendBackgroundColor13: #3d0000;--sapLegendBackgroundColor14: #421502;--sapLegendBackgroundColor15: #332640;--sapLegendBackgroundColor16: #121d35;--sapLegendBackgroundColor17: #013131;--sapLegendBackgroundColor18: #1e3009;--sapLegendBackgroundColor19: #0a285c;--sapLegendBackgroundColor20: #1c0c6e;--sapChart_Background: #1d232a;--sapChart_ContrastTextShadow: 0 0 .125rem #fff;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #1d232a;--sapChart_LineColor_1: #313941;--sapChart_LineColor_2: #a9b3be;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #222f3c;--sapChart_ChoroplethRegion_Background: #6f89a1;--sapChart_ChoroplethRegion_BorderColor: #a2c4e7;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #020303;--sapChart_OrderedColor_1: #3278be;--sapChart_OrderedColor_2: #f2a634;--sapChart_OrderedColor_3: #b4ce35;--sapChart_OrderedColor_4: #fa4f96;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #f31ded;--sapChart_OrderedColor_9: #8ea18c;--sapChart_OrderedColor_10: #f28585;--sapChart_OrderedColor_11: #7858ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f83030;--sapChart_Critical: #dd6100;--sapChart_Good: #30914c;--sapChart_Neutral: #6f89a1;--sapChart_Sequence_1_Plus3: #a2c4e7;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7aabdc;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5291d1;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #3278be;--sapChart_Sequence_1_TextColor: #fff;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_BorderColor: #3278be;--sapChart_Sequence_1_Minus1: #275e96;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #1d456d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #173859;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #122b45;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0d1f31;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #fbe5c4;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f8d299;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #f6bf6e;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #f2a634;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #e9920f;--sapChart_Sequence_2_Minus1: #e9920f;--sapChart_Sequence_2_Minus1_TextColor: #000;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus2: #c37a0c;--sapChart_Sequence_2_Minus2_TextColor: #000;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Minus3: #a1650a;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #855308;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6d4407;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #d9dec3;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #c3cb9e;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #b2be78;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #b4ce35;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #67761d;--sapChart_Sequence_3_Minus1: #9fb822;--sapChart_Sequence_3_Minus1_TextColor: #000;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus2: #8ca611;--sapChart_Sequence_3_Minus2_TextColor: #000;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Minus3: #67761d;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #4a5515;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #353d0f;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #fec1da;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #fc99c2;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #fb72ab;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #fa4f96;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #fa4f96;--sapChart_Sequence_4_Minus1: #f32d80;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus2: #f20064;--sapChart_Sequence_4_Minus2_TextColor: #000;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus3: #bf1059;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #990d47;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #6f0934;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #caacec;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b58ae6;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a069de;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #8b47d7;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7e2ed7;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #6e1cca;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #591c9c;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #451679;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #361160;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #63e3de;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2dd7d1;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #21b5b0;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #049f9a;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #049f9a;--sapChart_Sequence_6_Minus1: #018480;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #002e2c;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #68aeff;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #4098ff;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #1782ff;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #0070f2;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0056ba;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #00418c;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #003a7d;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #00336d;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #002959;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #fd98fa;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f96ef5;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #f04dec;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #f31ded;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_BorderColor: #f31ded;--sapChart_Sequence_8_Minus1: #d201cc;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #be00b9;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #a1049d;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #80077c;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #590556;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d3dad2;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #c0cabf;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #a4b3a2;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #8ea18c;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #788f76;--sapChart_Sequence_9_Minus1: #788f76;--sapChart_Sequence_9_Minus1_TextColor: #000;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Minus2: #657963;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #546553;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #445143;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #343e33;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fdd6d6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f9b7b7;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f7a4a4;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #f28585;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e86767;--sapChart_Sequence_10_Minus1: #e86767;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #d34e4e;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #ac4141;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #8b3434;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #752c2c;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #ddd6fb;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #bbacf7;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #a08bf4;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #7858ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #7858ff;--sapChart_Sequence_11_Minus1: #633fff;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #4018e8;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #3614c9;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #2c10a4;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #250d88;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #dfd5c5;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #d4c7b1;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #c4b293;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #8c744c;--sapChart_Sequence_12_Minus1_TextColor: #000;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #685638;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #51432c;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #3d3221;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #fed8d8;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f99;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #ff5c5c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f83030;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f83030;--sapChart_Sequence_Bad_Minus1: #e01515;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b21010;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #830c0c;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #6c0a0a;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #540808;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #ffb377;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff8d35;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff7102;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #dd6100;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #dd6100;--sapChart_Sequence_Critical_Minus1: #be5400;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus2: #aa4b00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #913f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #441e00;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9bd3ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #5eba78;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #45a05f;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #fff;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #2a7e42;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #236b38;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #1d582e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #174424;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #10311a;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #eaeef2;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #adbcc9;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #8ea2b5;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #6f89a1;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #6f89a1;--sapChart_Sequence_Neutral_Minus1: #576f86;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus2: #3d566d;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #34495c;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #2b3c4c;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #222f3c;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;--sapSapThemeId: sap_horizon_dark;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px\n}";
|
|
4
4
|
|
|
5
5
|
exports.default = parametersBundle_css;
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
13
13
|
const collection$9 = "SAP-icons-v4";
|
|
14
14
|
const packageName$9 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
15
15
|
|
|
16
|
-
Icons.
|
|
16
|
+
Icons.y(name$9, { pathData: pathData$9, ltr: ltr$9, accData: accData$3, collection: collection$9, packageName: packageName$9 });
|
|
17
17
|
|
|
18
18
|
const name$8 = "decline";
|
|
19
19
|
const pathData$8 = "M292 256l117 116q7 7 7 18 0 12-7.5 19t-18.5 7q-10 0-18-8L256 292 140 408q-8 8-18 8-11 0-18.5-7.5T96 390q0-10 8-18l116-116-116-116q-8-8-8-18 0-11 7.5-18.5T122 96t18 7l116 117 116-117q7-7 18-7t18.5 7.5T416 122t-7 18z";
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
22
22
|
const collection$8 = "SAP-icons-v5";
|
|
23
23
|
const packageName$8 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
24
24
|
|
|
25
|
-
Icons.
|
|
25
|
+
Icons.y(name$8, { pathData: pathData$8, ltr: ltr$8, accData: accData$2, collection: collection$8, packageName: packageName$8 });
|
|
26
26
|
|
|
27
27
|
var decline = "decline";
|
|
28
28
|
|
|
@@ -33,7 +33,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
33
33
|
const collection$7 = "SAP-icons-v4";
|
|
34
34
|
const packageName$7 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
35
35
|
|
|
36
|
-
Icons.
|
|
36
|
+
Icons.y(name$7, { pathData: pathData$7, ltr: ltr$7, accData: accData$1, collection: collection$7, packageName: packageName$7 });
|
|
37
37
|
|
|
38
38
|
const name$6 = "error";
|
|
39
39
|
const pathData$6 = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm45 256l74-73q9-11 9-23 0-13-9.5-22.5T352 128q-12 0-23 9l-73 74-73-74q-10-9-23-9t-22.5 9.5T128 160q0 12 9 23l74 73-74 73q-9 10-9 23t9.5 22.5T160 384t23-9l73-74 73 74q11 9 23 9 13 0 22.5-9.5T384 352t-9-23z";
|
|
@@ -42,7 +42,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
42
42
|
const collection$6 = "SAP-icons-v5";
|
|
43
43
|
const packageName$6 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
44
44
|
|
|
45
|
-
Icons.
|
|
45
|
+
Icons.y(name$6, { pathData: pathData$6, ltr: ltr$6, accData, collection: collection$6, packageName: packageName$6 });
|
|
46
46
|
|
|
47
47
|
const name$5 = "alert";
|
|
48
48
|
const pathData$5 = "M501 374q5 10 7.5 19.5T512 412v5q0 31-23 47t-50 16H74q-13 0-26-4t-23.5-12-17-20T0 417q0-13 4-22.5t9-20.5L198 38q21-38 61-38 38 0 59 38zM257 127q-13 0-23.5 8T223 161q1 7 2 12 3 25 4.5 48t3.5 61q0 11 7.5 16t16.5 5q22 0 23-21l2-36 9-85q0-18-10.5-26t-23.5-8zm0 299q20 0 31.5-12t11.5-32q0-19-11.5-31T257 339t-31.5 12-11.5 31q0 20 11.5 32t31.5 12z";
|
|
@@ -50,7 +50,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
50
50
|
const collection$5 = "SAP-icons-v4";
|
|
51
51
|
const packageName$5 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
52
52
|
|
|
53
|
-
Icons.
|
|
53
|
+
Icons.y(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
|
|
54
54
|
|
|
55
55
|
const name$4 = "alert";
|
|
56
56
|
const pathData$4 = "M505 399q7 13 7 27 0 21-15.5 37.5T456 480H56q-25 0-40.5-16.5T0 426q0-14 7-27L208 59q17-27 48-27 14 0 27 6.5T304 59zM288 176q0-14-9-23t-23-9-23 9-9 23v96q0 14 9 23t23 9 23-9 9-23v-96zm-32 240q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z";
|
|
@@ -58,7 +58,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
58
58
|
const collection$4 = "SAP-icons-v5";
|
|
59
59
|
const packageName$4 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
60
60
|
|
|
61
|
-
Icons.
|
|
61
|
+
Icons.y(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
|
|
62
62
|
|
|
63
63
|
const name$3 = "sys-enter-2";
|
|
64
64
|
const pathData$3 = "M512 256q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256t20.5-100 55-81.5T157 20t99-20q53 0 100 20t81.5 54.5T492 156t20 100zm-118-87q4-8-1-13l-36-36q-3-4-8-4t-8 5L237 294q-3 1-4 0l-70-52q-4-3-7-3t-4.5 2-2.5 3l-29 41q-6 8 2 14l113 95q2 2 7 2t8-4z";
|
|
@@ -66,7 +66,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
66
66
|
const collection$3 = "SAP-icons-v4";
|
|
67
67
|
const packageName$3 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
68
68
|
|
|
69
|
-
Icons.
|
|
69
|
+
Icons.y(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
|
|
70
70
|
|
|
71
71
|
const name$2 = "sys-enter-2";
|
|
72
72
|
const pathData$2 = "M256 0q53 0 100 20t81.5 54.5T492 156t20 100-20 100-54.5 81.5T356 492t-100 20-100-20-81.5-54.5T20 356 0 256t20-100 54.5-81.5T156 20 256 0zm150 183q10-9 10-23 0-13-9.5-22.5T384 128t-22 9L186 308l-68-63q-9-9-22-9t-22.5 9.5T64 268q0 15 10 24l91 83q9 9 21 9 13 0 23-9z";
|
|
@@ -74,7 +74,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
74
74
|
const collection$2 = "SAP-icons-v5";
|
|
75
75
|
const packageName$2 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
76
76
|
|
|
77
|
-
Icons.
|
|
77
|
+
Icons.y(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
|
|
78
78
|
|
|
79
79
|
const name$1 = "information";
|
|
80
80
|
const pathData$1 = "M0 256q0-53 20.5-100t55-81.5T157 20t99-20q54 0 100.5 20t81 55 54.5 81.5 20 99.5q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256zm192 112v33h128v-33h-32V215q0-6-7-6h-88v31h32v128h-33zm34-201q14 11 30 11 17 0 29.5-11.5T298 138q0-19-13-31-12-12-29-12-19 0-30.5 12.5T214 138q0 17 12 29z";
|
|
@@ -82,7 +82,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
82
82
|
const collection$1 = "SAP-icons-v4";
|
|
83
83
|
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
84
84
|
|
|
85
|
-
Icons.
|
|
85
|
+
Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
86
86
|
|
|
87
87
|
const name = "information";
|
|
88
88
|
const pathData = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm0 160q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9zm32 64q0-14-9-23t-23-9-23 9-9 23v160q0 14 9 23t23 9 23-9 9-23V224z";
|
|
@@ -90,7 +90,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
90
90
|
const collection = "SAP-icons-v5";
|
|
91
91
|
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
92
92
|
|
|
93
|
-
Icons.
|
|
93
|
+
Icons.y(name, { pathData, ltr, collection, packageName });
|
|
94
94
|
|
|
95
95
|
exports.ICON_NAV_BACK = ICON_NAV_BACK;
|
|
96
96
|
exports.ICON_OVERFLOW = ICON_OVERFLOW;
|
|
@@ -7,7 +7,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
|
|
|
7
7
|
const collection$1 = "SAP-icons-v4";
|
|
8
8
|
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
9
9
|
|
|
10
|
-
Icons.
|
|
10
|
+
Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
|
|
11
11
|
|
|
12
12
|
const name = "overflow";
|
|
13
13
|
const pathData = "M64 192q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm192 0q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm192 0q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19z";
|
|
@@ -16,7 +16,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
|
|
|
16
16
|
const collection = "SAP-icons-v5";
|
|
17
17
|
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
18
18
|
|
|
19
|
-
Icons.
|
|
19
|
+
Icons.y(name, { pathData, ltr, accData, collection, packageName });
|
|
20
20
|
|
|
21
21
|
var overflow = "overflow";
|
|
22
22
|
|