@sapui5/sap.ushell 1.134.1 → 1.135.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 +2 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +29 -6
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +3 -3
- package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +185 -174
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +1 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +69 -61
- package/src/main/js/sap/ushell/EventHub.js +1 -3
- 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 +2 -2
- package/src/main/js/sap/ushell/SessionHandler.js +3 -3
- 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/User.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 +3 -11
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +13 -4
- 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 +4 -2
- 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 +12 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +11 -5
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/api/DWS.js +87 -0
- package/src/main/js/sap/ushell/api/Inbox.js +20 -4
- package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +36 -36
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle/KeepAliveMode.js +43 -0
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1667 -0
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/ApplicationContainer.js +136 -11
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +54 -0
- package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +57 -0
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/IframeApplicationContainer.js +102 -15
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/IframeApplicationContainerRenderer.js +26 -20
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/KeepAliveApps.js +1 -1
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/AppruntimeHandler.js +7 -5
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/LifecycleHandler.js +17 -17
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/MessageBrokerHandler.js +1 -1
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/NWBCHandler.js +4 -4
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/ServiceHandler.js +4 -3
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager.js +37 -20
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessagePluginInterface.js +1 -1
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/UI5ApplicationContainer.js +31 -8
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/UI5ApplicationContainerRenderer.js +14 -1
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/EmbeddedUI5Handler.js +10 -9
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/StatefulContainerV1Handler.js +6 -19
- package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/contracts/StatefulContainerV2Handler.js +20 -55
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +15 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +30 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +62 -35
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/HomepageManager.js +1 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -1684
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -7
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +2 -35
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -176
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +3 -3
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +12 -6
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +41 -3
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +103 -38
- 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/contentFinder/resources/resources.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +4 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +4 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +4 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +4 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +70 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +8 -3
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ar.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_bg.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ca.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cnr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cs.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cy.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_da.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_de.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_el.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_GB.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saprigi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es_MX.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_et.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr_CA.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hu.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_id.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_it.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_iw.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ja.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_kk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ko.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lt.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lv.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_mk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ms.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_nl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_no.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt_PT.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ro.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ru.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sh.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sv.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_th.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_tr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_uk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_vi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_CN.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_TW.properties +3 -0
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +4 -4
- 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/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/Component.js +9 -8
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBarPersonalized.view.xml +25 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +10 -21
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +12 -5
- 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 -7
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/ContextMenu.fragment.xml +6 -4
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.fragment.xml +76 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +6 -65
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuButton.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +6 -65
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +15 -2
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +23 -11
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +114 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +248 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +48 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources.properties +11 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en_US_saprigi.properties +5 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +48 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +74 -51
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +27 -30
- package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/AllSpaces.fragment.xml +21 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +6 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +5 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +56 -5
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +24 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +46 -67
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +22 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +3 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +187 -160
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +27 -11
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +4 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +3 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +21 -6
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +30 -10
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/NavContainer.js +266 -0
- package/src/main/js/sap/ushell/renderer/NavContainerRenderer.js +42 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +129 -112
- package/src/main/js/sap/ushell/renderer/RendererRootView.fragment.xml +2 -2
- package/src/main/js/sap/ushell/renderer/RendererRootViewFallback.fragment.xml +8 -0
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +119 -60
- package/src/main/js/sap/ushell/renderer/Shell.view.js +78 -26
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +3 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +10 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +10 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +14 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +42 -33
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +12 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +11 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +9 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +9 -0
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +18 -2
- package/src/main/js/sap/ushell/services/AppConfiguration.js +4 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +374 -377
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
- package/src/main/js/sap/ushell/services/BookmarkV2.js +2 -2
- 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 +298 -198
- 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 +2 -2
- 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 +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +2 -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 +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +98 -7
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +5 -5
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +3 -3
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +12 -11
- 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/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +81 -63
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +687 -272
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_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/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/ContentDensity.js +213 -0
- package/src/main/js/sap/ushell/state/Favicon.js +119 -0
- package/src/main/js/sap/ushell/state/StateManager.js +1 -0
- package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -2
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +3 -2
- package/src/main/js/sap/ushell/themes/base/FlexibleColumnLayout.less +10 -0
- package/src/main/js/sap/ushell/themes/base/NavContainer.less +6 -0
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +8 -8
- package/src/main/js/sap/ushell/themes/base/library.source.less +2 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +9 -1
- package/src/main/js/sap/ushell/themes/sap_belize_base/NavContainer.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +9 -1
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/NavContainer.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +9 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/base_NavContainer.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -0
- package/src/main/js/sap/ushell/thirdparty/Icons.js +49 -49
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +355 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +1892 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +89 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +40 -0
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +120 -204
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +55 -414
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +44 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +43 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +9 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +16 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +20 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +43 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +21 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +42 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/{messagebundle_in.js → messagebundle_id.js} +2 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +665 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +551 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +33 -18
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +76 -40
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +43 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +26 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +43 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +17 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +42 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +20 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +18 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +42 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +43 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +42 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +41 -5
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/event-strict.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +146 -0
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +99 -82
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/MenuItem.js +5 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBar.js +138 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBarItem.js +61 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +46 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuAccount.js +5 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +6 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4 -4
- package/src/main/js/sap/ushell/ui/AppContainer.js +6 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -40
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +28 -27
- package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +1 -1
- 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/VizInstanceCdm.js +1 -7
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +249 -249
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +35 -3
- 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/RestrictedJSONModel.js +16 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +96 -94
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +12 -6
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerRenderer.js +0 -35
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +0 -52
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +0 -375
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in2.js +0 -266
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in3.js +0 -143
- /package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/ApplicationContainerCache.js +0 -0
- /package/src/main/js/sap/ushell/{components/applicationIntegration → appIntegration}/PostMessageManager/ExtensionItems.js +0 -0
- /package/src/main/js/sap/ushell/components/shell/MenuBar/view/{MenuBarPersonalization.view.xml → MenuBarWithPersonalizationButton.view.xml} +0 -0
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, Icons) { 'use strict';
|
|
2
|
-
|
|
3
|
-
const l$4=(s,e={})=>t=>{Object.prototype.hasOwnProperty.call(t,"metadata")||(t.metadata={});const n=t.metadata;n.events||(n.events={});const a=n.events;a[s]||(e.bubbles=!!e.bubbles,e.cancelable=!!e.cancelable,a[s]=e);};
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, eventStrict, Icons) { 'use strict';
|
|
4
2
|
|
|
5
3
|
const i$4=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};};
|
|
6
4
|
|
|
7
|
-
var n$4,l$3,u$4,i$3,o$5,r$7,e$3,f$3,c,s$1,a$6,h,p$2={},v$2=[],y$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$5=Array.isArray;function w$1(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g$3(l,u,t){var i,o,r,e={};for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:e[r]=u[r];if(arguments.length>2&&(e.children=arguments.length>3?n$4.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps) void 0===e[r]&&(e[r]=l.defaultProps[r]);return m$6(l,e,i,o,null)}function m$6(n,t,i,o,r){var e={type:n,props:t,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==r?++u$4:r,__i:-1,__u:0};return null==r&&null!=l$3.vnode&&l$3.vnode(e),e}function k$2(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 u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=true)&&i$3.push(n)&&!P.__r++||o$5!==l$3.debounceRendering)&&((o$5=l$3.debounceRendering)||r$7)(P);}function P(){var n,u,t,o,r,f,c,s;for(i$3.sort(e$3);n=i$3.shift();)n.__d&&(u=i$3.length,o=void 0,f=(r=(t=n).__v).__e,c=[],s=[],t.__P&&((o=w$1({},r)).__v=r.__v+1,l$3.vnode&&l$3.vnode(o),F(t.__P,o,r,t.__n,t.__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$3.length>u&&i$3.sort(e$3));P.__r=0;}function $(n,l,u,t,i,o,r,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$2,m=l.length;for(f=I(u,l,g,f),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$2:g[y.__i]||p$2,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$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t){var i,o,r,e,f,c=l.length,s=u.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$6(null,o,null,null,null):d$5(o)?m$6(k$2,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$6(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,u,e,a))&&(a--,(r=u[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=u[i])&&0==(2&r.__u)&&(r.__e==t&&(t=C(r)),q(r,r));return t}function H$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=H$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C(n)),u.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,u,t){var i=n.key,o=n.type,r=u-1,e=u+1,f=l[u];if(null===f||f&&i==f.key&&o===f.type&&0==(2&f.__u))return u;if(("function"!=typeof o||o===k$2||i)&&t>(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$2(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||y$1.test(l)?u:u+"px";}function j(n,l,u,t,i){var o,r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||T$2(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||T$2(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(f$3,"$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]=u,u?t?u.u=t.u:(u.u=c,n.addEventListener(l,o?a$6:s$1,o)):n.removeEventListener(l,o?a$6:s$1,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("-"),u!==t&&(n[l]=null!=u||r?u:"");break n}catch(n){}"function"==typeof u||(null==u||false===u&&"-"!==l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==u?"":u));}}function A$2(n){return function(u){if(this.l){var t=this.l[u.type+n];if(null==u.t)u.t=c++;else if(u.t<t.u)return;return t(l$3.event?l$3.event(u):u)}}}function F(n,u,t,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=u.type;if(void 0!==u.constructor)return null;128&t.__u&&(c=!!(32&t.__u),r=[f=u.__e=t.__e]),(a=l$3.__b)&&a(u);n:if("function"==typeof j)try{if(b=u.props,C="prototype"in j&&j.prototype.render,S=(a=j.contextType)&&i[a.__c],M=a?S?S.props.value:a.__:i,t.__c?m=(h=u.__c=t.__c).__=h.__E:(C?u.__c=h=new j(b,M):(u.__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$1({},h.__s)),w$1(h.__s,j.getDerivedStateFromProps(b,h.__s))),v=h.props,y=h.state,h.__v=u,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)||u.__v===t.__v)){for(u.__v!==t.__v&&(h.props=b,h.state=h.__s,h.__d=!1),u.__e=t.__e,u.__k=t.__k,u.__k.some(function(n){n&&(n.__=u);}),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$3.__r,H=0,C){for(h.state=h.__s,h.__d=!1,I&&I(u),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(u),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$1(w$1({},i),h.getChildContext())),C&&!p&&null!=h.getSnapshotBeforeUpdate&&(g=h.getSnapshotBeforeUpdate(v,y)),f=$(n,d$5(O=null!=a&&a.type===k$2&&null==a.key?a.props.children:a)?O:[O],u,t,i,o,r,e,f,c,s),h.base=u.__e,u.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null);}catch(n){if(u.__v=null,c||null!=r)if(n.then){for(u.__u|=c?160:128;f&&8===f.nodeType&&f.nextSibling;)f=f.nextSibling;r[r.indexOf(f)]=null,u.__e=f;}else for(T=r.length;T--;)_(r[T]);else u.__e=t.__e,u.__k=t.__k;l$3.__e(n,u,t);}else null==r&&u.__v===t.__v?(u.__k=t.__k,u.__e=t.__e):f=u.__e=N(t.__e,u,t,i,o,r,e,c,s);return (a=l$3.diffed)&&a(u),128&u.__u?void 0:f}function z(n,u,t){for(var i=0;i<t.length;i++)V(t[i],t[++i],t[++i]);l$3.__c&&l$3.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$3.__e(n,u.__v);}});}function N(u,t,i,o,r,e,f,c,s){var a,h,v,y,w,g,m,b,k=i.props,x=t.props,S=t.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)){u=w,e[a]=null;break}if(null==u){if(null===S)return document.createTextNode(x);u=document.createElementNS(r,S,x.is&&x),c&&(l$3.__m&&l$3.__m(t,e),c=false),e=null;}if(null===S)k===x||c&&u.data===x||(u.data=x);else {if(e=e&&n$4.call(u.childNodes),k=i.props||p$2,!c&&null!=e)for(k={},a=0;a<u.attributes.length;a++)k[(w=u.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(u,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")&&(b=o[Object.keys(o)[0]].props.value,w=w.bind(b)),j(u,a,w,k[a],r));if(h)c||v&&(h.__html===v.__html||h.__html===u.innerHTML)||(u.innerHTML=h.__html),t.__k=[];else if(v&&(u.innerHTML=""),$(u,d$5(y)?y:[y],t,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?u.removeAttribute("value"):void 0!==g&&(g!==u[a]||"progress"===S&&!g||"option"===S&&g!==k[a])&&j(u,a,g,k[a],r),a="checked",void 0!==m&&m!==u[a]&&j(u,a,m,k[a],r));}return u}function V(n,u,t){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==u||(n.__u=n(u));}else n.current=u;}catch(n){l$3.__e(n,t);}}function q(n,u,t){var i,o;if(l$3.unmount&&l$3.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||V(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount();}catch(n){l$3.__e(n,u);}i.base=i.__P=null;}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&q(i[o],u,t||"function"!=typeof n.type);t||_(n.__e),n.__c=n.__=n.__e=void 0;}function B(n,l,u){return this.constructor(n,u)}function D(u,t,i){var o,r,e,f;t===document&&(t=document.documentElement),l$3.__&&l$3.__(u,t),r=(o="function"=="undefined")?null:t.__k,e=[],f=[],F(t,u=(t).__k=g$3(k$2,null,[u]),r||p$2,p$2,t.namespaceURI,r?null:t.firstChild?n$4.call(t.childNodes):null,e,r?r.__e:t.firstChild,o,f),z(e,u,f);}function J(n,l){var u={__c:l="__cC"+h++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=new Set,(t={})[l]=this,this.getChildContext=function(){return t},this.componentWillUnmount=function(){u=null;},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.forEach(function(n){n.__e=true,M(n);});},this.sub=function(n){u.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u&&u.delete(n),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n$4=v$2.slice,l$3={__e:function(n,l,u,t){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,t||{}),r=i.__d),r)return i.__E=i}catch(l){n=l;}throw n}},u$4=0,x.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w$1({},this.state),"function"==typeof n&&(n=n(w$1({},u),this.props)),n&&w$1(u,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$2,i$3=[],r$7="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e$3=function(n,l){return n.__v.__b-l.__v.__b},P.__r=0,f$3=/(PointerCapture)$|Capture$/i,c=0,s$1=A$2(false),a$6=A$2(true),h=0;
|
|
5
|
+
var n$4,l$3,u$4,i$3,o$5,r$7,e$3,f$3,c,s$1,a$6,h,p$2={},v$2=[],y$2=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d$5=Array.isArray;function w(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n);}function g$3(l,u,t){var i,o,r,e={};for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:e[r]=u[r];if(arguments.length>2&&(e.children=arguments.length>3?n$4.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps) void 0===e[r]&&(e[r]=l.defaultProps[r]);return m$6(l,e,i,o,null)}function m$6(n,t,i,o,r){var e={type:n,props:t,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==r?++u$4:r,__i:-1,__u:0};return null==r&&null!=l$3.vnode&&l$3.vnode(e),e}function k$2(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 u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?C(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=true)&&i$3.push(n)&&!P$1.__r++||o$5!==l$3.debounceRendering)&&((o$5=l$3.debounceRendering)||r$7)(P$1);}function P$1(){var n,u,t,o,r,f,c,s;for(i$3.sort(e$3);n=i$3.shift();)n.__d&&(u=i$3.length,o=void 0,f=(r=(t=n).__v).__e,c=[],s=[],t.__P&&((o=w({},r)).__v=r.__v+1,l$3.vnode&&l$3.vnode(o),F(t.__P,o,r,t.__n,t.__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$3.length>u&&i$3.sort(e$3));P$1.__r=0;}function $(n,l,u,t,i,o,r,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v$2,m=l.length;for(f=I(u,l,g,f),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p$2:g[y.__i]||p$2,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$1(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t){var i,o,r,e,f,c=l.length,s=u.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$6(null,o,null,null,null):d$5(o)?m$6(k$2,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m$6(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,u,e,a))&&(a--,(r=u[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=u[i])&&0==(2&r.__u)&&(r.__e==t&&(t=C(r)),q(r,r));return t}function H$1(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=H$1(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C(n)),u.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,u,t){var i=n.key,o=n.type,r=u-1,e=u+1,f=l[u];if(null===f||f&&i==f.key&&o===f.type&&0==(2&f.__u))return u;if(("function"!=typeof o||o===k$2||i)&&t>(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$3(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||y$2.test(l)?u:u+"px";}function j(n,l,u,t,i){var o,r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||T$3(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||T$3(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(f$3,"$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]=u,u?t?u.u=t.u:(u.u=c,n.addEventListener(l,o?a$6:s$1,o)):n.removeEventListener(l,o?a$6:s$1,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("-"),u!==t&&(n[l]=null!=u||r?u:"");break n}catch(n){}"function"==typeof u||(null==u||false===u&&"-"!==l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==u?"":u));}}function A$2(n){return function(u){if(this.l){var t=this.l[u.type+n];if(null==u.t)u.t=c++;else if(u.t<t.u)return;return t(l$3.event?l$3.event(u):u)}}}function F(n,u,t,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=u.type;if(void 0!==u.constructor)return null;128&t.__u&&(c=!!(32&t.__u),r=[f=u.__e=t.__e]),(a=l$3.__b)&&a(u);n:if("function"==typeof j)try{if(b=u.props,C="prototype"in j&&j.prototype.render,S=(a=j.contextType)&&i[a.__c],M=a?S?S.props.value:a.__:i,t.__c?m=(h=u.__c=t.__c).__=h.__E:(C?u.__c=h=new j(b,M):(u.__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=u,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)||u.__v===t.__v)){for(u.__v!==t.__v&&(h.props=b,h.state=h.__s,h.__d=!1),u.__e=t.__e,u.__k=t.__k,u.__k.some(function(n){n&&(n.__=u);}),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$3.__r,H=0,C){for(h.state=h.__s,h.__d=!1,I&&I(u),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(u),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$5(O=null!=a&&a.type===k$2&&null==a.key?a.props.children:a)?O:[O],u,t,i,o,r,e,f,c,s),h.base=u.__e,u.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null);}catch(n){if(u.__v=null,c||null!=r)if(n.then){for(u.__u|=c?160:128;f&&8===f.nodeType&&f.nextSibling;)f=f.nextSibling;r[r.indexOf(f)]=null,u.__e=f;}else for(T=r.length;T--;)_(r[T]);else u.__e=t.__e,u.__k=t.__k;l$3.__e(n,u,t);}else null==r&&u.__v===t.__v?(u.__k=t.__k,u.__e=t.__e):f=u.__e=N(t.__e,u,t,i,o,r,e,c,s);return (a=l$3.diffed)&&a(u),128&u.__u?void 0:f}function z(n,u,t){for(var i=0;i<t.length;i++)V(t[i],t[++i],t[++i]);l$3.__c&&l$3.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$3.__e(n,u.__v);}});}function N(u,t,i,o,r,e,f,c,s){var a,h,v,y,w,g,m,b,k=i.props,x=t.props,S=t.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)){u=w,e[a]=null;break}if(null==u){if(null===S)return document.createTextNode(x);u=document.createElementNS(r,S,x.is&&x),c&&(l$3.__m&&l$3.__m(t,e),c=false),e=null;}if(null===S)k===x||c&&u.data===x||(u.data=x);else {if(e=e&&n$4.call(u.childNodes),k=i.props||p$2,!c&&null!=e)for(k={},a=0;a<u.attributes.length;a++)k[(w=u.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(u,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")&&(b=o[Object.keys(o)[0]].props.value,w=w.bind(b)),j(u,a,w,k[a],r));if(h)c||v&&(h.__html===v.__html||h.__html===u.innerHTML)||(u.innerHTML=h.__html),t.__k=[];else if(v&&(u.innerHTML=""),$(u,d$5(y)?y:[y],t,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?u.removeAttribute("value"):void 0!==g&&(g!==u[a]||"progress"===S&&!g||"option"===S&&g!==k[a])&&j(u,a,g,k[a],r),a="checked",void 0!==m&&m!==u[a]&&j(u,a,m,k[a],r));}return u}function V(n,u,t){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==u||(n.__u=n(u));}else n.current=u;}catch(n){l$3.__e(n,t);}}function q(n,u,t){var i,o;if(l$3.unmount&&l$3.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||V(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount();}catch(n){l$3.__e(n,u);}i.base=i.__P=null;}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&q(i[o],u,t||"function"!=typeof n.type);t||_(n.__e),n.__c=n.__=n.__e=void 0;}function B(n,l,u){return this.constructor(n,u)}function D(u,t,i){var o,r,e,f;t===document&&(t=document.documentElement),l$3.__&&l$3.__(u,t),r=(o="function"=="undefined")?null:t.__k,e=[],f=[],F(t,u=(t).__k=g$3(k$2,null,[u]),r||p$2,p$2,t.namespaceURI,r?null:t.firstChild?n$4.call(t.childNodes):null,e,r?r.__e:t.firstChild,o,f),z(e,u,f);}function J(n,l){var u={__c:l="__cC"+h++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=new Set,(t={})[l]=this,this.getChildContext=function(){return t},this.componentWillUnmount=function(){u=null;},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.forEach(function(n){n.__e=true,M(n);});},this.sub=function(n){u.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u&&u.delete(n),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n$4=v$2.slice,l$3={__e:function(n,l,u,t){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,t||{}),r=i.__d),r)return i.__E=i}catch(l){n=l;}throw n}},u$4=0,x.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w({},this.state),"function"==typeof n&&(n=n(w({},u),this.props)),n&&w(u,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$2,i$3=[],r$7="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e$3=function(n,l){return n.__v.__b-l.__v.__b},P$1.__r=0,f$3=/(PointerCapture)$|Capture$/i,c=0,s$1=A$2(false),a$6=A$2(true),h=0;
|
|
8
6
|
|
|
9
7
|
var f$2=0;function u$3(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$2,__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$3.vnode&&l$3.vnode(p),p}
|
|
10
8
|
|
|
@@ -74,15 +72,15 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
74
72
|
})(IconMode || (IconMode = {}));
|
|
75
73
|
var IconMode$1 = IconMode;
|
|
76
74
|
|
|
77
|
-
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": "14.2.8"},"Version":{"Build": "11.24.0.20241212104249","Source": "11.24.0"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #1d2d3e;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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(29,45,62,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #1d2d3e;--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: 2rem;--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: #1d2d3e;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #1d2d3e;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #1d2d3e;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #1d2d3e;--sapList_Active_TextColor: #1d2d3e;--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: #1d2d3e;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #1d2d3e;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #1d2d3e;--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: #1d2d3e;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #1d2d3e;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #1d2d3e;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #1d2d3e;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #1d2d3e;--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: #1d2d3e;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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;--sapTile_Background: #fff;--sapTile_Hover_Background: #eaecee;--sapTile_Active_Background: #dee2e5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: 1rem;--sapTile_TitleTextColor: #1d2d3e;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #1d2d3e;--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: #840606;--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: #aa0808;--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: #fff2c0;--sapIndicationColor_3_Active_TextColor: #b95100;--sapIndicationColor_3_Selected_Background: #fff;--sapIndicationColor_3_Selected_BorderColor: #fff2c0;--sapIndicationColor_3_Selected_TextColor: #b95100;--sapIndicationColor_3b: #fff2c0;--sapIndicationColor_3b_TextColor: #b95100;--sapIndicationColor_3b_Background: #fff2c0;--sapIndicationColor_3b_BorderColor: #fff2c0;--sapIndicationColor_3b_Hover_Background: #ffeda6;--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: #256f3a;--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: #d3effd;--sapIndicationColor_5_Active_TextColor: #0070f2;--sapIndicationColor_5_Selected_Background: #fff;--sapIndicationColor_5_Selected_BorderColor: #d3effd;--sapIndicationColor_5_Selected_TextColor: #0070f2;--sapIndicationColor_5b: #d3effd;--sapIndicationColor_5b_TextColor: #0070f2;--sapIndicationColor_5b_Background: #d3effd;--sapIndicationColor_5b_BorderColor: #d3effd;--sapIndicationColor_5b_Hover_Background: #bbe6fc;--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: #046c7a;--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: #5d36ff;--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: #1d2d3e;--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: #45484a;--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}
|
|
75
|
+
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": "14.2.25"},"Version":{"Build": "11.26.0.20250203135245","Source": "11.26.0"}};--sapBrandColor: #0070f2;--sapHighlightColor: #0064d9;--sapBaseColor: #fff;--sapShellColor: #fff;--sapBackgroundColor: #f5f6f7;--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #1d2d3e;--sapLinkColor: #0064d9;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0064d9;--sapHoverColor: #eaecee;--sapActiveColor: #dee2e5;--sapHighlightTextColor: #fff;--sapTitleColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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(29,45,62,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #758ca4;--sapContent_ForegroundTextColor: #1d2d3e;--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: 2rem;--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: #1d2d3e;--sapShell_Background: #eff1f2;--sapShell_BackgroundImage: linear-gradient(to bottom, #eff1f2, #eff1f2);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #fff;--sapShell_TextColor: #1d2d3e;--sapShell_InteractiveBackground: #eff1f2;--sapShell_InteractiveTextColor: #1d2d3e;--sapShell_InteractiveBorderColor: #556b81;--sapShell_GroupTitleTextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--sapAssistant_Answer_Background: #eff1f2;--sapAssistant_Answer_BorderColor: #eff1f2;--sapAssistant_Answer_TextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #1d2d3e;--sapList_Active_TextColor: #1d2d3e;--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: #1d2d3e;--sapList_TableGroupHeaderBackground: #eff1f2;--sapList_TableGroupHeaderBorderColor: #a8b2bd;--sapList_TableGroupHeaderTextColor: #1d2d3e;--sapList_FooterBackground: #fff;--sapList_FooterTextColor: #1d2d3e;--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: #1d2d3e;--sapProgress_FontSize: .875rem;--sapProgress_NegativeBackground: #ffdbec;--sapProgress_NegativeBorderColor: #ffdbec;--sapProgress_NegativeTextColor: #1d2d3e;--sapProgress_CriticalBackground: #fff4bd;--sapProgress_CriticalBorderColor: #fff4bd;--sapProgress_CriticalTextColor: #1d2d3e;--sapProgress_PositiveBackground: #e5f2ba;--sapProgress_PositiveBorderColor: #e5f2ba;--sapProgress_PositiveTextColor: #1d2d3e;--sapProgress_InformationBackground: #cdedff;--sapProgress_InformationBorderColor: #cdedff;--sapProgress_InformationTextColor: #1d2d3e;--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: #1d2d3e;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--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: #1d2d3e;--sapTab_Neutral_ForegroundColor: #788fa6;--sapTab_Neutral_IconColor: #788fa6;--sapTab_Neutral_Selected_TextColor: #1d2d3e;--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: #1d2d3e;--sapTile_TextColor: #556b82;--sapTile_IconColor: #556b82;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: #fff;--sapTile_OverlayForegroundColor: #1d2d3e;--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}
|
|
78
76
|
`;
|
|
79
77
|
|
|
80
|
-
var defaultTheme$1 = `:root{--ui5-v2-8-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-8-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-8-0-avatar-border-radius-img-deduction: .0625rem;--_ui5-v2-8-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_avatar_focus_width: .0625rem;--_ui5-v2-8-0_avatar_focus_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-8-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var( --sapAvatar_Hover_BorderColor);--_ui5-v2-8-0_avatar_focus_offset: .1875rem;--ui5-v2-8-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-8-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_avatar_fontsize_XS: 1rem;--_ui5-v2-8-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-8-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-8-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-8-0_avatar_fontsize_XL: 3rem;--ui5-v2-8-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-8-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-8-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-8-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-8-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-8-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-8-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-8-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-8-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-8-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-8-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-8-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-8-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-8-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-8-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-8-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-8-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-8-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-8-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-8-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-8-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-8-0-avatar-placeholder-color: var(--sapAvatar_Lite_Background);--ui5-v2-8-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-8-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-8-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-8-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-8-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-8-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-8-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-8-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-8-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-8-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--ui5-v2-8-0-avatar-placeholder-border-color: var(--sapContent_ImagePlaceholderForegroundColor);--_ui5-v2-8-0_avatar_icon_XS: var(--_ui5-v2-8-0_avatar_fontsize_XS);--_ui5-v2-8-0_avatar_icon_S: var(--_ui5-v2-8-0_avatar_fontsize_S);--_ui5-v2-8-0_avatar_icon_M: var(--_ui5-v2-8-0_avatar_fontsize_M);--_ui5-v2-8-0_avatar_icon_L: var(--_ui5-v2-8-0_avatar_fontsize_L);--_ui5-v2-8-0_avatar_icon_XL: var(--_ui5-v2-8-0_avatar_fontsize_XL);--_ui5-v2-8-0_avatar_group_button_focus_border: none;--_ui5-v2-8-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-8-0-tag-height: 1rem;--_ui5-v2-8-0-tag-icon-width: .75rem;--ui5-v2-8-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-8-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-8-0-tag-information-text-shadow: var(--ui5-v2-8-0-tag-text-shadow);--ui5-v2-8-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1);--ui5-v2-8-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b);--ui5-v2-8-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2);--ui5-v2-8-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b);--ui5-v2-8-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3);--ui5-v2-8-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b);--ui5-v2-8-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4);--ui5-v2-8-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b);--ui5-v2-8-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5);--ui5-v2-8-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b);--ui5-v2-8-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6);--ui5-v2-8-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b);--ui5-v2-8-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7);--ui5-v2-8-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b);--ui5-v2-8-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8);--ui5-v2-8-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b);--ui5-v2-8-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9);--ui5-v2-8-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b);--ui5-v2-8-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10);--ui5-v2-8-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b);--ui5-v2-8-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-8-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-8-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-8-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-8-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-8-0-tag-height_size_l: 1.5rem;--_ui5-v2-8-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-8-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-8-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-8-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-8-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-8-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-8-0-tag-text-height_size_l: 1.5rem;--_ui5-v2-8-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-8-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-8-0-tag-text-transform: none;--_ui5-v2-8-0-tag-icon-gap: .25rem;--_ui5-v2-8-0-tag-font-size: var(--sapFontSize);--_ui5-v2-8-0-tag-font: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-8-0-tag-font-weight: normal;--_ui5-v2-8-0-tag-letter-spacing: normal;--_ui5-v2-8-0_bar_base_height: 2.75rem;--_ui5-v2-8-0_bar_subheader_height: 3rem;--_ui5-v2-8-0_bar-start-container-padding-start: 2rem;--_ui5-v2-8-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-8-0_bar-end-container-padding-end: 2rem;--_ui5-v2-8-0_bar-start-container-padding-start_S: 1rem;--_ui5-v2-8-0_bar-start-container-padding-start_XL: 3rem;--_ui5-v2-8-0_bar-end-container-padding-end_S: 1rem;--_ui5-v2-8-0_bar-end-container-padding-end_XL: 3rem;--_ui5-v2-8-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-8-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-8-0_busy_indicator_block_layer: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 20%);--_ui5-v2-8-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-8-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0-button-badge-diameter: .75rem;--_ui5-v2-8-0-calendar-legend-root-padding: .75rem;--_ui5-v2-8-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-8-0-calendar-legend-item-root-focus-margin: 0;--_ui5-v2-8-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-8-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-8-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-8-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-8-0_card_header_title_font_weight: normal;--_ui5-v2-8-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-8-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_card_header_focus_offset: 0px;--_ui5-v2-8-0_card_header_focus_radius: var(--_ui5-v2-8-0_card_border-radius);--_ui5-v2-8-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-8-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-8-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-8-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-8-0_card_header_border: none;--_ui5-v2-8-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-8-0_card_border: none;--ui5-v2-8-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-8-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-8-0_carousel_button_size: 2.5rem;--ui5-v2-8-0_carousel_inactive_dot_size: .25rem;--ui5-v2-8-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-8-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-8-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-8-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-8-0_checkbox_box_shadow: none;--_ui5-v2-8-0_checkbox_transition: unset;--_ui5-v2-8-0_checkbox_focus_border: none;--_ui5-v2-8-0_checkbox_border_radius: 0;--_ui5-v2-8-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_checkbox_outer_hover_background: transparent;--_ui5-v2-8-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-8-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-8-0_checkbox_inner_information_box_shadow: none;--_ui5-v2-8-0_checkbox_inner_warning_box_shadow: none;--_ui5-v2-8-0_checkbox_inner_error_box_shadow: none;--_ui5-v2-8-0_checkbox_inner_success_box_shadow: none;--_ui5-v2-8-0_checkbox_inner_default_box_shadow: none;--_ui5-v2-8-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-8-0_checkbox_wrapped_focus_padding: .375rem;--_ui5-v2-8-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-8-0_checkbox_focus_position);--_ui5-v2-8-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-8-0_checkbox_compact_width_height: 2rem;--_ui5-v2-8-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-8-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-8-0_checkbox_label_offset: var(--_ui5-v2-8-0_checkbox_wrapper_padding);--_ui5-v2-8-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_checkbox_default_focus_border: none;--_ui5-v2-8-0_checkbox_focus_outline_display: block;--_ui5-v2-8-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-8-0_checkbox_width_height: 2.75rem;--_ui5-v2-8-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-8-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-8-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-8-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-8-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-8-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-8-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-8-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-8-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-8-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-8-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-8-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-8-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-8-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-8-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-8-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-8-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-8-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-8-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-8-0_checkbox_focus_position: .3125rem;--_ui5-v2-8-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-8-0_checkbox_right_focus_distance: var(--_ui5-v2-8-0_checkbox_focus_position);--_ui5-v2-8-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-8-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-8-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-8-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-8-0_color-palette-item-container-sides-padding: .3125rem;--_ui5-v2-8-0_color-palette-item-container-rows-padding: .6875rem;--_ui5-v2-8-0_color-palette-item-focus-height: 1.5rem;--_ui5-v2-8-0_color-palette-item-container-padding: var(--_ui5-v2-8-0_color-palette-item-container-sides-padding) var(--_ui5-v2-8-0_color-palette-item-container-rows-padding);--_ui5-v2-8-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-8-0_color-palette-row-height: 9.5rem;--_ui5-v2-8-0_color-palette-button-height: 3rem;--_ui5-v2-8-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-8-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-8-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_color-palette-item-selected-focused-border-after: none;--_ui5-v2-8-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-8-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-8-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-8-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-8-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-8-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-8-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-8-0_color-palette-item-selected-focused-border: none;--_ui5-v2-8-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-8-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-8-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-8-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-8-0_color_picker_slider_handle_margin_top: -.125rem;--_ui5-v2-8-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-8-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-8-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-8-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-8-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-8-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-8-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_datepicker_icon_border: none;--_ui5-v2-8-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-8-0-datepicker_border_radius: .25rem;--_ui5-v2-8-0-datepicker_icon_border_radius: .125rem;--_ui5-v2-8-0_daypicker_item_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_daypicker_item_margin: 2px;--_ui5-v2-8-0_daypicker_item_border: none;--_ui5-v2-8-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-8-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-8-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-8-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-8-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_daypicker_item_now_inner_border_radius: 0;--_ui5-v2-8-0_daypicker_item_outline_width: 1px;--_ui5-v2-8-0_daypicker_item_outline_offset: 1px;--_ui5-v2-8-0_daypicker_item_now_focus_after_width: calc(100% - .25rem) ;--_ui5-v2-8-0_daypicker_item_now_focus_after_height: calc(100% - .25rem) ;--_ui5-v2-8-0_daypicker_item_now_selected_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-8-0_daypicker_item_now_selected_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-8-0_daypicker_item_selected_background: transparent;--_ui5-v2-8-0_daypicker_item_outline_focus_after: none;--_ui5-v2-8-0_daypicker_item_border_focus_after: var(--_ui5-v2-8-0_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_daypicker_item_width_focus_after: calc(100% - .25rem) ;--_ui5-v2-8-0_daypicker_item_height_focus_after: calc(100% - .25rem) ;--_ui5-v2-8-0_daypicker_item_now_outline: none;--_ui5-v2-8-0_daypicker_item_now_outline_offset: none;--_ui5-v2-8-0_daypicker_item_now_outline_offset_focus_after: var(--_ui5-v2-8-0_daypicker_item_now_outline_offset);--_ui5-v2-8-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-8-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-8-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-8-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-8-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-8-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-8-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-8-0_daypicker_item_focus_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-8-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-8-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-8-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--ui5-v2-8-0-dp-item_withsecondtype_border: .375rem;--_ui5-v2-8-0_daypicker_item_now_border: .125rem solid var(--sapLegend_CurrentDateTime);--_ui5-v2-8-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_daypicker_item_selected_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-8-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-8-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-8-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-8-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_daypicker_item_selected_between_text_background: transparent;--_ui5-v2-8-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-8-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-8-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-8-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-8-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-8-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-8-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-8-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-8-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-8-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-8-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-8-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-8-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-8-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-8-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-8-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-8-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-8-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-8-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-8-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-8-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-8-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-8-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-8-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-8-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-8-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-8-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-8-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-8-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-8-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-8-0_daypicker_special_day_border_top: none;--_ui5-v2-8-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-8-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-8-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-8-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-8-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-8-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-8-0_dialog_header_error_state_icon_color: var(--sapNegativeElementColor);--_ui5-v2-8-0_dialog_header_information_state_icon_color: var(--sapInformativeElementColor);--_ui5-v2-8-0_dialog_header_success_state_icon_color: var(--sapPositiveElementColor);--_ui5-v2-8-0_dialog_header_warning_state_icon_color: var(--sapCriticalElementColor);--_ui5-v2-8-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-8-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-8-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-8-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-8-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-8-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_file_uploader_value_state_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-8-0_file_uploader_hover_border: none;--_ui5-v2-8-0_table_cell_valign: center;--_ui5-v2-8-0_table_cell_min_width: 2.75rem;--_ui5-v2-8-0_table_navigated_cell_width: .25rem;--_ui5-v2-8-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-8-0_table_cell_vertical_padding: .25rem;--_ui5-v2-8-0_table_row_actions_gap: .25rem;--ui5-v2-8-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-8-0-form-item-label-justify: end;--ui5-v2-8-0-form-item-label-justify-span12: start;--ui5-v2-8-0-form-item-label-padding: .125rem 0;--ui5-v2-8-0-form-item-label-padding-end: .85rem;--ui5-v2-8-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-8-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-8-0-icon-focus-border-radius: .25rem;--_ui5-v2-8-0_input_width: 13.125rem;--_ui5-v2-8-0_input_min_width: 2.75rem;--_ui5-v2-8-0_input_height: var(--sapElement_Height);--_ui5-v2-8-0_input_compact_height: 1.625rem;--_ui5-v2-8-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_input_background_color: var(--sapField_Background);--_ui5-v2-8-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-8-0_input_placeholder_style: italic;--_ui5-v2-8-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-8-0_input_bottom_border_height: 0;--_ui5-v2-8-0_input_bottom_border_color: transparent;--_ui5-v2-8-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_input_state_border_width: .125rem;--_ui5-v2-8-0_input_information_border_width: .125rem;--_ui5-v2-8-0_input_error_font_weight: normal;--_ui5-v2-8-0_input_warning_font_weight: normal;--_ui5-v2-8-0_input_focus_border_width: 1px;--_ui5-v2-8-0_input_error_warning_font_style: inherit;--_ui5-v2-8-0_input_error_warning_text_indent: 0;--_ui5-v2-8-0_input_disabled_color: var(--sapContent_DisabledTextColor);--_ui5-v2-8-0_input_disabled_font_weight: normal;--_ui5-v2-8-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-8-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-8-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-8-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-8-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-8-0_input_icon_min_width: 2.25rem;--_ui5-v2-8-0_input_compact_min_width: 2rem;--_ui5-v2-8-0_input_transition: none;--_ui5-v2-8-0-input-value-state-icon-display: none;--_ui5-v2-8-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-8-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-8-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-8-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-8-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-8-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-8-0_input_value_state_success_border_width: 1px;--_ui5-v2-8-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-8-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-8-0-input-value-state-information-border-width: 1px;--_ui5-v2-8-0-input-background-image: none;--ui5-v2-8-0_input_focus_pseudo_element_content: "";--_ui5-v2-8-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-8-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-8-0_input_icon_width: 2.25rem;--_ui5-v2-8-0-input-icons-count: 0;--_ui5-v2-8-0_input_margin_top_bottom: .1875rem;--_ui5-v2-8-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-8-0-input-border: none;--_ui5-v2-8-0_input_hover_border: none;--_ui5-v2-8-0_input_focus_border_radius: .25rem;--_ui5-v2-8-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-8-0_input_error_warning_border_style: none;--_ui5-v2-8-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-8-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-8-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-8-0_input_focus_offset: 0;--_ui5-v2-8-0_input_readonly_focus_offset: .125rem;--_ui5-v2-8-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-8-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-8-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-8-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-8-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-8-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-8-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-8-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-8-0_input_value_state_success_border_width));--_ui5-v2-8-0_input_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_input_icon_pressed_bg: var(--sapButton_Selected_Background);--_ui5-v2-8-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-8-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-8-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-8-0_input_icon_border_radius: .25rem;--_ui5-v2-8-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-8-0_input_icon_border: none;--_ui5-v2-8-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-8-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-8-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-8-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-8-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-8-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-8-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-8-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-8-0_link_focus_text_decoration: underline;--_ui5-v2-8-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-8-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-8-0_link_focused_hover_text_decoration: none;--_ui5-v2-8-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-8-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-8-0_link_outline: none;--_ui5-v2-8-0_link_focus_border-radius: .125rem;--_ui5-v2-8-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-8-0_link_subtle_text_decoration: underline;--_ui5-v2-8-0_link_subtle_text_decoration_hover: none;--_ui5-v2-8-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-8-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-8-0-listitem-background-color: var(--sapList_Background);--ui5-v2-8-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-8-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-8-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_listitembase_focus_width: 1px;--_ui5-v2-8-0-listitembase_disabled_opacity: .5;--_ui5-v2-8-0_product_switch_item_border: none;--ui5-v2-8-0-listitem-active-border-color: var(--sapContent_FocusColor);--_ui5-v2-8-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-8-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-8-0_menu_item_additional_text_start_margin: 1rem;--_ui5-v2-8-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0_monthpicker_item_margin: .0625rem;--_ui5-v2-8-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-8-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-8-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-8-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-8-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-8-0_message_strip_icon_width: 2.5rem;--_ui5-v2-8-0_message_strip_button_border_width: 0;--_ui5-v2-8-0_message_strip_button_border_style: none;--_ui5-v2-8-0_message_strip_button_border_color: transparent;--_ui5-v2-8-0_message_strip_button_border_radius: 0;--_ui5-v2-8-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-8-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-8-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-8-0_message_strip_button_height: 1.625rem;--_ui5-v2-8-0_message_strip_border_width: 1px;--_ui5-v2-8-0_message_strip_close_button_border: none;--_ui5-v2-8-0_message_strip_icon_top: .4375rem;--_ui5-v2-8-0_message_strip_focus_width: 1px;--_ui5-v2-8-0_message_strip_focus_offset: -2px;--_ui5-v2-8-0_message_strip_close_button_top: .125rem;--_ui5-v2-8-0_message_strip_close_button_color_set_1_background: #eaecee4d;--_ui5-v2-8-0_message_strip_close_button_color_set_2_background: #eaecee80;--_ui5-v2-8-0_message_strip_close_button_color_set_1_color: var(--sapButton_Emphasized_TextColor);--_ui5-v2-8-0_message_strip_close_button_color_set_1_hover_color: var(--sapButton_Emphasized_TextColor);--_ui5-v2-8-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-8-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-8-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-8-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-8-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-8-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-8-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-8-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-8-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-8-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-8-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-8-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-8-0_message_strip_close_button_right: .1875rem;--_ui5-v2-8-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_panel_header_height: 2.75rem;--_ui5-v2-8-0_panel_button_root_width: 2.75rem;--_ui5-v2-8-0_panel_button_root_height: 2.75rem;--_ui5-v2-8-0_panel_header_padding_right: .5rem;--_ui5-v2-8-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-8-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-8-0_panel_border_bottom: none;--_ui5-v2-8-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-8-0_panel_outline_offset: -.125rem;--_ui5-v2-8-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-8-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-8-0_panel_focus_offset: 0px;--_ui5-v2-8-0_panel_focus_bottom_offset: -1px;--_ui5-v2-8-0_panel_content_padding: .625rem 1rem;--_ui5-v2-8-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-8-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-8-0_popup_content_padding_s: 1rem;--_ui5-v2-8-0_popup_content_padding_m_l: 2rem;--_ui5-v2-8-0_popup_content_padding_xl: 3rem;--_ui5-v2-8-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-8-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-8-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-8-0_popup_viewport_margin: 10px;--_ui5-v2-8-0_popup_header_font_weight: 400;--_ui5-v2-8-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-8-0_popup_header_background: var(--sapPageHeader_Background);--_ui5-v2-8-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_popup_header_border: none;--_ui5-v2-8-0_popup_border_radius: .5rem;--_ui5-v2-8-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-8-0_popup_block_layer_opacity: .2;--_ui5-v2-8-0_progress_indicator_bar_border_max: none;--_ui5-v2-8-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-8-0_progress_indicator_side_points_visibility: block;--_ui5-v2-8-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-8-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-8-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-8-0_progress_indicator_host_height: unset;--_ui5-v2-8-0_progress_indicator_host_min_height: unset;--_ui5-v2-8-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-8-0_progress_indicator_root_position: relative;--_ui5-v2-8-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-8-0_progress_indicator_root_height: .375rem;--_ui5-v2-8-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-8-0_progress_indicator_root_overflow: visible;--_ui5-v2-8-0_progress_indicator_bar_height: .625rem;--_ui5-v2-8-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-8-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-8-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-8-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-8-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-8-0_progress_indicator_icon_position: absolute;--_ui5-v2-8-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-8-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-8-0_progress_indicator_value_position: absolute;--_ui5-v2-8-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-8-0_progress_indicator_value_left_position: 0;--_ui5-v2-8-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-8-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-8-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-8-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-8-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-8-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-8-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-8-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-8-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-8-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-8-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-8-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-8-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-8-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-8-0_progress_indicator_border: none;--_ui5-v2-8-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-8-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-8-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-8-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-8-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-8-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-8-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-8-0_rating_indicator_border_radius: .5rem;--_ui5-v2-8-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-8-0_rating_indicator_item_height: 1em;--_ui5-v2-8-0_rating_indicator_item_width: 1em;--_ui5-v2-8-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-8-0_rating_indicator_component_padding: .25rem;--_ui5-v2-8-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-8-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-8-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-8-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-8-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-8-0_segmented_btn_inner_border: .0625rem solid transparent;--_ui5-v2-8-0_segmented_btn_inner_border_odd_child: .0625rem solid transparent;--_ui5-v2-8-0_segmented_btn_inner_pressed_border_odd_child: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-8-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-8-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-8-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-8-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-8-0_button_base_min_compact_width: 2rem;--_ui5-v2-8-0_button_base_height: var(--sapElement_Height);--_ui5-v2-8-0_button_compact_height: 1.625rem;--_ui5-v2-8-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_button_compact_padding: .4375rem;--_ui5-v2-8-0_button_emphasized_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_button_focus_offset: 1px;--_ui5-v2-8-0_button_focus_width: 1px;--_ui5-v2-8-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-8-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_button_focused_border_radius: .375rem;--_ui5-v2-8-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-8-0_button_base_min_width: 2.25rem;--_ui5-v2-8-0_button_base_padding: .5625rem;--_ui5-v2-8-0_button_base_icon_only_padding: .5625rem;--_ui5-v2-8-0_button_base_icon_margin: .375rem;--_ui5-v2-8-0_button_icon_font_size: 1rem;--_ui5-v2-8-0_button_text_shadow: none;--_ui5-v2-8-0_button_emphasized_border_width: .0625rem;--_ui5-v2-8-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_button_fontFamily: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-8-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_radio_button_min_width: 2.75rem;--_ui5-v2-8-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-8-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-8-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-8-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-8-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-8-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-8-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-8-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-8-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-8-0_radio_button_border: none;--_ui5-v2-8-0_radio_button_focus_outline: block;--_ui5-v2-8-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-8-0_radio_button_label_offset: 1px;--_ui5-v2-8-0_radio_button_items_align: unset;--_ui5-v2-8-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-8-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-8-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-8-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-8-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-8-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-8-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-8-0_radio_button_border_radius: .5rem;--_ui5-v2-8-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-8-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-8-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-8-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-8-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-8-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-8-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-8-0_radio_button_focus_dist: .375rem;--_ui5-v2-8-0_switch_height: 2.75rem;--_ui5-v2-8-0_switch_foucs_border_size: 1px;--_ui5-v2-8-0-switch-root-border-radius: 0;--_ui5-v2-8-0-switch-root-box-shadow: none;--_ui5-v2-8-0-switch-focus: "";--_ui5-v2-8-0_switch_track_border_radius: .75rem;--_ui5-v2-8-0-switch-track-border: 1px solid;--_ui5-v2-8-0_switch_track_transition: none;--_ui5-v2-8-0_switch_handle_border_radius: 1rem;--_ui5-v2-8-0-switch-slider-texts-display: inline;--_ui5-v2-8-0_switch_width: 2.5rem;--_ui5-v2-8-0_switch_min_width: none;--_ui5-v2-8-0_switch_with_label_width: 2.875rem;--_ui5-v2-8-0_switch_focus_outline: none;--_ui5-v2-8-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_switch_root_after_boreder: none;--_ui5-v2-8-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-8-0_switch_root_outline_top: .5rem;--_ui5-v2-8-0_switch_root_outline_bottom: .5rem;--_ui5-v2-8-0_switch_root_outline_left: -.125rem;--_ui5-v2-8-0_switch_root_outline_right: -.125rem;--_ui5-v2-8-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-8-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-8-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-8-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-8-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-8-0_switch_track_width: 2.5rem;--_ui5-v2-8-0_switch_track_height: 1.5rem;--_ui5-v2-8-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-8-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-8-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-8-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-8-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-8-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-8-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-8-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-8-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-8-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-8-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-8-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-8-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-8-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-8-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-8-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-8-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-8-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-8-0_switch_track_icon_display: inline-block;--_ui5-v2-8-0_switch_handle_width: 1.5rem;--_ui5-v2-8-0_switch_handle_height: 1.25rem;--_ui5-v2-8-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-8-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-8-0_switch_handle_border: var(--_ui5-v2-8-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-8-0_switch_handle_border_width: .125rem;--_ui5-v2-8-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-8-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-8-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-8-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-8-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-8-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-8-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-8-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-8-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-8-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-8-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-8-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-8-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-8-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-8-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-8-0_switch_handle_left: .0625rem;--_ui5-v2-8-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-8-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-8-0_switch_text_width: 1.25rem;--_ui5-v2-8-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-8-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-8-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-8-0_switch_text_inactive_left: .1875rem;--_ui5-v2-8-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-8-0_switch_text_inactive_right: auto;--_ui5-v2-8-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-8-0_switch_text_active_left: .1875rem;--_ui5-v2-8-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-8-0_switch_text_active_right: auto;--_ui5-v2-8-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-8-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-8-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-8-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-8-0_switch_text_overflow: hidden;--_ui5-v2-8-0_switch_text_z_index: 1;--_ui5-v2-8-0_switch_text_hidden: hidden;--_ui5-v2-8-0_switch_text_min_width: none;--_ui5-v2-8-0_switch_icon_width: 1rem;--_ui5-v2-8-0_switch_icon_height: 1rem;--_ui5-v2-8-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-8-0_select_hover_icon_left_border: none;--_ui5-v2-8-0_select_option_focus_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-8-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-8-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-8-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-8-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-8-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-8-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-8-0_split_text_button_border_color: transparent;--_ui5-v2-8-0_split_text_button_background_color: transparent;--_ui5-v2-8-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-8-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_text_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-8-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-8-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-8-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_arrow_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-8-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-8-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-8-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_text_button_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_text_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-8-0_split_text_button_positive_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-8-0_split_text_button_negative_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-8-0_split_text_button_attention_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-8-0_split_text_button_transparent_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_split_button_focused_border_radius: .375rem;--_ui5-v2-8-0_split_button_middle_separator_width: 0;--_ui5-v2-8-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-8-0_split_button_middle_separator_hover_display: none;--_ui5-v2-8-0_split_button_text_button_width: 2.375rem;--_ui5-v2-8-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-8-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-8-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-8-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-8-0_split_button_inner_focused_border_radius_outer: .375rem;--_ui5-v2-8-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-8-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-8-0_split_button_positive_separator_color: transparent;--_ui5-v2-8-0_split_button_negative_separator_color: transparent;--_ui5-v2-8-0_split_button_attention_separator_color: transparent;--_ui5-v2-8-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-8-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_text_button_emphasized_hover_border_right: none;--_ui5-v2-8-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-8-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-8-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-8-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-8-0_tc_header_height: var(--_ui5-v2-8-0_tc_item_height);--_ui5-v2-8-0_tc_header_height_text_only: var(--_ui5-v2-8-0_tc_item_text_only_height);--_ui5-v2-8-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-8-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-8-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-8-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-8-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_tc_headeritem_padding: 1rem;--_ui5-v2-8-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_tc_headerItem_text_selected_color: var(--sapSelectedColor);--_ui5-v2-8-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-8-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-8-0_tc_headerItem_neutral_color: var(--sapNeutralTextColor);--_ui5-v2-8-0_tc_headerItem_positive_color: var(--sapPositiveTextColor);--_ui5-v2-8-0_tc_headerItem_negative_color: var(--sapNegativeTextColor);--_ui5-v2-8-0_tc_headerItem_critical_color: var(--sapCriticalTextColor);--_ui5-v2-8-0_tc_headerItem_neutral_border_color: var(--sapNeutralElementColor);--_ui5-v2-8-0_tc_headerItem_positive_border_color: var(--sapPositiveElementColor);--_ui5-v2-8-0_tc_headerItem_negative_border_color: var(--sapNegativeElementColor);--_ui5-v2-8-0_tc_headerItem_critical_border_color: var(--sapCriticalElementColor);--_ui5-v2-8-0_tc_headerItem_neutral_selected_border_color: var(--_ui5-v2-8-0_tc_headerItem_neutral_color);--_ui5-v2-8-0_tc_headerItem_positive_selected_border_color: var(--_ui5-v2-8-0_tc_headerItem_positive_color);--_ui5-v2-8-0_tc_headerItem_negative_selected_border_color: var(--_ui5-v2-8-0_tc_headerItem_negative_color);--_ui5-v2-8-0_tc_headerItem_critical_selected_border_color: var(--_ui5-v2-8-0_tc_headerItem_critical_color);--_ui5-v2-8-0_tc_headerItem_transition: none;--_ui5-v2-8-0_tc_headerItem_hover_border_visibility: hidden;--_ui5-v2-8-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-8-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-8-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-8-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-8-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-8-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-8-0_tc_headerItemContent_border_height: 0;--_ui5-v2-8-0_tc_headerItemContent_focus_offset: 1rem;--_ui5-v2-8-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-8-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-8-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-8-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-8-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-8-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-8-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-8-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-8-0_tc_headerItemContent_focus_border: none;--_ui5-v2-8-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-8-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-8-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-8-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-8-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-8-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-8-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-8-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-8-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-8-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-8-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-8-0_tc_overflowItem_indent: .5rem;--_ui5-v2-8-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-8-0_tc_headerItemIcon_positive_selected_background: var(--sapPositiveColor);--_ui5-v2-8-0_tc_headerItemIcon_negative_selected_background: var(--sapNegativeColor);--_ui5-v2-8-0_tc_headerItemIcon_critical_selected_background: var(--sapCriticalColor);--_ui5-v2-8-0_tc_headerItemIcon_neutral_selected_background: var(--sapNeutralColor);--_ui5-v2-8-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-8-0_tc_headerItemContent_border_bottom: .1875rem solid var(--sapSelectedColor);--_ui5-v2-8-0_tc_headerItem_color: var(--sapTextColor);--_ui5-v2-8-0_tc_overflowItem_default_color: var(--sapTextColor);--_ui5-v2-8-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-8-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-8-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-8-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-8-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-8-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-8-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-8-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-8-0_tc_headeritem_text_font_weight: bold;--_ui5-v2-8-0_tc_headerItem_focus_offset: 1px;--_ui5-v2-8-0_tc_headerItem_text_hover_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_tc_headerItemIcon_border: .125rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_tc_headerItemIcon_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_tc_headerItemIcon_selected_background: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_tc_headerItemIcon_background_color: var(--sapContent_Selected_Background);--_ui5-v2-8-0_tc_headerItemIcon_selected_color: var(--sapContent_ContrastIconColor);--_ui5-v2-8-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-8-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-8-0_text_max_lines: initial;--_ui5-v2-8-0_textarea_state_border_width: .125rem;--_ui5-v2-8-0_textarea_information_border_width: .125rem;--_ui5-v2-8-0_textarea_placeholder_font_style: italic;--_ui5-v2-8-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-8-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-8-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-8-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-8-0_textarea_disabled_opacity: .4;--_ui5-v2-8-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-8-0_textarea_min_height: 2.25rem;--_ui5-v2-8-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-8-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-8-0_textarea_exceeded_text_height: 1rem;--_ui5-v2-8-0_textarea_hover_border: none;--_ui5-v2-8-0_textarea_focus_border_radius: .25rem;--_ui5-v2-8-0_textarea_error_warning_border_style: none;--_ui5-v2-8-0_textarea_line_height: 1.5;--_ui5-v2-8-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-8-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-8-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-8-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-8-0_textarea_focus_offset: 0;--_ui5-v2-8-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-8-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-8-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-8-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-8-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-8-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-8-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-8-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-8-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-8-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-8-0_textarea_padding_top_information: .5rem;--_ui5-v2-8-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-8-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-8-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-8-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-8-0_textarea_readonly_border_style: dashed;--_ui5-v2-8-0_time_picker_border: .0625rem solid transparent;--_ui5-v2-8-0-time_picker_border_radius: .25rem;--_ui5-v2-8-0_toast_vertical_offset: 3rem;--_ui5-v2-8-0_toast_horizontal_offset: 2rem;--_ui5-v2-8-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-8-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-8-0_toast_offset_width: -.1875rem;--_ui5-v2-8-0_toggle_button_pressed_focussed: var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_toggle_button_pressed_focussed_hovered: var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_toggle_button_selected_positive_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-8-0_toggle_button_selected_negative_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-8-0_toggle_button_selected_attention_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-8-0_toggle_button_emphasized_pressed_focussed_hovered: var(--sapContent_FocusColor);--_ui5-v2-8-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-8-0_yearpicker_item_margin: .0625rem;--_ui5-v2-8-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-8-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-8-0_yearpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-8-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-8-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-8-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-8-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-8-0_calendar_header_arrow_button_border: none;--_ui5-v2-8-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-8-0_calendar_header_button_background_color: var(--sapButton_Lite_Background);--_ui5-v2-8-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-8-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-8-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-8-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-8-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-8-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-8-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-8-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-8-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-8-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-8-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_token_right_margin: .3125rem;--_ui5-v2-8-0_token_padding: .25rem 0;--_ui5-v2-8-0_token_left_padding: .3125rem;--_ui5-v2-8-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_token_focus_offset: -.25rem;--_ui5-v2-8-0_token_focus_outline_width: .0625rem;--_ui5-v2-8-0_token_hover_border_color: var(--sapButton_TokenBorderColor);--_ui5-v2-8-0_token_selected_focus_outline: none;--_ui5-v2-8-0_token_focus_outline: none;--_ui5-v2-8-0_token_outline_offset: .125rem;--_ui5-v2-8-0_token_selected_hover_border_color: var(--sapButton_Selected_BorderColor);--ui5-v2-8-0_token_focus_pseudo_element_content: "";--_ui5-v2-8-0_token_border_radius: .375rem;--_ui5-v2-8-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-8-0_token_text_color: var(--sapTextColor);--_ui5-v2-8-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-8-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-8-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-8-0_token_text_icon_top: .0625rem;--_ui5-v2-8-0_token_selected_focused_offset_bottom: -.375rem;--_ui5-v2-8-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-8-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-8-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-8-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-8-0-multi_combobox_token_margin_top: 1px;--_ui5-v2-8-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-8-0_slider_progress_border: none;--_ui5-v2-8-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-8-0_slider_inner_height: .25rem;--_ui5-v2-8-0_slider_outer_height: 1.6875rem;--_ui5-v2-8-0_slider_progress_border_radius: .25rem;--_ui5-v2-8-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-8-0_slider_handle_margin_left: calc(-1 * (var(--_ui5-v2-8-0_slider_handle_width) / 2));--_ui5-v2-8-0_slider_handle_outline_offset: .075rem;--_ui5-v2-8-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-8-0_slider_disabled_opacity: .4;--_ui5-v2-8-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-8-0_range_slider_handle_background_focus: transparent;--_ui5-v2-8-0_slider_progress_box_sizing: content-box;--_ui5-v2-8-0_range_slider_focus_outline_width: 100%;--_ui5-v2-8-0_slider_progress_outline_offset_left: 0;--_ui5-v2-8-0_range_slider_focus_outline_radius: 0;--_ui5-v2-8-0_slider_progress_container_top: 0;--_ui5-v2-8-0_slider_progress_height: 100%;--_ui5-v2-8-0_slider_active_progress_border: none;--_ui5-v2-8-0_slider_active_progress_left: 0;--_ui5-v2-8-0_slider_active_progress_top: 0;--_ui5-v2-8-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-8-0_slider_progress_container_top);--_ui5-v2-8-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-8-0_slider_progress_height);--_ui5-v2-8-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-8-0_slider_active_progress_border);--_ui5-v2-8-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-8-0_slider_active_progress_left);--_ui5-v2-8-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-8-0_slider_active_progress_top);--_ui5-v2-8-0_slider_handle_focus_visibility: none;--_ui5-v2-8-0_slider_handle_icon_size: 1rem;--_ui5-v2-8-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-8-0_slider_progress_container_dot_display: block;--_ui5-v2-8-0_slider_inner_min_width: 4rem;--_ui5-v2-8-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-8-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-8-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-8-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-8-0_slider_handle_icon_display: inline-block;--_ui5-v2-8-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-8-0_slider_handle_border_radius: .5rem;--_ui5-v2-8-0_slider_handle_height: 1.5rem;--_ui5-v2-8-0_slider_handle_width: 2rem;--_ui5-v2-8-0_slider_handle_top: -.625rem;--_ui5-v2-8-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-8-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-8-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-8-0_slider_handle_outline: none;--_ui5-v2-8-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-8-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-8-0_slider_tooltip_border: none;--_ui5-v2-8-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-8-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-8-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-8-0_range_slider_progress_focus_display: block;--_ui5-v2-8-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-8-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-8-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_slider_tooltip_min_width: 2rem;--_ui5-v2-8-0_slider_tooltip_padding: .25rem;--_ui5-v2-8-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-8-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_slider_tooltip_height: 1.375rem;--_ui5-v2-8-0_slider_handle_focus_width: 1px;--_ui5-v2-8-0_slider_start_end_point_size: .5rem;--_ui5-v2-8-0_slider_start_end_point_left: -.75rem;--_ui5-v2-8-0_slider_start_end_point_top: -.125rem;--_ui5-v2-8-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-8-0_slider_tooltip_bottom) - var(--_ui5-v2-8-0_slider_handle_focus_width));--_ui5-v2-8-0_slider_tooltip_border_box: border-box;--_ui5-v2-8-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-8-0_range_slider_active_handle_icon_display: none;--_ui5-v2-8-0_range_slider_progress_focus_top: -15px;--_ui5-v2-8-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-8-0_slider_handle_width) / 2) - 5px);--_ui5-v2-8-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-8-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-8-0_slider_handle_width) + 10px);--_ui5-v2-8-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-8-0_slider_handle_height) + 10px);--_ui5-v2-8-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-8-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-8-0_slider_handle_hover_background);--_ui5-v2-8-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-8-0_slider_tickmark_height: .5rem;--_ui5-v2-8-0_slider_tickmark_top: -2px;--_ui5-v2-8-0_slider_handle_box_sizing: border-box;--_ui5-v2-8-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-8-0_slider_tooltip_bottom: 2rem;--_ui5-v2-8-0_value_state_message_border: none;--_ui5-v2-8-0_value_state_header_border: none;--_ui5-v2-8-0_input_value_state_icon_offset: .5rem;--_ui5-v2-8-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-8-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-8-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-8-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-8-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-8-0_value_state_header_border_bottom: none;--_ui5-v2-8-0_input_value_state_icon_display: inline-block;--_ui5-v2-8-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-8-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-8-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-8-0_value_state_message_icon_width: 1rem;--_ui5-v2-8-0_value_state_message_icon_height: 1rem;--_ui5-v2-8-0_value_state_header_offset: -.25rem;--_ui5-v2-8-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-8-0_value_state_message_line_height: 1.125rem;--_ui5-v2-8-0-toolbar-padding-left: .5rem;--_ui5-v2-8-0-toolbar-padding-right: .5rem;--_ui5-v2-8-0-toolbar-item-margin-left: 0;--_ui5-v2-8-0-toolbar-item-margin-right: .25rem;--_ui5-v2-8-0_step_input_min_width: 7.25rem;--_ui5-v2-8-0_step_input_padding: 2.5rem;--_ui5-v2-8-0_step_input_input_error_background_color: inherit;--_ui5-v2-8-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-8-0_step_input_border_style: none;--_ui5-v2-8-0_step_input_border_style_hover: none;--_ui5-v2-8-0_step_input_button_background_color: transparent;--_ui5-v2-8-0_step_input_input_border: none;--_ui5-v2-8-0_step_input_input_margin_top: 0;--_ui5-v2-8-0_step_input_button_display: inline-flex;--_ui5-v2-8-0_step_input_button_left: 0;--_ui5-v2-8-0_step_input_button_right: 0;--_ui5-v2-8-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-8-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-8-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-8-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-8-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-8-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-8-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-8-0_step_input_disabled_button_background: none;--_ui5-v2-8-0_step_input_border_color_hover: none;--_ui5-v2-8-0_step_input_border_hover: none;--_ui5-v2-8-0_input_input_background_color: transparent;--_ui5-v2-8-0_load_more_padding: 0;--_ui5-v2-8-0_load_more_border: 1px top solid transparent;--_ui5-v2-8-0_load_more_border_radius: none;--_ui5-v2-8-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-8-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0_calendar_height: 24.5rem;--_ui5-v2-8-0_calendar_width: 20rem;--_ui5-v2-8-0_calendar_padding: 1rem;--_ui5-v2-8-0_calendar_left_right_padding: .5rem;--_ui5-v2-8-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-8-0_calendar_header_height: 3rem;--_ui5-v2-8-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-8-0_calendar_header_padding: .25rem 0;--_ui5-v2-8-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-8-0_checkbox_icon_size: 1rem;--_ui5-v2-8-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-8-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-8-0_day_picker_item_width: 2.25rem;--_ui5-v2-8-0_day_picker_item_height: 2.875rem;--_ui5-v2-8-0_day_picker_empty_height: 3rem;--_ui5-v2-8-0_day_picker_item_justify_content: space-between;--_ui5-v2-8-0_dp_two_calendar_item_now_text_padding_top: .375rem;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-8-0_dp_two_calendar_item_primary_text_height: 1.8125rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-8-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-8-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-8-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-8-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-8-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-8-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-8-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-8-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-8-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-8-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-8-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-8-0_color_picker_sliders_height: 3rem;--_ui5-v2-8-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-8-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-8-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-8-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-8-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-8-0-color_channel_margin_top: .25rem;--_ui5-v2-8-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-8-0_datetime_picker_width: 40.0625rem;--_ui5-v2-8-0_datetime_picker_height: 25rem;--_ui5-v2-8-0_datetime_timeview_width: 17rem;--_ui5-v2-8-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-8-0_datetime_timeview_padding: 1rem;--_ui5-v2-8-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-8-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-8-0_dialog_content_min_height: 2.75rem;--_ui5-v2-8-0_dialog_footer_height: 2.75rem;--_ui5-v2-8-0_input_inner_padding: 0 .625rem;--_ui5-v2-8-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-8-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-8-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-8-0_list_no_data_height: 3rem;--_ui5-v2-8-0_list_item_cb_margin_right: 0;--_ui5-v2-8-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-8-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-8-0_list_item_img_size: 3rem;--_ui5-v2-8-0_list_item_img_top_margin: .5rem;--_ui5-v2-8-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-8-0_list_item_img_hn_margin: .75rem;--_ui5-v2-8-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-8-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-8-0_list_item_base_padding: 0 1rem;--_ui5-v2-8-0_list_item_icon_size: 1.125rem;--_ui5-v2-8-0_list_item_icon_padding-inline-end: .5rem;--_ui5-v2-8-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-8-0_checkbox_wrapper_padding));--_ui5-v2-8-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-8-0_list_item_base_height) - var(--_ui5-v2-8-0_list_item_title_size)) / 2);--_ui5-v2-8-0_group_header_list_item_height: 2.75rem;--_ui5-v2-8-0_list_busy_row_height: 3rem;--_ui5-v2-8-0_month_picker_item_height: 3rem;--_ui5-v2-8-0_list_buttons_left_space: .125rem;--_ui5-v2-8-0_form_item_min_height: 2.813rem;--_ui5-v2-8-0_form_item_padding: .65rem;--_ui5-v2-8-0-form-group-heading-height: 2.75rem;--_ui5-v2-8-0_popup_default_header_height: 2.75rem;--_ui5-v2-8-0_year_picker_item_height: 3rem;--_ui5-v2-8-0_tokenizer_padding: .25rem;--_ui5-v2-8-0_token_height: 1.625rem;--_ui5-v2-8-0_token_icon_size: .75rem;--_ui5-v2-8-0_token_icon_padding: .25rem .5rem;--_ui5-v2-8-0_token_wrapper_right_padding: .3125rem;--_ui5-v2-8-0_token_wrapper_left_padding: 0;--_ui5-v2-8-0_tl_bubble_padding: 1rem;--_ui5-v2-8-0_tl_indicator_before_bottom: -1.625rem;--_ui5-v2-8-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-8-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-8-0_tc_item_text: 3rem;--_ui5-v2-8-0_tc_item_height: 4.75rem;--_ui5-v2-8-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-8-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-8-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-8-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-8-0_tc_item_icon_size: 1.25rem;--_ui5-v2-8-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-8-0_textarea_margin: .25rem 0;--_ui5-v2-8-0_radio_button_height: 2.75rem;--_ui5-v2-8-0_radio_button_label_side_padding: .875rem;--_ui5-v2-8-0_radio_button_inner_size: 2.75rem;--_ui5-v2-8-0_radio_button_svg_size: 1.375rem;--_ui5-v2-8-0-responsive_popover_header_height: 2.75rem;--ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0-tree-indent-step: 1.5rem;--_ui5-v2-8-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-8-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-8-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-8-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-8-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-8-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-8-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-8-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-8-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-8-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-8-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-8-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-8-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-8-0_timeline_tli_last_child_vertical_indicator_before_height: calc(100% - 1.5rem) ;--_ui5-v2-8-0-toolbar-separator-height: 2rem;--_ui5-v2-8-0-toolbar-height: 2.75rem;--_ui5-v2-8-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-8-0_table_cell_padding: .25rem .5rem;--_ui5-v2-8-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-8-0-toolbar-separator-height);--_ui5-v2-8-0_split_button_middle_separator_top: .625rem;--_ui5-v2-8-0_split_button_middle_separator_height: 1rem;--_ui5-v2-8-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-8-0_color-palette-item-height: 1.75rem;--_ui5-v2-8-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-8-0_color-palette-item-margin: calc(((var(--_ui5-v2-8-0_color-palette-item-hover-height) - var(--_ui5-v2-8-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-8-0_color-palette-row-width: 12rem;--_ui5-v2-8-0_textarea_padding_top: .5rem;--_ui5-v2-8-0_textarea_padding_bottom: .4375rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-8-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-8-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0_input_min_width: 2rem;--_ui5-v2-8-0_input_icon_width: 2rem;--_ui5-v2-8-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-8-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-8-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-8-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-8-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-8-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-8-0_rating_indicator_item_height: 1em;--_ui5-v2-8-0_rating_indicator_item_width: 1em;--_ui5-v2-8-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-8-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-8-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-8-0_radio_button_min_width: 2rem;--_ui5-v2-8-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-8-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-8-0_radio_button_focus_dist: .1875rem;--_ui5-v2-8-0_switch_height: 2rem;--_ui5-v2-8-0_switch_width: 2.75rem;--_ui5-v2-8-0_switch_min_width: none;--_ui5-v2-8-0_switch_with_label_width: 2.75rem;--_ui5-v2-8-0_switch_root_outline_top: .25rem;--_ui5-v2-8-0_switch_root_outline_bottom: .25rem;--_ui5-v2-8-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-8-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-8-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-8-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-8-0_switch_track_width: 2.75rem;--_ui5-v2-8-0_switch_track_height: 1.25rem;--_ui5-v2-8-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-8-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-8-0_switch_handle_width: 1.25rem;--_ui5-v2-8-0_switch_handle_height: 1rem;--_ui5-v2-8-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-8-0_switch_handle_with_label_height: 1rem;--_ui5-v2-8-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-8-0_switch_text_width: 1rem;--_ui5-v2-8-0_switch_text_active_left: .1875rem;--_ui5-v2-8-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-8-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-8-0_textarea_exceeded_text_height: .375rem;--_ui5-v2-8-0_textarea_min_height: 1.625rem;--_ui5-v2-8-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-8-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-8-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-8-0_textarea_padding_top_information: .1875rem;--_ui5-v2-8-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-8-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-8-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-8-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-8-0_token_selected_focused_offset_bottom: -.25rem;--_ui5-v2-8-0_tokenizer_gap: .375em .25rem;--_ui5-v2-8-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-8-0_slider_handle_icon_size: .875rem;--_ui5-v2-8-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-8-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-8-0_slider_handle_width) + 10px);--_ui5-v2-8-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-8-0_slider_handle_height) + 10px);--_ui5-v2-8-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-8-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-8-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-8-0_slider_tooltip_bottom) - var(--_ui5-v2-8-0_slider_handle_focus_width));--_ui5-v2-8-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-8-0_slider_handle_width) / 2) - 5px);--_ui5-v2-8-0_bar_base_height: 2.5rem;--_ui5-v2-8-0_bar_subheader_height: 2.25rem;--_ui5-v2-8-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-8-0_button_base_padding: .4375rem;--_ui5-v2-8-0_button_base_min_width: 2rem;--_ui5-v2-8-0_button_icon_font_size: 1rem;--_ui5-v2-8-0-button-badge-diameter: .625rem;--_ui5-v2-8-0_calendar_height: 18rem;--_ui5-v2-8-0_calendar_width: 17.75rem;--_ui5-v2-8-0_calendar_left_right_padding: .25rem;--_ui5-v2-8-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-8-0_calendar_header_height: 2rem;--_ui5-v2-8-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-8-0_calendar_header_padding: 0;--_ui5-v2-8-0-calendar-legend-root-padding: .5rem;--_ui5-v2-8-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-8-0-calendar-legend-item-root-focus-margin: -.125rem;--_ui5-v2-8-0_checkbox_root_side_padding: var(--_ui5-v2-8-0_checkbox_wrapped_focus_padding);--_ui5-v2-8-0_checkbox_width_height: var(--_ui5-v2-8-0_checkbox_compact_width_height);--_ui5-v2-8-0_checkbox_wrapper_padding: var(--_ui5-v2-8-0_checkbox_compact_wrapper_padding);--_ui5-v2-8-0_checkbox_inner_width_height: var(--_ui5-v2-8-0_checkbox_compact_inner_size);--_ui5-v2-8-0_checkbox_icon_size: .75rem;--_ui5-v2-8-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-8-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-8-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-8-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-8-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-8-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-8-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-8-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-8-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-8-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-8-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-8-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-8-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-8-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-8-0-color_channel_margin_top: 0rem;--_ui5-v2-8-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-8-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-8-0_day_picker_item_width: 2rem;--_ui5-v2-8-0_day_picker_item_height: 2rem;--_ui5-v2-8-0_day_picker_empty_height: 2.125rem;--_ui5-v2-8-0_day_picker_item_justify_content: flex-end;--_ui5-v2-8-0_dp_two_calendar_item_now_text_padding_top: .5rem;--_ui5-v2-8-0_dp_two_calendar_item_primary_text_height: 1rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-8-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-8-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-8-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-8-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-8-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-8-0_datetime_picker_height: 20.5rem;--_ui5-v2-8-0_datetime_picker_width: 35.5rem;--_ui5-v2-8-0_datetime_timeview_width: 17rem;--_ui5-v2-8-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-8-0_datetime_timeview_padding: .5rem;--_ui5-v2-8-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-8-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-8-0_dialog_content_min_height: 2.5rem;--_ui5-v2-8-0_dialog_footer_height: 2.5rem;--_ui5-v2-8-0_form_item_min_height: 2rem;--_ui5-v2-8-0_form_item_padding: .25rem;--_ui5-v2-8-0-form-group-heading-height: 2rem;--_ui5-v2-8-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-8-0_input_inner_padding: 0 .5rem;--_ui5-v2-8-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-8-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-8-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-8-0_input_icon_min_width: var(--_ui5-v2-8-0_input_compact_min_width);--_ui5-v2-8-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-8-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-8-0_popup_default_header_height: 2.5rem;--_ui5-v2-8-0_textarea_margin: .1875rem 0;--_ui5-v2-8-0_list_no_data_height: 2rem;--_ui5-v2-8-0_list_item_cb_margin_right: .5rem;--_ui5-v2-8-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-8-0_list_item_img_top_margin: .55rem;--_ui5-v2-8-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-8-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-8-0_list_item_base_height: 2rem;--_ui5-v2-8-0_list_item_base_padding: 0 1rem;--_ui5-v2-8-0_list_item_icon_size: 1rem;--_ui5-v2-8-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-8-0_checkbox_wrapper_padding));--_ui5-v2-8-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-8-0_list_item_base_height) - var(--_ui5-v2-8-0_list_item_title_size)) / 2);--_ui5-v2-8-0_list_busy_row_height: 2rem;--_ui5-v2-8-0_list_buttons_left_space: .125rem;--_ui5-v2-8-0_month_picker_item_height: 2rem;--_ui5-v2-8-0_year_picker_item_height: 2rem;--_ui5-v2-8-0_panel_header_height: 2rem;--_ui5-v2-8-0_panel_button_root_height: 2rem;--_ui5-v2-8-0_panel_button_root_width: 2.5rem;--_ui5-v2-8-0_token_height: 1.25rem;--_ui5-v2-8-0_token_right_margin: .25rem;--_ui5-v2-8-0_token_left_padding: .25rem;--_ui5-v2-8-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-8-0_token_focus_offset: -.125rem;--_ui5-v2-8-0_token_icon_size: .75rem;--_ui5-v2-8-0_token_icon_padding: .375rem .375rem;--_ui5-v2-8-0_token_wrapper_right_padding: .25rem;--_ui5-v2-8-0_token_wrapper_left_padding: 0;--_ui5-v2-8-0_token_outline_offset: -.125rem;--_ui5-v2-8-0_tl_bubble_padding: .5rem;--_ui5-v2-8-0_tl_indicator_before_bottom: -.5rem;--_ui5-v2-8-0_tl_padding: .5rem;--_ui5-v2-8-0_tl_li_margin_bottom: .5rem;--_ui5-v2-8-0_tc_item_text: 2rem;--_ui5-v2-8-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-8-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-8-0_tc_item_height: 4rem;--_ui5-v2-8-0_tc_header_height: var(--_ui5-v2-8-0_tc_item_height);--_ui5-v2-8-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-8-0_tc_item_icon_size: 1rem;--_ui5-v2-8-0_radio_button_height: 2rem;--_ui5-v2-8-0_radio_button_label_side_padding: .5rem;--_ui5-v2-8-0_radio_button_inner_size: 2rem;--_ui5-v2-8-0_radio_button_svg_size: 1rem;--_ui5-v2-8-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-8-0_slider_handle_height: 1.25rem;--_ui5-v2-8-0_slider_handle_width: 1.5rem;--_ui5-v2-8-0_slider_tooltip_padding: .25rem;--_ui5-v2-8-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-8-0_slider_outer_height: 1.3125rem;--_ui5-v2-8-0_step_input_min_width: 6rem;--_ui5-v2-8-0_step_input_padding: 2rem;--_ui5-v2-8-0-tree-indent-step: .5rem;--_ui5-v2-8-0-tree-toggle-box-width: 2rem;--_ui5-v2-8-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-8-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-8-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-8-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-8-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-8-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-8-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-8-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-8-0_timeline_tli_indicator_after_height);--_ui5-v2-8-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-8-0_timeline_tli_indicator_after_height);--_ui5-v2-8-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-8-0_timeline_tli_indicator_after_height);--_ui5-v2-8-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-8-0_timeline_tli_indicator_after_height);--_ui5-v2-8-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-8-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-8-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-8-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-8-0_timeline_tli_last_child_vertical_indicator_before_height: calc(100% - 2.5rem) ;--_ui5-v2-8-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-8-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-8-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-8-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-8-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-8-0_vsd_header_container: 2.5rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-8-0_vsd_header_height: 4rem;--_ui5-v2-8-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-8-0-toolbar-separator-height: 1.5rem;--_ui5-v2-8-0-toolbar-height: 2rem;--_ui5-v2-8-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-8-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-8-0-toolbar-separator-height);--_ui5-v2-8-0_textarea_padding_top: .1875rem;--_ui5-v2-8-0_textarea_padding_bottom: .125rem;--_ui5-v2-8-0_checkbox_focus_position: .25rem;--_ui5-v2-8-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-8-0_split_button_middle_separator_height: 1rem;--_ui5-v2-8-0_slider_handle_top: -.5rem;--_ui5-v2-8-0_slider_tooltip_height: 1.375rem;--_ui5-v2-8-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-8-0_color-palette-item-height: 1.25rem;--_ui5-v2-8-0_color-palette-item-focus-height: 1rem;--_ui5-v2-8-0_color-palette-item-container-sides-padding: .1875rem;--_ui5-v2-8-0_color-palette-item-container-rows-padding: .8125rem;--_ui5-v2-8-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-8-0_color-palette-item-margin: calc(((var(--_ui5-v2-8-0_color-palette-item-hover-height) - var(--_ui5-v2-8-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-8-0_color-palette-row-width: 8.75rem;--_ui5-v2-8-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-8-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-8-0_color-palette-row-height: 7.5rem;--_ui5-v2-8-0_color-palette-button-height: 2rem;--_ui5-v2-8-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-8-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-8-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-8-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-8-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-8-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-8-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-8-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-8-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-8-0_rotation_90deg: rotate(90deg);--_ui5-v2-8-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-8-0_icon_transform_scale: none;--_ui5-v2-8-0_panel_toggle_btn_rotation: var(--_ui5-v2-8-0_rotation_90deg);--_ui5-v2-8-0_li_notification_group_toggle_btn_rotation: var(--_ui5-v2-8-0_rotation_90deg);--_ui5-v2-8-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-8-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-8-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-8-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-8-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-8-0_dialog_resize_cursor: se-resize;--_ui5-v2-8-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-8-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-8-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-8-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-8-0-menu_item_icon_float: right;--_ui5-v2-8-0-shellbar-notification-btn-count-offset: -.125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-8-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-8-0_panel_toggle_btn_rotation: var(--_ui5-v2-8-0_rotation_minus_90deg);--_ui5-v2-8-0_li_notification_group_toggle_btn_rotation: var(--_ui5-v2-8-0_rotation_minus_90deg);--_ui5-v2-8-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-8-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-8-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-8-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-8-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-8-0_dialog_resize_cursor:sw-resize;--_ui5-v2-8-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-8-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-8-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-8-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-8-0-menu_item_icon_float: left;--_ui5-v2-8-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-8-0_segmented_btn_item_border_right: 0px;--_ui5-v2-8-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-8-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-8-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-8-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-8-0_progress_indicator_remaining_bar_border_radius: .25rem}
|
|
78
|
+
var defaultTheme$1 = `:root{--ui5-v2-9-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-9-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-9-0-avatar-border-radius-img-deduction: .0625rem;--_ui5-v2-9-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_avatar_focus_width: .0625rem;--_ui5-v2-9-0_avatar_focus_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-9-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var( --sapAvatar_Hover_BorderColor);--_ui5-v2-9-0_avatar_focus_offset: .1875rem;--ui5-v2-9-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-9-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-9-0_avatar_fontsize_XS: 1rem;--_ui5-v2-9-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-9-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-9-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-9-0_avatar_fontsize_XL: 3rem;--ui5-v2-9-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-9-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-9-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-9-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-9-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-9-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-9-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-9-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-9-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-9-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-9-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-9-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-9-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-9-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-9-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-9-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-9-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-9-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-9-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-9-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-9-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-9-0-avatar-placeholder-color: var(--sapAvatar_Lite_Background);--ui5-v2-9-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-9-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-9-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-9-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-9-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-9-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-9-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-9-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-9-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-9-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--ui5-v2-9-0-avatar-placeholder-border-color: var(--sapContent_ImagePlaceholderForegroundColor);--_ui5-v2-9-0_avatar_icon_XS: var(--_ui5-v2-9-0_avatar_fontsize_XS);--_ui5-v2-9-0_avatar_icon_S: var(--_ui5-v2-9-0_avatar_fontsize_S);--_ui5-v2-9-0_avatar_icon_M: var(--_ui5-v2-9-0_avatar_fontsize_M);--_ui5-v2-9-0_avatar_icon_L: var(--_ui5-v2-9-0_avatar_fontsize_L);--_ui5-v2-9-0_avatar_icon_XL: var(--_ui5-v2-9-0_avatar_fontsize_XL);--_ui5-v2-9-0_avatar_group_button_focus_border: none;--_ui5-v2-9-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-9-0-tag-height: 1rem;--_ui5-v2-9-0-tag-icon-width: .75rem;--ui5-v2-9-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-9-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-9-0-tag-information-text-shadow: var(--ui5-v2-9-0-tag-text-shadow);--ui5-v2-9-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-9-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-9-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-9-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-9-0-tag-height_size_l: 1.5rem;--_ui5-v2-9-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-9-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-9-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-9-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-9-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-9-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-9-0-tag-text-height_size_l: 1.5rem;--_ui5-v2-9-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-9-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-9-0-tag-text-transform: none;--_ui5-v2-9-0-tag-icon-gap: .25rem;--_ui5-v2-9-0-tag-font-size: var(--sapFontSize);--_ui5-v2-9-0-tag-font: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-9-0-tag-font-weight: normal;--_ui5-v2-9-0-tag-letter-spacing: normal;--ui5-v2-9-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-9-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-9-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-9-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-9-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-9-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-9-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-9-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-9-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-9-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-9-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-9-0_bar_base_height: 2.75rem;--_ui5-v2-9-0_bar_subheader_height: 3rem;--_ui5-v2-9-0_bar-start-container-padding-start: 1rem;--_ui5-v2-9-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-9-0_bar-end-container-padding-end: 1rem;--_ui5-v2-9-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-9-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-9-0_busy_indicator_block_layer: color-mix(in oklch, transparent, var(--sapBlockLayer_Background) 20%);--_ui5-v2-9-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-9-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0-button-badge-diameter: .75rem;--_ui5-v2-9-0-calendar-legend-root-padding: .75rem;--_ui5-v2-9-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-9-0-calendar-legend-item-root-focus-margin: 0;--_ui5-v2-9-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-9-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-9-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-9-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-9-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-9-0_card_header_title_font_weight: normal;--_ui5-v2-9-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-9-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-9-0_card_header_focus_offset: 0px;--_ui5-v2-9-0_card_header_focus_radius: var(--_ui5-v2-9-0_card_border-radius);--_ui5-v2-9-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-9-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-9-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-9-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-9-0_card_header_border: none;--_ui5-v2-9-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-9-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-9-0_card_border: none;--ui5-v2-9-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-9-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-9-0_carousel_button_size: 2.5rem;--ui5-v2-9-0_carousel_inactive_dot_size: .25rem;--ui5-v2-9-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-9-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-9-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-9-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-9-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-9-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-9-0_checkbox_box_shadow: none;--_ui5-v2-9-0_checkbox_transition: unset;--_ui5-v2-9-0_checkbox_focus_border: none;--_ui5-v2-9-0_checkbox_border_radius: 0;--_ui5-v2-9-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_checkbox_outer_hover_background: transparent;--_ui5-v2-9-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-9-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-9-0_checkbox_inner_information_box_shadow: none;--_ui5-v2-9-0_checkbox_inner_warning_box_shadow: none;--_ui5-v2-9-0_checkbox_inner_error_box_shadow: none;--_ui5-v2-9-0_checkbox_inner_success_box_shadow: none;--_ui5-v2-9-0_checkbox_inner_default_box_shadow: none;--_ui5-v2-9-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-9-0_checkbox_wrapped_focus_padding: .375rem;--_ui5-v2-9-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-9-0_checkbox_focus_position);--_ui5-v2-9-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-9-0_checkbox_compact_width_height: 2rem;--_ui5-v2-9-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-9-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-9-0_checkbox_label_offset: var(--_ui5-v2-9-0_checkbox_wrapper_padding);--_ui5-v2-9-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_checkbox_default_focus_border: none;--_ui5-v2-9-0_checkbox_focus_outline_display: block;--_ui5-v2-9-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-9-0_checkbox_width_height: 2.75rem;--_ui5-v2-9-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-9-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-9-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-9-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-9-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-9-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-9-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-9-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-9-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-9-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-9-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-9-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-9-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-9-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-9-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-9-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-9-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-9-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-9-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-9-0_checkbox_focus_position: .3125rem;--_ui5-v2-9-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-9-0_checkbox_right_focus_distance: var(--_ui5-v2-9-0_checkbox_focus_position);--_ui5-v2-9-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-9-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-9-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-9-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-9-0_color-palette-item-container-sides-padding: .3125rem;--_ui5-v2-9-0_color-palette-item-container-rows-padding: .6875rem;--_ui5-v2-9-0_color-palette-item-focus-height: 1.5rem;--_ui5-v2-9-0_color-palette-item-container-padding: var(--_ui5-v2-9-0_color-palette-item-container-sides-padding) var(--_ui5-v2-9-0_color-palette-item-container-rows-padding);--_ui5-v2-9-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-9-0_color-palette-row-height: 9.5rem;--_ui5-v2-9-0_color-palette-button-height: 3rem;--_ui5-v2-9-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-9-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-9-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-9-0_color-palette-item-selected-focused-border-after: none;--_ui5-v2-9-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-9-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-9-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-9-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-9-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-9-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-9-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-9-0_color-palette-item-selected-focused-border: none;--_ui5-v2-9-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-9-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-9-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-9-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-9-0_color_picker_slider_handle_margin_top: -.125rem;--_ui5-v2-9-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-9-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-9-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-9-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-9-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-9-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-9-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-9-0_datepicker_icon_border: none;--_ui5-v2-9-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-9-0-datepicker_border_radius: .25rem;--_ui5-v2-9-0-datepicker_icon_border_radius: .125rem;--_ui5-v2-9-0_daypicker_item_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_daypicker_item_margin: 2px;--_ui5-v2-9-0_daypicker_item_border: none;--_ui5-v2-9-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-9-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-9-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-9-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-9-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_daypicker_item_now_inner_border_radius: 0;--_ui5-v2-9-0_daypicker_item_outline_width: 1px;--_ui5-v2-9-0_daypicker_item_outline_offset: 1px;--_ui5-v2-9-0_daypicker_item_now_focus_after_width: calc(100% - .25rem) ;--_ui5-v2-9-0_daypicker_item_now_focus_after_height: calc(100% - .25rem) ;--_ui5-v2-9-0_daypicker_item_now_selected_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-9-0_daypicker_item_now_selected_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-9-0_daypicker_item_selected_background: transparent;--_ui5-v2-9-0_daypicker_item_outline_focus_after: none;--_ui5-v2-9-0_daypicker_item_border_focus_after: var(--_ui5-v2-9-0_daypicker_item_outline_width) dotted var(--sapContent_FocusColor);--_ui5-v2-9-0_daypicker_item_width_focus_after: calc(100% - .25rem) ;--_ui5-v2-9-0_daypicker_item_height_focus_after: calc(100% - .25rem) ;--_ui5-v2-9-0_daypicker_item_now_outline: none;--_ui5-v2-9-0_daypicker_item_now_outline_offset: none;--_ui5-v2-9-0_daypicker_item_now_outline_offset_focus_after: var(--_ui5-v2-9-0_daypicker_item_now_outline_offset);--_ui5-v2-9-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-9-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-9-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-9-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-9-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-9-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-9-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-9-0_daypicker_item_focus_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-9-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-9-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-9-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-9-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-9-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-9-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--ui5-v2-9-0-dp-item_withsecondtype_border: .375rem;--_ui5-v2-9-0_daypicker_item_now_border: .125rem solid var(--sapLegend_CurrentDateTime);--_ui5-v2-9-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_daypicker_item_selected_box_shadow: inset 0 0 0 .0625rem var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-9-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-9-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-9-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-9-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-9-0_daypicker_item_selected_between_text_background: transparent;--_ui5-v2-9-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-9-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-9-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-9-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-9-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-9-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-9-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-9-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-9-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-9-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-9-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-9-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-9-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-9-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-9-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-9-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-9-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-9-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-9-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-9-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-9-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-9-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-9-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-9-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-9-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-9-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-9-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-9-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-9-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-9-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-9-0_daypicker_special_day_border_top: none;--_ui5-v2-9-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-9-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-9-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-9-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-9-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-9-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-9-0_dialog_header_error_state_icon_color: var(--sapNegativeElementColor);--_ui5-v2-9-0_dialog_header_information_state_icon_color: var(--sapInformativeElementColor);--_ui5-v2-9-0_dialog_header_success_state_icon_color: var(--sapPositiveElementColor);--_ui5-v2-9-0_dialog_header_warning_state_icon_color: var(--sapCriticalElementColor);--_ui5-v2-9-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-9-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-9-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-9-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-9-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-9-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-9-0_file_uploader_value_state_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-9-0_file_uploader_hover_border: none;--_ui5-v2-9-0_table_cell_valign: center;--_ui5-v2-9-0_table_cell_min_width: 2.75rem;--_ui5-v2-9-0_table_navigated_cell_width: .25rem;--_ui5-v2-9-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-9-0_table_cell_vertical_padding: .25rem;--_ui5-v2-9-0_table_row_actions_gap: .25rem;--ui5-v2-9-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-9-0-form-item-label-justify: end;--ui5-v2-9-0-form-item-label-justify-span12: start;--ui5-v2-9-0-form-item-label-padding: .125rem 0;--ui5-v2-9-0-form-item-label-padding-end: .85rem;--ui5-v2-9-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-9-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-9-0-icon-focus-border-radius: .25rem;--_ui5-v2-9-0_input_width: 13.125rem;--_ui5-v2-9-0_input_min_width: 2.75rem;--_ui5-v2-9-0_input_height: var(--sapElement_Height);--_ui5-v2-9-0_input_compact_height: 1.625rem;--_ui5-v2-9-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_background_color: var(--sapField_Background);--_ui5-v2-9-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-9-0_input_placeholder_style: italic;--_ui5-v2-9-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-9-0_input_bottom_border_height: 0;--_ui5-v2-9-0_input_bottom_border_color: transparent;--_ui5-v2-9-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_input_state_border_width: .125rem;--_ui5-v2-9-0_input_information_border_width: .125rem;--_ui5-v2-9-0_input_error_font_weight: normal;--_ui5-v2-9-0_input_warning_font_weight: normal;--_ui5-v2-9-0_input_focus_border_width: 1px;--_ui5-v2-9-0_input_error_warning_font_style: inherit;--_ui5-v2-9-0_input_error_warning_text_indent: 0;--_ui5-v2-9-0_input_disabled_color: var(--sapContent_DisabledTextColor);--_ui5-v2-9-0_input_disabled_font_weight: normal;--_ui5-v2-9-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-9-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-9-0_input_readonly_border: none;--_ui5-v2-9-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-9-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-9-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-9-0_input_icon_min_width: 2.25rem;--_ui5-v2-9-0_input_compact_min_width: 2rem;--_ui5-v2-9-0_input_transition: none;--_ui5-v2-9-0-input-value-state-icon-display: none;--_ui5-v2-9-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-9-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-9-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-9-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-9-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-9-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-9-0_input_value_state_success_border_width: 1px;--_ui5-v2-9-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-9-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-9-0-input-value-state-information-border-width: 1px;--_ui5-v2-9-0-input-background-image: none;--ui5-v2-9-0_input_focus_pseudo_element_content: "";--_ui5-v2-9-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-9-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-9-0_input_icon_width: 2.25rem;--_ui5-v2-9-0-input-icons-count: 0;--_ui5-v2-9-0_input_margin_top_bottom: .1875rem;--_ui5-v2-9-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-9-0-input-border: none;--_ui5-v2-9-0_input_hover_border: none;--_ui5-v2-9-0_input_focus_border_radius: .25rem;--_ui5-v2-9-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-9-0_input_error_warning_border_style: none;--_ui5-v2-9-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-9-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-9-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-9-0_input_focus_offset: 0;--_ui5-v2-9-0_input_readonly_focus_offset: .125rem;--_ui5-v2-9-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-9-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-9-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-9-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-9-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-9-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-9-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-9-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-9-0_input_value_state_success_border_width));--_ui5-v2-9-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-9-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-9-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-9-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-9-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-9-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-9-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-9-0_input_icon_border: none;--_ui5-v2-9-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-9-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-9-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-9-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-9-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-9-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-9-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-9-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-9-0_link_focus_text_decoration: underline;--_ui5-v2-9-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-9-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-9-0_link_focused_hover_text_decoration: none;--_ui5-v2-9-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-9-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-9-0_link_outline: none;--_ui5-v2-9-0_link_focus_border-radius: .125rem;--_ui5-v2-9-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-9-0_link_subtle_text_decoration: underline;--_ui5-v2-9-0_link_subtle_text_decoration_hover: none;--_ui5-v2-9-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-9-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-9-0-listitem-background-color: var(--sapList_Background);--ui5-v2-9-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-9-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-9-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-9-0_listitembase_focus_width: 1px;--_ui5-v2-9-0-listitembase_disabled_opacity: .5;--_ui5-v2-9-0_product_switch_item_border: none;--ui5-v2-9-0-listitem-active-border-color: var(--sapContent_FocusColor);--_ui5-v2-9-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-9-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-9-0_menu_item_additional_text_start_margin: 1rem;--_ui5-v2-9-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-9-0_monthpicker_item_margin: .0625rem;--_ui5-v2-9-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-9-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-9-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-9-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-9-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-9-0_message_strip_icon_width: 2.5rem;--_ui5-v2-9-0_message_strip_button_border_width: 0;--_ui5-v2-9-0_message_strip_button_border_style: none;--_ui5-v2-9-0_message_strip_button_border_color: transparent;--_ui5-v2-9-0_message_strip_button_border_radius: 0;--_ui5-v2-9-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-9-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-9-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-9-0_message_strip_button_height: 1.625rem;--_ui5-v2-9-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-9-0_message_strip_close_button_border: none;--_ui5-v2-9-0_message_strip_icon_top: .4375rem;--_ui5-v2-9-0_message_strip_focus_width: 1px;--_ui5-v2-9-0_message_strip_focus_offset: -2px;--_ui5-v2-9-0_message_strip_close_button_top: .125rem;--_ui5-v2-9-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-9-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-9-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-9-0_message_strip_close_button_color_set_1_hover_color: var(--sapContent_ContrastIconColor);--_ui5-v2-9-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-9-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-9-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-9-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-9-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-9-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-9-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-9-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-9-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-9-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-9-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-9-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-9-0_message_strip_close_button_right: .1875rem;--_ui5-v2-9-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_panel_header_height: 2.75rem;--_ui5-v2-9-0_panel_button_root_width: 2.75rem;--_ui5-v2-9-0_panel_button_root_height: 2.75rem;--_ui5-v2-9-0_panel_header_padding_right: .5rem;--_ui5-v2-9-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-9-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-9-0_panel_border_bottom: none;--_ui5-v2-9-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-9-0_panel_outline_offset: -.125rem;--_ui5-v2-9-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-9-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-9-0_panel_focus_offset: 0px;--_ui5-v2-9-0_panel_focus_bottom_offset: -1px;--_ui5-v2-9-0_panel_content_padding: .625rem 1rem;--_ui5-v2-9-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-9-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-9-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-9-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-9-0_popup_content_padding_s: 1rem;--_ui5-v2-9-0_popup_content_padding_m_l: 2rem;--_ui5-v2-9-0_popup_content_padding_xl: 3rem;--_ui5-v2-9-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-9-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-9-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-9-0_popup_viewport_margin: 10px;--_ui5-v2-9-0_popup_header_font_weight: 400;--_ui5-v2-9-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-9-0_popup_header_background: var(--sapPageHeader_Background);--_ui5-v2-9-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-9-0_popup_header_border: none;--_ui5-v2-9-0_popup_border_radius: .5rem;--_ui5-v2-9-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-9-0_popup_block_layer_opacity: .2;--_ui5-v2-9-0_progress_indicator_bar_border_max: none;--_ui5-v2-9-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-9-0_progress_indicator_side_points_visibility: block;--_ui5-v2-9-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-9-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-9-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-9-0_progress_indicator_host_height: unset;--_ui5-v2-9-0_progress_indicator_host_min_height: unset;--_ui5-v2-9-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-9-0_progress_indicator_root_position: relative;--_ui5-v2-9-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-9-0_progress_indicator_root_height: .375rem;--_ui5-v2-9-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-9-0_progress_indicator_root_overflow: visible;--_ui5-v2-9-0_progress_indicator_bar_height: .625rem;--_ui5-v2-9-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-9-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-9-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-9-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-9-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-9-0_progress_indicator_icon_position: absolute;--_ui5-v2-9-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-9-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-9-0_progress_indicator_value_position: absolute;--_ui5-v2-9-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-9-0_progress_indicator_value_left_position: 0;--_ui5-v2-9-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-9-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-9-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-9-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-9-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-9-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-9-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-9-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-9-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-9-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-9-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-9-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-9-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-9-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-9-0_progress_indicator_border: none;--_ui5-v2-9-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-9-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-9-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-9-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-9-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-9-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-9-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-9-0_rating_indicator_border_radius: .5rem;--_ui5-v2-9-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-9-0_rating_indicator_item_height: 1em;--_ui5-v2-9-0_rating_indicator_item_width: 1em;--_ui5-v2-9-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-9-0_rating_indicator_component_padding: .25rem;--_ui5-v2-9-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-9-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-9-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-9-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-9-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-9-0_segmented_btn_inner_border: .0625rem solid transparent;--_ui5-v2-9-0_segmented_btn_inner_border_odd_child: .0625rem solid transparent;--_ui5-v2-9-0_segmented_btn_inner_pressed_border_odd_child: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-9-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-9-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-9-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-9-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-9-0_button_base_min_compact_width: 2rem;--_ui5-v2-9-0_button_base_height: var(--sapElement_Height);--_ui5-v2-9-0_button_compact_height: 1.625rem;--_ui5-v2-9-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-9-0_button_compact_padding: .4375rem;--_ui5-v2-9-0_button_emphasized_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v2-9-0_button_focus_offset: 1px;--_ui5-v2-9-0_button_focus_width: 1px;--_ui5-v2-9-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-9-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_button_focused_border_radius: .375rem;--_ui5-v2-9-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-9-0_button_base_min_width: 2.25rem;--_ui5-v2-9-0_button_base_padding: .5625rem;--_ui5-v2-9-0_button_base_icon_only_padding: .5625rem;--_ui5-v2-9-0_button_base_icon_margin: .375rem;--_ui5-v2-9-0_button_icon_font_size: 1rem;--_ui5-v2-9-0_button_text_shadow: none;--_ui5-v2-9-0_button_emphasized_border_width: .0625rem;--_ui5-v2-9-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_button_fontFamily: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-9-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-9-0_radio_button_min_width: 2.75rem;--_ui5-v2-9-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-9-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-9-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-9-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-9-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-9-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-9-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-9-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-9-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-9-0_radio_button_border: none;--_ui5-v2-9-0_radio_button_focus_outline: block;--_ui5-v2-9-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-9-0_radio_button_label_offset: 1px;--_ui5-v2-9-0_radio_button_items_align: unset;--_ui5-v2-9-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-9-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-9-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-9-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-9-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-9-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-9-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-9-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-9-0_radio_button_border_radius: .5rem;--_ui5-v2-9-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-9-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-9-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-9-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-9-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-9-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-9-0_radio_button_focus_dist: .375rem;--_ui5-v2-9-0_switch_height: 2.75rem;--_ui5-v2-9-0_switch_foucs_border_size: 1px;--_ui5-v2-9-0-switch-root-border-radius: 0;--_ui5-v2-9-0-switch-root-box-shadow: none;--_ui5-v2-9-0-switch-focus: "";--_ui5-v2-9-0_switch_track_border_radius: .75rem;--_ui5-v2-9-0-switch-track-border: 1px solid;--_ui5-v2-9-0_switch_track_transition: none;--_ui5-v2-9-0_switch_handle_border_radius: 1rem;--_ui5-v2-9-0-switch-slider-texts-display: inline;--_ui5-v2-9-0_switch_width: 2.5rem;--_ui5-v2-9-0_switch_min_width: none;--_ui5-v2-9-0_switch_with_label_width: 2.875rem;--_ui5-v2-9-0_switch_focus_outline: none;--_ui5-v2-9-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_switch_root_after_boreder: none;--_ui5-v2-9-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-9-0_switch_root_outline_top: .5rem;--_ui5-v2-9-0_switch_root_outline_bottom: .5rem;--_ui5-v2-9-0_switch_root_outline_left: -.125rem;--_ui5-v2-9-0_switch_root_outline_right: -.125rem;--_ui5-v2-9-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-9-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-9-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-9-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-9-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-9-0_switch_track_width: 2.5rem;--_ui5-v2-9-0_switch_track_height: 1.5rem;--_ui5-v2-9-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-9-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-9-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-9-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-9-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-9-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-9-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-9-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-9-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-9-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-9-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-9-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-9-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-9-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-9-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-9-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-9-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-9-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-9-0_switch_track_icon_display: inline-block;--_ui5-v2-9-0_switch_handle_width: 1.5rem;--_ui5-v2-9-0_switch_handle_height: 1.25rem;--_ui5-v2-9-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-9-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-9-0_switch_handle_border: var(--_ui5-v2-9-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-9-0_switch_handle_border_width: .125rem;--_ui5-v2-9-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-9-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-9-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-9-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-9-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-9-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-9-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-9-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-9-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-9-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-9-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-9-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-9-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-9-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-9-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-9-0_switch_handle_left: .0625rem;--_ui5-v2-9-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-9-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-9-0_switch_text_width: 1.25rem;--_ui5-v2-9-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-9-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-9-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-9-0_switch_text_inactive_left: .1875rem;--_ui5-v2-9-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-9-0_switch_text_inactive_right: auto;--_ui5-v2-9-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-9-0_switch_text_active_left: .1875rem;--_ui5-v2-9-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-9-0_switch_text_active_right: auto;--_ui5-v2-9-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-9-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-9-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-9-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-9-0_switch_text_overflow: hidden;--_ui5-v2-9-0_switch_text_z_index: 1;--_ui5-v2-9-0_switch_text_hidden: hidden;--_ui5-v2-9-0_switch_text_min_width: none;--_ui5-v2-9-0_switch_icon_width: 1rem;--_ui5-v2-9-0_switch_icon_height: 1rem;--_ui5-v2-9-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-9-0_select_hover_icon_left_border: none;--_ui5-v2-9-0_select_option_focus_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-9-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-9-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-9-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-9-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-9-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-9-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-9-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-9-0_split_text_button_border_color: transparent;--_ui5-v2-9-0_split_text_button_background_color: transparent;--_ui5-v2-9-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-9-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_text_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-9-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-9-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-9-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_arrow_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-9-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-9-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-9-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_text_button_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_text_button_emphasized_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-9-0_split_text_button_positive_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-9-0_split_text_button_negative_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-9-0_split_text_button_attention_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-9-0_split_text_button_transparent_hover_border_left: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_split_button_focused_border_radius: .375rem;--_ui5-v2-9-0_split_button_middle_separator_width: 0;--_ui5-v2-9-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-9-0_split_button_middle_separator_hover_display: none;--_ui5-v2-9-0_split_button_text_button_width: 2.375rem;--_ui5-v2-9-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-9-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-9-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-9-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-9-0_split_button_inner_focused_border_radius_outer: .375rem;--_ui5-v2-9-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-9-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-9-0_split_button_positive_separator_color: transparent;--_ui5-v2-9-0_split_button_negative_separator_color: transparent;--_ui5-v2-9-0_split_button_attention_separator_color: transparent;--_ui5-v2-9-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-9-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_text_button_emphasized_hover_border_right: none;--_ui5-v2-9-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-9-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-9-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-9-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-9-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-9-0_tc_header_height: var(--_ui5-v2-9-0_tc_item_height);--_ui5-v2-9-0_tc_header_height_text_only: var(--_ui5-v2-9-0_tc_item_text_only_height);--_ui5-v2-9-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-9-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-9-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-9-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-9-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-9-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-9-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-9-0_tc_headeritem_padding: 1rem;--_ui5-v2-9-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-9-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-9-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-9-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-9-0_tc_headerItem_transition: none;--_ui5-v2-9-0_tc_headerItem_hover_border_visibility: hidden;--_ui5-v2-9-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-9-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-9-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-9-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-9-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-9-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-9-0_tc_headerItemContent_border_height: 0;--_ui5-v2-9-0_tc_headerItemContent_focus_offset: 1rem;--_ui5-v2-9-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-9-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-9-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-9-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-9-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-9-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-9-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-9-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-9-0_tc_headerItemContent_focus_border: none;--_ui5-v2-9-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-9-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-9-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-9-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-9-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-9-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-9-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-9-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-9-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-9-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-9-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-9-0_tc_overflowItem_indent: .5rem;--_ui5-v2-9-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-9-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-9-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-9-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-9-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-9-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-9-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-9-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-9-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-9-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-9-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-9-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-9-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-9-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-9-0_tc_headeritem_text_font_weight: bold;--_ui5-v2-9-0_tc_headerItem_focus_offset: 1px;--_ui5-v2-9-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-9-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-9-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-9-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-9-0_text_max_lines: initial;--_ui5-v2-9-0_textarea_state_border_width: .125rem;--_ui5-v2-9-0_textarea_information_border_width: .125rem;--_ui5-v2-9-0_textarea_placeholder_font_style: italic;--_ui5-v2-9-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-9-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-9-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-9-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-9-0_textarea_disabled_opacity: .4;--_ui5-v2-9-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-9-0_textarea_min_height: 2.25rem;--_ui5-v2-9-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-9-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-9-0_textarea_exceeded_text_height: 1rem;--_ui5-v2-9-0_textarea_hover_border: none;--_ui5-v2-9-0_textarea_focus_border_radius: .25rem;--_ui5-v2-9-0_textarea_error_warning_border_style: none;--_ui5-v2-9-0_textarea_line_height: 1.5;--_ui5-v2-9-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-9-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-9-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-9-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-9-0_textarea_focus_offset: 0;--_ui5-v2-9-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-9-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-9-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-9-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-9-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-9-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-9-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-9-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-9-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-9-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-9-0_textarea_padding_top_information: .5rem;--_ui5-v2-9-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-9-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-9-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-9-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-9-0_textarea_readonly_border_style: dashed;--_ui5-v2-9-0_time_picker_border: .0625rem solid transparent;--_ui5-v2-9-0-time_picker_border_radius: .25rem;--_ui5-v2-9-0_toast_vertical_offset: 3rem;--_ui5-v2-9-0_toast_horizontal_offset: 2rem;--_ui5-v2-9-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-9-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-9-0_toast_offset_width: -.1875rem;--_ui5-v2-9-0_toggle_button_pressed_focussed: var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_toggle_button_pressed_focussed_hovered: var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_toggle_button_selected_positive_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-9-0_toggle_button_selected_negative_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-9-0_toggle_button_selected_attention_text_color: var(--sapButton_Selected_TextColor);--_ui5-v2-9-0_toggle_button_emphasized_pressed_focussed_hovered: var(--sapContent_FocusColor);--_ui5-v2-9-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-9-0_yearpicker_item_margin: .0625rem;--_ui5-v2-9-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-9-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-9-0_yearpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-9-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-9-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-9-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-9-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-9-0_calendar_header_arrow_button_border: none;--_ui5-v2-9-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-9-0_calendar_header_button_background_color: var(--sapButton_Lite_Background);--_ui5-v2-9-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-9-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-9-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-9-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-9-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-9-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-9-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-9-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-9-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-9-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-9-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_token_right_margin: .3125rem;--_ui5-v2-9-0_token_padding: .25rem 0;--_ui5-v2-9-0_token_left_padding: .3125rem;--_ui5-v2-9-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_token_focus_offset: -.25rem;--_ui5-v2-9-0_token_focus_outline_width: .0625rem;--_ui5-v2-9-0_token_hover_border_color: var(--sapButton_TokenBorderColor);--_ui5-v2-9-0_token_selected_focus_outline: none;--_ui5-v2-9-0_token_focus_outline: none;--_ui5-v2-9-0_token_outline_offset: .125rem;--_ui5-v2-9-0_token_selected_hover_border_color: var(--sapButton_Selected_BorderColor);--ui5-v2-9-0_token_focus_pseudo_element_content: "";--_ui5-v2-9-0_token_border_radius: .375rem;--_ui5-v2-9-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-9-0_token_text_color: var(--sapTextColor);--_ui5-v2-9-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-9-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-9-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-9-0_token_text_icon_top: .0625rem;--_ui5-v2-9-0_token_selected_focused_offset_bottom: -.375rem;--_ui5-v2-9-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-9-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-9-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-9-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-9-0-multi_combobox_token_margin_top: 1px;--_ui5-v2-9-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-9-0_slider_progress_border: none;--_ui5-v2-9-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-9-0_slider_inner_height: .25rem;--_ui5-v2-9-0_slider_outer_height: 1.6875rem;--_ui5-v2-9-0_slider_progress_border_radius: .25rem;--_ui5-v2-9-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-9-0_slider_handle_margin_left: calc(-1 * (var(--_ui5-v2-9-0_slider_handle_width) / 2));--_ui5-v2-9-0_slider_handle_outline_offset: .075rem;--_ui5-v2-9-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-9-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-9-0_slider_disabled_opacity: .4;--_ui5-v2-9-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-9-0_range_slider_handle_background_focus: transparent;--_ui5-v2-9-0_slider_progress_box_sizing: content-box;--_ui5-v2-9-0_range_slider_focus_outline_width: 100%;--_ui5-v2-9-0_slider_progress_outline_offset_left: 0;--_ui5-v2-9-0_range_slider_focus_outline_radius: 0;--_ui5-v2-9-0_slider_progress_container_top: 0;--_ui5-v2-9-0_slider_progress_height: 100%;--_ui5-v2-9-0_slider_active_progress_border: none;--_ui5-v2-9-0_slider_active_progress_left: 0;--_ui5-v2-9-0_slider_active_progress_top: 0;--_ui5-v2-9-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-9-0_slider_progress_container_top);--_ui5-v2-9-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-9-0_slider_progress_height);--_ui5-v2-9-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-9-0_slider_active_progress_border);--_ui5-v2-9-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-9-0_slider_active_progress_left);--_ui5-v2-9-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-9-0_slider_active_progress_top);--_ui5-v2-9-0_slider_handle_focus_visibility: none;--_ui5-v2-9-0_slider_handle_icon_size: 1rem;--_ui5-v2-9-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-9-0_slider_progress_container_dot_display: block;--_ui5-v2-9-0_slider_inner_min_width: 4rem;--_ui5-v2-9-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-9-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-9-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-9-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-9-0_slider_handle_icon_display: inline-block;--_ui5-v2-9-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-9-0_slider_handle_border_radius: .5rem;--_ui5-v2-9-0_slider_handle_height: 1.5rem;--_ui5-v2-9-0_slider_handle_width: 2rem;--_ui5-v2-9-0_slider_handle_top: -.625rem;--_ui5-v2-9-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-9-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-9-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-9-0_slider_handle_outline: none;--_ui5-v2-9-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-9-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-9-0_slider_tooltip_border: none;--_ui5-v2-9-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-9-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-9-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-9-0_range_slider_progress_focus_display: block;--_ui5-v2-9-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-9-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-9-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_slider_tooltip_min_width: 2rem;--_ui5-v2-9-0_slider_tooltip_padding: .25rem;--_ui5-v2-9-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-9-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-9-0_slider_tooltip_height: 1.375rem;--_ui5-v2-9-0_slider_handle_focus_width: 1px;--_ui5-v2-9-0_slider_start_end_point_size: .5rem;--_ui5-v2-9-0_slider_start_end_point_left: -.75rem;--_ui5-v2-9-0_slider_start_end_point_top: -.125rem;--_ui5-v2-9-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-9-0_slider_tooltip_bottom) - var(--_ui5-v2-9-0_slider_handle_focus_width));--_ui5-v2-9-0_slider_tooltip_border_box: border-box;--_ui5-v2-9-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-9-0_range_slider_active_handle_icon_display: none;--_ui5-v2-9-0_range_slider_progress_focus_top: -15px;--_ui5-v2-9-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-9-0_slider_handle_width) / 2) - 5px);--_ui5-v2-9-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-9-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-9-0_slider_handle_width) + 10px);--_ui5-v2-9-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-9-0_slider_handle_height) + 10px);--_ui5-v2-9-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-9-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-9-0_slider_handle_hover_background);--_ui5-v2-9-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-9-0_slider_tickmark_height: .5rem;--_ui5-v2-9-0_slider_tickmark_top: -2px;--_ui5-v2-9-0_slider_handle_box_sizing: border-box;--_ui5-v2-9-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-9-0_slider_tooltip_bottom: 2rem;--_ui5-v2-9-0_value_state_message_border: none;--_ui5-v2-9-0_value_state_header_border: none;--_ui5-v2-9-0_input_value_state_icon_offset: .5rem;--_ui5-v2-9-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-9-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-9-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-9-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-9-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-9-0_value_state_header_border_bottom: none;--_ui5-v2-9-0_input_value_state_icon_display: inline-block;--_ui5-v2-9-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-9-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-9-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-9-0_value_state_message_icon_width: 1rem;--_ui5-v2-9-0_value_state_message_icon_height: 1rem;--_ui5-v2-9-0_value_state_header_offset: -.25rem;--_ui5-v2-9-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-9-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-9-0_value_state_message_line_height: 1.125rem;--_ui5-v2-9-0-toolbar-padding-left: .5rem;--_ui5-v2-9-0-toolbar-padding-right: .5rem;--_ui5-v2-9-0-toolbar-item-margin-left: 0;--_ui5-v2-9-0-toolbar-item-margin-right: .25rem;--_ui5-v2-9-0_step_input_min_width: 7.25rem;--_ui5-v2-9-0_step_input_padding: 2.5rem;--_ui5-v2-9-0_step_input_input_error_background_color: inherit;--_ui5-v2-9-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-9-0_step_input_border_style: none;--_ui5-v2-9-0_step_input_border_style_hover: none;--_ui5-v2-9-0_step_input_button_background_color: transparent;--_ui5-v2-9-0_step_input_input_border: none;--_ui5-v2-9-0_step_input_input_margin_top: 0;--_ui5-v2-9-0_step_input_button_display: inline-flex;--_ui5-v2-9-0_step_input_button_left: 0;--_ui5-v2-9-0_step_input_button_right: 0;--_ui5-v2-9-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-9-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-9-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-9-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-9-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-9-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-9-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-9-0_step_input_disabled_button_background: none;--_ui5-v2-9-0_step_input_border_color_hover: none;--_ui5-v2-9-0_step_input_border_hover: none;--_ui5-v2-9-0_input_input_background_color: transparent;--_ui5-v2-9-0_load_more_padding: 0;--_ui5-v2-9-0_load_more_border: 1px top solid transparent;--_ui5-v2-9-0_load_more_border_radius: none;--_ui5-v2-9-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-9-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-9-0_calendar_height: 24.5rem;--_ui5-v2-9-0_calendar_width: 20rem;--_ui5-v2-9-0_calendar_padding: 1rem;--_ui5-v2-9-0_calendar_left_right_padding: .5rem;--_ui5-v2-9-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-9-0_calendar_header_height: 3rem;--_ui5-v2-9-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-9-0_calendar_header_padding: .25rem 0;--_ui5-v2-9-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-9-0_checkbox_icon_size: 1rem;--_ui5-v2-9-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-9-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-9-0_day_picker_item_width: 2.25rem;--_ui5-v2-9-0_day_picker_item_height: 2.875rem;--_ui5-v2-9-0_day_picker_empty_height: 3rem;--_ui5-v2-9-0_day_picker_item_justify_content: space-between;--_ui5-v2-9-0_dp_two_calendar_item_now_text_padding_top: .375rem;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-9-0_dp_two_calendar_item_primary_text_height: 1.8125rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-9-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-9-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-9-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-9-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-9-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-9-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-9-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-9-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-9-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-9-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-9-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-9-0_color_picker_sliders_height: 3rem;--_ui5-v2-9-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-9-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-9-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-9-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-9-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-9-0-color_channel_margin_top: .25rem;--_ui5-v2-9-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-9-0_datetime_picker_width: 40.0625rem;--_ui5-v2-9-0_datetime_picker_height: 25rem;--_ui5-v2-9-0_datetime_timeview_width: 17rem;--_ui5-v2-9-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-9-0_datetime_timeview_padding: 1rem;--_ui5-v2-9-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-9-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-9-0_dialog_content_min_height: 2.75rem;--_ui5-v2-9-0_dialog_footer_height: 2.75rem;--_ui5-v2-9-0_input_inner_padding: 0 .625rem;--_ui5-v2-9-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-9-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-9-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-9-0_list_no_data_height: 3rem;--_ui5-v2-9-0_list_item_cb_margin_right: 0;--_ui5-v2-9-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-9-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-9-0_list_item_img_size: 3rem;--_ui5-v2-9-0_list_item_img_top_margin: .5rem;--_ui5-v2-9-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-9-0_list_item_img_hn_margin: .75rem;--_ui5-v2-9-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-9-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-9-0_list_item_base_padding: 0 1rem;--_ui5-v2-9-0_list_item_icon_size: 1.125rem;--_ui5-v2-9-0_list_item_icon_padding-inline-end: .5rem;--_ui5-v2-9-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-9-0_checkbox_wrapper_padding));--_ui5-v2-9-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-9-0_list_item_base_height) - var(--_ui5-v2-9-0_list_item_title_size)) / 2);--_ui5-v2-9-0_group_header_list_item_height: 2.75rem;--_ui5-v2-9-0_list_busy_row_height: 3rem;--_ui5-v2-9-0_month_picker_item_height: 3rem;--_ui5-v2-9-0_list_buttons_left_space: .125rem;--_ui5-v2-9-0_form_item_min_height: 2.813rem;--_ui5-v2-9-0_form_item_padding: .65rem;--_ui5-v2-9-0-form-group-heading-height: 2.75rem;--_ui5-v2-9-0_popup_default_header_height: 2.75rem;--_ui5-v2-9-0_year_picker_item_height: 3rem;--_ui5-v2-9-0_tokenizer_padding: .25rem;--_ui5-v2-9-0_token_height: 1.625rem;--_ui5-v2-9-0_token_icon_size: .75rem;--_ui5-v2-9-0_token_icon_padding: .25rem .5rem;--_ui5-v2-9-0_token_wrapper_right_padding: .3125rem;--_ui5-v2-9-0_token_wrapper_left_padding: 0;--_ui5-v2-9-0_tl_bubble_padding: 1rem;--_ui5-v2-9-0_tl_indicator_before_bottom: -1.625rem;--_ui5-v2-9-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-9-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-9-0_tc_item_text: 3rem;--_ui5-v2-9-0_tc_item_height: 4.75rem;--_ui5-v2-9-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-9-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-9-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-9-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-9-0_tc_item_icon_size: 1.25rem;--_ui5-v2-9-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-9-0_textarea_margin: .25rem 0;--_ui5-v2-9-0_radio_button_height: 2.75rem;--_ui5-v2-9-0_radio_button_label_side_padding: .875rem;--_ui5-v2-9-0_radio_button_inner_size: 2.75rem;--_ui5-v2-9-0_radio_button_svg_size: 1.375rem;--_ui5-v2-9-0-responsive_popover_header_height: 2.75rem;--ui5-v2-9-0_side_navigation_item_height: 2.75rem;--_ui5-v2-9-0-tree-indent-step: 1.5rem;--_ui5-v2-9-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-9-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-9-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-9-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-9-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-9-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-9-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-9-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-9-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-9-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-9-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-9-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-9-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-9-0_timeline_tli_last_child_vertical_indicator_before_height: calc(100% - 1.5rem) ;--_ui5-v2-9-0-toolbar-separator-height: 2rem;--_ui5-v2-9-0-toolbar-height: 2.75rem;--_ui5-v2-9-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-9-0_table_cell_padding: .25rem .5rem;--_ui5-v2-9-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-9-0-toolbar-separator-height);--_ui5-v2-9-0_split_button_middle_separator_top: .625rem;--_ui5-v2-9-0_split_button_middle_separator_height: 1rem;--_ui5-v2-9-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-9-0_color-palette-item-height: 1.75rem;--_ui5-v2-9-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-9-0_color-palette-item-margin: calc(((var(--_ui5-v2-9-0_color-palette-item-hover-height) - var(--_ui5-v2-9-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-9-0_color-palette-row-width: 12rem;--_ui5-v2-9-0_textarea_padding_top: .5rem;--_ui5-v2-9-0_textarea_padding_bottom: .4375rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-9-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-9-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-9-0_input_min_width: 2rem;--_ui5-v2-9-0_input_icon_width: 2rem;--_ui5-v2-9-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-9-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-9-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-9-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-9-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-9-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-9-0_rating_indicator_item_height: 1em;--_ui5-v2-9-0_rating_indicator_item_width: 1em;--_ui5-v2-9-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-9-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-9-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-9-0_radio_button_min_width: 2rem;--_ui5-v2-9-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-9-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-9-0_radio_button_focus_dist: .1875rem;--_ui5-v2-9-0_switch_height: 2rem;--_ui5-v2-9-0_switch_width: 2.75rem;--_ui5-v2-9-0_switch_min_width: none;--_ui5-v2-9-0_switch_with_label_width: 2.75rem;--_ui5-v2-9-0_switch_root_outline_top: .25rem;--_ui5-v2-9-0_switch_root_outline_bottom: .25rem;--_ui5-v2-9-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-9-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-9-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-9-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-9-0_switch_track_width: 2.75rem;--_ui5-v2-9-0_switch_track_height: 1.25rem;--_ui5-v2-9-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-9-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-9-0_switch_handle_width: 1.25rem;--_ui5-v2-9-0_switch_handle_height: 1rem;--_ui5-v2-9-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-9-0_switch_handle_with_label_height: 1rem;--_ui5-v2-9-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-9-0_switch_text_width: 1rem;--_ui5-v2-9-0_switch_text_active_left: .1875rem;--_ui5-v2-9-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-9-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-9-0_textarea_exceeded_text_height: .375rem;--_ui5-v2-9-0_textarea_min_height: 1.625rem;--_ui5-v2-9-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-9-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-9-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-9-0_textarea_padding_top_information: .1875rem;--_ui5-v2-9-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-9-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-9-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-9-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-9-0_token_selected_focused_offset_bottom: -.25rem;--_ui5-v2-9-0_tokenizer_gap: .375em .25rem;--_ui5-v2-9-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-9-0_slider_handle_icon_size: .875rem;--_ui5-v2-9-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-9-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-9-0_slider_handle_width) + 10px);--_ui5-v2-9-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-9-0_slider_handle_height) + 10px);--_ui5-v2-9-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-9-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-9-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-9-0_slider_tooltip_bottom) - var(--_ui5-v2-9-0_slider_handle_focus_width));--_ui5-v2-9-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-9-0_slider_handle_width) / 2) - 5px);--_ui5-v2-9-0_bar_base_height: 2.5rem;--_ui5-v2-9-0_bar_subheader_height: 2.25rem;--_ui5-v2-9-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-9-0_button_base_padding: .4375rem;--_ui5-v2-9-0_button_base_min_width: 2rem;--_ui5-v2-9-0_button_icon_font_size: 1rem;--_ui5-v2-9-0-button-badge-diameter: .625rem;--_ui5-v2-9-0_calendar_height: 18rem;--_ui5-v2-9-0_calendar_width: 17.75rem;--_ui5-v2-9-0_calendar_left_right_padding: .25rem;--_ui5-v2-9-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-9-0_calendar_header_height: 2rem;--_ui5-v2-9-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-9-0_calendar_header_padding: 0;--_ui5-v2-9-0-calendar-legend-root-padding: .5rem;--_ui5-v2-9-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-9-0-calendar-legend-item-root-focus-margin: -.125rem;--_ui5-v2-9-0_checkbox_root_side_padding: var(--_ui5-v2-9-0_checkbox_wrapped_focus_padding);--_ui5-v2-9-0_checkbox_width_height: var(--_ui5-v2-9-0_checkbox_compact_width_height);--_ui5-v2-9-0_checkbox_wrapper_padding: var(--_ui5-v2-9-0_checkbox_compact_wrapper_padding);--_ui5-v2-9-0_checkbox_inner_width_height: var(--_ui5-v2-9-0_checkbox_compact_inner_size);--_ui5-v2-9-0_checkbox_icon_size: .75rem;--_ui5-v2-9-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-9-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-9-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-9-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-9-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-9-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-9-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-9-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-9-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-9-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-9-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-9-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-9-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-9-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-9-0-color_channel_margin_top: 0rem;--_ui5-v2-9-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-9-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-9-0_day_picker_item_width: 2rem;--_ui5-v2-9-0_day_picker_item_height: 2rem;--_ui5-v2-9-0_day_picker_empty_height: 2.125rem;--_ui5-v2-9-0_day_picker_item_justify_content: flex-end;--_ui5-v2-9-0_dp_two_calendar_item_now_text_padding_top: .5rem;--_ui5-v2-9-0_dp_two_calendar_item_primary_text_height: 1rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-9-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-9-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-9-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-9-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-9-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-9-0_datetime_picker_height: 20.5rem;--_ui5-v2-9-0_datetime_picker_width: 35.5rem;--_ui5-v2-9-0_datetime_timeview_width: 17rem;--_ui5-v2-9-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-9-0_datetime_timeview_padding: .5rem;--_ui5-v2-9-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-9-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-9-0_dialog_content_min_height: 2.5rem;--_ui5-v2-9-0_dialog_footer_height: 2.5rem;--_ui5-v2-9-0_form_item_min_height: 2rem;--_ui5-v2-9-0_form_item_padding: .25rem;--_ui5-v2-9-0-form-group-heading-height: 2rem;--_ui5-v2-9-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-9-0_input_inner_padding: 0 .5rem;--_ui5-v2-9-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-9-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-9-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-9-0_input_icon_min_width: var(--_ui5-v2-9-0_input_compact_min_width);--_ui5-v2-9-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-9-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-9-0_popup_default_header_height: 2.5rem;--_ui5-v2-9-0_textarea_margin: .1875rem 0;--_ui5-v2-9-0_list_no_data_height: 2rem;--_ui5-v2-9-0_list_item_cb_margin_right: .5rem;--_ui5-v2-9-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-9-0_list_item_img_top_margin: .55rem;--_ui5-v2-9-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-9-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-9-0_list_item_base_height: 2rem;--_ui5-v2-9-0_list_item_base_padding: 0 1rem;--_ui5-v2-9-0_list_item_icon_size: 1rem;--_ui5-v2-9-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-9-0_checkbox_wrapper_padding));--_ui5-v2-9-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-9-0_list_item_base_height) - var(--_ui5-v2-9-0_list_item_title_size)) / 2);--_ui5-v2-9-0_list_busy_row_height: 2rem;--_ui5-v2-9-0_list_buttons_left_space: .125rem;--_ui5-v2-9-0_month_picker_item_height: 2rem;--_ui5-v2-9-0_year_picker_item_height: 2rem;--_ui5-v2-9-0_panel_header_height: 2rem;--_ui5-v2-9-0_panel_button_root_height: 2rem;--_ui5-v2-9-0_panel_button_root_width: 2.5rem;--_ui5-v2-9-0_token_height: 1.25rem;--_ui5-v2-9-0_token_right_margin: .25rem;--_ui5-v2-9-0_token_left_padding: .25rem;--_ui5-v2-9-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-9-0_token_focus_offset: -.125rem;--_ui5-v2-9-0_token_icon_size: .75rem;--_ui5-v2-9-0_token_icon_padding: .375rem .375rem;--_ui5-v2-9-0_token_wrapper_right_padding: .25rem;--_ui5-v2-9-0_token_wrapper_left_padding: 0;--_ui5-v2-9-0_token_outline_offset: -.125rem;--_ui5-v2-9-0_tl_bubble_padding: .5rem;--_ui5-v2-9-0_tl_indicator_before_bottom: -.5rem;--_ui5-v2-9-0_tl_padding: .5rem;--_ui5-v2-9-0_tl_li_margin_bottom: .5rem;--_ui5-v2-9-0_tc_item_text: 2rem;--_ui5-v2-9-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-9-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-9-0_tc_item_height: 4rem;--_ui5-v2-9-0_tc_header_height: var(--_ui5-v2-9-0_tc_item_height);--_ui5-v2-9-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-9-0_tc_item_icon_size: 1rem;--_ui5-v2-9-0_radio_button_height: 2rem;--_ui5-v2-9-0_radio_button_label_side_padding: .5rem;--_ui5-v2-9-0_radio_button_inner_size: 2rem;--_ui5-v2-9-0_radio_button_svg_size: 1rem;--_ui5-v2-9-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-9-0_slider_handle_height: 1.25rem;--_ui5-v2-9-0_slider_handle_width: 1.5rem;--_ui5-v2-9-0_slider_tooltip_padding: .25rem;--_ui5-v2-9-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-9-0_slider_outer_height: 1.3125rem;--_ui5-v2-9-0_step_input_min_width: 6rem;--_ui5-v2-9-0_step_input_padding: 2rem;--_ui5-v2-9-0-tree-indent-step: .5rem;--_ui5-v2-9-0-tree-toggle-box-width: 2rem;--_ui5-v2-9-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-9-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-9-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-9-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-9-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-9-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-9-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-9-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-9-0_timeline_tli_indicator_after_height);--_ui5-v2-9-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-9-0_timeline_tli_indicator_after_height);--_ui5-v2-9-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-9-0_timeline_tli_indicator_after_height);--_ui5-v2-9-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-9-0_timeline_tli_indicator_after_height);--_ui5-v2-9-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-9-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-9-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-9-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-9-0_timeline_tli_last_child_vertical_indicator_before_height: calc(100% - 2.5rem) ;--_ui5-v2-9-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-9-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-9-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-9-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-9-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-9-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-9-0_vsd_header_container: 2.5rem;--_ui5-v2-9-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-9-0_vsd_header_height: 4rem;--_ui5-v2-9-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-9-0-toolbar-separator-height: 1.5rem;--_ui5-v2-9-0-toolbar-height: 2rem;--_ui5-v2-9-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-9-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-9-0-toolbar-separator-height);--_ui5-v2-9-0_textarea_padding_top: .1875rem;--_ui5-v2-9-0_textarea_padding_bottom: .125rem;--_ui5-v2-9-0_checkbox_focus_position: .25rem;--_ui5-v2-9-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-9-0_split_button_middle_separator_height: 1rem;--_ui5-v2-9-0_slider_handle_top: -.5rem;--_ui5-v2-9-0_slider_tooltip_height: 1.375rem;--_ui5-v2-9-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-9-0_color-palette-item-height: 1.25rem;--_ui5-v2-9-0_color-palette-item-focus-height: 1rem;--_ui5-v2-9-0_color-palette-item-container-sides-padding: .1875rem;--_ui5-v2-9-0_color-palette-item-container-rows-padding: .8125rem;--_ui5-v2-9-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-9-0_color-palette-item-margin: calc(((var(--_ui5-v2-9-0_color-palette-item-hover-height) - var(--_ui5-v2-9-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-9-0_color-palette-row-width: 8.75rem;--_ui5-v2-9-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-9-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-9-0_color-palette-row-height: 7.5rem;--_ui5-v2-9-0_color-palette-button-height: 2rem;--_ui5-v2-9-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-9-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-9-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-9-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-9-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-9-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-9-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-9-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-9-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-9-0_rotation_90deg: rotate(90deg);--_ui5-v2-9-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-9-0_icon_transform_scale: none;--_ui5-v2-9-0_panel_toggle_btn_rotation: var(--_ui5-v2-9-0_rotation_90deg);--_ui5-v2-9-0_li_notification_group_toggle_btn_rotation: var(--_ui5-v2-9-0_rotation_90deg);--_ui5-v2-9-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-9-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-9-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-9-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-9-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-9-0_dialog_resize_cursor: se-resize;--_ui5-v2-9-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-9-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-9-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-9-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-9-0-menu_item_icon_float: right;--_ui5-v2-9-0-shellbar-notification-btn-count-offset: -.125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-9-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-9-0_panel_toggle_btn_rotation: var(--_ui5-v2-9-0_rotation_minus_90deg);--_ui5-v2-9-0_li_notification_group_toggle_btn_rotation: var(--_ui5-v2-9-0_rotation_minus_90deg);--_ui5-v2-9-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-9-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-9-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-9-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-9-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-9-0_dialog_resize_cursor:sw-resize;--_ui5-v2-9-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-9-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-9-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-9-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-9-0-menu_item_icon_float: left;--_ui5-v2-9-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-9-0_segmented_btn_item_border_right: 0px;--_ui5-v2-9-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-9-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-9-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-9-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-9-0_progress_indicator_remaining_bar_border_radius: .25rem}
|
|
81
79
|
`;
|
|
82
80
|
|
|
83
81
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
84
82
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
85
|
-
var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-
|
|
83
|
+
var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-9-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr]){transform:var(--_ui5-v2-9-0_icon_transform_scale);transform-origin:center}
|
|
86
84
|
`;
|
|
87
85
|
|
|
88
86
|
var __decorate$g = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -182,11 +180,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
182
180
|
this.showTooltip = false;
|
|
183
181
|
/**
|
|
184
182
|
* Defines the mode of the component.
|
|
185
|
-
* @default "
|
|
183
|
+
* @default "Decorative"
|
|
186
184
|
* @public
|
|
187
185
|
* @since 2.0.0
|
|
188
186
|
*/
|
|
189
|
-
this.mode = "
|
|
187
|
+
this.mode = "Decorative";
|
|
190
188
|
/**
|
|
191
189
|
* @private
|
|
192
190
|
*/
|
|
@@ -242,12 +240,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
242
240
|
async onBeforeRendering() {
|
|
243
241
|
const name = this.name;
|
|
244
242
|
if (!name) {
|
|
245
|
-
|
|
246
|
-
return console.warn("Icon name property is required", this);
|
|
243
|
+
return;
|
|
247
244
|
}
|
|
248
245
|
let iconData = Icons.u$3(name);
|
|
249
246
|
if (!iconData) {
|
|
250
|
-
iconData = await Icons.n$
|
|
247
|
+
iconData = await Icons.n$3(name);
|
|
251
248
|
}
|
|
252
249
|
if (!iconData) {
|
|
253
250
|
this.invalid = true;
|
|
@@ -329,7 +326,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
329
326
|
* @since 1.0.0-rc.8
|
|
330
327
|
*/
|
|
331
328
|
,
|
|
332
|
-
l
|
|
329
|
+
eventStrict.l("click", {
|
|
333
330
|
bubbles: true,
|
|
334
331
|
})
|
|
335
332
|
], Icon);
|
|
@@ -351,6 +348,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
351
348
|
const EMPTY_INDICATOR_SYMBOL = { key: "EMPTY_INDICATOR_SYMBOL", defaultText: "–" };
|
|
352
349
|
const EMPTY_INDICATOR_ACCESSIBLE_TEXT = { key: "EMPTY_INDICATOR_ACCESSIBLE_TEXT", defaultText: "Empty Value" };
|
|
353
350
|
const GROUP_HEADER_TEXT = { key: "GROUP_HEADER_TEXT", defaultText: "Group Header" };
|
|
351
|
+
const LIST_ITEM_ACTIVE = { key: "LIST_ITEM_ACTIVE", defaultText: "Is Active" };
|
|
354
352
|
const LIST_ITEM_SELECTED = { key: "LIST_ITEM_SELECTED", defaultText: "Selected" };
|
|
355
353
|
const LIST_ITEM_NOT_SELECTED = { key: "LIST_ITEM_NOT_SELECTED", defaultText: "Not Selected" };
|
|
356
354
|
const LIST_ROLE_LIST_GROUP_DESCRIPTION = { key: "LIST_ROLE_LIST_GROUP_DESCRIPTION", defaultText: "contains {0} sub groups with {1} items" };
|
|
@@ -378,7 +376,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
378
376
|
const FORM_CHECKABLE_REQUIRED = { key: "FORM_CHECKABLE_REQUIRED", defaultText: "Please tick this box if you want to proceed." };
|
|
379
377
|
const FORM_SELECTABLE_REQUIRED2 = { key: "FORM_SELECTABLE_REQUIRED2", defaultText: "Please select one of these options." };
|
|
380
378
|
|
|
381
|
-
const b$2=new WeakMap,o$3=new WeakMap,v$1={attributes:true,childList:true,characterData:true,subtree:true},A$1=e=>{const t=e;return t.accessibleNameRef?E$
|
|
379
|
+
const b$2=new WeakMap,o$3=new WeakMap,v$1={attributes:true,childList:true,characterData:true,subtree:true},A$1=e=>{const t=e;return t.accessibleNameRef?E$3(e):t.accessibleName?t.accessibleName:void 0},E$3=e=>{const t=e.accessibleNameRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m$5(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s},f$1=e=>{const t=new Set;u$2(e).forEach(r=>{t.add(r);});const n=e.accessibleNameRef,c=e.accessibleDescriptionRef,l=[n,c].filter(Boolean).join(" ");return (l?l.split(" "):[]).forEach(r=>{const i=m$5(e,r);i&&t.add(i);}),Array.from(t)},u$2=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m$5=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),k$1=e=>s=>{const n=s&&s.type==="property"&&s.name==="accessibleNameRef",c=s&&s.type==="property"&&s.name==="accessibleDescriptionRef";if(!n&&!c)return;const l=o$3.get(e);if(!l)return;const a=l.observedElements,r=f$1(e);a.forEach(i=>{r.includes(i)||d$3(l,i);}),r.forEach(i=>{a.includes(i)||(g$1(l,i),l.observedElements.push(i));}),l?.callback();},y$1=(e,t)=>{if(o$3.has(e))return;const s=f$1(e),n=k$1(e),c={host:e,observedElements:s,callback:t,invalidationCallback:n};o$3.set(e,c),e.attachInvalidate(n),s.forEach(l=>{g$1(c,l);}),t();},g$1=(e,t)=>{let s=b$2.get(t);if(!s){s={observer:null,callbacks:[]};const n=new MutationObserver(()=>{s.callbacks.forEach(a=>{a();});const l=document.getElementById(t.id);e.host.id===t.getAttribute("for")||l||d$3(e,t);});s.observer=n,n.observe(t,v$1),b$2.set(t,s);}s.callbacks.includes(e.callback)||s.callbacks.push(e.callback);},d$3=(e,t)=>{const s=b$2.get(t);s&&(s.callbacks=s.callbacks.filter(n=>n!==e.callback),s.callbacks.length||(s.observer?.disconnect(),b$2.delete(t))),e.observedElements=e.observedElements.filter(n=>n!==t);},T$2=e=>{const t=o$3.get(e);if(!t)return;[...t.observedElements].forEach(n=>{d$3(t,n);}),e.detachInvalidate(t.invalidationCallback),o$3.delete(e);},L$2=e=>{const t=e;return t.accessibleDescriptionRef?p$1(e):t.accessibleDescription?t.accessibleDescription:void 0},p$1=e=>{const t=e.accessibleDescriptionRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m$5(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s};
|
|
382
380
|
|
|
383
381
|
const t$3=r=>Array.from(r).filter(e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||(e.nodeValue||"").trim().length!==0)).length>0;
|
|
384
382
|
|
|
@@ -491,7 +489,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
491
489
|
|
|
492
490
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
493
491
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
494
|
-
var buttonCss = `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-8-0_button_base_min_width);height:var(--_ui5-v2-8-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-8-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-8-0_button_text_shadow);border-radius:var(--_ui5-v2-8-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-8-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-8-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-8-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-8-0_button_base_min_width) - var(--_ui5-v2-8-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([active])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-8-0_button_focused_border);border-radius:var(--_ui5-v2-8-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-8-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-8-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-8-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-8-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-8-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapFontBoldFamily )}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-8-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-8-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-8-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-8-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-8-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-8-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-8-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-8-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-8-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1000;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-8-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1000}:host(:state(has-overlay-badge)){overflow:visible;margin-right:5px}
|
|
492
|
+
var buttonCss = `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-9-0_button_base_min_width);height:var(--_ui5-v2-9-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-9-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-9-0_button_text_shadow);border-radius:var(--_ui5-v2-9-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-9-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-9-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-9-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-9-0_button_base_min_width) - var(--_ui5-v2-9-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([active])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-9-0_button_focused_border);border-radius:var(--_ui5-v2-9-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-9-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-9-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-9-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-9-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-9-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapFontBoldFamily )}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-9-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-9-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-9-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-9-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-9-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-9-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-9-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-9-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-9-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1000;font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-9-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1000}:host(:state(has-overlay-badge)){overflow:visible;margin-right:5px}
|
|
495
493
|
`;
|
|
496
494
|
|
|
497
495
|
var __decorate$f = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -894,7 +892,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
894
892
|
* @private
|
|
895
893
|
*/
|
|
896
894
|
,
|
|
897
|
-
l
|
|
895
|
+
eventStrict.l("active-state-change", {
|
|
898
896
|
bubbles: true,
|
|
899
897
|
cancelable: true,
|
|
900
898
|
})
|
|
@@ -921,6 +919,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
921
919
|
const ICON_DECLINE = { key: "ICON_DECLINE", defaultText: "Decline" };
|
|
922
920
|
const ICON_ERROR = { key: "ICON_ERROR", defaultText: "Error" };
|
|
923
921
|
const ICON_NAV_BACK = { key: "ICON_NAV_BACK", defaultText: "Navigate Back" };
|
|
922
|
+
const ICON_OVERFLOW = { key: "ICON_OVERFLOW", defaultText: "More" };
|
|
923
|
+
const ICON_SEARCH = { key: "ICON_SEARCH", defaultText: "Search" };
|
|
924
924
|
|
|
925
925
|
const name$l = "error";
|
|
926
926
|
const pathData$l = "M512 256q0 53-20.5 100t-55 81.5-81 54.5-99.5 20-100-20.5-81.5-55T20 355 0 256q0-54 20-100.5t55-81T156.5 20 256 0t99.5 20T437 75t55 81.5 20 99.5zM399 364q6-6 0-12l-86-86q-6-6 0-12l81-81q6-6 0-12l-37-37q-2-2-6-2t-6 2l-83 82q-1 3-6 3-3 0-6-3l-84-83q-1-2-6-2-4 0-6 2l-37 37q-6 6 0 12l83 82q6 6 0 12l-83 82q-2 2-2.5 6t2.5 6l36 37q4 2 6 2 4 0 6-2l85-84q2-2 6-2t6 2l88 88q4 2 6 2t6-2z";
|
|
@@ -1243,7 +1243,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1243
1243
|
Label.define();
|
|
1244
1244
|
var Label$1 = Label;
|
|
1245
1245
|
|
|
1246
|
-
let t$2=null,n$2=false;const o$2=new Set,a$5=new Set,r$5=e=>{!e.dataTransfer||!(e.target instanceof HTMLElement)||a$5.has(e.target)||(t$2=e.target);},d$2=()=>{t$2=null;},l$1=()=>{t$2=null;},s=e=>{t$2=e;},m$4=()=>t$2,g=()=>{(document.body.addEventListener("dragstart",r$5),document.body.addEventListener("dragend",d$2),document.body.addEventListener("drop",l$1));},i$2=e=>{o$2.add(e),g();},E$
|
|
1246
|
+
let t$2=null,n$2=false;const o$2=new Set,a$5=new Set,r$5=e=>{!e.dataTransfer||!(e.target instanceof HTMLElement)||a$5.has(e.target)||(t$2=e.target);},d$2=()=>{t$2=null;},l$1=()=>{t$2=null;},s=e=>{t$2=e;},m$4=()=>t$2,g=()=>{(document.body.addEventListener("dragstart",r$5),document.body.addEventListener("dragend",d$2),document.body.addEventListener("drop",l$1));},i$2=e=>{o$2.add(e),g();},E$2=e=>{o$2.delete(e),o$2.size===0&&n$2;},u$1=e=>(a$5.add(e),s),v=e=>{a$5.delete(e);},p={subscribe:i$2,unsubscribe:E$2,addSelfManagedArea:u$1,removeSelfManagedArea:v,getDraggedElement:m$4};
|
|
1247
1247
|
|
|
1248
1248
|
function i$1(t,o,n,m,r={}){const a=p.getDraggedElement(),e={targetReference:null,placement:null};if(!a&&!r?.crossDnD)return e;const s=n.placements;return e.targetReference=t.target,s.some(l=>{const c=r.originalEvent?{originalEvent:t}:{};return o.fireDecoratorEvent("move-over",{...c,source:{element:a},destination:{element:m,placement:l}})?false:(t.preventDefault(),e.targetReference=n.element,e.placement=l,true)})||(e.targetReference=null),e}
|
|
1249
1249
|
|
|
@@ -1253,7 +1253,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1253
1253
|
|
|
1254
1254
|
var r$4=(f=>(f.On="On",f.Before="Before",f.After="After",f))(r$4||{});
|
|
1255
1255
|
|
|
1256
|
-
const A=(t,
|
|
1256
|
+
const A=(e,t,r,a)=>{const o=Math.abs(e-t),m=Math.abs(e-r),s=Math.abs(e-a),c=Math.min(o,m,s);let l=[];switch(c){case o:l=[r$4.Before];break;case m:l=[r$4.On,o<s?r$4.Before:r$4.After];break;case s:l=[r$4.After];break}return l},L$1=(e,t,r)=>{let a=Number.POSITIVE_INFINITY,o=null;for(let f=0;f<e.length;f++){const h=e[f],{left:p,width:w,top:B,height:H}=h.getBoundingClientRect();let u;r===a$4.Vertical?u=B+H/2:u=p+w/2;const M=Math.abs(t-u);M<a&&(a=M,o=h);}if(!o)return null;const{width:m,height:s,left:c,right:l,top:b,bottom:d}=o.getBoundingClientRect();let i;return r===a$4.Vertical?i=A(t,b,b+s/2,d):i=A(t,c,c+m/2,l),{element:o,placements:i}},T$1=(e,t)=>(t--,t<0?[]:[{element:e[t],placement:r$4.Before}]),y=(e,t)=>(t++,t>=e.length?[]:[{element:e[t],placement:r$4.After}]),E$1={ArrowLeft:T$1,ArrowUp:T$1,ArrowRight:y,ArrowDown:y,Home:(e,t)=>e.slice(0,t).map(r=>({element:r,placement:r$4.Before})),End:(e,t)=>e.slice(t+1,e.length).reverse().map(r=>({element:r,placement:r$4.After}))},k=(e,t,r)=>P(r.key)?E$1[r.key](e,e.indexOf(t)):[],P=e=>e in E$1;
|
|
1257
1257
|
|
|
1258
1258
|
const t$1=e=>{let o=e;return e.shadowRoot&&e.shadowRoot.activeElement&&(o=e.shadowRoot.activeElement),o};
|
|
1259
1259
|
|
|
@@ -1435,7 +1435,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1435
1435
|
var BusyIndicatorTextPlacement$1 = BusyIndicatorTextPlacement;
|
|
1436
1436
|
|
|
1437
1437
|
function BusyIndicatorTemplate() {
|
|
1438
|
-
return (jsxs("div", { class: "ui5-busy-indicator-root", children: [this._isBusy && (jsxs("div", { class: "ui5-busy-indicator-busy-area", title: this.ariaTitle, tabindex: 0, role: "progressbar", "aria-valuemin": 0, "aria-valuemax": 100, "aria-valuetext": "Busy", "aria-labelledby": this.labelId, "data-sap-focus-ref": true, children: [this.textPosition.top && BusyIndicatorBusyText.call(this), jsxs("div", { class: "ui5-busy-indicator-circles-wrapper", children: [jsx("div", { class: "ui5-busy-indicator-circle circle-animation-0" }), jsx("div", { class: "ui5-busy-indicator-circle circle-animation-1" }), jsx("div", { class: "ui5-busy-indicator-circle circle-animation-2" })] }), this.textPosition.bottom && BusyIndicatorBusyText.call(this)] })), jsx("slot", {}), this._isBusy && (jsx("span", { "data-ui5-focus-redirect": true, tabindex: 0, onFocusIn: this._redirectFocus }))] }));
|
|
1438
|
+
return (jsxs("div", { class: "ui5-busy-indicator-root", children: [this._isBusy && (jsxs("div", { class: "ui5-busy-indicator-busy-area", title: this.ariaTitle, tabindex: 0, role: "progressbar", "aria-valuemin": 0, "aria-valuemax": 100, "aria-valuetext": "Busy", "aria-labelledby": this.labelId, "data-sap-focus-ref": true, children: [this.textPosition.top && BusyIndicatorBusyText.call(this), jsxs("div", { class: "ui5-busy-indicator-circles-wrapper", children: [jsx("div", { class: "ui5-busy-indicator-circle circle-animation-0" }), jsx("div", { class: "ui5-busy-indicator-circle circle-animation-1" }), jsx("div", { class: "ui5-busy-indicator-circle circle-animation-2" })] }), this.textPosition.bottom && BusyIndicatorBusyText.call(this)] })), jsx("slot", {}), this._isBusy && (jsx("span", { "data-ui5-focus-redirect": true, tabindex: 0, role: "none", onFocusIn: this._redirectFocus }))] }));
|
|
1439
1439
|
}
|
|
1440
1440
|
function BusyIndicatorBusyText() {
|
|
1441
1441
|
return (jsx(Fragment, { children: this.text && (jsx(Label$1, { id: `${this._id}-label`, class: "ui5-busy-indicator-text", children: this.text })) }));
|
|
@@ -1443,7 +1443,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1443
1443
|
|
|
1444
1444
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
1445
1445
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
1446
|
-
var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-
|
|
1446
|
+
var busyIndicatorCss = `:host(:not([hidden])){display:inline-block}:host([_is-busy]){color:var(--_ui5-v2-9-0_busy_indicator_color)}:host([size="S"]) .ui5-busy-indicator-root{min-width:1.625rem;min-height:.5rem}:host([size="S"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:1.75rem}:host([size="S"]) .ui5-busy-indicator-circle{width:.5rem;height:.5rem}:host([size="S"]) .ui5-busy-indicator-circle:first-child,:host([size="S"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.0625rem}:host(:not([size])) .ui5-busy-indicator-root,:host([size="M"]) .ui5-busy-indicator-root{min-width:3.375rem;min-height:1rem}:host([size="M"]) .ui5-busy-indicator-circle:first-child,:host([size="M"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.1875rem}:host(:not([size])[text]:not([text=""])) .ui5-busy-indicator-root,:host([size="M"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:2.25rem}:host(:not([size])) .ui5-busy-indicator-circle,:host([size="M"]) .ui5-busy-indicator-circle{width:1rem;height:1rem}:host([size="L"]) .ui5-busy-indicator-root{min-width:6.5rem;min-height:2rem}:host([size="L"]) .ui5-busy-indicator-circle:first-child,:host([size="L"]) .ui5-busy-indicator-circle:nth-child(2){margin-inline-end:.25rem}:host([size="L"][text]:not([text=""])) .ui5-busy-indicator-root{min-height:3.25rem}:host([size="L"]) .ui5-busy-indicator-circle{width:2rem;height:2rem}.ui5-busy-indicator-root{display:flex;justify-content:center;align-items:center;position:relative;background-color:inherit;height:inherit;border-radius:inherit}.ui5-busy-indicator-busy-area{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;background-color:inherit;flex-direction:column;border-radius:inherit}:host(:not(:empty)) .ui5-busy-indicator-busy-area{background-color:var(--_ui5-v2-9-0_busy_indicator_block_layer)}:host([desktop]) .ui5-busy-indicator-busy-area:focus,.ui5-busy-indicator-busy-area:focus-visible{outline:var(--_ui5-v2-9-0_busy_indicator_focus_outline);outline-offset:-2px}.ui5-busy-indicator-circles-wrapper{line-height:0}.ui5-busy-indicator-circle{display:inline-block;background-color:currentColor;border-radius:50%}.ui5-busy-indicator-circle:before{content:"";width:100%;height:100%;border-radius:100%}.circle-animation-0{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11)}.circle-animation-1{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.2s}.circle-animation-2{animation:grow 1.6s infinite cubic-bezier(.32,.06,.85,1.11);animation-delay:.4s}.ui5-busy-indicator-text{width:100%;text-align:center}:host([text-placement="Top"]) .ui5-busy-indicator-text{margin-bottom:.5rem}:host(:not([text-placement])) .ui5-busy-indicator-text,:host([text-placement="Bottom"]) .ui5-busy-indicator-text{margin-top:.5rem}@keyframes grow{0%,50%,to{-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}25%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
|
|
1447
1447
|
`;
|
|
1448
1448
|
|
|
1449
1449
|
var __decorate$c = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1808,7 +1808,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1808
1808
|
|
|
1809
1809
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
1810
1810
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
1811
|
-
var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-
|
|
1811
|
+
var listCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}.ui5-growing-button{display:flex;align-items:center;padding:var(--_ui5-v2-9-0_load_more_padding);border-top:1px solid var(--sapList_BorderColor);border-bottom:var(--_ui5-v2-9-0_load_more_border-bottom);box-sizing:border-box;cursor:pointer;outline:none}.ui5-growing-button-inner{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:var(--_ui5-v2-9-0_load_more_text_height);width:100%;color:var(--sapButton_TextColor);background-color:var(--sapList_Background);border:var(--_ui5-v2-9-0_load_more_border);border-radius:var(--_ui5-v2-9-0_load_more_border_radius);box-sizing:border-box}.ui5-growing-button-inner:focus-visible{outline:var(--_ui5-v2-9-0_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:-.125rem;border-color:transparent}.ui5-growing-button-inner:hover{background-color:var(--sapList_Hover_Background)}.ui5-growing-button-inner:active,.ui5-growing-button-inner.ui5-growing-button-inner--active{background-color:var(--sapList_Active_Background);border-color:var(--sapList_Active_Background)}.ui5-growing-button-inner:active>*,.ui5-growing-button-inner.ui5-growing-button-inner--active>*{color:var(--sapList_Active_TextColor)}.ui5-growing-button-text{text-align:center;font-family:"72override",var(--sapFontFamily);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ui5-growing-button-text{height:var(--_ui5-v2-9-0_load_more_text_height);padding:.875rem 1rem 1rem;font-size:var(--_ui5-v2-9-0_load_more_text_font_size);font-weight:700}:host([loading]) .ui5-list-growing-button-busy-indicator:not([_is-busy]){display:none}:host([loading]) .ui5-list-growing-button-busy-indicator[_is-busy]+.ui5-growing-button-text{padding-left:.5rem}:host(:not([hidden])){display:block;max-width:100%;width:100%;-webkit-tap-highlight-color:transparent}:host([indent]) .ui5-list-root{padding:2rem}:host([separators="None"]) .ui5-list-nodata{border-bottom:0}.ui5-list-root,.ui5-list-busy-indicator{width:100%;height:100%;position:relative;box-sizing:border-box}.ui5-list-scroll-container{overflow:auto;height:100%;width:100%}.ui5-list-ul{list-style-type:none;padding:0;margin:0}.ui5-list-ul:focus{outline:none}.ui5-list-focusarea{position:fixed}.ui5-list-header{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;font-size:var(--sapFontHeader4Size);font-family:"72override",var(--sapFontFamily);color:var(--sapGroup_TitleTextColor);height:3rem;line-height:3rem;padding:0 1rem;background-color:var(--sapGroup_TitleBackground);border-bottom:1px solid var(--sapGroup_TitleBorderColor)}.ui5-list-footer{height:2rem;box-sizing:border-box;-webkit-text-size-adjust:none;font-size:var(--sapFontSize);font-family:"72override",var(--sapFontFamily);line-height:2rem;background-color:var(--sapList_FooterBackground);color:var(--ui5-v2-9-0_list_footer_text_color);padding:0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui5-list-nodata{list-style-type:none;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;color:var(--sapTextColor);background-color:var(--sapList_Background);border-bottom:1px solid var(--sapList_BorderColor);padding:0 1rem!important;outline:none;min-height:var(--_ui5-v2-9-0_list_no_data_height);font-size:var(--_ui5-v2-9-0_list_no_data_font_size);font-family:"72override",var(--sapFontFamily);position:relative}.ui5-list-nodata:focus:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-list-nodata-text{overflow:hidden;text-overflow:ellipsis;white-space:normal;margin:var(--_ui5-v2-9-0_list_item_content_vertical_offset) 0}:host([growing="Scroll"]) .ui5-list-end-marker{display:inline-block}
|
|
1812
1812
|
`;
|
|
1813
1813
|
|
|
1814
1814
|
const t=e=>e.nodeName==="SLOT"?false:e.offsetWidth<=0&&e.offsetHeight<=0||e.style&&e.style.visibility==="hidden";
|
|
@@ -1819,7 +1819,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1819
1819
|
|
|
1820
1820
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
1821
1821
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
1822
|
-
var styles$1 = `:host{box-sizing:border-box;height:var(--_ui5-v2-
|
|
1822
|
+
var styles$1 = `:host{box-sizing:border-box;height:var(--_ui5-v2-9-0_list_item_base_height);background-color:var(--ui5-v2-9-0-listitem-background-color);border-bottom:.0625rem solid transparent}:host(:not([hidden])){display:block}:host([disabled]){opacity:var(--_ui5-v2-9-0-listitembase_disabled_opacity);pointer-events:none}:host([actionable]:not([disabled]):not([ui5-li-group-header])){cursor:pointer}:host([has-border]){border-bottom:var(--ui5-v2-9-0-listitem-border-bottom)}:host([selected]){background-color:var(--sapList_SelectionBackgroundColor);border-bottom:var(--ui5-v2-9-0-listitem-selected-border-bottom)}:host([selected]) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover){background-color:var(--sapList_Hover_Background)}:host([actionable]:not([active]):not([selected]):not([ui5-li-group-header]):hover) .ui5-li-additional-text{text-shadow:var(--sapContent_TextShadow)}:host([actionable][selected]:not([active],[data-moving]):hover){background-color:var(--sapList_Hover_SelectionBackground)}:host([active][actionable]:not([data-moving])),:host([active][actionable][selected]:not([data-moving])){background-color:var(--sapList_Active_Background)}:host([desktop]:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root.ui5-li--focusable:after,:host(:not([data-moving])) .ui5-li-root.ui5-li--focusable:focus-visible:after,:host([desktop]:not([data-moving])) .ui5-li-root .ui5-li-content:focus:after,:host([desktop][focused]:not([data-moving])) .ui5-li-root .ui5-li-content:after,:host(:not([data-moving])) .ui5-li-root .ui5-li-content:focus-visible:after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:.125rem;pointer-events:none}.ui5-li-root{position:relative;display:flex;align-items:center;width:100%;height:100%;padding:var(--_ui5-v2-9-0_list_item_base_padding);box-sizing:border-box;background-color:inherit}.ui5-li-root.ui5-li--focusable{outline:none}.ui5-li-content{display:flex;align-items:center;flex:auto;overflow:hidden;max-width:100%;font-family:"72override",var(--sapFontFamily);color:var(--sapList_TextColor)}.ui5-li-content .ui5-li-title{color:var(--sapList_TextColor);font-size:var(--_ui5-v2-9-0_list_item_title_size)}.ui5-li-text-wrapper{display:flex;flex-direction:row;justify-content:space-between;flex:auto;min-width:1px;line-height:normal}
|
|
1823
1823
|
`;
|
|
1824
1824
|
|
|
1825
1825
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
@@ -2021,20 +2021,20 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2021
2021
|
renderer: d$4,
|
|
2022
2022
|
styles: [styles$1, draggableElementStyles],
|
|
2023
2023
|
}),
|
|
2024
|
-
l
|
|
2024
|
+
eventStrict.l("request-tabindex-change", {
|
|
2025
2025
|
bubbles: true,
|
|
2026
2026
|
}),
|
|
2027
|
-
l
|
|
2027
|
+
eventStrict.l("_press", {
|
|
2028
2028
|
bubbles: true,
|
|
2029
2029
|
}),
|
|
2030
|
-
l
|
|
2030
|
+
eventStrict.l("_focused", {
|
|
2031
2031
|
bubbles: true,
|
|
2032
2032
|
}),
|
|
2033
|
-
l
|
|
2033
|
+
eventStrict.l("forward-after", {
|
|
2034
2034
|
bubbles: true,
|
|
2035
2035
|
cancelable: true,
|
|
2036
2036
|
}),
|
|
2037
|
-
l
|
|
2037
|
+
eventStrict.l("forward-before", {
|
|
2038
2038
|
bubbles: true,
|
|
2039
2039
|
})
|
|
2040
2040
|
], ListItemBase);
|
|
@@ -2049,7 +2049,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2049
2049
|
|
|
2050
2050
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
2051
2051
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
2052
|
-
var ListItemGroupHeaderCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-
|
|
2052
|
+
var ListItemGroupHeaderCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-9-0_group_header_list_item_height);background:var(--ui5-v2-9-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}:host([has-border]){border-bottom:var(--sapList_BorderWidth) solid var(--sapList_GroupHeaderBorderColor)}:host([actionable]:not([disabled])){cursor:default}.ui5-li-root.ui5-ghli-root{padding-top:.5rem;color:currentColor;font-size:var(--sapFontHeader6Size);font-weight:400;line-height:2rem;margin:0}.ui5-ghli-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-family:var(--sapFontHeaderFamily)}.ui5-li-content{width:100%}
|
|
2053
2053
|
`;
|
|
2054
2054
|
|
|
2055
2055
|
/**
|
|
@@ -2143,7 +2143,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2143
2143
|
webcomponentsBase.d()
|
|
2144
2144
|
], ListItemGroupHeader.prototype, "subItems", void 0);
|
|
2145
2145
|
__decorate$9([
|
|
2146
|
-
i$4("@ui5/
|
|
2146
|
+
i$4("@ui5/webcomponents")
|
|
2147
2147
|
], ListItemGroupHeader, "i18nBundle", void 0);
|
|
2148
2148
|
ListItemGroupHeader = ListItemGroupHeader_1 = __decorate$9([
|
|
2149
2149
|
webcomponentsBase.m({
|
|
@@ -2163,7 +2163,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2163
2163
|
|
|
2164
2164
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
2165
2165
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
2166
|
-
var ListItemGroupCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-
|
|
2166
|
+
var ListItemGroupCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{height:var(--_ui5-v2-9-0_group_header_list_item_height);background:var(--ui5-v2-9-0-group-header-listitem-background-color);color:var(--sapList_TableGroupHeaderTextColor)}.ui5-group-li-root{width:100%;height:100%;position:relative;box-sizing:border-box;padding:0;margin:0;list-style-type:none}
|
|
2167
2167
|
`;
|
|
2168
2168
|
|
|
2169
2169
|
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -2231,7 +2231,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2231
2231
|
if (!(e.target instanceof HTMLElement) || !draggedElement) {
|
|
2232
2232
|
return;
|
|
2233
2233
|
}
|
|
2234
|
-
const closestPosition =
|
|
2234
|
+
const closestPosition = L$1(this.items, e.clientY, a$4.Vertical);
|
|
2235
2235
|
if (!closestPosition) {
|
|
2236
2236
|
this.dropIndicatorDOM.targetReference = null;
|
|
2237
2237
|
return;
|
|
@@ -2313,7 +2313,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2313
2313
|
* @since 2.1.0
|
|
2314
2314
|
*/
|
|
2315
2315
|
,
|
|
2316
|
-
l
|
|
2316
|
+
eventStrict.l("move-over", {
|
|
2317
2317
|
bubbles: true,
|
|
2318
2318
|
cancelable: true,
|
|
2319
2319
|
})
|
|
@@ -2327,7 +2327,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2327
2327
|
* @since 2.1.0
|
|
2328
2328
|
*/
|
|
2329
2329
|
,
|
|
2330
|
-
l
|
|
2330
|
+
eventStrict.l("move", {
|
|
2331
2331
|
bubbles: true,
|
|
2332
2332
|
})
|
|
2333
2333
|
], ListItemGroup);
|
|
@@ -2499,14 +2499,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2499
2499
|
}
|
|
2500
2500
|
_updateAssociatedLabelsTexts() {
|
|
2501
2501
|
this._associatedDescriptionRefTexts = p$1(this);
|
|
2502
|
-
this._associatedLabelsRefTexts = E$
|
|
2502
|
+
this._associatedLabelsRefTexts = E$3(this);
|
|
2503
2503
|
}
|
|
2504
2504
|
onEnterDOM() {
|
|
2505
|
-
y(this, this._updateAssociatedLabelsTexts.bind(this));
|
|
2505
|
+
y$1(this, this._updateAssociatedLabelsTexts.bind(this));
|
|
2506
2506
|
p.subscribe(this);
|
|
2507
2507
|
}
|
|
2508
2508
|
onExitDOM() {
|
|
2509
|
-
T$
|
|
2509
|
+
T$2(this);
|
|
2510
2510
|
this.unobserveListEnd();
|
|
2511
2511
|
this.resizeListenerAttached = false;
|
|
2512
2512
|
webcomponentsBase.f$1.deregister(this.getDomRef(), this._handleResize);
|
|
@@ -2610,7 +2610,16 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2610
2610
|
return this._associatedLabelsRefTexts || A$1(this);
|
|
2611
2611
|
}
|
|
2612
2612
|
get ariaDescriptionText() {
|
|
2613
|
-
return this._associatedDescriptionRefTexts || L(this) || this._getDescriptionForGroups();
|
|
2613
|
+
return this._associatedDescriptionRefTexts || L$2(this) || this._getDescriptionForGroups();
|
|
2614
|
+
}
|
|
2615
|
+
get scrollContainer() {
|
|
2616
|
+
return this.shadowRoot.querySelector(".ui5-list-scroll-container");
|
|
2617
|
+
}
|
|
2618
|
+
hasGrowingComponent() {
|
|
2619
|
+
if (this.growsOnScroll && this.scrollContainer) {
|
|
2620
|
+
return this.scrollContainer.clientHeight !== this.scrollContainer.scrollHeight;
|
|
2621
|
+
}
|
|
2622
|
+
return this.growsWithButton;
|
|
2614
2623
|
}
|
|
2615
2624
|
_getDescriptionForGroups() {
|
|
2616
2625
|
let description = "";
|
|
@@ -2905,8 +2914,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2905
2914
|
this._inViewport = n$1(this.getDomRef());
|
|
2906
2915
|
}
|
|
2907
2916
|
loadMore() {
|
|
2908
|
-
|
|
2909
|
-
if (this.children.length > 0) {
|
|
2917
|
+
if (this.hasGrowingComponent()) {
|
|
2910
2918
|
this.fireDecoratorEvent("load-more");
|
|
2911
2919
|
}
|
|
2912
2920
|
}
|
|
@@ -2981,7 +2989,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
2981
2989
|
if (!(e.target instanceof HTMLElement)) {
|
|
2982
2990
|
return;
|
|
2983
2991
|
}
|
|
2984
|
-
const closestPosition =
|
|
2992
|
+
const closestPosition = L$1(this.items, e.clientY, a$4.Vertical);
|
|
2985
2993
|
if (!closestPosition) {
|
|
2986
2994
|
this.dropIndicatorDOM.targetReference = null;
|
|
2987
2995
|
return;
|
|
@@ -3278,7 +3286,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3278
3286
|
* @public
|
|
3279
3287
|
*/
|
|
3280
3288
|
,
|
|
3281
|
-
l
|
|
3289
|
+
eventStrict.l("item-click", {
|
|
3282
3290
|
bubbles: true,
|
|
3283
3291
|
cancelable: true,
|
|
3284
3292
|
})
|
|
@@ -3292,7 +3300,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3292
3300
|
* @since 1.0.0-rc.8
|
|
3293
3301
|
*/
|
|
3294
3302
|
,
|
|
3295
|
-
l
|
|
3303
|
+
eventStrict.l("item-close", {
|
|
3296
3304
|
bubbles: true,
|
|
3297
3305
|
})
|
|
3298
3306
|
/**
|
|
@@ -3304,7 +3312,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3304
3312
|
* @since 1.0.0-rc.8
|
|
3305
3313
|
*/
|
|
3306
3314
|
,
|
|
3307
|
-
l
|
|
3315
|
+
eventStrict.l("item-toggle", {
|
|
3308
3316
|
bubbles: true,
|
|
3309
3317
|
})
|
|
3310
3318
|
/**
|
|
@@ -3316,7 +3324,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3316
3324
|
* @public
|
|
3317
3325
|
*/
|
|
3318
3326
|
,
|
|
3319
|
-
l
|
|
3327
|
+
eventStrict.l("item-delete", {
|
|
3320
3328
|
bubbles: true,
|
|
3321
3329
|
})
|
|
3322
3330
|
/**
|
|
@@ -3327,7 +3335,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3327
3335
|
* @public
|
|
3328
3336
|
*/
|
|
3329
3337
|
,
|
|
3330
|
-
l
|
|
3338
|
+
eventStrict.l("selection-change", {
|
|
3331
3339
|
bubbles: true,
|
|
3332
3340
|
cancelable: true,
|
|
3333
3341
|
})
|
|
@@ -3339,14 +3347,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3339
3347
|
* @since 1.0.0-rc.6
|
|
3340
3348
|
*/
|
|
3341
3349
|
,
|
|
3342
|
-
l
|
|
3350
|
+
eventStrict.l("load-more", {
|
|
3343
3351
|
bubbles: true,
|
|
3344
3352
|
})
|
|
3345
3353
|
/**
|
|
3346
3354
|
* @private
|
|
3347
3355
|
*/
|
|
3348
3356
|
,
|
|
3349
|
-
l
|
|
3357
|
+
eventStrict.l("item-focused", {
|
|
3350
3358
|
bubbles: true,
|
|
3351
3359
|
})
|
|
3352
3360
|
/**
|
|
@@ -3359,7 +3367,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3359
3367
|
* @since 2.0.0
|
|
3360
3368
|
*/
|
|
3361
3369
|
,
|
|
3362
|
-
l
|
|
3370
|
+
eventStrict.l("move-over", {
|
|
3363
3371
|
bubbles: true,
|
|
3364
3372
|
cancelable: true,
|
|
3365
3373
|
})
|
|
@@ -3372,7 +3380,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3372
3380
|
* @public
|
|
3373
3381
|
*/
|
|
3374
3382
|
,
|
|
3375
|
-
l
|
|
3383
|
+
eventStrict.l("move", {
|
|
3376
3384
|
bubbles: true,
|
|
3377
3385
|
})
|
|
3378
3386
|
], List);
|
|
@@ -3381,7 +3389,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3381
3389
|
|
|
3382
3390
|
const n=/^(?:a|area)$/i,a$1=/^(?:input|select|textarea|button)$/i,r$1=e=>{if(e.disabled)return false;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:a$1.test(e.nodeName)||n.test(e.nodeName)&&!!e.href};
|
|
3383
3391
|
|
|
3384
|
-
const E=e=>e.hasAttribute("data-ui5-focus-trap"),d$1=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},
|
|
3392
|
+
const E=e=>e.hasAttribute("data-ui5-focus-trap"),d$1=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||t(e)?null:m$2(e,true),H=async(e,l)=>!e||t(e)?null:m$2(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!t(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},m$2=async(e,l,r)=>{let t$1,s,n=-1;e.shadowRoot?t$1=l?e.shadowRoot.firstChild:e.shadowRoot.lastChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedNodes(),n=l?0:s.length-1,t$1=s[n]):t$1=l?e.firstElementChild:e.lastElementChild;let i;for(;t$1;){const u=t$1;if(!t(u)&&!L(u)){if(webcomponentsBase.v(t$1)&&(await t$1._waitForDomRef(),t$1=t$1.getDomRef()),!t$1||t(t$1))return null;if(t$1.nodeType===1&&T(t$1)&&!E(t$1)){if(r$1(t$1)||(i=await m$2(t$1,l),!Icons.h$2()&&!i&&d$1(t$1)))return t$1&&typeof t$1.focus=="function"?t$1:null;if(i)return i&&typeof i.focus=="function"?i:null}}t$1=l?u.nextSibling:u.previousSibling,s&&!s[n].contains(t$1)&&(n=l?n+1:n-1,t$1=s[n]);}return null};
|
|
3385
3393
|
|
|
3386
3394
|
const name$f = "decline";
|
|
3387
3395
|
const pathData$f = "M86 109l22-23q5-5 12-5 6 0 11 5l124 125L380 86q5-5 11-5 7 0 12 5l22 23q12 11 0 23L301 256l124 125q11 11 0 22l-22 23q-8 5-12 5-3 0-11-5L255 301 131 426q-5 5-11 5-4 0-12-5l-22-23q-11-11 0-22l124-125L86 132q-12-12 0-23z";
|
|
@@ -3482,7 +3490,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3482
3490
|
|
|
3483
3491
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
3484
3492
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
3485
|
-
var styles = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5-v2-
|
|
3493
|
+
var styles = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host([navigated]) .ui5-li-root .ui5-li-navigated{width:.1875rem;position:absolute;right:0;top:0;bottom:0;background-color:var(--sapList_SelectionBorderColor)}:host([active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-title,:host([active][actionable]) .ui5-li-desc,:host([active][actionable]) .ui5-li-additional-text{color:var(--sapList_Active_TextColor)}:host([active][actionable]) .ui5-li-additional-text{text-shadow:none}:host([additional-text-state="Critical"]) .ui5-li-additional-text{color:var(--sapCriticalTextColor)}:host([additional-text-state="Positive"]) .ui5-li-additional-text{color:var(--sapPositiveTextColor)}:host([additional-text-state="Negative"]) .ui5-li-additional-text{color:var(--sapNegativeTextColor)}:host([additional-text-state="Information"]) .ui5-li-additional-text{color:var(--sapInformativeTextColor)}:host([has-title][description]){height:5rem}:host([has-title][image]){height:5rem}:host([_has-image]){height:5rem}:host([image]) .ui5-li-content{height:3rem}::slotted(img[slot="image"]){width:var(--_ui5-v2-9-0_list_item_img_size);height:var(--_ui5-v2-9-0_list_item_img_size);border-radius:var(--ui5-v2-9-0-avatar-border-radius);object-fit:contain}:host([description]) .ui5-li-root{padding:1rem}:host([description]) .ui5-li-content{height:3rem}:host([has-title][description]) .ui5-li-title{padding-bottom:.375rem}.ui5-li-text-wrapper{flex-direction:column}:host([description]) .ui5-li-text-wrapper{height:100%;justify-content:space-between;padding:.125rem 0}.ui5-li-description-info-wrapper{display:flex;justify-content:space-between}.ui5-li-additional-text,:host(:not([wrapping-type="Normal"])) .ui5-li-title,.ui5-li-desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host([wrapping-type="Normal"]){height:auto}:host([wrapping-type="Normal"]) .ui5-li-content{margin:var(--_ui5-v2-9-0_list_item_content_vertical_offset) 0}.ui5-li-desc{color:var(--sapContent_LabelColor);font-size:var(--sapFontSize)}:host([description]) .ui5-li-additional-text{align-self:flex-end}.ui5-li-image{min-width:var(--_ui5-v2-9-0_list_item_img_size);min-height:var(--_ui5-v2-9-0_list_item_img_size);margin-top:var(--_ui5-v2-9-0_list_item_img_top_margin);margin-bottom:var(--_ui5-v2-9-0_list_item_img_bottom_margin);margin-inline-end:var(--_ui5-v2-9-0_list_item_img_hn_margin)}.ui5-li-icon{min-width:var(--_ui5-v2-9-0_list_item_icon_size);min-height:var(--_ui5-v2-9-0_list_item_icon_size);color:var(--sapContent_NonInteractiveIconColor);padding-inline-end:var(--_ui5-v2-9-0_list_item_icon_padding-inline-end)}.ui5-li-detailbtn,.ui5-li-deletebtn{display:flex;align-items:center;margin-left:var(--_ui5-v2-9-0_list_buttons_left_space)}.ui5-li-multisel-cb,.ui5-li-singlesel-radiobtn{flex-shrink:0}:host([description]) .ui5-li-singlesel-radiobtn{align-self:flex-start;margin-top:var(--_ui5-v2-9-0_list_item_selection_btn_margin_top)}:host([description]) .ui5-li-multisel-cb{align-self:flex-start;margin-top:var(--_ui5-v2-9-0_list_item_selection_btn_margin_top)}:host([_selection-mode="SingleStart"]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="Multiple"]) .ui5-li-root{padding-inline:0 1rem}:host([_selection-mode="SingleEnd"]) .ui5-li-root{padding-inline:1rem 0}:host [ui5-checkbox].ui5-li-singlesel-radiobtn{margin-right:var(--_ui5-v2-9-0_list_item_cb_margin_right)}.ui5-li-highlight{position:absolute;width:.375rem;bottom:0;left:0;top:0;border-inline-end:.0625rem solid var(--ui5-v2-9-0-listitem-background-color);box-sizing:border-box}:host([highlight="Negative"]) .ui5-li-highlight{background:var(--sapNegativeTextColor)}:host([highlight="Critical"]) .ui5-li-highlight{background:var(--sapCriticalTextColor)}:host([highlight="Positive"]) .ui5-li-highlight{background:var(--sapPositiveTextColor)}:host([highlight="Information"]) .ui5-li-highlight{background:var(--sapInformativeTextColor)}
|
|
3486
3494
|
`;
|
|
3487
3495
|
|
|
3488
3496
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
@@ -3621,7 +3629,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3621
3629
|
const activeElement = webcomponentsBase.t();
|
|
3622
3630
|
const focusDomRef = this.getFocusDomRef();
|
|
3623
3631
|
if (activeElement === focusDomRef) {
|
|
3624
|
-
const firstFocusable = await
|
|
3632
|
+
const firstFocusable = await b(focusDomRef);
|
|
3625
3633
|
firstFocusable?.focus();
|
|
3626
3634
|
}
|
|
3627
3635
|
else {
|
|
@@ -3784,6 +3792,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3784
3792
|
// accessibleName is not set - return _accInfo.listItemAriaLabel including content
|
|
3785
3793
|
return `${this._id}-content ${this._id}-invisibleText`;
|
|
3786
3794
|
}
|
|
3795
|
+
get ariaLabelledByText() {
|
|
3796
|
+
const texts = [
|
|
3797
|
+
this._accInfo.listItemAriaLabel,
|
|
3798
|
+
this.accessibleName,
|
|
3799
|
+
this.typeActive ? ListItem_1.i18nBundle.getText(LIST_ITEM_ACTIVE) : undefined,
|
|
3800
|
+
].filter(Boolean);
|
|
3801
|
+
return texts.join(" ");
|
|
3802
|
+
}
|
|
3787
3803
|
get _accInfo() {
|
|
3788
3804
|
return {
|
|
3789
3805
|
role: this.listItemAccessibleRole,
|
|
@@ -3859,10 +3875,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
3859
3875
|
* @public
|
|
3860
3876
|
*/
|
|
3861
3877
|
,
|
|
3862
|
-
l
|
|
3878
|
+
eventStrict.l("detail-click", {
|
|
3863
3879
|
bubbles: true,
|
|
3864
3880
|
}),
|
|
3865
|
-
l
|
|
3881
|
+
eventStrict.l("selection-requested", {
|
|
3866
3882
|
bubbles: true,
|
|
3867
3883
|
})
|
|
3868
3884
|
], ListItem);
|
|
@@ -4106,7 +4122,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4106
4122
|
|
|
4107
4123
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
4108
4124
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
4109
|
-
var radioButtonCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-
|
|
4125
|
+
var radioButtonCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-9-0_radio_button_min_width);max-width:100%;text-overflow:ellipsis;overflow:hidden;color:var(--_ui5-v2-9-0_radio_button_color);border-radius:var(--_ui5-v2-9-0_radio_button_border_radius)}:host(:not([disabled])) .ui5-radio-root{cursor:pointer}:host([checked]){color:var(--_ui5-v2-9-0_radio_button_checked_fill)}:host([checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_inner_ring_color)}:host([checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_outer_ring_color)}:host([disabled]) .ui5-radio-root{color:var(--_ui5-v2-9-0_radio_button_color);opacity:var(--sapContent_DisabledOpacity)}:host([disabled][checked]) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_color)}:host(:not([disabled])[desktop]) .ui5-radio-root:focus:before,:host(:not([disabled])) .ui5-radio-root:focus-visible:before{content:"";display:var(--_ui5-v2-9-0_radio_button_focus_outline);position:absolute;inset:var(--_ui5-v2-9-0_radio_button_focus_dist);pointer-events:none;border:var(--_ui5-v2-9-0_radio_button_border_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-9-0_radio_button_border_radius)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_outer_ring_hover_color)}:host(:not([value-state="Negative"]):not([value-state="Critical"]):not([value-state="Positive"]):not([value-state="Information"])[checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_outer_ring_checked_hover_color)}.ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer,:host([checked]) .ui5-radio-root:hover .ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_hover_fill)}:host([active][checked]:not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_outer_ring_checked_hover_color)}:host([active]:not([checked]):not([value-state]):not([disabled]):not([readonly])) .ui5-radio-svg-outer{stroke:var(--_ui5-v2-9-0_radio_button_outer_ring_active_color)}:host([text]) .ui5-radio-root{padding-inline-end:var(--_ui5-v2-9-0_radio_button_border_width)}:host([text][desktop]) .ui5-radio-root:focus:before,:host([text]) .ui5-radio-root:focus-visible:before{inset-inline-end:0px}:host([text]) .ui5-radio-inner{padding:var(--_ui5-v2-9-0_radio_button_outer_ring_padding_with_label)}:host([checked][readonly]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_read_only_inner_ring_color)}:host([readonly]) .ui5-radio-root .ui5-radio-svg-outer{fill:var(--sapField_ReadOnly_Background);stroke:var(--sapField_ReadOnly_BorderColor);stroke-dasharray:var(--_ui5-v2-9-0_radio_button_read_only_border_type);stroke-width:var(--_ui5-v2-9-0_radio_button_read_only_border_width)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-svg-outer{stroke-width:var(--sapField_InvalidBorderWidth)}:host([value-state="Information"]) .ui5-radio-svg-outer{stroke-width:var(--_ui5-v2-9-0_radio_button_information_border_width)}:host([value-state="Negative"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_checked_error_fill)}:host([value-state="Negative"]) .ui5-radio-svg-outer,:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InvalidColor);fill:var(--sapField_InvalidBackground)}:host([value-state="Negative"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_hover_fill_error)}:host([value-state="Critical"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_checked_warning_fill)}:host([value-state="Critical"]) .ui5-radio-svg-outer,:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_WarningColor);fill:var(--sapField_WarningBackground)}:host([value-state="Critical"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_hover_fill_warning)}:host([value-state="Positive"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_checked_success_fill)}:host([value-state="Positive"]) .ui5-radio-svg-outer,:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_SuccessColor);fill:var(--sapField_SuccessBackground)}:host([value-state="Positive"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_hover_fill_success)}:host([value-state="Information"][checked]) .ui5-radio-svg-inner{fill:var(--_ui5-v2-9-0_radio_button_checked_information_fill)}:host([value-state="Information"]) .ui5-radio-svg-outer,:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable:hover .ui5-radio-svg-outer{stroke:var(--sapField_InformationColor);fill:var(--sapField_InformationBackground)}:host([value-state="Information"]) .ui5-radio-root:hover .ui5-radio-inner.ui5-radio-inner--hoverable .ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_hover_fill_information)}:host([value-state="Negative"]) .ui5-radio-root,:host([value-state="Critical"]) .ui5-radio-root,:host([value-state="Information"]) .ui5-radio-root{stroke-dasharray:var(--_ui5-v2-9-0_radio_button_warning_error_border_dash)}.ui5-radio-root{height:auto;position:relative;display:inline-flex;flex-wrap:nowrap;outline:none;max-width:100%;box-sizing:border-box;border:var(--_ui5-v2-9-0_radio_button_border);border-radius:var(--_ui5-v2-9-0_radio_button_border_radius)}.ui5-radio-inner{display:flex;align-items:center;padding:var(--_ui5-v2-9-0_radio_button_outer_ring_padding);flex-shrink:0;height:var(--_ui5-v2-9-0_radio_button_inner_size);font-size:1rem;pointer-events:none;vertical-align:top}.ui5-radio-inner{outline:none}.ui5-radio-inner input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit;margin:0}[ui5-label].ui5-radio-label{display:flex;align-items:center;padding-inline-end:var(--_ui5-v2-9-0_radio_button_label_offset);padding-block:var(--_ui5-v2-9-0_radio_button_label_side_padding);vertical-align:top;max-width:100%;pointer-events:none;color:var(--_ui5-v2-9-0_radio_button_label_color);overflow-wrap:break-word}:host([wrapping-type="None"][text]) .ui5-radio-root{height:var(--_ui5-v2-9-0_radio_button_height)}:host([wrapping-type="None"][text]) [ui5-label].ui5-radio-label{text-overflow:ellipsis;overflow:hidden}.ui5-radio-svg{height:var(--_ui5-v2-9-0_radio_button_svg_size);width:var(--_ui5-v2-9-0_radio_button_svg_size);overflow:visible;pointer-events:none}.ui5-radio-svg-outer{fill:var(--_ui5-v2-9-0_radio_button_outer_ring_bg);stroke:currentColor;stroke-width:var(--_ui5-v2-9-0_radio_button_outer_ring_width)}.ui5-radio-svg-inner{fill:none;r:var(--_ui5-v2-9-0_radio_button_inner_ring_radius)}.ui5-radio-svg-outer,.ui5-radio-svg-inner{flex-shrink:0}:host(.ui5-li-singlesel-radiobtn) .ui5-radio-root .ui5-radio-inner .ui5-radio-svg-outer{fill:var(--sapList_Background)}
|
|
4110
4126
|
`;
|
|
4111
4127
|
|
|
4112
4128
|
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -4456,7 +4472,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4456
4472
|
* @since 1.0.0-rc.15
|
|
4457
4473
|
*/
|
|
4458
4474
|
,
|
|
4459
|
-
l
|
|
4475
|
+
eventStrict.l("change", {
|
|
4460
4476
|
bubbles: true,
|
|
4461
4477
|
})
|
|
4462
4478
|
], RadioButton);
|
|
@@ -4465,7 +4481,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4465
4481
|
|
|
4466
4482
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
4467
4483
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
4468
|
-
var checkboxCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v2-
|
|
4484
|
+
var checkboxCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host(:not([hidden])){display:inline-block}:host{overflow:hidden;max-width:100%;outline:none;border-radius:var(--_ui5-v2-9-0_checkbox_border_radius);transition:var(--_ui5-v2-9-0_checkbox_transition);cursor:pointer;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}:host([disabled]){cursor:default}:host([disabled]) .ui5-checkbox-root{opacity:var(--_ui5-v2-9-0_checkbox_disabled_opacity)}:host([disabled]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-9-0_checkbox_inner_disabled_border_color)}:host([disabled]) .ui5-checkbox-label{color:var(--_ui5-v2-9-0_checkbox_disabled_label_color)}:host([readonly]:not([value-state="Critical"]):not([value-state="Negative"])) .ui5-checkbox-inner{background:var(--sapField_ReadOnly_Background);border:var(--_ui5-v2-9-0_checkbox_inner_readonly_border);color:var(--sapField_TextColor)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root{min-height:auto;box-sizing:border-box;align-items:flex-start;padding-top:var(--_ui5-v2-9-0_checkbox_root_side_padding);padding-bottom:var(--_ui5-v2-9-0_checkbox_root_side_padding)}:host(:not([wrapping-type="None"])[text]) .ui5-checkbox-root .ui5-checkbox-label{overflow-wrap:break-word;align-self:center}:host([desktop][text]:not([wrapping-type="None"])) .ui5-checkbox-root:focus:before,.ui5-checkbox-root[text]:focus-visible:before{inset-block:var(--_ui5-v2-9-0_checkbox_wrapped_focus_inset_block)}:host([value-state="Negative"]) .ui5-checkbox-inner,:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InvalidBackground);border:var(--_ui5-v2-9-0_checkbox_inner_error_border);color:var(--sapField_InvalidColor)}:host([value-state="Negative"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_inner_error_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-inner,:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_WarningBackground);border:var(--_ui5-v2-9-0_checkbox_inner_warning_border);color:var(--_ui5-v2-9-0_checkbox_inner_warning_color)}:host([value-state="Critical"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_inner_warning_background_hover)}:host([value-state="Information"]) .ui5-checkbox-inner,:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_InformationBackground);border:var(--_ui5-v2-9-0_checkbox_inner_information_border);color:var(--_ui5-v2-9-0_checkbox_inner_information_color)}:host([value-state="Information"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_inner_information_background_hover)}:host([value-state="Positive"]) .ui5-checkbox-inner,:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--sapField_SuccessBackground);border:var(--_ui5-v2-9-0_checkbox_inner_success_border);color:var(--sapField_SuccessColor)}:host([value-state="Positive"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_inner_success_background_hover)}:host([value-state="Critical"]) .ui5-checkbox-icon,:host([value-state="Critical"][indeterminate]) .ui5-checkbox-inner:after{color:var(--_ui5-v2-9-0_checkbox_checkmark_warning_color)}.ui5-checkbox-root{position:relative;display:inline-flex;align-items:center;max-width:100%;min-height:var(--_ui5-v2-9-0_checkbox_width_height);min-width:var(--_ui5-v2-9-0_checkbox_width_height);padding:0 var(--_ui5-v2-9-0_checkbox_wrapper_padding);outline:none;transition:var(--_ui5-v2-9-0_checkbox_transition);border:var(--_ui5-v2-9-0_checkbox_default_focus_border);border-radius:var(--_ui5-v2-9-0_checkbox_border_radius);box-sizing:border-box}:host([desktop]) .ui5-checkbox-root:focus:before,.ui5-checkbox-root:focus-visible:before{display:var(--_ui5-v2-9-0_checkbox_focus_outline_display);content:"";position:absolute;inset-inline:var(--_ui5-v2-9-0_checkbox_focus_position);inset-block:var(--_ui5-v2-9-0_checkbox_focus_position);border:var(--_ui5-v2-9-0_checkbox_focus_outline);border-radius:var(--_ui5-v2-9-0_checkbox_focus_border_radius)}:host([text]) .ui5-checkbox-root{padding-inline-end:var(--_ui5-v2-9-0_checkbox_right_focus_distance)}:host([text]) .ui5-checkbox-root:focus:before,:host([text]) .ui5-checkbox-root:focus-visible:before{inset-inline-end:0}:host(:hover:not([disabled])){background:var(--_ui5-v2-9-0_checkbox_outer_hover_background)}.ui5-checkbox--hoverable .ui5-checkbox-label:hover{color:var(--_ui5-v2-9-0_checkbox_label_color)}:host(:not([active]):not([checked]):not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active]):not([checked])[value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_hover_background);border-color:var(--_ui5-v2-9-0_checkbox_inner_hover_border_color)}:host(:not([active])[checked]:not([value-state])) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner,:host(:not([active])[checked][value-state="None"]) .ui5-checkbox--hoverable:hover .ui5-checkbox-inner{background:var(--_ui5-v2-9-0_checkbox_hover_background);border-color:var(--_ui5-v2-9-0_checkbox_inner_hover_checked_border_color)}:host([checked]:not([value-state])) .ui5-checkbox-inner,:host([checked][value-state="None"]) .ui5-checkbox-inner{border-color:var(--_ui5-v2-9-0_checkbox_inner_selected_border_color)}:host([active]:not([checked]):not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active]:not([checked])[value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-9-0_checkbox_inner_active_border_color);background-color:var(--_ui5-v2-9-0_checkbox_active_background)}:host([active][checked]:not([value-state]):not([disabled])) .ui5-checkbox-inner,:host([active][checked][value-state="None"]:not([disabled])) .ui5-checkbox-inner{border-color:var(--_ui5-v2-9-0_checkbox_inner_selected_border_color);background-color:var(--_ui5-v2-9-0_checkbox_active_background)}.ui5-checkbox-inner{min-width:var(--_ui5-v2-9-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-9-0_checkbox_inner_width_height);height:var(--_ui5-v2-9-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-9-0_checkbox_inner_width_height);border:var(--_ui5-v2-9-0_checkbox_inner_border);border-radius:var(--_ui5-v2-9-0_checkbox_inner_border_radius);background:var(--_ui5-v2-9-0_checkbox_inner_background);color:var(--_ui5-v2-9-0_checkbox_checkmark_color);box-sizing:border-box;position:relative;cursor:inherit}:host([indeterminate][checked]) .ui5-checkbox-inner:after{content:"";background-color:currentColor;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--_ui5-v2-9-0_checkbox_partially_icon_size);height:var(--_ui5-v2-9-0_checkbox_partially_icon_size)}:host input{-webkit-appearance:none;visibility:hidden;width:0;left:0;position:absolute;font-size:inherit}.ui5-checkbox-root .ui5-checkbox-label{margin-inline-start:var(--_ui5-v2-9-0_checkbox_label_offset);cursor:inherit;text-overflow:ellipsis;overflow:hidden;pointer-events:none;color:var(--_ui5-v2-9-0_checkbox_label_color)}.ui5-checkbox-icon{width:var(--_ui5-v2-9-0_checkbox_icon_size);height:var(--_ui5-v2-9-0_checkbox_icon_size);color:currentColor;cursor:inherit;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}:host([display-only]){cursor:default}:host([display-only]) .ui5-checkbox-display-only-icon-inner [ui5-icon]{color:var(--sapTextColor)}:host([display-only]) .ui5-checkbox-display-only-icon-inner{min-width:var(--_ui5-v2-9-0_checkbox_inner_width_height);max-width:var(--_ui5-v2-9-0_checkbox_inner_width_height);height:var(--_ui5-v2-9-0_checkbox_inner_width_height);max-height:var(--_ui5-v2-9-0_checkbox_inner_width_height);display:flex;align-items:center;justify-content:center}
|
|
4469
4485
|
`;
|
|
4470
4486
|
|
|
4471
4487
|
const name$9 = "accept";
|
|
@@ -4901,7 +4917,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4901
4917
|
* @public
|
|
4902
4918
|
*/
|
|
4903
4919
|
,
|
|
4904
|
-
l
|
|
4920
|
+
eventStrict.l("change", {
|
|
4905
4921
|
bubbles: true,
|
|
4906
4922
|
cancelable: true,
|
|
4907
4923
|
})
|
|
@@ -4910,7 +4926,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4910
4926
|
* @private
|
|
4911
4927
|
*/
|
|
4912
4928
|
,
|
|
4913
|
-
l
|
|
4929
|
+
eventStrict.l("value-changed", {
|
|
4914
4930
|
bubbles: true,
|
|
4915
4931
|
cancelable: true,
|
|
4916
4932
|
})
|
|
@@ -4928,7 +4944,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
4928
4944
|
};
|
|
4929
4945
|
function ListItemTemplate(hooks) {
|
|
4930
4946
|
const currentHooks = { ...predefinedHooks, ...hooks };
|
|
4931
|
-
return jsxs("li", { part: "native-li", "data-sap-focus-ref": true, tabindex: this._effectiveTabIndex, class: this.classes.main, onFocusIn: this._onfocusin, onFocusOut: this._onfocusout, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onMouseUp: this._onmouseup, onMouseDown: this._onmousedown, onTouchStart: this._onmousedown, onTouchEnd: this._ontouchend, onClick: this._onclick, draggable: this.movable, onDragStart: this._ondragstart, onDragEnd: this._ondragend, role: this._accInfo.role, title: this._accInfo.tooltip, "aria-expanded": this._accInfo.ariaExpanded, "aria-level": this._accInfo.ariaLevel, "aria-haspopup": this._accInfo.ariaHaspopup, "aria-posinset": this._accInfo.posinset, "aria-setsize": this._accInfo.setsize, "aria-describedby": `${this._id}-invisibleText-describedby`, "aria-labelledby": this._accessibleNameRef, "aria-disabled": this._ariaDisabled, "aria-selected": this._accInfo.ariaSelected, "aria-checked": this._accInfo.ariaChecked, "aria-owns": this._accInfo.ariaOwns, "aria-keyshortcuts": this._accInfo.ariaKeyShortcuts, children: [currentHooks.listItemPreContent.call(this), this.placeSelectionElementBefore && selectionElement.call(this), this._hasHighlightColor && jsx("div", { class: "ui5-li-highlight" }), jsxs("div", { part: "content", id: `${this._id}-content`, class: "ui5-li-content", children: [currentHooks.imageBegin.call(this), currentHooks.iconBegin.call(this), currentHooks.listItemContent.call(this)] }), currentHooks.iconEnd.call(this), this.typeDetail && (jsx("div", { class: "ui5-li-detailbtn", children: jsx(Button$1, { part: "detail-button", design: "Transparent", onClick: this.onDetailClick, icon: edit }) })), this.typeNavigation && (jsx(Icon$1, { name: slimArrowRight })), this.navigated && (jsx("div", { class: "ui5-li-navigated" })), this.placeSelectionElementAfter && (currentHooks.selectionElement.call(this)),
|
|
4947
|
+
return jsxs("li", { part: "native-li", "data-sap-focus-ref": true, tabindex: this._effectiveTabIndex, class: this.classes.main, onFocusIn: this._onfocusin, onFocusOut: this._onfocusout, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onMouseUp: this._onmouseup, onMouseDown: this._onmousedown, onTouchStart: this._onmousedown, onTouchEnd: this._ontouchend, onClick: this._onclick, draggable: this.movable, onDragStart: this._ondragstart, onDragEnd: this._ondragend, role: this._accInfo.role, title: this._accInfo.tooltip, "aria-expanded": this._accInfo.ariaExpanded, "aria-level": this._accInfo.ariaLevel, "aria-haspopup": this._accInfo.ariaHaspopup, "aria-posinset": this._accInfo.posinset, "aria-setsize": this._accInfo.setsize, "aria-describedby": `${this._id}-invisibleText-describedby`, "aria-labelledby": this._accessibleNameRef, "aria-disabled": this._ariaDisabled, "aria-selected": this._accInfo.ariaSelected, "aria-checked": this._accInfo.ariaChecked, "aria-owns": this._accInfo.ariaOwns, "aria-keyshortcuts": this._accInfo.ariaKeyShortcuts, children: [currentHooks.listItemPreContent.call(this), this.placeSelectionElementBefore && selectionElement.call(this), this._hasHighlightColor && jsx("div", { class: "ui5-li-highlight" }), jsxs("div", { part: "content", id: `${this._id}-content`, class: "ui5-li-content", children: [currentHooks.imageBegin.call(this), currentHooks.iconBegin.call(this), currentHooks.listItemContent.call(this)] }), currentHooks.iconEnd.call(this), this.typeDetail && (jsx("div", { class: "ui5-li-detailbtn", children: jsx(Button$1, { part: "detail-button", design: "Transparent", onClick: this.onDetailClick, icon: edit }) })), this.typeNavigation && (jsx(Icon$1, { name: slimArrowRight })), this.navigated && (jsx("div", { class: "ui5-li-navigated" })), this.placeSelectionElementAfter && (currentHooks.selectionElement.call(this)), jsx("span", { id: `${this._id}-invisibleText`, class: "ui5-hidden-text", children: this.ariaLabelledByText }), jsx("span", { id: `${this._id}-invisibleText-describedby`, class: "ui5-hidden-text", children: this._accInfo.ariaSelectedText })] });
|
|
4932
4948
|
}
|
|
4933
4949
|
function listItemPreContent() { }
|
|
4934
4950
|
function listItemContent() { }
|
|
@@ -5218,12 +5234,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5218
5234
|
this.open = false;
|
|
5219
5235
|
return;
|
|
5220
5236
|
}
|
|
5221
|
-
this._opened = true;
|
|
5222
5237
|
if (this.isModal) {
|
|
5223
5238
|
Popup_1.blockPageScrolling(this);
|
|
5224
5239
|
}
|
|
5225
5240
|
this._focusedElementBeforeOpen = r();
|
|
5226
5241
|
this._show();
|
|
5242
|
+
this._opened = true;
|
|
5227
5243
|
if (this.getDomRef()) {
|
|
5228
5244
|
this._updateMediaRange();
|
|
5229
5245
|
}
|
|
@@ -5309,7 +5325,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5309
5325
|
* @private
|
|
5310
5326
|
*/
|
|
5311
5327
|
async forwardToFirst() {
|
|
5312
|
-
const firstFocusable = await
|
|
5328
|
+
const firstFocusable = await b(this);
|
|
5313
5329
|
if (firstFocusable) {
|
|
5314
5330
|
firstFocusable.focus();
|
|
5315
5331
|
}
|
|
@@ -5322,7 +5338,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5322
5338
|
* @private
|
|
5323
5339
|
*/
|
|
5324
5340
|
async forwardToLast() {
|
|
5325
|
-
const lastFocusable = await
|
|
5341
|
+
const lastFocusable = await H(this);
|
|
5326
5342
|
if (lastFocusable) {
|
|
5327
5343
|
lastFocusable.focus();
|
|
5328
5344
|
}
|
|
@@ -5360,7 +5376,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5360
5376
|
element = this.getRootNode().getElementById(this.initialFocus)
|
|
5361
5377
|
|| document.getElementById(this.initialFocus);
|
|
5362
5378
|
}
|
|
5363
|
-
element = element || await
|
|
5379
|
+
element = element || await b(this) || this._root; // in case of no focusable content focus the root
|
|
5364
5380
|
if (element) {
|
|
5365
5381
|
if (element === this._root) {
|
|
5366
5382
|
element.tabIndex = -1;
|
|
@@ -5419,10 +5435,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5419
5435
|
* @protected
|
|
5420
5436
|
*/
|
|
5421
5437
|
resetFocus() {
|
|
5422
|
-
|
|
5423
|
-
return;
|
|
5424
|
-
}
|
|
5425
|
-
this._focusedElementBeforeOpen.focus();
|
|
5438
|
+
this._focusedElementBeforeOpen?.focus();
|
|
5426
5439
|
this._focusedElementBeforeOpen = null;
|
|
5427
5440
|
}
|
|
5428
5441
|
/**
|
|
@@ -5525,7 +5538,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5525
5538
|
* @public
|
|
5526
5539
|
*/
|
|
5527
5540
|
,
|
|
5528
|
-
l
|
|
5541
|
+
eventStrict.l("before-open", {
|
|
5529
5542
|
cancelable: true,
|
|
5530
5543
|
})
|
|
5531
5544
|
/**
|
|
@@ -5533,14 +5546,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5533
5546
|
* @public
|
|
5534
5547
|
*/
|
|
5535
5548
|
,
|
|
5536
|
-
l
|
|
5549
|
+
eventStrict.l("open")
|
|
5537
5550
|
/**
|
|
5538
5551
|
* Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.
|
|
5539
5552
|
* @public
|
|
5540
5553
|
* @param {boolean} escPressed Indicates that `ESC` key has triggered the event.
|
|
5541
5554
|
*/
|
|
5542
5555
|
,
|
|
5543
|
-
l
|
|
5556
|
+
eventStrict.l("before-close", {
|
|
5544
5557
|
cancelable: true,
|
|
5545
5558
|
})
|
|
5546
5559
|
/**
|
|
@@ -5548,13 +5561,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5548
5561
|
* @public
|
|
5549
5562
|
*/
|
|
5550
5563
|
,
|
|
5551
|
-
l
|
|
5564
|
+
eventStrict.l("close")
|
|
5552
5565
|
/**
|
|
5553
5566
|
* Fired whenever the popup content area is scrolled
|
|
5554
5567
|
* @private
|
|
5555
5568
|
*/
|
|
5556
5569
|
,
|
|
5557
|
-
l
|
|
5570
|
+
eventStrict.l("scroll", {
|
|
5558
5571
|
bubbles: true,
|
|
5559
5572
|
})
|
|
5560
5573
|
], Popup);
|
|
@@ -5607,12 +5620,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5607
5620
|
|
|
5608
5621
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
5609
5622
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
5610
|
-
var PopupsCommonCss = `:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-
|
|
5623
|
+
var PopupsCommonCss = `:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-9-0_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{color:var(--sapPageHeader_TextColor);box-shadow:var(--_ui5-v2-9-0_popup_header_shadow);border-bottom:var(--_ui5-v2-9-0_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5-v2-9-0_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--_ui5-v2-9-0_popup_header_font_weight)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5-v2-9-0_popup_default_header_height);max-height:var(--_ui5-v2-9-0_popup_default_header_height);line-height:var(--_ui5-v2-9-0_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-9-0_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-9-0_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-9-0_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-9-0_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-9-0_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--_ui5-v2-9-0_popup_header_background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-9-0_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-9-0_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-9-0_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-9-0_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-9-0_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-9-0_popup_header_footer_padding_xl)}
|
|
5611
5624
|
`;
|
|
5612
5625
|
|
|
5613
5626
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
5614
5627
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
5615
|
-
var dialogCSS = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v2-
|
|
5628
|
+
var dialogCSS = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v2-9-0_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-9-0_dialog_header_error_state_icon_color)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-9-0_dialog_header_information_state_icon_color)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-9-0_dialog_header_success_state_icon_color)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--_ui5-v2-9-0_dialog_header_warning_state_icon_color)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5-v2-9-0_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-9-0_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-9-0_dialog_header_focus_right_offset);top:var(--_ui5-v2-9-0_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-9-0_dialog_header_border_radius) var(--_ui5-v2-9-0_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5-v2-9-0_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-9-0_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}::slotted([slot="footer"]){height:var(--_ui5-v2-9-0_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}:host::backdrop{background-color:var(--_ui5-v2-9-0_popup_block_layer_background);opacity:var(--_ui5-v2-9-0_popup_block_layer_opacity)}.ui5-block-layer{display:block}
|
|
5616
5629
|
`;
|
|
5617
5630
|
|
|
5618
5631
|
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -6093,7 +6106,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
6093
6106
|
if (!this._isPhone) {
|
|
6094
6107
|
return PopoverTemplate.call(this);
|
|
6095
6108
|
}
|
|
6096
|
-
return (jsxs(Dialog$1, { "root-element": true, accessibleName: this.accessibleName, accessibleNameRef: this.accessibleNameRef, accessibleRole: this.accessibleRole, stretch: true, preventInitialFocus: this.preventInitialFocus, initialFocus: this.initialFocus, onBeforeOpen: this._beforeDialogOpen, onOpen: this._afterDialogOpen, onBeforeClose: this._beforeDialogClose, onClose: this._afterDialogClose, exportparts: "content, header, footer", open: this.open, children: [!this._hideHeader && jsx(Fragment, { children: this.header.length ?
|
|
6109
|
+
return (jsxs(Dialog$1, { "root-element": true, accessibleName: this.accessibleName, accessibleNameRef: this.accessibleNameRef, accessibleRole: this.accessibleRole, stretch: true, preventInitialFocus: this.preventInitialFocus, preventFocusRestore: this.preventFocusRestore, initialFocus: this.initialFocus, onBeforeOpen: this._beforeDialogOpen, onOpen: this._afterDialogOpen, onBeforeClose: this._beforeDialogClose, onClose: this._afterDialogClose, exportparts: "content, header, footer", open: this.open, children: [!this._hideHeader && jsx(Fragment, { children: this.header.length ?
|
|
6097
6110
|
jsx("slot", { slot: "header", name: "header" })
|
|
6098
6111
|
:
|
|
6099
6112
|
jsxs("div", { class: this.classes.header, slot: "header", children: [this.headerText &&
|
|
@@ -6310,7 +6323,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
6310
6323
|
|
|
6311
6324
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
6312
6325
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
6313
|
-
var PopoverCss = `:host{box-shadow:var(--_ui5-v2-
|
|
6326
|
+
var PopoverCss = `:host{box-shadow:var(--_ui5-v2-9-0_popover_box_shadow);background-color:var(--_ui5-v2-9-0_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-9-0_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-9-0_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-9-0_popover_upward_arrow_margin)}:host([actual-placement="Start"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Start"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-9-0_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-9-0_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="End"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="End"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-9-0_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5-v2-9-0_popover_background);box-shadow:var(--_ui5-v2-9-0_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-9-0_popup_block_layer_background);opacity:var(--_ui5-v2-9-0_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}
|
|
6314
6327
|
`;
|
|
6315
6328
|
|
|
6316
6329
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -6972,7 +6985,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
6972
6985
|
|
|
6973
6986
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
6974
6987
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => defaultTheme$1);
|
|
6975
|
-
var ResponsivePopoverCss = `:host{--_ui5-v2-
|
|
6988
|
+
var ResponsivePopoverCss = `:host{--_ui5-v2-9-0_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-9-0-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-9-0_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-9-0_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
|
|
6976
6989
|
`;
|
|
6977
6990
|
|
|
6978
6991
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -7133,9 +7146,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
7133
7146
|
ResponsivePopover.define();
|
|
7134
7147
|
var ResponsivePopover$1 = ResponsivePopover;
|
|
7135
7148
|
|
|
7136
|
-
var defaultTheme = `:root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-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-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-8-0-notification_group_header-padding: .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-8-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-8-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 0;--_ui5-v2-8-0-notification_item-title-margin-bottom: 0;--_ui5-v2-8-0-notification_item-focus-offset: .1875rem;--_ui5-v2-8-0-notification_item-outline-offset: -.375rem;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-8-0-notification_item-background-color-active);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: transparent;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_root_height: 3.25rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_logo_outline_offset: -.125rem;--_ui5-v2-8-0_shellbar_outline_offset: -.25rem;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-8-0_shellbar_logo_border_radius: .5rem;--_ui5-v2-8-0_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-8-0_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-8-0_shellbar_search_button_border_radius: 50%;--_ui5-v2-8-0_shellbar_search_button_size: 1.75rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_shellbar_search_field_border: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-8-0_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-8-0_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-8-0_shellbar_input_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: solid;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_width: 16rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin);--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-8-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-8-0_side_navigation_border_right: 0;--_ui5-v2-8-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_side_navigation_triangle_display: none;--_ui5-v2-8-0_side_navigation_phone_width: 100%;--_ui5-v2-8-0_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_group_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: .375rem;--_ui5-v2-8-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-8-0_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 2rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-8-0_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-8-0_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-8-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-8-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-8-0_side_navigation_selected_border_style_color: none;--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-8-0_side_navigation_group_text_weight: bold;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: .75rem;--_ui5-v2-8-0_side_navigation_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-8-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_padding: .75rem;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: .75rem;--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 .5rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: .5rem;--_ui5-v2-8-0_side_navigation_popup_shadow_color1: color-mix(in srgb, var(--sapContent_ShadowColor) 48%, transparent);--_ui5-v2-8-0_side_navigation_popup_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-8-0_side_navigation_popup_box_shadow: 0 0 .125rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: 1.25rem;--_ui5-v2-8-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-8-0_side_navigation_selection_indicator_display: inline-block;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--ui5-v2-8-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-8-0_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 8px;--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_search_icon_border_radius: 1.125rem;--_ui5-v2-8-0_search_input_border_radius: 1.125rem;--_ui5-v2-8-0-search-border: none;--_ui5-v2-8-0-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-8-0-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-8-0-search-elements-hover-background: none;--_ui5-v2-8-0-search-elements-active-background: none;--_ui5-v2-8-0_search_input_scope_margin: 0 .125rem 0 1rem;--_ui5-v2-8-0-search-elements-background: inherit;--_ui5-v2-8-0_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_input_outline: none;--_ui5-v2-8-0_search_icon_size: 1.75rem;--_ui5-v2-8-0_search_icon_padding: .375rem;--_ui5-v2-8-0_search_icon_hover_padding: .3125rem;--_ui5-v2-8-0_search_input_start_margin: 0;--_ui5-v2-8-0_search_input_end_padding: 0;--_ui5-v2-8-0-search-input-start-padding: .5rem;--_ui5-v2-8-0-search-select-height: 1.625rem;--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}
|
|
7149
|
+
var defaultTheme = `:root{--_ui5-v2-9-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-9-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-9-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-9-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-9-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-9-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-9-0-notification_group_header-margin: 0px;--_ui5-v2-9-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-9-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-9-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-9-0-notification_item-description-margin-top: .75rem;--_ui5-v2-9-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-9-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-9-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-9-0-notification_group_header-padding: .5rem;--_ui5-v2-9-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-9-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-9-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-9-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-9-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-9-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-9-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-9-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-9-0-notification_item-content-padding: .75rem 0;--_ui5-v2-9-0-notification_item-title-margin-bottom: 0;--_ui5-v2-9-0-notification_item-focus-offset: .1875rem;--_ui5-v2-9-0-notification_item-outline-offset: -.375rem;--_ui5-v2-9-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-9-0-notification_item-background-color-active);--_ui5-v2-9-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-9-0_page_transparent_bg: transparent;--_ui5-v2-9-0_vsd_header_container: 2.75rem;--_ui5-v2-9-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-9-0_vsd_content_li_padding: .375rem;--_ui5-v2-9-0_vsd_content_height: 23.4375rem;--_ui5-v2-9-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-9-0_product_switch_item_width: 11.25rem;--_ui5-v2-9-0_product_switch_item_height: 7rem;--_ui5-v2-9-0_product_switch_item_outline_width: .0625rem;--_ui5-v2-9-0_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_product_switch_item_outline: var(--_ui5-v2-9-0_product_switch_item_outline_width) var(--_ui5-v2-9-0_product_switch_item_outline_color) dotted;--_ui5-v2-9-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-9-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-9-0_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-9-0_shellbar_search_field_width: 25rem;--_ui5-v2-9-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-9-0-shellbar-content-margin-start: .5rem;--_ui5-v2-9-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-9-0_shellbar_root_height: 3.25rem;--_ui5-v2-9-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-9-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-9-0_shellbar_logo_outline_color);--_ui5-v2-9-0_shellbar_logo_outline_offset: -.125rem;--_ui5-v2-9-0_shellbar_outline_offset: -.25rem;--_ui5-v2-9-0_shellbar_button_border: none;--_ui5-v2-9-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-9-0_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-9-0_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-9-0_shellbar_logo_border_radius: .5rem;--_ui5-v2-9-0_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-9-0_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-9-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-9-0_shellbar_logo_outline_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-9-0_shellbar_search_button_border_radius: 50%;--_ui5-v2-9-0_shellbar_search_button_size: 1.75rem;--_ui5-v2-9-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-9-0_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-9-0_shellbar_search_field_border: none;--_ui5-v2-9-0_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-9-0_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-9-0_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-9-0_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-9-0_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-9-0_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-9-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-9-0_shellbar_input_border_radius: 1.125rem;--_ui5-v2-9-0_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-9-0_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-9-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-9-0_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-9-0_TimelineItem_bubble_border_style: solid;--_ui5-v2-9-0_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-9-0_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-9-0_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-9-0_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-9-0_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-9-0_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-9-0_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-9-0_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-9-0_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-9-0_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-9-0_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-9-0_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-9-0_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-9-0_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-9-0_side_navigation_hover_border_style_color: none;--_ui5-v2-9-0_side_navigation_hover_border_width: 0;--_ui5-v2-9-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-9-0_side_navigation_item_border_style_color: none;--_ui5-v2-9-0_side_navigation_item_border_width: 0;--_ui5-v2-9-0_side_navigation_item_height: 2.75rem;--_ui5-v2-9-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-9-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-9-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-9-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-9-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-9-0_side_navigation_selected_item_border_color);--_ui5-v2-9-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-9-0_side_navigation_selected_item_border_color);--_ui5-v2-9-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-9-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-9-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-9-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-9-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-9-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-9-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-9-0_side_navigation_width: 16rem;--_ui5-v2-9-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-9-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-9-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-9-0_side_navigation_navigation_separator_margin);--_ui5-v2-9-0_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-9-0_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-9-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-9-0_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-9-0_side_navigation_border_right: 0;--_ui5-v2-9-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-9-0_side_navigation_triangle_display: none;--_ui5-v2-9-0_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-9-0_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-9-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-9-0_side_navigation_group_border_style_color: none;--_ui5-v2-9-0_side_navigation_item_border_radius: .375rem;--_ui5-v2-9-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-9-0_side_navigation_item_padding_start_in_popup: 1rem;--_ui5-v2-9-0_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5-v2-9-0_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-9-0_side_navigation_item_padding_left: 1rem;--_ui5-v2-9-0_side_navigation_no_icons_nested_item_padding: 2rem;--_ui5-v2-9-0_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-9-0_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-9-0_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-9-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-9-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-9-0_side_navigation_selected_border_style_color: none;--_ui5-v2-9-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-9-0_side_navigation_selected_border_style_color);--_ui5-v2-9-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-9-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-9-0_side_navigation_item_font_family: "72override", var(--sapFontBoldFamily);--_ui5-v2-9-0_side_navigation_group_padding: 1rem;--_ui5-v2-9-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-9-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-9-0_side_navigation_popup_padding: .5rem;--_ui5-v2-9-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-9-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-9-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-9-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-9-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-9-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-9-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-9-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-9-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-9-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--ui5-v2-9-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-9-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-9-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-9-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-9-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-9-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-9-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-9-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-9-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-9-0_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-9-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-9-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-9-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-9-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-9-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-9-0_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-9-0_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-9-0_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_wiz_tab_focus_border_radius: 8px;--_ui5-v2-9-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-9-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-9-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-9-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-9-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-9-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-9-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-9-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-9-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-9-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-9-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-9-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-9-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-9-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-9-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-9-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-9-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-9-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-9-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-9-0_search_icon_border_radius: 1.125rem;--_ui5-v2-9-0_search_input_border_radius: 1.125rem;--_ui5-v2-9-0-search-border: none;--_ui5-v2-9-0-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-9-0_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-9-0-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-9-0-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-9-0-search-elements-hover-background: none;--_ui5-v2-9-0-search-elements-active-background: none;--_ui5-v2-9-0_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-v2-9-0-search-elements-background: inherit;--_ui5-v2-9-0_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-9-0_search_input_outline: none;--_ui5-v2-9-0_search_icon_size: 1.75rem;--_ui5-v2-9-0_search_icon_padding: .375rem;--_ui5-v2-9-0_search_icon_hover_padding: .3125rem;--_ui5-v2-9-0_search_input_start_margin: 0;--_ui5-v2-9-0_search_input_end_padding: 0;--_ui5-v2-9-0-search-input-start-padding: .5rem;--_ui5-v2-9-0-search-select-height: 1.625rem;--_ui5-v2-9-0-search-icon-border: none;--_ui5-v2-9-0-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-v2-9-0-search-loading-overlay-transparency: .72;--_ui5-v2-9-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-9-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-9-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-9-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-9-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-9-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-9-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-9-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-9-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-9-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-9-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-9-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-9-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-9-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-9-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-9-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-9-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-9-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-9-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-9-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-9-0_dynamic_page_header-actions-background);--_ui5-v2-9-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-9-0_dynamic_page_header-actions-color);--_ui5-v2-9-0_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-9-0_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-9-0-notification_item-description-margin-top: .5rem;--_ui5-v2-9-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-9-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-9-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-9-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-9-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-9-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-9-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-9-0_side_navigation_item_expand_icon_hover_right: auto}
|
|
7137
7150
|
`;
|
|
7138
7151
|
|
|
7152
|
+
exports.A = A$1;
|
|
7139
7153
|
exports.AVATAR_TOOLTIP = AVATAR_TOOLTIP;
|
|
7140
7154
|
exports.BusyIndicator = BusyIndicator$1;
|
|
7141
7155
|
exports.Button = Button$1;
|
|
@@ -7143,15 +7157,19 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
7143
7157
|
exports.EMPTY_INDICATOR_SYMBOL = EMPTY_INDICATOR_SYMBOL;
|
|
7144
7158
|
exports.Fragment = Fragment;
|
|
7145
7159
|
exports.ICON_NAV_BACK = ICON_NAV_BACK;
|
|
7160
|
+
exports.ICON_OVERFLOW = ICON_OVERFLOW;
|
|
7161
|
+
exports.ICON_SEARCH = ICON_SEARCH;
|
|
7146
7162
|
exports.Icon = Icon$1;
|
|
7147
7163
|
exports.Label = Label$1;
|
|
7148
7164
|
exports.List = List$1;
|
|
7149
7165
|
exports.ListItem = ListItem$1;
|
|
7166
|
+
exports.ListItemBase = ListItemBase$1;
|
|
7150
7167
|
exports.ListItemTemplate = ListItemTemplate;
|
|
7151
7168
|
exports.MENU_BACK_BUTTON_ARIA_LABEL = MENU_BACK_BUTTON_ARIA_LABEL;
|
|
7152
7169
|
exports.MENU_CLOSE_BUTTON_ARIA_LABEL = MENU_CLOSE_BUTTON_ARIA_LABEL;
|
|
7153
7170
|
exports.MENU_POPOVER_ACCESSIBLE_NAME = MENU_POPOVER_ACCESSIBLE_NAME;
|
|
7154
7171
|
exports.PANEL_ICON = PANEL_ICON;
|
|
7172
|
+
exports.Popover = Popover$1;
|
|
7155
7173
|
exports.ResponsivePopover = ResponsivePopover$1;
|
|
7156
7174
|
exports.TAG_DESCRIPTION_TAG = TAG_DESCRIPTION_TAG;
|
|
7157
7175
|
exports.TAG_ERROR = TAG_ERROR;
|
|
@@ -7162,15 +7180,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
7162
7180
|
exports.Title = Title$1;
|
|
7163
7181
|
exports.d = d$4;
|
|
7164
7182
|
exports.declineIcon = declineIcon;
|
|
7165
|
-
exports.defaultTheme = defaultTheme
|
|
7166
|
-
exports.defaultTheme$1 = defaultTheme;
|
|
7183
|
+
exports.defaultTheme = defaultTheme;
|
|
7184
|
+
exports.defaultTheme$1 = defaultTheme$1;
|
|
7167
7185
|
exports.defaultThemeBase = defaultThemeBase;
|
|
7168
7186
|
exports.e = e$2;
|
|
7169
7187
|
exports.edit = edit;
|
|
7170
7188
|
exports.i = i$4;
|
|
7171
7189
|
exports.jsx = jsx;
|
|
7172
7190
|
exports.jsxs = jsxs;
|
|
7173
|
-
exports.l = l$4;
|
|
7174
7191
|
exports.slimArrowRight = slimArrowRight;
|
|
7175
7192
|
exports.t = t$3;
|
|
7176
7193
|
|