@sapui5/sap.ushell 1.141.3 → 1.143.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -7
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +7 -11
- package/src/main/js/sap/ushell/ApplicationType/utils.js +9 -9
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -3
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -12
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -2
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +2 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +41 -24
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +3 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +94 -114
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +43 -20
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +0 -11
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +89 -32
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +53 -52
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +1 -3
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NWBCHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +4 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +58 -17
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +15 -28
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +16 -27
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +0 -12
- 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 +20 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +17 -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 +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +35 -17
- 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/cdm/cdm.constants.js +0 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +29 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Component.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +5 -5
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/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 +3 -3
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +10 -10
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +3 -3
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +4 -4
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/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 +25 -50
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsModule.js +169 -0
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +4 -4
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +6 -2
- package/src/main/js/sap/ushell/components/shell/Search/SearchModule.js +58 -0
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +33 -22
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +35 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +14 -9
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +15 -21
- 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 +23 -18
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -8
- package/src/main/js/sap/ushell/modules/Assistant/AssistantAPI.js +94 -0
- package/src/main/js/sap/ushell/modules/Assistant/AssistantProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Assistant/VisualConfiguration.js +41 -0
- package/src/main/js/sap/ushell/modules/Assistant.js +56 -0
- package/src/main/js/sap/ushell/modules/BaseAPI.js +107 -0
- package/src/main/js/sap/ushell/modules/BaseProvider.js +43 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsAPI.js +253 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Notifications.js +53 -0
- package/src/main/js/sap/ushell/modules/Search/SearchAPI.js +271 -0
- package/src/main/js/sap/ushell/modules/Search/SearchProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Search.js +56 -0
- package/src/main/js/sap/ushell/modules/loader/AbstractLoader.js +95 -0
- package/src/main/js/sap/ushell/modules/loader/AssistantLoader.js +156 -0
- package/src/main/js/sap/ushell/modules/loader/NotificationsLoader.js +148 -0
- package/src/main/js/sap/ushell/modules/loader/SearchLoader.js +153 -0
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +136 -40
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +26 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +19 -14
- package/src/main/js/sap/ushell/renderer/Renderer.js +6 -7
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +204 -102
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +7 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +1 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +6 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +13 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +3 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +0 -14
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.fragment.xml +0 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +5 -63
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +45 -37
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +6 -5
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +13 -13
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +15 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +21 -8
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -181
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +3 -3
- package/src/main/js/sap/ushell/services/MessageBroker.js +3 -3
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +3 -3
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +20 -20
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +2 -6
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +6 -7
- package/src/main/js/sap/ushell/services/SearchableContent.js +3 -5
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +52 -73
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLParsing.js +65 -47
- 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 +6 -44
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +5 -5
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/StateManager.js +14 -5
- package/src/main/js/sap/ushell/state/StateRules.js +10 -1
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -29
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -14
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +11 -11
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +12 -12
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +113 -22
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +0 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +0 -8
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/SmartBusiness.js +139 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +335 -208
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +36 -56
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +19 -34
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +0 -228
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +0 -2128
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +0 -462
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +0 -182
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +0 -135
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +0 -400
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +0 -345
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +0 -103
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +0 -147
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +0 -60
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +0 -96
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +0 -59
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +0 -177
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +0 -79
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +0 -90
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +0 -248
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageCellDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageRowDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +0 -67
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +0 -176
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +0 -50
- package/src/main/js/sap/ushell/components/workPageRuntime/view/WorkPageRuntime.view.xml +0 -37
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -119
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +0 -219
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +0 -75
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -76
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +0 -39
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +0 -153
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -185
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -198
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +0 -576
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +0 -98
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -135
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -91
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -134
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +0 -55
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -163
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +0 -83
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +0 -36
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +0 -53
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +0 -55
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -380
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -78
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -88
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +0 -157
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +0 -49
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -197
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +0 -83
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -42
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +0 -1652
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +0 -2823
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +0 -58
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +0 -35
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +0 -65
- package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +0 -453
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +0 -233
- package/src/main/js/sap/ushell/thirdparty/Button.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/Button2.js +0 -656
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/Icon.js +0 -313
- package/src/main/js/sap/ushell/thirdparty/Icons.js +0 -234
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +0 -1297
- package/src/main/js/sap/ushell/thirdparty/Label.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/Link.js +0 -316
- package/src/main/js/sap/ushell/thirdparty/List.js +0 -1253
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +0 -14
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +0 -251
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -1689
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +0 -637
- package/src/main/js/sap/ushell/thirdparty/Menu.js +0 -389
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +0 -762
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +0 -291
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +0 -310
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +0 -534
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +0 -98
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +0 -2312
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +0 -157
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +0 -49
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +0 -1809
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +0 -119
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +0 -89
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +0 -3453
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +0 -40
- package/src/main/js/sap/ushell/thirdparty/Tag.js +0 -302
- package/src/main/js/sap/ushell/thirdparty/Text.js +0 -127
- package/src/main/js/sap/ushell/thirdparty/Title.js +0 -167
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +0 -950
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +0 -114
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +0 -61
- package/src/main/js/sap/ushell/thirdparty/ValueState.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +0 -24
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +0 -35
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +0 -397
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +0 -193
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/encodeXML.js +0 -87
- package/src/main/js/sap/ushell/thirdparty/event-strict.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +0 -9
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +0 -159
- package/src/main/js/sap/ushell/thirdparty/information.js +0 -100
- package/src/main/js/sap/ushell/thirdparty/information2.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/overflow.js +0 -25
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +0 -8
- package/src/main/js/sap/ushell/thirdparty/query.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +0 -4301
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +0 -146
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +0 -170
- package/src/main/js/sap/ushell/thirdparty/willShowContent.js +0 -7
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
-
|
|
3
|
-
const i=t=>(e,n)=>{e.metadata.i18n||(e.metadata.i18n={}),Object.defineProperty(e,n,{get(){return e.i18nBundles[t]},set(){}}),e.metadata.i18n[n]={bundleName:t,target:e};};
|
|
4
|
-
|
|
5
|
-
var defaultTheme = `:root{--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-15-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-15-0-avatar-border-radius-img-deduction: .0625rem;--ui5-v2-15-0-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-v2-15-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-15-0-avatar-placeholder-color: var(--ui5-v2-15-0-avatar-initials-color);--_ui5-v2-15-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-15-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--_ui5-v2-15-0_avatar_focus_offset: .1875rem;--ui5-v2-15-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_avatar_fontsize_XS: 1rem;--_ui5-v2-15-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-15-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-15-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-15-0_avatar_fontsize_XL: 3rem;--ui5-v2-15-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-15-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-15-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-15-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-15-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-15-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-15-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-15-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-15-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-15-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-15-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-15-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-15-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-15-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-15-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-15-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-15-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-15-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-15-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-15-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-15-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-15-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-15-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-15-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-15-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-15-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-15-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-15-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-15-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-15-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5-v2-15-0_avatar_icon_XS: var(--_ui5-v2-15-0_avatar_fontsize_XS);--_ui5-v2-15-0_avatar_icon_S: var(--_ui5-v2-15-0_avatar_fontsize_S);--_ui5-v2-15-0_avatar_icon_M: var(--_ui5-v2-15-0_avatar_fontsize_M);--_ui5-v2-15-0_avatar_icon_L: var(--_ui5-v2-15-0_avatar_fontsize_L);--_ui5-v2-15-0_avatar_icon_XL: var(--_ui5-v2-15-0_avatar_fontsize_XL);--_ui5-v2-15-0_avatar_group_button_focus_border: none;--_ui5-v2-15-0_avatar_group_padding: .3rem;--_ui5-v2-15-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-15-0-tag-height: 1rem;--_ui5-v2-15-0-tag-icon-width: .75rem;--ui5-v2-15-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-15-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-15-0-tag-information-text-shadow: var(--ui5-v2-15-0-tag-text-shadow);--ui5-v2-15-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-15-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-15-0-tag-height_size_l: 1.5rem;--_ui5-v2-15-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-15-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-15-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-15-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-15-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-15-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-15-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-15-0-tag-text-transform: none;--_ui5-v2-15-0-tag-icon-gap: .25rem;--_ui5-v2-15-0-tag-font-weight: normal;--_ui5-v2-15-0-tag-letter-spacing: normal;--ui5-v2-15-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-15-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-15-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-15-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-15-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-15-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-15-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-15-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-15-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-15-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-15-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-15-0_bar_base_height: 2.75rem;--_ui5-v2-15-0_bar_subheader_height: 3rem;--_ui5-v2-15-0_bar-start-container-padding-start: 1rem;--_ui5-v2-15-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-15-0_bar-end-container-padding-end: 1rem;--_ui5-v2-15-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-15-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-15-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-15-0-button-badge-diameter: .75rem;--_ui5-v2-15-0-calendar-legend-root-padding: .75rem;--_ui5-v2-15-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-15-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-15-0-calendar-legend-item-box-dot-display: block;--_ui5-v2-15-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-15-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-15-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-15-0_card_header_title_font_weight: normal;--_ui5-v2-15-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-15-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_card_header_focus_offset: 0px;--_ui5-v2-15-0_card_header_focus_radius: var(--_ui5-v2-15-0_card_border-radius);--_ui5-v2-15-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-15-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-15-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-15-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-15-0_card_header_border: none;--_ui5-v2-15-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-15-0_card_border: none;--ui5-v2-15-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-15-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-15-0_carousel_button_size: 2.5rem;--ui5-v2-15-0_carousel_inactive_dot_size: .25rem;--ui5-v2-15-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-15-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-15-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-15-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-15-0_checkbox_transition: unset;--_ui5-v2-15-0_checkbox_border_radius: 0;--_ui5-v2-15-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_checkbox_outer_hover_background: transparent;--_ui5-v2-15-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-15-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-15-0_checkbox_wrapped_focus_padding: .5rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-15-0_checkbox_focus_position);--_ui5-v2-15-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-15-0_checkbox_compact_width_height: 2rem;--_ui5-v2-15-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-15-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_wrapper_padding);--_ui5-v2-15-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_checkbox_default_focus_border: none;--_ui5-v2-15-0_checkbox_focus_outline_display: block;--_ui5-v2-15-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-15-0_checkbox_width_height: 2.75rem;--_ui5-v2-15-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-15-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-15-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-15-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-15-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-15-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-15-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-15-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_checkbox_focus_position: .3125rem;--_ui5-v2-15-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-15-0_checkbox_right_focus_distance: .3125rem;--_ui5-v2-15-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-15-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 9.5rem;--_ui5-v2-15-0_color-palette-button-height: 3rem;--_ui5-v2-15-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-15-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-15-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-15-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-15-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-15-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-15-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-15-0_color-palette-item-selected-focused-border: none;--_ui5-v2-15-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-15-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-15-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-15-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-15-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-15-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-15-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-15-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-15-0-datepicker_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_margin: 2px;--_ui5-v2-15-0_daypicker_item_border: none;--_ui5-v2-15-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_background: transparent;--_ui5-v2-15-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-15-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-15-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-15-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-15-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-15-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-15-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-15-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-15-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-15-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-15-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-15-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-15-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-15-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-15-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-15-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-15-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-15-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-15-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-15-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-15-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-15-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-15-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-15-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-15-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-15-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-15-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-15-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-15-0_daypicker_special_day_border_top: none;--_ui5-v2-15-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-15-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-15-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-15-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-15-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-15-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-15-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-15-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_file_uploader_display_input_width: calc(100% - var(--_ui5-v2-15-0_input_icon_width));--_ui5-v2-15-0_file_uploader_tokenizer_width: calc(100% - 2 * var(--_ui5-v2-15-0_input_icon_width) - var(--_ui5-v2-15-0_input_inner_space_to_tokenizer));--_ui5-v2-15-0_table_cell_valign: center;--_ui5-v2-15-0_table_cell_min_width: 2.75rem;--_ui5-v2-15-0_table_navigated_cell_width: .25rem;--_ui5-v2-15-0_first_table_cell_horizontal_padding: 1rem;--_ui5-v2-15-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-15-0_table_cell_vertical_padding: .25rem;--_ui5-v2-15-0_table_row_actions_gap: .25rem;--ui5-v2-15-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-15-0-form-item-label-justify: end;--ui5-v2-15-0-form-item-label-justify-span12: start;--ui5-v2-15-0-form-item-label-padding: .125rem 0;--ui5-v2-15-0-form-item-label-padding-end: .85rem;--ui5-v2-15-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-15-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-15-0-icon-focus-border-radius: .25rem;--_ui5-v2-15-0_input_width: 13.125rem;--_ui5-v2-15-0_input_min_width: 2.75rem;--_ui5-v2-15-0_input_height: var(--sapElement_Height);--_ui5-v2-15-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_background_color: var(--sapField_Background);--_ui5-v2-15-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_placeholder_style: italic;--_ui5-v2-15-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_bottom_border_height: 0;--_ui5-v2-15-0_input_bottom_border_color: transparent;--_ui5-v2-15-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_input_state_border_width: .125rem;--_ui5-v2-15-0_input_information_border_width: .125rem;--_ui5-v2-15-0_input_error_font_weight: normal;--_ui5-v2-15-0_input_warning_font_weight: normal;--_ui5-v2-15-0_input_focus_border_width: 1px;--_ui5-v2-15-0_input_error_warning_font_style: inherit;--_ui5-v2-15-0_input_error_warning_text_indent: 0;--_ui5-v2-15-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-15-0_input_readonly_border: none;--_ui5-v2-15-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-15-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-15-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_input_icon_min_width: 2.25rem;--_ui5-v2-15-0_input_compact_min_width: 2rem;--_ui5-v2-15-0_input_transition: none;--_ui5-v2-15-0-input-value-state-icon-display: none;--_ui5-v2-15-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_value_state_success_border_width: 1px;--_ui5-v2-15-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-15-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--ui5-v2-15-0_input_focus_pseudo_element_content: "";--_ui5-v2-15-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_input_icon_width: 2.25rem;--_ui5-v2-15-0-input-icons-count: 0;--_ui5-v2-15-0_input_margin_top_bottom: .1875rem;--_ui5-v2-15-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-15-0-input-border: none;--_ui5-v2-15-0_input_hover_border: none;--_ui5-v2-15-0_input_focus_border_radius: .25rem;--_ui5-v2-15-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-15-0_input_error_warning_border_style: none;--_ui5-v2-15-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_input_focus_offset: 0;--_ui5-v2-15-0_input_readonly_focus_offset: .125rem;--_ui5-v2-15-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-15-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-15-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-15-0_input_value_state_success_border_width));--_ui5-v2-15-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-15-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-15-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-15-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-15-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-15-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-15-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-15-0_input_icon_border: none;--_ui5-v2-15-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-15-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-15-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-15-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-15-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-15-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-15-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-15-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-15-0_link_focus_text_decoration: underline;--_ui5-v2-15-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-15-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-15-0_link_focused_hover_text_decoration: none;--_ui5-v2-15-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-15-0_link_outline: none;--_ui5-v2-15-0_link_focus_border-radius: .125rem;--_ui5-v2-15-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-15-0_link_subtle_text_decoration: underline;--_ui5-v2-15-0_link_subtle_text_decoration_hover: none;--_ui5-v2-15-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-15-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-15-0-listitem-background-color: var(--sapList_Background);--ui5-v2-15-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-15-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-15-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0-listitembase_disabled_opacity: .5;--_ui5-v2-15-0_product_switch_item_border: none;--_ui5-v2-15-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-15-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_monthpicker_item_margin: .0625rem;--_ui5-v2-15-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-15-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-15-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-15-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-15-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-15-0_message_strip_icon_top: .4375rem;--_ui5-v2-15-0_message_strip_close_button_top: .125rem;--_ui5-v2-15-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-15-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-15-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-15-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-15-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-15-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-15-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-15-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-15-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-15-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-15-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-15-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-15-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-15-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-15-0_message_strip_close_button_right: .1875rem;--_ui5-v2-15-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_panel_header_height: 2.75rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_panel_button_root_height: 2.75rem;--_ui5-v2-15-0_panel_header_padding_right: .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-15-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-15-0_panel_border_bottom: none;--_ui5-v2-15-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-15-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-15-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-15-0_panel_focus_offset: 0px;--_ui5-v2-15-0_panel_focus_bottom_offset: -1px;--_ui5-v2-15-0_panel_content_padding: .625rem 1rem;--_ui5-v2-15-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-15-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-15-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_popup_content_padding_s: 1rem;--_ui5-v2-15-0_popup_content_padding_m_l: 2rem;--_ui5-v2-15-0_popup_content_padding_xl: 3rem;--_ui5-v2-15-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-15-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-15-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-15-0_popup_viewport_margin: 10px;--_ui5-v2-15-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-15-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_popup_header_border: none;--_ui5-v2-15-0_popup_border_radius: .5rem;--_ui5-v2-15-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-15-0_popup_block_layer_opacity: .2;--_ui5-v2-15-0_progress_indicator_bar_border_max: none;--_ui5-v2-15-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-15-0_progress_indicator_side_points_visibility: block;--_ui5-v2-15-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-15-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-15-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-15-0_progress_indicator_host_height: unset;--_ui5-v2-15-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-15-0_progress_indicator_root_position: relative;--_ui5-v2-15-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_root_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-15-0_progress_indicator_root_overflow: visible;--_ui5-v2-15-0_progress_indicator_bar_height: .625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-15-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-15-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-15-0_progress_indicator_icon_position: absolute;--_ui5-v2-15-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-15-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-15-0_progress_indicator_value_position: absolute;--_ui5-v2-15-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-15-0_progress_indicator_value_left_position: 0;--_ui5-v2-15-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-15-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-15-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-15-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-15-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-15-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-15-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-15-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-15-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-15-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-15-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-15-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-15-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-15-0_progress_indicator_border: none;--_ui5-v2-15-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-15-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-15-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-15-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-15-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-15-0_rating_indicator_border_radius: .5rem;--_ui5-v2-15-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_rating_indicator_component_padding: .25rem;--_ui5-v2-15-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-15-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-15-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-15-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Height);--_ui5-v2-15-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-15-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-15-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_button_focused_border_radius: .375rem;--_ui5-v2-15-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-15-0_button_base_min_width: 2.25rem;--_ui5-v2-15-0_button_base_padding: .5625rem;--_ui5-v2-15-0_button_base_icon_margin: .375rem;--_ui5-v2-15-0_button_text_shadow: none;--_ui5-v2-15-0_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_button_fontFamily: var(--sapButton_FontFamily);--_ui5-v2-15-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_radio_button_min_width: 2.75rem;--_ui5-v2-15-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-15-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-15-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-15-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-15-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-15-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-15-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-15-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-15-0_radio_button_border: none;--_ui5-v2-15-0_radio_button_focus_outline: block;--_ui5-v2-15-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-15-0_radio_button_label_offset: 1px;--_ui5-v2-15-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-15-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-15-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-15-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-15-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-15-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-15-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_radio_button_border_radius: .5rem;--_ui5-v2-15-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-15-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-15-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-15-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-15-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-15-0_radio_button_focus_dist: .375rem;--_ui5-v2-15-0_switch_height: 2.75rem;--_ui5-v2-15-0_switch_foucs_border_size: 1px;--_ui5-v2-15-0-switch-root-border-radius: 0;--_ui5-v2-15-0-switch-root-box-shadow: none;--_ui5-v2-15-0_switch_track_border_radius: .75rem;--_ui5-v2-15-0-switch-track-border: 1px solid;--_ui5-v2-15-0_switch_track_transition: none;--_ui5-v2-15-0_switch_handle_border_radius: 1rem;--_ui5-v2-15-0-switch-slider-texts-display: inline;--_ui5-v2-15-0_switch_width: 2.5rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_focus_outline: none;--_ui5-v2-15-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-15-0_switch_root_outline_top: .5rem;--_ui5-v2-15-0_switch_root_outline_bottom: .5rem;--_ui5-v2-15-0_switch_root_outline_left: -.125rem;--_ui5-v2-15-0_switch_root_outline_right: -.125rem;--_ui5-v2-15-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-15-0_switch_track_width: 2.5rem;--_ui5-v2-15-0_switch_track_height: 1.5rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-15-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-15-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-15-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-15-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-15-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-15-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-15-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-15-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-15-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-15-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-15-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_track_icon_display: inline-block;--_ui5-v2-15-0_switch_handle_width: 1.5rem;--_ui5-v2-15-0_switch_handle_height: 1.25rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_border: var(--_ui5-v2-15-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_border_width: .125rem;--_ui5-v2-15-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-15-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-15-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-15-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-15-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-15-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-15-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-15-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-15-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-15-0_switch_handle_left: .0625rem;--_ui5-v2-15-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-15-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_switch_text_width: 1.25rem;--_ui5-v2-15-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-15-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_text_inactive_left: .1875rem;--_ui5-v2-15-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_inactive_right: auto;--_ui5-v2-15-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-15-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-15-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-15-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-15-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-15-0_switch_text_overflow: hidden;--_ui5-v2-15-0_switch_text_z_index: 1;--_ui5-v2-15-0_switch_text_hidden: hidden;--_ui5-v2-15-0_switch_text_min_width: none;--_ui5-v2-15-0_switch_icon_width: 1rem;--_ui5-v2-15-0_switch_icon_height: 1rem;--_ui5-v2-15-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-15-0_select_icon_width: 2.25rem;--_ui5-v2-15-0_select_hover_icon_left_border: none;--_ui5-v2-15-0_select_icon_wrapper_height: calc(100% - .0625rem) ;--_ui5-v2-15-0_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_ui5-v2-15-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-15-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-15-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_split_text_button_border_color: transparent;--_ui5-v2-15-0_split_text_button_background_color: transparent;--_ui5-v2-15-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-15-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-15-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_split_button_focused_border_radius: .375rem;--_ui5-v2-15-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-15-0_split_button_middle_separator_hover_display: none;--_ui5-v2-15-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-15-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-15-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-15-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-15-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-15-0_split_button_positive_separator_color: transparent;--_ui5-v2-15-0_split_button_negative_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color: transparent;--_ui5-v2-15-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-15-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-15-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-15-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-15-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-15-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_header_height_text_only: var(--_ui5-v2-15-0_tc_item_text_only_height);--_ui5-v2-15-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-15-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-15-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_headeritem_padding: 1rem;--_ui5-v2-15-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-15-0_tc_headeritem_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-15-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-15-0_tc_headerItem_transition: none;--_ui5-v2-15-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-15-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-15-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-15-0_tc_headerItemContent_border_height: 0;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-15-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-15-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-15-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-15-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-15-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-15-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-15-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-15-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-15-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-15-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-15-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-15-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-15-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-15-0_tc_overflowItem_indent: .5rem;--_ui5-v2-15-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-15-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-15-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-15-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-15-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-15-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-15-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-15-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-15-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-15-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-15-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-15-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-15-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-15-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-15-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-15-0_text_max_lines: initial;--_ui5-v2-15-0_textarea_state_border_width: .125rem;--_ui5-v2-15-0_textarea_information_border_width: .125rem;--_ui5-v2-15-0_textarea_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-15-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-15-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-15-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_disabled_opacity: .4;--_ui5-v2-15-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-15-0_textarea_min_height: 2.25rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-15-0_textarea_hover_border: none;--_ui5-v2-15-0_textarea_focus_border_radius: .25rem;--_ui5-v2-15-0_textarea_error_warning_border_style: none;--_ui5-v2-15-0_textarea_line_height: 1.5;--_ui5-v2-15-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-15-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-15-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-15-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-15-0_textarea_focus_offset: 0;--_ui5-v2-15-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-15-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-15-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-15-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-15-0_textarea_inner_width: calc(100% - (2 * var(--_ui5-v2-15-0_textarea_wrapper_padding)));--_ui5-v2-15-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-15-0_textarea_padding_top_information: .5rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-15-0_textarea_readonly_border_style: dashed;--_ui5-v2-15-0-time_picker_border_radius: .25rem;--_ui5-v2-15-0_toast_vertical_offset: 3rem;--_ui5-v2-15-0_toast_horizontal_offset: 2rem;--_ui5-v2-15-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-15-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-15-0_toast_offset_width: -.1875rem;--_ui5-v2-15-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-15-0_yearpicker_item_margin: .0625rem;--_ui5-v2-15-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-15-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-15-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-15-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-15-0_calendar_header_arrow_button_border: none;--_ui5-v2-15-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-15-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-15-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-15-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-15-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-15-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-15-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-15-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_token_right_margin: .3125rem;--_ui5-v2-15-0_token_left_padding: .3125rem;--_ui5-v2-15-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_focus_offset: -.25rem;--_ui5-v2-15-0_token_focus_outline_width: .0625rem;--_ui5-v2-15-0_token_selected_focus_outline: none;--_ui5-v2-15-0_token_focus_outline: none;--_ui5-v2-15-0_token_outline_offset: .125rem;--ui5-v2-15-0_token_focus_pseudo_element_content: "";--_ui5-v2-15-0_token_border_radius: .375rem;--_ui5-v2-15-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-15-0_token_text_color: var(--sapTextColor);--_ui5-v2-15-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-15-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-15-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-15-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-15-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-15-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-15-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_progress_border: none;--_ui5-v2-15-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-15-0_slider_inner_height: .25rem;--_ui5-v2-15-0_slider_outer_height: 1.6875rem;--_ui5-v2-15-0_slider_progress_border_radius: .25rem;--_ui5-v2-15-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-15-0_slider_handle_outline_offset: .075rem;--_ui5-v2-15-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-15-0_slider_disabled_opacity: .4;--_ui5-v2-15-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-15-0_range_slider_handle_background_focus: transparent;--_ui5-v2-15-0_slider_progress_box_sizing: content-box;--_ui5-v2-15-0_range_slider_focus_outline_width: 100%;--_ui5-v2-15-0_slider_progress_outline_offset_left: 0;--_ui5-v2-15-0_range_slider_focus_outline_radius: 0;--_ui5-v2-15-0_slider_progress_container_top: 0;--_ui5-v2-15-0_slider_progress_height: 100%;--_ui5-v2-15-0_slider_active_progress_border: none;--_ui5-v2-15-0_slider_active_progress_left: 0;--_ui5-v2-15-0_slider_active_progress_top: 0;--_ui5-v2-15-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-15-0_slider_progress_container_top);--_ui5-v2-15-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-15-0_slider_progress_height);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-15-0_slider_active_progress_border);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-15-0_slider_active_progress_left);--_ui5-v2-15-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-15-0_slider_active_progress_top);--_ui5-v2-15-0_slider_handle_focus_visibility: none;--_ui5-v2-15-0_slider_handle_icon_size: 1rem;--_ui5-v2-15-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-15-0_slider_progress_container_dot_display: block;--_ui5-v2-15-0_slider_inner_min_width: 4rem;--_ui5-v2-15-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-15-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-15-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-15-0_slider_handle_icon_display: inline-block;--_ui5-v2-15-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-15-0_slider_handle_border_radius: .5rem;--_ui5-v2-15-0_slider_handle_height: 1.5rem;--_ui5-v2-15-0_slider_handle_width: 2rem;--_ui5-v2-15-0_slider_handle_top: -.625rem;--_ui5-v2-15-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-15-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-15-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_slider_handle_outline: none;--_ui5-v2-15-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-15-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-15-0_slider_tooltip_border: none;--_ui5-v2-15-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-15-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-15-0_range_slider_progress_focus_display: block;--_ui5-v2-15-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-15-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_min_width: 2rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-15-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_slider_handle_focus_width: 1px;--_ui5-v2-15-0_slider_start_end_point_size: .5rem;--_ui5-v2-15-0_slider_start_end_point_left: -.75rem;--_ui5-v2-15-0_slider_start_end_point_top: -.125rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_slider_tooltip_border_box: border-box;--_ui5-v2-15-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-15-0_range_slider_active_handle_icon_display: none;--_ui5-v2-15-0_range_slider_progress_focus_top: -15px;--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-15-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-15-0_slider_handle_hover_background);--_ui5-v2-15-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-15-0_slider_tickmark_height: .5rem;--_ui5-v2-15-0_slider_tickmark_top: -2px;--_ui5-v2-15-0_slider_handle_box_sizing: border-box;--_ui5-v2-15-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-15-0_slider_tooltip_bottom: 2rem;--_ui5-v2-15-0_value_state_message_border: none;--_ui5-v2-15-0_value_state_header_border: none;--_ui5-v2-15-0_input_value_state_icon_offset: .5rem;--_ui5-v2-15-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-15-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-15-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-15-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-15-0_value_state_message_popover_header_min_height: 2rem;--_ui5-v2-15-0_value_state_message_popover_header_min_width: 6rem;--_ui5-v2-15-0_value_state_message_popover_header_max_width: 22rem;--_ui5-v2-15-0_value_state_message_popover_header_width: auto;--_ui5-v2-15-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-15-0_value_state_header_border_bottom: none;--_ui5-v2-15-0_input_value_state_icon_display: inline-block;--_ui5-v2-15-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-15-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-15-0_value_state_message_icon_width: 1rem;--_ui5-v2-15-0_value_state_message_icon_height: 1rem;--_ui5-v2-15-0_value_state_header_offset: -.25rem;--_ui5-v2-15-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-15-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-15-0_value_state_message_line_height: 1.125rem;--_ui5-v2-15-0-toolbar-padding-left: .5rem;--_ui5-v2-15-0-toolbar-padding-right: .5rem;--_ui5-v2-15-0-toolbar-item-margin-left: 0;--_ui5-v2-15-0-toolbar-item-margin-right: .25rem;--_ui5-v2-15-0_step_input_min_width: 7.25rem;--_ui5-v2-15-0_step_input_padding: 2.5rem;--_ui5-v2-15-0_step_input_input_error_background_color: inherit;--_ui5-v2-15-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-15-0_step_input_border_style: none;--_ui5-v2-15-0_step_input_border_style_hover: none;--_ui5-v2-15-0_step_input_button_background_color: transparent;--_ui5-v2-15-0_step_input_input_border: none;--_ui5-v2-15-0_step_input_input_margin_top: 0;--_ui5-v2-15-0_step_input_button_display: inline-flex;--_ui5-v2-15-0_step_input_button_left: 0;--_ui5-v2-15-0_step_input_button_right: 0;--_ui5-v2-15-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-15-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-15-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-15-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-15-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-15-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-15-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-15-0_step_input_disabled_button_background: none;--_ui5-v2-15-0_step_input_border_color_hover: none;--_ui5-v2-15-0_step_input_border_hover: none;--_ui5-v2-15-0_input_input_background_color: transparent;--_ui5-v2-15-0_load_more_padding: 0;--_ui5-v2-15-0_load_more_border: 1px top solid transparent;--_ui5-v2-15-0_load_more_border_radius: none;--_ui5-v2-15-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-15-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0_calendar_height: 24.5rem;--_ui5-v2-15-0_calendar_width: 20rem;--_ui5-v2-15-0_calendar_left_right_padding: .5rem;--_ui5-v2-15-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-15-0_calendar_header_height: 3rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-15-0_calendar_header_padding: .25rem 0;--_ui5-v2-15-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-15-0_checkbox_icon_size: 1rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-15-0_day_picker_item_width: 2.25rem;--_ui5-v2-15-0_day_picker_item_height: 2.875rem;--_ui5-v2-15-0_day_picker_empty_height: 3rem;--_ui5-v2-15-0_day_picker_item_justify_content: space-between;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-15-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-15-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-15-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-15-0_color_picker_sliders_height: 3rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-15-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-15-0-color_channel_margin_top: .25rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-15-0_datetime_picker_width: 40.0625rem;--_ui5-v2-15-0_datetime_picker_height: 25rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-15-0_dialog_content_min_height: 2.75rem;--_ui5-v2-15-0_dialog_footer_height: 2.75rem;--_ui5-v2-15-0_input_inner_padding: 0 .625rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-15-0_list_no_data_height: 3rem;--_ui5-v2-15-0_list_item_cb_margin_right: 0;--_ui5-v2-15-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-15-0_list_item_img_size: 3rem;--_ui5-v2-15-0_list_item_img_top_margin: .5rem;--_ui5-v2-15-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-15-0_list_item_img_hn_margin: .75rem;--_ui5-v2-15-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-15-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1.125rem;--_ui5-v2-15-0_list_item_icon_padding-inline-end: .75rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_group_header_list_item_height: 2.75rem;--_ui5-v2-15-0_month_picker_item_height: 3rem;--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_form_item_min_height: 2.813rem;--_ui5-v2-15-0_form_item_padding: .65rem;--_ui5-v2-15-0-form-group-heading-height: 2.75rem;--_ui5-v2-15-0_popup_default_header_height: 2.75rem;--_ui5-v2-15-0_year_picker_item_height: 3rem;--_ui5-v2-15-0_tokenizer_padding: .25rem;--_ui5-v2-15-0_token_height: 1.625rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .25rem .5rem;--_ui5-v2-15-0_tl_bubble_padding: 1rem;--_ui5-v2-15-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-15-0_tc_item_text: 3rem;--_ui5-v2-15-0_tc_item_height: 4.75rem;--_ui5-v2-15-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-15-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-15-0_tc_item_icon_size: 1.25rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-15-0_textarea_margin: .25rem 0;--_ui5-v2-15-0_radio_button_height: 2.75rem;--_ui5-v2-15-0_radio_button_label_side_padding: .875rem;--_ui5-v2-15-0_radio_button_inner_size: 2.75rem;--_ui5-v2-15-0_radio_button_svg_size: 1.375rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.75rem;--_ui5-v2-15-0-tree-indent-step: 1.5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-15-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-15-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-15-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-15-0-toolbar-separator-height: 2rem;--_ui5-v2-15-0-toolbar-height: 2.75rem;--_ui5-v2-15-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_split_button_middle_separator_top: .625rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-15-0_color-palette-item-height: 1.75rem;--_ui5-v2-15-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 12rem;--_ui5-v2-15-0_textarea_padding_top: .5rem;--_ui5-v2-15-0_textarea_padding_bottom: .4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-15-0_checkbox_label_offset: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_input_min_width: 2rem;--_ui5-v2-15-0_input_icon_width: 2rem;--_ui5-v2-15-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-15-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-15-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-15-0_rating_indicator_item_height: 1em;--_ui5-v2-15-0_rating_indicator_item_width: 1em;--_ui5-v2-15-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-15-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-15-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-15-0_radio_button_min_width: 2rem;--_ui5-v2-15-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-15-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-15-0_radio_button_focus_dist: .1875rem;--_ui5-v2-15-0_switch_height: 2rem;--_ui5-v2-15-0_switch_width: 2.75rem;--_ui5-v2-15-0_switch_min_width: none;--_ui5-v2-15-0_switch_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_root_outline_top: .25rem;--_ui5-v2-15-0_switch_root_outline_bottom: .25rem;--_ui5-v2-15-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-15-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-15-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-15-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-15-0_switch_track_width: 2.75rem;--_ui5-v2-15-0_switch_track_height: 1.25rem;--_ui5-v2-15-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-15-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-15-0_switch_handle_width: 1.25rem;--_ui5-v2-15-0_switch_handle_height: 1rem;--_ui5-v2-15-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-15-0_switch_handle_with_label_height: 1rem;--_ui5-v2-15-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-15-0_switch_text_width: 1rem;--_ui5-v2-15-0_switch_text_active_left: .1875rem;--_ui5-v2-15-0_select_icon_width: 2rem;--_ui5-v2-15-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-15-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-15-0_textarea_min_height: 1.625rem;--_ui5-v2-15-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-15-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-15-0_textarea_padding_top_information: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-15-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-15-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-15-0_tokenizer_gap: .375em .25rem;--_ui5-v2-15-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-15-0_slider_handle_icon_size: .875rem;--_ui5-v2-15-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-15-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-15-0_slider_handle_width) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-15-0_slider_handle_height) + 10px);--_ui5-v2-15-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-15-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-15-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-15-0_slider_tooltip_bottom) - var(--_ui5-v2-15-0_slider_handle_focus_width));--_ui5-v2-15-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-15-0_slider_handle_width) / 2) - 5px);--_ui5-v2-15-0_bar_base_height: 2.5rem;--_ui5-v2-15-0_bar_subheader_height: 2.25rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_button_base_padding: .4375rem;--_ui5-v2-15-0_button_base_min_width: 2rem;--_ui5-v2-15-0-button-badge-diameter: .625rem;--_ui5-v2-15-0_calendar_height: 18rem;--_ui5-v2-15-0_calendar_width: 17.75rem;--_ui5-v2-15-0_calendar_left_right_padding: .25rem;--_ui5-v2-15-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-15-0_calendar_header_height: 2rem;--_ui5-v2-15-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-15-0_calendar_header_padding: 0;--_ui5-v2-15-0-calendar-legend-root-padding: .5rem;--_ui5-v2-15-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-15-0_checkbox_root_side_padding: var(--_ui5-v2-15-0_checkbox_wrapped_focus_padding);--_ui5-v2-15-0_checkbox_width_height: var(--_ui5-v2-15-0_checkbox_compact_width_height);--_ui5-v2-15-0_checkbox_wrapper_padding: var(--_ui5-v2-15-0_checkbox_compact_wrapper_padding);--_ui5-v2-15-0_checkbox_inner_width_height: var(--_ui5-v2-15-0_checkbox_compact_inner_size);--_ui5-v2-15-0_checkbox_icon_size: .75rem;--_ui5-v2-15-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-15-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-15-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-15-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-15-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-15-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-15-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-15-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-15-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-15-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-15-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-15-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-15-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-15-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-15-0-color_channel_margin_top: 0rem;--_ui5-v2-15-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-15-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-15-0_day_picker_item_width: 2rem;--_ui5-v2-15-0_day_picker_item_height: 2rem;--_ui5-v2-15-0_day_picker_empty_height: 2.125rem;--_ui5-v2-15-0_day_picker_item_justify_content: flex-end;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-15-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-15-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-15-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-15-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-15-0_datetime_picker_height: 20.5rem;--_ui5-v2-15-0_datetime_picker_width: 35.5rem;--_ui5-v2-15-0_datetime_timeview_width: 17rem;--_ui5-v2-15-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-15-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-15-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-15-0_dialog_content_min_height: 2.5rem;--_ui5-v2-15-0_dialog_footer_height: 2.5rem;--_ui5-v2-15-0_form_item_min_height: 2rem;--_ui5-v2-15-0_form_item_padding: .25rem;--_ui5-v2-15-0-form-group-heading-height: 2rem;--_ui5-v2-15-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-15-0_input_inner_padding: 0 .5rem;--_ui5-v2-15-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-15-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-15-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-15-0_input_icon_min_width: var(--_ui5-v2-15-0_input_compact_min_width);--_ui5-v2-15-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-15-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-15-0_popup_default_header_height: 2.5rem;--_ui5-v2-15-0_textarea_margin: .1875rem 0;--_ui5-v2-15-0_list_no_data_height: 2rem;--_ui5-v2-15-0_list_item_cb_margin_right: .5rem;--_ui5-v2-15-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_img_top_margin: .55rem;--_ui5-v2-15-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-15-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-15-0_list_item_base_height: 2rem;--_ui5-v2-15-0_list_item_base_padding: 0 1rem;--_ui5-v2-15-0_list_item_icon_size: 1rem;--_ui5-v2-15-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-15-0_checkbox_wrapper_padding));--_ui5-v2-15-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-15-0_list_item_base_height) - var(--_ui5-v2-15-0_list_item_title_size)) / 2);--_ui5-v2-15-0_list_buttons_left_space: .125rem;--_ui5-v2-15-0_month_picker_item_height: 2rem;--_ui5-v2-15-0_year_picker_item_height: 2rem;--_ui5-v2-15-0_panel_header_height: 2rem;--_ui5-v2-15-0_panel_button_root_height: 2rem;--_ui5-v2-15-0_panel_button_root_width: 2.75rem;--_ui5-v2-15-0_token_height: 1.25rem;--_ui5-v2-15-0_token_right_margin: .25rem;--_ui5-v2-15-0_token_left_padding: .25rem;--_ui5-v2-15-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-15-0_token_focus_offset: -.125rem;--_ui5-v2-15-0_token_icon_size: .75rem;--_ui5-v2-15-0_token_icon_padding: .375rem .375rem;--_ui5-v2-15-0_token_outline_offset: -.125rem;--_ui5-v2-15-0_tl_bubble_padding: .5rem;--_ui5-v2-15-0_tl_padding: .5rem;--_ui5-v2-15-0_tl_li_margin_bottom: .5rem;--_ui5-v2-15-0_tc_item_text: 2rem;--_ui5-v2-15-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-15-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-15-0_tc_item_height: 4rem;--_ui5-v2-15-0_tc_header_height: var(--_ui5-v2-15-0_tc_item_height);--_ui5-v2-15-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-15-0_tc_item_icon_size: 1rem;--_ui5-v2-15-0_radio_button_height: 2rem;--_ui5-v2-15-0_radio_button_label_side_padding: .5rem;--_ui5-v2-15-0_radio_button_inner_size: 2rem;--_ui5-v2-15-0_radio_button_svg_size: 1rem;--_ui5-v2-15-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-15-0_slider_handle_height: 1.25rem;--_ui5-v2-15-0_slider_handle_width: 1.5rem;--_ui5-v2-15-0_slider_tooltip_padding: .25rem;--_ui5-v2-15-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-15-0_slider_outer_height: 1.3125rem;--_ui5-v2-15-0_step_input_min_width: 6rem;--_ui5-v2-15-0_step_input_padding: 2rem;--_ui5-v2-15-0-tree-indent-step: .5rem;--_ui5-v2-15-0-tree-toggle-box-width: 2rem;--_ui5-v2-15-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-15-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-15-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-15-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-15-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-15-0_timeline_tli_indicator_after_height);--_ui5-v2-15-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-15-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-15-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-15-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-15-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-15-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-15-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-15-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-15-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-15-0_vsd_header_container: 2.5rem;--_ui5-v2-15-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-15-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-15-0-toolbar-separator-height: 1.5rem;--_ui5-v2-15-0-toolbar-height: 2rem;--_ui5-v2-15-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-15-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-15-0-toolbar-separator-height);--_ui5-v2-15-0-shellbar-separator-height: 1.5rem;--_ui5-v2-15-0_textarea_padding_top: .1875rem;--_ui5-v2-15-0_textarea_padding_bottom: .125rem;--_ui5-v2-15-0_checkbox_focus_position: .125rem;--_ui5-v2-15-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-15-0_split_button_middle_separator_height: 1rem;--_ui5-v2-15-0_slider_handle_top: -.5rem;--_ui5-v2-15-0_slider_tooltip_height: 1.375rem;--_ui5-v2-15-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-15-0_color-palette-item-height: 1.25rem;--_ui5-v2-15-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-15-0_color-palette-item-margin: calc(((var(--_ui5-v2-15-0_color-palette-item-hover-height) - var(--_ui5-v2-15-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-15-0_color-palette-row-width: 8.75rem;--_ui5-v2-15-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-15-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-15-0_color-palette-row-height: 7.5rem;--_ui5-v2-15-0_color-palette-button-height: 2rem;--_ui5-v2-15-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-15-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-15-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-15-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-15-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-15-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-15-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-15-0_rotation_90deg: rotate(90deg);--_ui5-v2-15-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-15-0_icon_transform_scale: none;--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-15-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-15-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-15-0_dialog_resize_cursor: se-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: .125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-15-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-15-0_panel_toggle_btn_rotation: var(--_ui5-v2-15-0_rotation_minus_90deg);--_ui5-v2-15-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-15-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-15-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-15-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-15-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-15-0_dialog_resize_cursor:sw-resize;--_ui5-v2-15-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-15-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-15-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: 0px;--_ui5-v2-15-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-15-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-15-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-15-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-15-0_progress_indicator_remaining_bar_border_radius: .25rem}
|
|
6
|
-
`;
|
|
7
|
-
|
|
8
|
-
exports.defaultTheme = defaultTheme;
|
|
9
|
-
exports.i = i;
|
|
10
|
-
|
|
11
|
-
}));
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base'], (function (exports, webcomponentsBase) { 'use strict';
|
|
2
|
-
|
|
3
|
-
var n,l$1,t,i,o$1,r,e,f$1,c,s,a,h,p={},v=[],y$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d=Array.isArray;function w(n,l){for(var t in l)n[t]=l[t];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g$1(l,t,u){var i,o,r,e={};for(r in t)"key"==r?i=t[r]:"ref"==r?o=t[r]:e[r]=t[r];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):u),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps) void 0===e[r]&&(e[r]=l.defaultProps[r]);return m(l,e,i,o,null)}function m(n,u,i,o,r){var e={type:n,props:u,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==r?++t:r,__i:-1,__u:0};return null==r&&null!=l$1.vnode&&l$1.vnode(e),e}function k(n){return n.children}function x(n,l){this.props=n,this.context=l;}function C(n,l){if(null==l)return n.__?C(n.__,n.__i+1):null;for(var t;l<n.__k.length;l++)if(null!=(t=n.__k[l])&&null!=t.__e)return t.__e;return "function"==typeof n.type?C(n):null}function S(n){var l,t;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(t=n.__k[l])&&null!=t.__e){n.__e=n.__c.base=t.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=true)&&i.push(n)&&!P.__r++||o$1!==l$1.debounceRendering)&&((o$1=l$1.debounceRendering)||r)(P);}function P(){var n,t,u,o,r,f,c,s;for(i.sort(e);n=i.shift();)n.__d&&(t=i.length,o=void 0,f=(r=(u=n).__v).__e,c=[],s=[],u.__P&&((o=w({},r)).__v=r.__v+1,l$1.vnode&&l$1.vnode(o),F(u.__P,o,r,u.__n,u.__P.namespaceURI,32&r.__u?[f]:null,c,null==f?C(r):f,!!(32&r.__u),s),o.__v=r.__v,o.__.__k[o.__i]=o,z(c,o,s),o.__e!=f&&S(o)),i.length>t&&i.sort(e));P.__r=0;}function $(n,l,t,u,i,o,r,e,f,c,s){var a,h,y,d,w,_,g=u&&u.__k||v,m=l.length;for(f=I(t,l,g,f),a=0;a<m;a++)null!=(y=t.__k[a])&&(h=-1===y.__i?p:g[y.__i]||p,y.__i=a,_=F(n,y,h,i,o,r,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=H(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return t.__e=w,f}function I(n,l,t,u){var i,o,r,e,f,c=l.length,s=t.length,a=s,h=0;for(n.__k=[],i=0;i<c;i++)null!=(o=l[i])&&"boolean"!=typeof o&&"function"!=typeof o?(e=i+h,(o=n.__k[i]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m(null,o,null,null,null):d(o)?m(k,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,r=null,-1!==(f=o.__i=O(o,t,e,a))&&(a--,(r=t[f])&&(r.__u|=2)),null==r||null===r.__v?(-1==f&&h--,"function"!=typeof o.type&&(o.__u|=4)):f!==e&&(f==e-1?h--:f==e+1?h++:(f>e?h--:h++,o.__u|=4))):o=n.__k[i]=null;if(a)for(i=0;i<s;i++)null!=(r=t[i])&&0==(2&r.__u)&&(r.__e==u&&(u=C(r)),q(r,r));return u}function H(n,l,t){var u,i;if("function"==typeof n.type){for(u=n.__k,i=0;u&&i<u.length;i++)u[i]&&(u[i].__=n,l=H(u[i],l,t));return l}n.__e!=l&&(l&&n.type&&!t.contains(l)&&(l=C(n)),t.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling;}while(null!=l&&8===l.nodeType);return l}function O(n,l,t,u){var i=n.key,o=n.type,r=t-1,e=t+1,f=l[t];if(null===f||f&&i==f.key&&o===f.type&&0==(2&f.__u))return t;if(("function"!=typeof o||o===k||i)&&u>(null!=f&&0==(2&f.__u)?1:0))for(;r>=0||e<l.length;){if(r>=0){if((f=l[r])&&0==(2&f.__u)&&i==f.key&&o===f.type)return r;r--;}if(e<l.length){if((f=l[e])&&0==(2&f.__u)&&i==f.key&&o===f.type)return e;e++;}}return -1}function T(n,l,t){"-"===l[0]?n.setProperty(l,null==t?"":t):n[l]=null==t?"":"number"!=typeof t||y$1.test(l)?t:t+"px";}function j(n,l,t,u,i){var o,r;n:if("style"===l)if("string"==typeof t)n.style.cssText=t;else {if("string"==typeof u&&(n.style.cssText=u=""),u)for(l in u)t&&l in t||T(n.style,l,"");if(t)for(l in t)u&&t[l]===u[l]||T(n.style,l,t[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(f$1,"$1")),l=l.toLowerCase()in n||"onFocusOut"===l||"onFocusIn"===l?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=t,t?u?t.t=u.t:(t.t=c,n.addEventListener(l,o?a:s,o)):n.removeEventListener(l,o?a:s,o);else {if("http://www.w3.org/2000/svg"==i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=l&&"height"!=l&&"href"!=l&&"list"!=l&&"form"!=l&&"tabIndex"!=l&&"download"!=l&&"rowSpan"!=l&&"colSpan"!=l&&"role"!=l&&"popover"!=l&&l in n)try{r=n.tagName&&n.tagName.includes("-"),t!==u&&(n[l]=null!=t||r?t:"");break n}catch(n){}"function"==typeof t||(null==t||false===t&&"-"!==l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==t?"":t));}}function A(n){return function(t){if(this.l){var u=this.l[t.type+n];if(null==t.u)t.u=c++;else if(t.u<u.t)return;return u(l$1.event?l$1.event(t):t)}}}function F(n,t,u,i,o,r,e,f,c,s){var a,h,p,v,y,g,m,b,C,S,M,P,I,H,L,O,T,j=t.type;if(void 0!==t.constructor)return null;128&u.__u&&(c=!!(32&u.__u),r=[f=t.__e=u.__e]),(a=l$1.__b)&&a(t);n:if("function"==typeof j)try{if(b=t.props,C="prototype"in j&&j.prototype.render,S=(a=j.contextType)&&i[a.__c],M=a?S?S.props.value:a.__:i,u.__c?m=(h=t.__c=u.__c).__=h.__E:(C?t.__c=h=new j(b,M):(t.__c=h=new x(b,M),h.constructor=j,h.render=B),S&&S.sub(h),h.props=b,h.state||(h.state={}),h.context=M,h.__n=i,p=h.__d=!0,h.__h=[],h._sb=[]),C&&null==h.__s&&(h.__s=h.state),C&&null!=j.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=w({},h.__s)),w(h.__s,j.getDerivedStateFromProps(b,h.__s))),v=h.props,y=h.state,h.__v=t,p)C&&null==j.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),C&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else {if(C&&null==j.getDerivedStateFromProps&&b!==v&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(b,M),!h.__e&&(null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(b,h.__s,M)||t.__v===u.__v)){for(t.__v!==u.__v&&(h.props=b,h.state=h.__s,h.__d=!1),t.__e=u.__e,t.__k=u.__k,t.__k.some(function(n){n&&(n.__=t);}),P=0;P<h._sb.length;P++)h.__h.push(h._sb[P]);h._sb=[],h.__h.length&&e.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(b,h.__s,M),C&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(v,y,g);});}if(h.context=M,h.props=b,h.__P=n,h.__e=!1,I=l$1.__r,H=0,C){for(h.state=h.__s,h.__d=!1,I&&I(t),a=h.render(h.props,h.state,h.context),L=0;L<h._sb.length;L++)h.__h.push(h._sb[L]);h._sb=[];}else do{h.__d=!1,I&&I(t),a=h.render(h.props,h.state,h.context),h.state=h.__s;}while(h.__d&&++H<25);h.state=h.__s,null!=h.getChildContext&&(i=w(w({},i),h.getChildContext())),C&&!p&&null!=h.getSnapshotBeforeUpdate&&(g=h.getSnapshotBeforeUpdate(v,y)),f=$(n,d(O=null!=a&&a.type===k&&null==a.key?a.props.children:a)?O:[O],t,u,i,o,r,e,f,c,s),h.base=t.__e,t.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null);}catch(n){if(t.__v=null,c||null!=r)if(n.then){for(t.__u|=c?160:128;f&&8===f.nodeType&&f.nextSibling;)f=f.nextSibling;r[r.indexOf(f)]=null,t.__e=f;}else for(T=r.length;T--;)_(r[T]);else t.__e=u.__e,t.__k=u.__k;l$1.__e(n,t,u);}else null==r&&t.__v===u.__v?(t.__k=u.__k,t.__e=u.__e):f=t.__e=N(u.__e,t,u,i,o,r,e,c,s);return (a=l$1.diffed)&&a(t),128&t.__u?void 0:f}function z(n,t,u){for(var i=0;i<u.length;i++)V(u[i],u[++i],u[++i]);l$1.__c&&l$1.__c(t,n),n.some(function(t){try{n=t.__h,t.__h=[],n.some(function(n){n.call(t);});}catch(n){l$1.__e(n,t.__v);}});}function N(t,u,i,o,r,e,f,c,s){var a,h,v,y,w,g,m,b,k=i.props,x=u.props,S=u.type;if("svg"===S?r="http://www.w3.org/2000/svg":"math"===S?r="http://www.w3.org/1998/Math/MathML":r||(r="http://www.w3.org/1999/xhtml"),null!=e)for(a=0;a<e.length;a++)if((w=e[a])&&"setAttribute"in w==!!S&&(S?w.localName===S:3===w.nodeType)){t=w,e[a]=null;break}if(null==t){if(null===S)return document.createTextNode(x);t=document.createElementNS(r,S,x.is&&x),c&&(l$1.__m&&l$1.__m(u,e),c=false),e=null;}if(null===S)k===x||c&&t.data===x||(t.data=x);else {if(e=e&&n.call(t.childNodes),k=i.props||p,!c&&null!=e)for(k={},a=0;a<t.attributes.length;a++)k[(w=t.attributes[a]).name]=w.value;for(a in k)if(w=k[a],"children"==a);else if("dangerouslySetInnerHTML"==a)v=w;else if(!(a in x)){if("value"==a&&"defaultValue"in x||"checked"==a&&"defaultChecked"in x)continue;j(t,a,null,w,r);}for(a in x)w=x[a],"children"==a?y=w:"dangerouslySetInnerHTML"==a?h=w:"value"==a?g=w:"checked"==a?m=w:c&&"function"!=typeof w||k[a]===w||((a.startsWith("on")||"ref"===a&&"function"==typeof w)&&(b=o[Object.keys(o)[0]])&&(w=w.bind(b.props.value)),j(t,a,w,k[a],r));if(h)c||v&&(h.__html===v.__html||h.__html===t.innerHTML)||(t.innerHTML=h.__html),u.__k=[];else if(v&&(t.innerHTML=""),$(t,d(y)?y:[y],u,i,o,"foreignObject"===S?"http://www.w3.org/1999/xhtml":r,e,f,e?e[0]:i.__k&&C(i,0),c,s),null!=e)for(a=e.length;a--;)_(e[a]);c||(a="value","progress"===S&&null==g?t.removeAttribute("value"):void 0!==g&&(g!==t[a]||"progress"===S&&!g||"option"===S&&g!==k[a])&&j(t,a,g,k[a],r),a="checked",void 0!==m&&m!==t[a]&&j(t,a,m,k[a],r));}return t}function V(n,t,u){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==t||(n.__u=n(t));}else n.current=t;}catch(n){l$1.__e(n,u);}}function q(n,t,u){var i,o;if(l$1.unmount&&l$1.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||V(i,null,t)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount();}catch(n){l$1.__e(n,t);}i.base=i.__P=null;}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&q(i[o],t,u||"function"!=typeof n.type);u||_(n.__e),n.__c=n.__=n.__e=void 0;}function B(n,l,t){return this.constructor(n,t)}function D(t,u,i){var o,r,e,f;u===document&&(u=document.documentElement),l$1.__&&l$1.__(t,u),r=(o="function"==typeof i)?null:i&&i.__k||u.__k,e=[],f=[],F(u,t=(!o&&i||u).__k=g$1(k,null,[t]),r||p,p,u.namespaceURI,!o&&i?[i]:r?null:u.firstChild?n.call(u.childNodes):null,e,!o&&i?i:r?r.__e:u.firstChild,o,f),z(e,t,f);}function E(n,l){D(n,l,E);}function J(n,l){var t={__c:l="__cC"+h++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var t,u;return this.getChildContext||(t=new Set,(u={})[l]=this,this.getChildContext=function(){return u},this.componentWillUnmount=function(){t=null;},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&t.forEach(function(n){n.__e=true,M(n);});},this.sub=function(n){t.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){t&&t.delete(n),l&&l.call(n);};}),n.children}};return t.Provider.__=t.Consumer.contextType=t}n=v.slice,l$1={__e:function(n,l,t,u){for(var i,o,r;l=l.__;)if((i=l.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(n)),r=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,u||{}),r=i.__d),r)return i.__E=i}catch(l){n=l;}throw n}},t=0,x.prototype.setState=function(n,l){var t;t=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w({},this.state),"function"==typeof n&&(n=n(w({},t),this.props)),n&&w(t,n),null!=n&&this.__v&&(l&&this._sb.push(l),M(this));},x.prototype.forceUpdate=function(n){this.__v&&(this.__e=true,n&&this.__h.push(n),M(this));},x.prototype.render=k,i=[],r="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e=function(n,l){return n.__v.__b-l.__v.__b},P.__r=0,f$1=/(PointerCapture)$|Capture$/i,c=0,s=A(false),a=A(true),h=0;
|
|
4
|
-
|
|
5
|
-
var f=0;function u(e,t,n,o,i,u){t||(t={});var a,c,l=t;"ref"in t&&(a=t.ref,delete t.ref);var p={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f,__i:-1,__u:0,__source:i,__self:u};if("function"==typeof e&&(a=e.defaultProps))for(c in a) void 0===l[c]&&(l[c]=a[c]);return l$1.vnode&&l$1.vnode(p),p}
|
|
6
|
-
|
|
7
|
-
const l=new WeakMap,y=(e,r)=>{let t=l.get(e);t||(t=J(e),l.set(e,t));const m=e.render(),o=u(t.Provider,{value:e,children:m});e.__shouldHydrate?(e.shadowRoot?.querySelectorAll("style").forEach(d=>d.remove()),E(o,r),e.__shouldHydrate=false):D(o,r);};
|
|
8
|
-
|
|
9
|
-
function o(t){let r="";for(const n in t)t[n]&&(r&&(r+=" "),r+=n);return r}
|
|
10
|
-
|
|
11
|
-
function g(e,t,o){const n=e.getMetadata().getEvents();Object.keys(t).forEach(s=>{if(s.startsWith("on")){const a=s.slice(2),c=webcomponentsBase.p(a),l=a.charAt(0).toLowerCase()+a.slice(1);let i;c in n?i=c:l in n&&(i=l),i&&s!=="onClick"&&(t[`onui5-${i}`]=t[s],delete t[s]);}});}function isUI5ElementClass(e){return typeof e=="function"&&"getMetadata"in e}function preprocess(e,t,o$1){let n;return isUI5ElementClass(e)?(n=e.getMetadata().getTag(),g(e,t)):n=e,typeof t.class=="object"&&(t.class=o(t.class)),n}
|
|
12
|
-
|
|
13
|
-
// eslint-disable-next-line import/extensions
|
|
14
|
-
// eslint-disable-next-line @typescript-eslint/unbound-method
|
|
15
|
-
const old = l$1.vnode;
|
|
16
|
-
l$1.vnode = vnode => {
|
|
17
|
-
const props = vnode.props;
|
|
18
|
-
if (props !== null && typeof props === "object") {
|
|
19
|
-
if (props.class && typeof props.class === "object") ;
|
|
20
|
-
}
|
|
21
|
-
old && old(vnode);
|
|
22
|
-
};
|
|
23
|
-
function Fragment(props, context) {
|
|
24
|
-
return k(props);
|
|
25
|
-
}
|
|
26
|
-
function jsx(type, props, key) {
|
|
27
|
-
const tag = preprocess(type, props);
|
|
28
|
-
return u(tag, props, key);
|
|
29
|
-
}
|
|
30
|
-
function jsxs(type, props, key) {
|
|
31
|
-
const tag = preprocess(type, props);
|
|
32
|
-
return u(tag, props, key);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
var defaultThemeBase = `:root {--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["baseTheme"],"Tags": ["Fiori_3","LightColorScheme"],"FallbackThemeId": "sap_fiori_3","Engine":{"Name": "theming-engine","Version": "15.0.8"},"Version":{"Build": "11.29.3.20250417070835","Source": "11.29.3"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #131e29;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapFavicon: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #131e29;--sapNegativeColor: #aa0808;--sapCriticalColor: #e76500;--sapPositiveColor: #256f3a;--sapInformativeColor: #0070f2;--sapNeutralColor: #788fa6;--sapNegativeElementColor: #f53232;--sapCriticalElementColor: #e76500;--sapPositiveElementColor: #30914c;--sapInformativeElementColor: #0070f2;--sapNeutralElementColor: #788fa6;--sapNegativeTextColor: #aa0808;--sapCriticalTextColor: #b44f00;--sapPositiveTextColor: #256f3a;--sapInformativeTextColor: #0064d9;--sapNeutralTextColor: #131e29;--sapErrorColor: #aa0808;--sapWarningColor: #e76500;--sapSuccessColor: #256f3a;--sapInformationColor: #0070f2;--sapErrorBackground: #ffeaf4;--sapWarningBackground: #fff8d6;--sapSuccessBackground: #f5fae5;--sapInformationBackground: #e1f4ff;--sapNeutralBackground: #eff1f2;--sapErrorBorderColor: #e90b0b;--sapWarningBorderColor: #dd6100;--sapSuccessBorderColor: #30914c;--sapInformationBorderColor: #0070f2;--sapNeutralBorderColor: #788fa6;--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: #131e29;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #758ca4;--sapContent_MarkerIconColor: #5d36ff;--sapContent_MarkerTextColor: #046c7a;--sapContent_MeasureIndicatorColor: #556b81;--sapContent_Selected_MeasureIndicatorColor: #0064d9;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #eaecee;--sapContent_ImagePlaceholderForegroundColor: #5b738b;--sapContent_RatedColor: #d27700;--sapContent_UnratedColor: #758ca4;--sapContent_BusyColor: #0064d9;--sapContent_FocusColor: #0032a5;--sapContent_FocusStyle: solid;--sapContent_FocusWidth: .125rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #223548;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 .125rem 0 rgba(34,53,72,.2), 0 .125rem .25rem 0 rgba(34,53,72,.2);--sapContent_Shadow1: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .125rem .5rem 0 rgba(34,53,72,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(34,53,72,.48), 0 .625rem 1.875rem 0 rgba(34,53,72,.25);--sapContent_Shadow3: 0 0 0 .0625rem rgba(34,53,72,.48), 0 1.25rem 5rem 0 rgba(34,53,72,.25);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #d9d9d9;--sapContent_Interaction_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapContent_Selected_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapContent_Negative_Shadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapContent_Critical_Shadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapContent_Positive_Shadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapContent_Informative_Shadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapContent_Neutral_Shadow: inset 0 0 0 .0625rem rgba(120,143,166,.3);--sapContent_SearchHighlightColor: #dafdf5;--sapContent_HelpColor: #188918;--sapContent_LabelColor: #556b82;--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;--sapContent_IconFontFamily: "SAP-icons";--sapContent_DisabledTextColor: rgba(19,30,41,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #131e29;--sapContent_BadgeBackground: #aa0808;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0064d9;--sapContent_Selected_TextColor: #0064d9;--sapContent_Selected_Background: #fff;--sapContent_Selected_Hover_Background: #e3f0ff;--sapContent_Selected_ForegroundColor: #0064d9;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #00144a;--sapContent_Illustrative_Color5: #a9b4be;--sapContent_Illustrative_Color6: #d5dadd;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--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;--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(34,53,72,.05), inset 0 -.0625rem 0 0 #30914c;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #dd6100;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #e90b0b;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(34,53,72,.05), inset 0 -.0625rem 0 0 #0070f2;--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: #0064d9;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0064d9;--sapLink_Active_TextDecoration: none;--sapLink_Visited_Color: #0064d9;--sapLink_InvertedColor: #a6cfff;--sapLink_SubtleColor: #131e29;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #131e29;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #131e29;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #131e29;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #fff;--sapShell_Active_Background: #fff;--sapShell_Active_TextColor: #0070f2;--sapShell_Selected_Background: #fff;--sapShell_Selected_TextColor: #0070f2;--sapShell_Selected_Hover_Background: #fff;--sapShell_Favicon: none;--sapShell_Navigation_Background: #fff;--sapShell_Navigation_Hover_Background: #fff;--sapShell_Navigation_SelectedColor: #0064d9;--sapShell_Navigation_Selected_TextColor: #0064d9;--sapShell_Navigation_TextColor: #131e29;--sapShell_Navigation_Active_TextColor: #0064d9;--sapShell_Navigation_Active_Background: #fff;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(34,53,72,.15), inset 0 -.0625rem 0 0 rgba(34,53,72,.2);--sapShell_NegativeColor: #aa0808;--sapShell_CriticalColor: #b44f00;--sapShell_PositiveColor: #256f3a;--sapShell_InformativeColor: #0064d9;--sapShell_NeutralColor: #131e29;--sapShell_Assistant_ForegroundColor: #5d36ff;--sapShell_SubBrand_TextColor: #003e87;--sapShell_Category_1_Background: #0057d2;--sapShell_Category_1_BorderColor: #0057d2;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #df1278;--sapShell_Category_2_BorderColor: #df1278;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #e76500;--sapShell_Category_3_BorderColor: #e76500;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #7800a4;--sapShell_Category_4_BorderColor: #7800a4;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #aa2608;--sapShell_Category_5_BorderColor: #aa2608;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #07838f;--sapShell_Category_6_BorderColor: #07838f;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #f31ded;--sapShell_Category_7_BorderColor: #f31ded;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #188918;--sapShell_Category_8_BorderColor: #188918;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #002a86;--sapShell_Category_9_BorderColor: #002a86;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #5b738b;--sapShell_Category_10_BorderColor: #5b738b;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #d20a0a;--sapShell_Category_11_BorderColor: #d20a0a;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #7858ff;--sapShell_Category_12_BorderColor: #7858ff;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #a00875;--sapShell_Category_13_BorderColor: #a00875;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #14565b;--sapShell_Category_14_BorderColor: #14565b;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #223548;--sapShell_Category_15_BorderColor: #223548;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #1e592f;--sapShell_Category_16_BorderColor: #1e592f;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--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: #fff;--sapAssistant_Active_BorderColor: #5d36ff;--sapAssistant_Active_TextColor: #5d36ff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #131e29;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #131e29;--sapAvatar_1_Background: #fff3b8;--sapAvatar_1_BorderColor: #fff3b8;--sapAvatar_1_TextColor: #a45d00;--sapAvatar_1_Hover_Background: #fff3b8;--sapAvatar_2_Background: #ffd0e7;--sapAvatar_2_BorderColor: #ffd0e7;--sapAvatar_2_TextColor: #aa0808;--sapAvatar_2_Hover_Background: #ffd0e7;--sapAvatar_3_Background: #ffdbe7;--sapAvatar_3_BorderColor: #ffdbe7;--sapAvatar_3_TextColor: #ba066c;--sapAvatar_3_Hover_Background: #ffdbe7;--sapAvatar_4_Background: #ffdcf3;--sapAvatar_4_BorderColor: #ffdcf3;--sapAvatar_4_TextColor: #a100c2;--sapAvatar_4_Hover_Background: #ffdcf3;--sapAvatar_5_Background: #ded3ff;--sapAvatar_5_BorderColor: #ded3ff;--sapAvatar_5_TextColor: #552cff;--sapAvatar_5_Hover_Background: #ded3ff;--sapAvatar_6_Background: #d1efff;--sapAvatar_6_BorderColor: #d1efff;--sapAvatar_6_TextColor: #0057d2;--sapAvatar_6_Hover_Background: #d1efff;--sapAvatar_7_Background: #c2fcee;--sapAvatar_7_BorderColor: #c2fcee;--sapAvatar_7_TextColor: #046c7a;--sapAvatar_7_Hover_Background: #c2fcee;--sapAvatar_8_Background: #ebf5cb;--sapAvatar_8_BorderColor: #ebf5cb;--sapAvatar_8_TextColor: #256f3a;--sapAvatar_8_Hover_Background: #ebf5cb;--sapAvatar_9_Background: #ddccf0;--sapAvatar_9_BorderColor: #ddccf0;--sapAvatar_9_TextColor: #6c32a9;--sapAvatar_9_Hover_Background: #ddccf0;--sapAvatar_10_Background: #eaecee;--sapAvatar_10_BorderColor: #eaecee;--sapAvatar_10_TextColor: #556b82;--sapAvatar_10_Hover_Background: #eaecee;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(85,107,129,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #bcc3ca;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .5rem;--sapButton_TextColor: #0064d9;--sapButton_FontFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #eaecee;--sapButton_Hover_BorderColor: #bcc3ca;--sapButton_Hover_TextColor: #0064d9;--sapButton_IconColor: #0064d9;--sapButton_Active_Background: #fff;--sapButton_Active_BorderColor: #0064d9;--sapButton_Active_TextColor: #0064d9;--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: #fff;--sapButton_Emphasized_Active_Background: #fff;--sapButton_Emphasized_Active_BorderColor: #0064d9;--sapButton_Emphasized_Active_TextColor: #0064d9;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #ffd6e9;--sapButton_Reject_BorderColor: #ffc2de;--sapButton_Reject_TextColor: #aa0808;--sapButton_Reject_Hover_Background: #ffbddb;--sapButton_Reject_Hover_BorderColor: #ffbddb;--sapButton_Reject_Hover_TextColor: #aa0808;--sapButton_Reject_Active_Background: #fff;--sapButton_Reject_Active_BorderColor: #e90b0b;--sapButton_Reject_Active_TextColor: #aa0808;--sapButton_Reject_Selected_Background: #fff;--sapButton_Reject_Selected_BorderColor: #e90b0b;--sapButton_Reject_Selected_TextColor: #aa0808;--sapButton_Reject_Selected_Hover_Background: #ffbddb;--sapButton_Reject_Selected_Hover_BorderColor: #e90b0b;--sapButton_Accept_Background: #ebf5cb;--sapButton_Accept_BorderColor: #dbeda0;--sapButton_Accept_TextColor: #256f3a;--sapButton_Accept_Hover_Background: #e3f1b6;--sapButton_Accept_Hover_BorderColor: #e3f1b6;--sapButton_Accept_Hover_TextColor: #256f3a;--sapButton_Accept_Active_Background: #fff;--sapButton_Accept_Active_BorderColor: #30914c;--sapButton_Accept_Active_TextColor: #256f3a;--sapButton_Accept_Selected_Background: #fff;--sapButton_Accept_Selected_BorderColor: #30914c;--sapButton_Accept_Selected_TextColor: #256f3a;--sapButton_Accept_Selected_Hover_Background: #e3f1b6;--sapButton_Accept_Selected_Hover_BorderColor: #30914c;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0064d9;--sapButton_Lite_Hover_Background: #eaecee;--sapButton_Lite_Hover_BorderColor: #bcc3ca;--sapButton_Lite_Hover_TextColor: #0064d9;--sapButton_Lite_Active_Background: #fff;--sapButton_Lite_Active_BorderColor: #0064d9;--sapButton_Selected_Background: #edf6ff;--sapButton_Selected_BorderColor: #0064d9;--sapButton_Selected_TextColor: #0064d9;--sapButton_Selected_Hover_Background: #d9ecff;--sapButton_Selected_Hover_BorderColor: #0064d9;--sapButton_Attention_Background: #fff3b7;--sapButton_Attention_BorderColor: #ffeb84;--sapButton_Attention_TextColor: #b44f00;--sapButton_Attention_Hover_Background: #ffef9e;--sapButton_Attention_Hover_BorderColor: #ffef9e;--sapButton_Attention_Hover_TextColor: #b44f00;--sapButton_Attention_Active_Background: #fff;--sapButton_Attention_Active_BorderColor: #dd6100;--sapButton_Attention_Active_TextColor: #b44f00;--sapButton_Attention_Selected_Background: #fff;--sapButton_Attention_Selected_BorderColor: #dd6100;--sapButton_Attention_Selected_TextColor: #b44f00;--sapButton_Attention_Selected_Hover_Background: #ffef9e;--sapButton_Attention_Selected_Hover_BorderColor: #dd6100;--sapButton_Negative_Background: #f53232;--sapButton_Negative_BorderColor: #f53232;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #e90b0b;--sapButton_Negative_Hover_BorderColor: #e90b0b;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #fff;--sapButton_Negative_Active_BorderColor: #f53232;--sapButton_Negative_Active_TextColor: #aa0808;--sapButton_Critical_Background: #e76500;--sapButton_Critical_BorderColor: #e76500;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #dd6100;--sapButton_Critical_Hover_BorderColor: #dd6100;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #fff;--sapButton_Critical_Active_BorderColor: #dd6100;--sapButton_Critical_Active_TextColor: #b44f00;--sapButton_Success_Background: #30914c;--sapButton_Success_BorderColor: #30914c;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #2c8646;--sapButton_Success_Hover_BorderColor: #2c8646;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #fff;--sapButton_Success_Active_BorderColor: #30914c;--sapButton_Success_Active_TextColor: #256f3a;--sapButton_Information_Background: #e8f3ff;--sapButton_Information_BorderColor: #b5d8ff;--sapButton_Information_TextColor: #0064d9;--sapButton_Information_Hover_Background: #d4e8ff;--sapButton_Information_Hover_BorderColor: #b5d8ff;--sapButton_Information_Hover_TextColor: #0064d9;--sapButton_Information_Active_Background: #fff;--sapButton_Information_Active_BorderColor: #0064d9;--sapButton_Information_Active_TextColor: #0064d9;--sapButton_Neutral_Background: #e8f3ff;--sapButton_Neutral_BorderColor: #b5d8ff;--sapButton_Neutral_TextColor: #0064d9;--sapButton_Neutral_Hover_Background: #d4e8ff;--sapButton_Neutral_Hover_BorderColor: #b5d8ff;--sapButton_Neutral_Hover_TextColor: #0064d9;--sapButton_Neutral_Active_Background: #fff;--sapButton_Neutral_Active_BorderColor: #0064d9;--sapButton_Neutral_Active_TextColor: #0064d9;--sapButton_Track_Background: #788fa6;--sapButton_Track_BorderColor: #788fa6;--sapButton_Track_TextColor: #fff;--sapButton_Track_Hover_Background: #637d97;--sapButton_Track_Hover_BorderColor: #637d97;--sapButton_Track_Selected_Background: #0064d9;--sapButton_Track_Selected_BorderColor: #0064d9;--sapButton_Track_Selected_TextColor: #fff;--sapButton_Track_Selected_Hover_Background: #0058c0;--sapButton_Track_Selected_Hover_BorderColor: #0058c0;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #fff;--sapButton_Handle_TextColor: #131e29;--sapButton_Handle_Hover_Background: #fff;--sapButton_Handle_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Handle_Selected_Background: #edf6ff;--sapButton_Handle_Selected_BorderColor: #edf6ff;--sapButton_Handle_Selected_TextColor: #0064d9;--sapButton_Handle_Selected_Hover_Background: #edf6ff;--sapButton_Handle_Selected_Hover_BorderColor: rgba(237,246,255,.5);--sapButton_Track_Negative_Background: #f53232;--sapButton_Track_Negative_BorderColor: #f53232;--sapButton_Track_Negative_TextColor: #fff;--sapButton_Track_Negative_Hover_Background: #e90b0b;--sapButton_Track_Negative_Hover_BorderColor: #e90b0b;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #fff;--sapButton_Handle_Negative_TextColor: #aa0808;--sapButton_Handle_Negative_Hover_Background: #fff;--sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_Track_Positive_Background: #30914c;--sapButton_Track_Positive_BorderColor: #30914c;--sapButton_Track_Positive_TextColor: #fff;--sapButton_Track_Positive_Hover_Background: #2c8646;--sapButton_Track_Positive_Hover_BorderColor: #2c8646;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #fff;--sapButton_Handle_Positive_TextColor: #256f3a;--sapButton_Handle_Positive_Hover_Background: #fff;--sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,.5);--sapButton_TokenBackground: #fff;--sapButton_TokenBorderColor: #bcc3ca;--sapButton_TokenBorderCornerRadius: .375rem;--sapButton_Selected_TokenBorderWidth: .125rem;--sapButton_ReadOnly_TokenBackground: #fff;--sapButton_Segment_BorderCornerRadius: .5rem;--sapField_Background: #fff;--sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;--sapField_TextColor: #131e29;--sapField_PlaceholderTextColor: #556b82;--sapField_BorderColor: #556b81;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: none;--sapField_BorderCornerRadius: .25rem;--sapField_Shadow: inset 0 0 0 .0625rem rgba(85,107,129,.25);--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #0064d9, #0064d9) border-box;--sapField_Hover_BorderColor: #0064d9;--sapField_Hover_HelpBackground: #fff;--sapField_Hover_Shadow: inset 0 0 0 .0625rem rgba(79,160,255,.5);--sapField_Hover_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_Hover_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_Hover_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_Hover_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Active_BorderColor: #0064d9;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #0032a5;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: #eaecee;--sapField_ReadOnly_BackgroundStyle: 0 100% / .375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 .25rem, transparent .25rem) border-box;--sapField_ReadOnly_BorderColor: #556b81;--sapField_ReadOnly_BorderStyle: none;--sapField_ReadOnly_HelpBackground: #eaecee;--sapField_RequiredColor: #ba066c;--sapField_InvalidColor: #e90b0b;--sapField_InvalidBackground: #ffeaf4;--sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e90b0b, #e90b0b) border-box;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: none;--sapField_InvalidShadow: inset 0 0 0 .0625rem rgba(255,142,196,.45);--sapField_WarningColor: #dd6100;--sapField_WarningBackground: #fff8d6;--sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #dd6100, #dd6100) border-box;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: none;--sapField_WarningShadow: inset 0 0 0 .0625rem rgba(255,213,10,.4);--sapField_SuccessColor: #30914c;--sapField_SuccessBackground: #f5fae5;--sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: none;--sapField_SuccessShadow: inset 0 0 0 .0625rem rgba(48,145,76,.18);--sapField_InformationColor: #0070f2;--sapField_InformationBackground: #e1f4ff;--sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: none;--sapField_InformationShadow: inset 0 0 0 .0625rem rgba(104,174,255,.5);--sapField_Selector_Hover_Background: #e3f0ff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #556b81;--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: #fff;--sapGroup_TitleBorderColor: #a8b2bd;--sapGroup_TitleTextColor: #131e29;--sapGroup_Title_FontSize: 1rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: .75rem;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: #fff;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #fff;--sapList_HeaderBorderColor: #a8b2bd;--sapList_HeaderTextColor: #131e29;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #131e29;--sapList_Active_TextColor: #131e29;--sapList_Active_Background: #dee2e5;--sapList_SelectionBackgroundColor: #ebf8ff;--sapList_SelectionBorderColor: #0064d9;--sapList_Hover_SelectionBackground: #dcf3ff;--sapList_Background: #fff;--sapList_Hover_Background: #eaecee;--sapList_AlternatingBackground: #f5f6f7;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #a8b2bd;--sapList_GroupHeaderTextColor: #131e29;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #131e29;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #131e29;--sapList_TableFooterBorder: #a8b2bd;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8ec4;--sapMessage_WarningBorderColor: #ffe770;--sapMessage_SuccessBorderColor: #cee67e;--sapMessage_InformationBorderColor: #7bcfff;--sapMessage_Button_Hover_Background: rgba(234,236,238,.2);--sapPopover_BorderCornerRadius: .5rem;--sapProgress_Background: #d5dadd;--sapProgress_BorderColor: #d5dadd;--sapProgress_TextColor: #131e29;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #131e29;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #131e29;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #131e29;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #131e29;--sapProgress_Value_Background: #617b94;--sapProgress_Value_BorderColor: #617b94;--sapProgress_Value_TextColor: #788fa6;--sapProgress_Value_NegativeBackground: #f53232;--sapProgress_Value_NegativeBorderColor: #f53232;--sapProgress_Value_NegativeTextColor: #f53232;--sapProgress_Value_CriticalBackground: #e76500;--sapProgress_Value_CriticalBorderColor: #e76500;--sapProgress_Value_CriticalTextColor: #e76500;--sapProgress_Value_PositiveBackground: #30914c;--sapProgress_Value_PositiveBorderColor: #30914c;--sapProgress_Value_PositiveTextColor: #30914c;--sapProgress_Value_InformationBackground: #0070f2;--sapProgress_Value_InformationBorderColor: #0070f2;--sapProgress_Value_InformationTextColor: #0070f2;--sapScrollBar_FaceColor: #7b91a8;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #7b91a8;--sapScrollBar_SymbolColor: #0064d9;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #5b728b;--sapSlider_Background: #d5dadd;--sapSlider_BorderColor: #d5dadd;--sapSlider_Selected_Background: #0064d9;--sapSlider_Selected_BorderColor: #0064d9;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #b0d5ff;--sapSlider_RangeHandleBackground: #fff;--sapSlider_Hover_HandleBackground: #d9ecff;--sapSlider_Hover_HandleBorderColor: #b0d5ff;--sapSlider_Hover_RangeHandleBackground: #d9ecff;--sapSlider_Active_HandleBackground: #fff;--sapSlider_Active_HandleBorderColor: #0064d9;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #131e29;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #131e29;--sapInfobar_Background: #c2fcee;--sapInfobar_Hover_Background: #fff;--sapInfobar_Active_Background: #fff;--sapInfobar_NonInteractive_Background: #f5f6f7;--sapInfobar_TextColor: #046c7a;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #eaecee;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #131e29;--sapObjectHeader_Title_FontSize: 1.5rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #556b82;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #131e29;--sapTab_ForegroundColor: #0064d9;--sapTab_IconColor: #0064d9;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0064d9;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0064d9;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #256f3a;--sapTab_Positive_ForegroundColor: #30914c;--sapTab_Positive_IconColor: #30914c;--sapTab_Positive_Selected_TextColor: #256f3a;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #30914c;--sapTab_Negative_TextColor: #aa0808;--sapTab_Negative_ForegroundColor: #f53232;--sapTab_Negative_IconColor: #f53232;--sapTab_Negative_Selected_TextColor: #aa0808;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #f53232;--sapTab_Critical_TextColor: #b44f00;--sapTab_Critical_ForegroundColor: #e76500;--sapTab_Critical_IconColor: #e76500;--sapTab_Critical_Selected_TextColor: #b44f00;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #e76500;--sapTab_Neutral_TextColor: #131e29;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #131e29;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #788fa6;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #131e29;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #131e29;--sapTile_Hover_ContentBackground: #fff;--sapTile_Active_ContentBackground: #fff;--sapAccentColor1: #d27700;--sapAccentColor2: #aa0808;--sapAccentColor3: #ba066c;--sapAccentColor4: #a100c2;--sapAccentColor5: #5d36ff;--sapAccentColor6: #0057d2;--sapAccentColor7: #046c7a;--sapAccentColor8: #256f3a;--sapAccentColor9: #6c32a9;--sapAccentColor10: #5b738b;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #ffdbe7;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #ddccf0;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #840606;--sapIndicationColor_1_Background: #840606;--sapIndicationColor_1_BorderColor: #840606;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6c0505;--sapIndicationColor_1_Active_Background: #fff;--sapIndicationColor_1_Active_BorderColor: #fb9d9d;--sapIndicationColor_1_Active_TextColor: #840606;--sapIndicationColor_1_Selected_Background: #fff;--sapIndicationColor_1_Selected_BorderColor: #fb9d9d;--sapIndicationColor_1_Selected_TextColor: #840606;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #aa0808;--sapIndicationColor_2_Background: #aa0808;--sapIndicationColor_2_BorderColor: #aa0808;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #920707;--sapIndicationColor_2_Active_Background: #fff;--sapIndicationColor_2_Active_BorderColor: #fcc4c4;--sapIndicationColor_2_Active_TextColor: #aa0808;--sapIndicationColor_2_Selected_Background: #fff;--sapIndicationColor_2_Selected_BorderColor: #fcc4c4;--sapIndicationColor_2_Selected_TextColor: #aa0808;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #b95100;--sapIndicationColor_3_Background: #e76500;--sapIndicationColor_3_BorderColor: #e76500;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d85e00;--sapIndicationColor_3_Active_Background: #fff;--sapIndicationColor_3_Active_BorderColor: #ffdfc3;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #ffdfc3;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #256f3a;--sapIndicationColor_4_Background: #256f3a;--sapIndicationColor_4_BorderColor: #256f3a;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #1f5c30;--sapIndicationColor_4_Active_Background: #fff;--sapIndicationColor_4_Active_BorderColor: #bae8bc;--sapIndicationColor_4_Active_TextColor: #256f3a;--sapIndicationColor_4_Selected_Background: #fff;--sapIndicationColor_4_Selected_BorderColor: #bae8bc;--sapIndicationColor_4_Selected_TextColor: #256f3a;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0070f2;--sapIndicationColor_5_Background: #0070f2;--sapIndicationColor_5_BorderColor: #0070f2;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0064d9;--sapIndicationColor_5_Active_Background: #fff;--sapIndicationColor_5_Active_BorderColor: #d9ebff;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d9ebff;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #046c7a;--sapIndicationColor_6_Background: #046c7a;--sapIndicationColor_6_BorderColor: #046c7a;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #035661;--sapIndicationColor_6_Active_Background: #fff;--sapIndicationColor_6_Active_BorderColor: #cdf5ec;--sapIndicationColor_6_Active_TextColor: #046c7a;--sapIndicationColor_6_Selected_Background: #fff;--sapIndicationColor_6_Selected_BorderColor: #cdf5ec;--sapIndicationColor_6_Selected_TextColor: #046c7a;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #5d36ff;--sapIndicationColor_7_Background: #5d36ff;--sapIndicationColor_7_BorderColor: #5d36ff;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #481cff;--sapIndicationColor_7_Active_Background: #fff;--sapIndicationColor_7_Active_BorderColor: #e2dbff;--sapIndicationColor_7_Active_TextColor: #5d36ff;--sapIndicationColor_7_Selected_Background: #fff;--sapIndicationColor_7_Selected_BorderColor: #e2dbff;--sapIndicationColor_7_Selected_TextColor: #5d36ff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #a100c2;--sapIndicationColor_8_Background: #a100c2;--sapIndicationColor_8_BorderColor: #a100c2;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #8c00a9;--sapIndicationColor_8_Active_Background: #fff;--sapIndicationColor_8_Active_BorderColor: #f8d6ff;--sapIndicationColor_8_Active_TextColor: #a100c2;--sapIndicationColor_8_Selected_Background: #fff;--sapIndicationColor_8_Selected_BorderColor: #f8d6ff;--sapIndicationColor_8_Selected_TextColor: #a100c2;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #d9d9d9;--sapIndicationColor_9_Active_TextColor: #1d2d3e;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #d9d9d9;--sapIndicationColor_9_Selected_TextColor: #1d2d3e;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #83888b;--sapIndicationColor_10_BorderColor: #83888b;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #767b7e;--sapIndicationColor_10_Active_Background: #fff;--sapIndicationColor_10_Active_BorderColor: #eaecee;--sapIndicationColor_10_Active_TextColor: #45484a;--sapIndicationColor_10_Selected_Background: #fff;--sapIndicationColor_10_Selected_BorderColor: #eaecee;--sapIndicationColor_10_Selected_TextColor: #45484a;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fff;--sapLegend_NonWorkingBackground: #ebebeb;--sapLegend_CurrentDateTime: #a100c2;--sapLegendColor1: #c35500;--sapLegendColor2: #d23a0a;--sapLegendColor3: #df1278;--sapLegendColor4: #840606;--sapLegendColor5: #cc00dc;--sapLegendColor6: #0057d2;--sapLegendColor7: #07838f;--sapLegendColor8: #188918;--sapLegendColor9: #5b738b;--sapLegendColor10: #7800a4;--sapLegendColor11: #a93e00;--sapLegendColor12: #aa2608;--sapLegendColor13: #ba066c;--sapLegendColor14: #8d2a00;--sapLegendColor15: #4e247a;--sapLegendColor16: #002a86;--sapLegendColor17: #035663;--sapLegendColor18: #1e592f;--sapLegendColor19: #1a4796;--sapLegendColor20: #470ced;--sapLegendBackgroundColor1: #ffef9f;--sapLegendBackgroundColor2: #feeae1;--sapLegendBackgroundColor3: #fbf6f8;--sapLegendBackgroundColor4: #fbebeb;--sapLegendBackgroundColor5: #ffe5fe;--sapLegendBackgroundColor6: #d1efff;--sapLegendBackgroundColor7: #c2fcee;--sapLegendBackgroundColor8: #f5fae5;--sapLegendBackgroundColor9: #f5f6f7;--sapLegendBackgroundColor10: #fff0fa;--sapLegendBackgroundColor11: #fff8d6;--sapLegendBackgroundColor12: #fff6f6;--sapLegendBackgroundColor13: #f7ebef;--sapLegendBackgroundColor14: #f1ecd5;--sapLegendBackgroundColor15: #f0e7f8;--sapLegendBackgroundColor16: #ebf8ff;--sapLegendBackgroundColor17: #dafdf5;--sapLegendBackgroundColor18: #ebf5cb;--sapLegendBackgroundColor19: #fafdff;--sapLegendBackgroundColor20: #eceeff;--sapChart_Background: #fff;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e6eb;--sapChart_LineColor_2: #768da4;--sapChart_LineColor_3: #000001;--sapChart_Choropleth_Background: #edf0f3;--sapChart_ChoroplethRegion_Background: #758ca4;--sapChart_ChoroplethRegion_BorderColor: #edf0f3;--sapChart_Data_TextColor: #000;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000001;--sapChart_Data_Active_Background: #dee2e5;--sapChart_OrderedColor_1: #168eff;--sapChart_OrderedColor_2: #c87b00;--sapChart_OrderedColor_3: #75980b;--sapChart_OrderedColor_4: #df1278;--sapChart_OrderedColor_5: #8b47d7;--sapChart_OrderedColor_6: #049f9a;--sapChart_OrderedColor_7: #0070f2;--sapChart_OrderedColor_8: #cc00dc;--sapChart_OrderedColor_9: #798c77;--sapChart_OrderedColor_10: #da6c6c;--sapChart_OrderedColor_11: #5d36ff;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #f53232;--sapChart_Critical: #e26300;--sapChart_Good: #30914c;--sapChart_Neutral: #758ca4;--sapChart_Sequence_1_Plus3: #96ccff;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #3b9ffe;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #3fa2ff;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #168eff;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #168eff;--sapChart_Sequence_1_Minus1: #077cea;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus2: #077cea;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus3: #06559e;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus4: #054887;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_1_Minus5: #043b6e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Plus3: #efbf72;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #eaaa44;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #e29419;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #c87b00;--sapChart_Sequence_2_TextColor: #000;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #9f6200;--sapChart_Sequence_2_Minus1: #9f6200;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus2: #7c4c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus3: #623c00;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus4: #623c00;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_2_Minus5: #2f1d00;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Plus3: #b9d369;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #a6c742;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #8fad33;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #75980b;--sapChart_Sequence_3_TextColor: #000;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #587208;--sapChart_Sequence_3_Minus1: #587208;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus2: #3e5106;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus3: #2c3904;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus4: #212b03;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_3_Minus5: #161c02;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Plus3: #f473b3;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f14d9e;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #ee278a;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #df1278;--sapChart_Sequence_4_TextColor: #fff;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_BorderColor: #df1278;--sapChart_Sequence_4_Minus1: #b90f64;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus2: #930c4f;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus3: #770a40;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus4: #51072c;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_4_Minus5: #3a051f;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Plus3: #d5bcf0;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #b994e0;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a679d8;--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 #223548;--sapChart_Sequence_5_BorderColor: #8b47d7;--sapChart_Sequence_5_Minus1: #7236b5;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus2: #5e2c96;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus3: #522682;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus4: #46216f;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_5_Minus5: #341358;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Plus3: #64ede9;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #2ee0da;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #05c7c1;--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: #05c7c1;--sapChart_Sequence_6_Minus1: #02837f;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus2: #006663;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus3: #00514f;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus4: #003d3b;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_6_Minus5: #002322;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #223548;--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: #1c85ff;--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 #223548;--sapChart_Sequence_7_BorderColor: #0070f2;--sapChart_Sequence_7_Minus1: #0062d3;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus2: #0054b5;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus3: #00418c;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus4: #00244f;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_7_Minus5: #001b3a;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Plus3: #f462ff;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #f034ff;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #ed0bff;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #cc00dc;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_BorderColor: #cc00dc;--sapChart_Sequence_8_Minus1: #a600b3;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus2: #80008a;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus3: #6d0076;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus4: #56005d;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_8_Minus5: #350039;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Plus3: #bdc6bc;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #b5bfb4;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #97a695;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #798c77;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #798c77;--sapChart_Sequence_9_Minus1: #667664;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus2: #536051;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus3: #404a3f;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus4: #2d342c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_9_Minus5: #1e231e;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Plus3: #f1c6c6;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #eaadad;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #e28d8d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #da6c6c;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #b75757;--sapChart_Sequence_10_Minus1: #b75757;--sapChart_Sequence_10_Minus1_TextColor: #000;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Minus2: #9d4343;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus3: #803737;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus4: #672c2c;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_10_Minus5: #562424;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Plus3: #c0b0ff;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #9b83ff;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #8669ff;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #5d36ff;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_BorderColor: #5d36ff;--sapChart_Sequence_11_Minus1: #4b25e7;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus2: #3a17cd;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus3: #2f13a8;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus4: #250f83;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_11_Minus5: #2f13a8;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Plus3: #e4ddcf;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dacebb;--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: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus2: #786441;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus3: #5e4e33;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus4: #433825;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_12_Minus5: #30271a;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Plus3: #fdcece;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #fa9d9d;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f86c6c;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #f53232;--sapChart_Sequence_Bad_TextColor: #000;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_BorderColor: #f53232;--sapChart_Sequence_Bad_Minus1: #d00a0a;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus2: #a90808;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus3: #830606;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus4: #570404;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Bad_Minus5: #320000;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Plus3: #ffb881;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #ff933f;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ff760c;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #e26300;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #e26300;--sapChart_Sequence_Critical_Minus1: #c35600;--sapChart_Sequence_Critical_Minus1_TextColor: #fff;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus2: #aa4a00;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus3: #903f00;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus4: #6d3000;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Critical_Minus5: #492000;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Plus3: #88d79f;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #56c776;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #3ab05c;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #30914c;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #30914c;--sapChart_Sequence_Good_Minus1: #287a40;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus2: #226736;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus3: #1c542c;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus4: #13391e;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Good_Minus5: #0a1e10;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Plus3: #edf0f3;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #c2ccd7;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9aabbc;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #758ca4;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #758ca4;--sapChart_Sequence_Neutral_Minus1: #5b728b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus2: #495e74;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus3: #364a5f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus4: #233649;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #223548;--sapChart_Sequence_Neutral_Minus5: #1a2633;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #223548;--sapSapThemeId: sap_horizon;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px
|
|
36
|
-
}`;
|
|
37
|
-
|
|
38
|
-
exports.Fragment = Fragment;
|
|
39
|
-
exports.defaultThemeBase = defaultThemeBase;
|
|
40
|
-
exports.jsx = jsx;
|
|
41
|
-
exports.jsxs = jsxs;
|
|
42
|
-
exports.y = y;
|
|
43
|
-
|
|
44
|
-
}));
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
-
|
|
3
|
-
var defaultTheme = `:root{--_ui5-v2-15-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-15-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-15-0_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-15-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-15-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-15-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-15-0-notification_group_header-margin: 0px;--_ui5-v2-15-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-15-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-15-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-15-0-notification_item-description-margin-top: .75rem;--_ui5-v2-15-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-15-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-15-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-15-0-notification_group_header-padding: .5rem;--_ui5-v2-15-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-15-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-15-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-15-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-15-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-15-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-15-0-notification_item-content-padding: .75rem 0;--_ui5-v2-15-0-notification_item-title-margin-bottom: 0;--_ui5-v2-15-0-notification_item-focus-offset: .1875rem;--_ui5-v2-15-0-notification_item-outline-offset: -.375rem;--_ui5-v2-15-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-15-0-notification_item-background-color-active);--_ui5-v2-15-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_page_transparent_bg: transparent;--_ui5-v2-15-0_vsd_header_container: 2.75rem;--_ui5-v2-15-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-15-0_vsd_content_li_padding: .375rem;--_ui5-v2-15-0_vsd_content_height: 23.4375rem;--_ui5-v2-15-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-15-0_product_switch_item_width: 11.25rem;--_ui5-v2-15-0_product_switch_item_height: 7rem;--_ui5-v2-15-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-15-0_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-15-0_shellbar_search_field_width: 25rem;--_ui5-v2-15-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-15-0-shellbar-content-margin-start: .5rem;--_ui5-v2-15-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-15-0-shellbar_separator-color: var(--sapToolbar_SeparatorColor);--_ui5-v2-15-0-shellbar_cancel-button-color: var(--sapButton_Lite_TextColor);--_ui5-v2-15-0_shellbar_root_height: 3.25rem;--_ui5-v2-15-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-15-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-15-0_shellbar_logo_outline_color);--_ui5-v2-15-0_shellbar_outline_offset: -.25rem;--_ui5-v2-15-0_shellbar_button_border: none;--_ui5-v2-15-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-15-0_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-15-0_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-15-0_shellbar_logo_border_radius: .5rem;--_ui5-v2-15-0_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-15-0_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-15-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-15-0_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-15-0_shellbar_search_field_border: none;--_ui5-v2-15-0_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-15-0_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-15-0_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-15-0_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-15-0_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-15-0_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-15-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-15-0_shellbar_input_border_radius: 1.125rem;--_ui5-v2-15-0_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-15-0_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-15-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-15-0_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-15-0_TimelineItem_bubble_border_style: solid;--_ui5-v2-15-0_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-15-0_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-15-0_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-15-0_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-15-0_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-15-0_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-15-0_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-15-0_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-15-0_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-15-0_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-15-0_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-15-0_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-15-0_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-15-0_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-15-0_side_navigation_hover_border_style_color: none;--_ui5-v2-15-0_side_navigation_hover_border_width: 0;--_ui5-v2-15-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-15-0_side_navigation_item_border_style_color: none;--_ui5-v2-15-0_side_navigation_item_border_width: 0;--_ui5-v2-15-0_side_navigation_item_height: 2.75rem;--_ui5-v2-15-0_side_navigation_item_expand_arrow_padding: .6875rem;--_ui5-v2-15-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-15-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-15-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-15-0_side_navigation_item_font_family: var(--sapFontFamily);--_ui5-v2-15-0_side_navigation_parent_item_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-15-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-15-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-15-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-15-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-15-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-15-0_side_navigation_width: 16rem;--_ui5-v2-15-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-15-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-15-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-15-0_side_navigation_navigation_separator_margin);--_ui5-v2-15-0_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-15-0_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-15-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-15-0_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-15-0_side_navigation_border_right: 0;--_ui5-v2-15-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_side_navigation_triangle_display: none;--_ui5-v2-15-0_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-15-0_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-15-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-15-0_side_navigation_group_border_style_color: none;--_ui5-v2-15-0_side_navigation_item_border_radius: .375rem;--_ui5-v2-15-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-15-0_side_navigation_item_padding_start_in_popup: 1rem;--_ui5-v2-15-0_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5-v2-15-0_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-15-0_side_navigation_item_padding_left: 1rem;--_ui5-v2-15-0_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-15-0_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-15-0_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-15-0_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-15-0_side_navigation_collapsed_selected_item_background_hover: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-15-0_side_navigation_selected_border_style_color: none;--_ui5-v2-15-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-15-0_side_navigation_selected_border_style_color);--_ui5-v2-15-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-15-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-15-0_side_navigation_group_padding: 1rem;--_ui5-v2-15-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-15-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-15-0_side_navigation_popup_padding: .5rem;--_ui5-v2-15-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-15-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-15-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-15-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-15-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-15-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-15-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-15-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-15-0_side_navigation_item_collapsed_padding: 3rem;--ui5-v2-15-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-15-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-15-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-15-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-15-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-15-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-15-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-15-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-15-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-15-0_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-15-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-15-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-15-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-15-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-15-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-15-0_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-15-0_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-15-0_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_wiz_tab_focus_border_radius: 8px;--_ui5-v2-15-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-15-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-15-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-15-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-15-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-15-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-15-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-15-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-15-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-15-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-15-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-15-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-15-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-15-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-15-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-15-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-15-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-15-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-15-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-15-0_search_icon_border_radius: 1.125rem;--_ui5-v2-15-0_search_input_border_radius: 1.125rem;--_ui5-v2-15-0-search-border: none;--_ui5-v2-15-0-search-icon-border: none;--_ui5-v2-15-0-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-15-0_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-15-0-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-15-0-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-15-0-search-elements-hover-background: none;--_ui5-v2-15-0-search-elements-active-background: none;--_ui5-v2-15-0_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-v2-15-0-search-elements-background: inherit;--_ui5-v2-15-0_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-15-0_search_input_outline: none;--_ui5-v2-15-0_search_filter_button_border_radius: 1.125rem;--_ui5-v2-15-0_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5-v2-15-0_search_filter_button_border: none;--_ui5-v2-15-0-search-filter_button_background_color: inherit;--ui5-v2-15-0_search_filter_button_background_active: inherit;--_ui5-v2-15-0_search_icon_size: 1.75rem;--_ui5-v2-15-0_search_icon_size_default: 2.25rem;--_ui5-v2-15-0_search_icon_padding: .375rem;--_ui5-v2-15-0_search_icon_hover_padding: .3125rem;--_ui5-v2-15-0_search_input_start_margin: 0;--_ui5-v2-15-0_search_input_end_padding: 0;--_ui5-v2-15-0-search-input-start-padding: .5rem;--_ui5-v2-15-0-search-select-height: 1.625rem;--_ui5-v2-15-0-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-v2-15-0-search-loading-overlay-transparency: .72;--_ui5-v2-15-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-15-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-15-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-15-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-15-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-15-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-15-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-15-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-15-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-15-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-15-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-15-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-15-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-15-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-15-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-15-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-15-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-15-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-15-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-15-0_dynamic_page_header-actions-background);--_ui5-v2-15-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-15-0_dynamic_page_header-actions-color);--_ui5-v2-15-0_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-15-0_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-15-0-notification_item-description-margin-top: .5rem;--_ui5-v2-15-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-15-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-15-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-15-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-15-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-15-0_side_navigation_item_expand_arrow_padding: .3125rem;--_ui5-v2-15-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-15-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-15-0_side_navigation_item_expand_icon_hover_right: auto}
|
|
4
|
-
`;
|
|
5
|
-
|
|
6
|
-
exports.defaultTheme = defaultTheme;
|
|
7
|
-
|
|
8
|
-
}));
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information'], (function (exports, Icons, information) { 'use strict';
|
|
2
|
-
|
|
3
|
-
const name$3 = "search";
|
|
4
|
-
const pathData$3 = "M470 426q10 9 10 22.5T470 471q-9 9-22 9t-23-9L308 353q-45 31-100 31-36 0-68-13.5T84 333t-38-56-14-69q0-36 14-68t38-56 56-38 68-14 68 14 56 38 38 56 14 68q0 28-8.5 53T353 308zm-262-74q30 0 56-11t45.5-30.5 31-46T352 208t-11.5-56-31-45.5-45.5-31T208 64t-56.5 11.5-46 31T75 152t-11 56 11 56.5 30.5 46 46 30.5 56.5 11z";
|
|
5
|
-
const ltr$3 = true;
|
|
6
|
-
const accData$1 = information.ICON_SEARCH;
|
|
7
|
-
const collection$3 = "SAP-icons-v4";
|
|
8
|
-
const packageName$3 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
9
|
-
|
|
10
|
-
Icons.y(name$3, { pathData: pathData$3, ltr: ltr$3, accData: accData$1, collection: collection$3, packageName: packageName$3 });
|
|
11
|
-
|
|
12
|
-
const name$2 = "search";
|
|
13
|
-
const pathData$2 = "M473 436q7 7 7 18t-7.5 18.5T454 480q-10 0-18-8l-95-95q-51 39-117 39-40 0-75-15t-61-41-41-61-15-75 15-75 41-61 61-41 75-15 75 15 61 41 41 61 15 75q0 64-39 117zM83 224q0 30 11 55.5t30 44.5 44.5 30 55.5 11 55.5-11 44.5-30 30-44.5 11-55.5-11-55.5-30-44.5-44.5-30T224 83t-55.5 11-44.5 30-30 44.5T83 224z";
|
|
14
|
-
const ltr$2 = true;
|
|
15
|
-
const accData = information.ICON_SEARCH;
|
|
16
|
-
const collection$2 = "SAP-icons-v5";
|
|
17
|
-
const packageName$2 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
18
|
-
|
|
19
|
-
Icons.y(name$2, { pathData: pathData$2, ltr: ltr$2, accData, collection: collection$2, packageName: packageName$2 });
|
|
20
|
-
|
|
21
|
-
var search = "search";
|
|
22
|
-
|
|
23
|
-
const name$1 = "slim-arrow-down";
|
|
24
|
-
const pathData$1 = "M420.5 187q11-12 23 0 5 5 5 11t-5 11l-165 165q-10 9-23 9t-22-9l-166-165q-5-5-5-11.5t5-11.5 11.5-5 11.5 5l160 160q5 6 11 0z";
|
|
25
|
-
const ltr$1 = false;
|
|
26
|
-
const collection$1 = "SAP-icons-v4";
|
|
27
|
-
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
28
|
-
|
|
29
|
-
Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
30
|
-
|
|
31
|
-
const name = "slim-arrow-down";
|
|
32
|
-
const pathData = "M96 186q0-11 7.5-18.5T122 160q10 0 18 8l116 121 116-121q8-8 18-8 11 0 18.5 7.5T416 186q0 10-7 17L275 344q-8 8-19 8-12 0-18-8L103 203q-7-7-7-17z";
|
|
33
|
-
const ltr = false;
|
|
34
|
-
const collection = "SAP-icons-v5";
|
|
35
|
-
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
36
|
-
|
|
37
|
-
Icons.y(name, { pathData, ltr, collection, packageName });
|
|
38
|
-
|
|
39
|
-
var slimArrowDown = "slim-arrow-down";
|
|
40
|
-
|
|
41
|
-
exports.search = search;
|
|
42
|
-
exports.slimArrowDown = slimArrowDown;
|
|
43
|
-
|
|
44
|
-
}));
|