@sapui5/sap.ushell 1.139.0 → 1.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
- package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +0 -1
- package/src/main/js/sap/ushell/Container.js +1 -1
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/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 -2
- package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +35 -28
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- 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/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/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/performance/Extension.js +147 -0
- package/src/main/js/sap/ushell/api/performance/NavigationSource.js +86 -0
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +22 -79
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +5 -11
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +11 -9
- package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +82 -30
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +225 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +188 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +721 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/EnvironmentHandler.js +347 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/ExtensionHandler.js +573 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +206 -0
- package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/MessageBrokerHandler.js +13 -0
- package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/NWBCHandler.js +12 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +648 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +141 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler.js +146 -0
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +0 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +249 -95
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +98 -77
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +74 -80
- package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +30 -26
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +32 -29
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +2 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +10 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +5 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +15 -15
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +4 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +4 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +192 -219
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +11 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +16 -16
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +15 -15
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +4 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +19 -19
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +10 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +16 -18
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +4 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +9 -9
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +8 -8
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +8 -8
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +16 -16
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +4 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +7 -7
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +6 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +20 -22
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +7 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +7 -7
- 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 +9 -9
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +8 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +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 +18 -18
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +25 -16
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +14 -1
- package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +9 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +234 -108
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +2 -3
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +7 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +11 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +2 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +8 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +13 -0
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +0 -6
- package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +32 -5
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +17 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +1 -0
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +1 -0
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +12 -2
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +12 -2
- package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +157 -152
- package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +2 -2
- package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +23 -22
- package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +4 -2
- package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +5 -5
- package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +106 -102
- package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +8 -7
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +96 -53
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +63 -52
- package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +4 -2
- package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +2 -1
- package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +2 -2
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +10 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +5 -4
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -10
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -12
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -32
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +96 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -6
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -4
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -10
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +5 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -16
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -2
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +5 -10
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -16
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigation/NavigationState.js +0 -3
- package/src/main/js/sap/ushell/navigationMode.js +5 -5
- package/src/main/js/sap/ushell/override.js +1 -2
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +53 -15
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +19 -10
- package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +2 -0
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
- package/src/main/js/sap/ushell/renderer/NavContainer.js +7 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
- package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +200 -0
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
- package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -18
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +38 -31
- package/src/main/js/sap/ushell/services/AllMyApps.js +0 -2
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -12
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/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 +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +3 -3
- 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 +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +21 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +5 -16
- 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 +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +3 -2
- package/src/main/js/sap/ushell/services/Notifications.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/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 +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLParsing.js +8 -8
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +6 -6
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
- package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
- 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/StrategyFactory/HeadEndItemsStrategy.js +7 -0
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -10
- package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Button2.js +68 -17
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/Icon.js +24 -5
- package/src/main/js/sap/ushell/thirdparty/Icons.js +47 -46
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +1292 -0
- package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/List.js +48 -65
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +19 -7
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +31 -17
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +235 -67
- package/src/main/js/sap/ushell/thirdparty/Menu.js +9 -10
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +48 -14
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +14 -5
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +43 -29
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +22 -5
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +37 -34
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +169 -53
- package/src/main/js/sap/ushell/thirdparty/Tag.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +5 -52
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +9 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -717
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +777 -582
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +593 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +777 -582
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +593 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -717
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +777 -582
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +593 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +53 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +52 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +51 -6
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
- 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/getEffectiveScrollbarStyle.js +33 -0
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +110 -145
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +152 -104
- package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +4 -1
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +8 -0
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +51 -38
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +12 -12
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +24 -24
- package/src/main/js/sap/ushell/ui/QuickAccess.js +12 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +7 -4
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- 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/UrlParsing.js +4 -4
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +69 -70
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +0 -121
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +0 -631
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +0 -1541
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +0 -40
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +0 -7
- /package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/ExtensionItems.js +0 -0
|
@@ -1,150 +1,115 @@
|
|
|
1
1
|
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const NOTIFICATION_LIST_ACCESSIBLE_NAME = { key: "NOTIFICATION_LIST_ACCESSIBLE_NAME", defaultText: "Notifications" };
|
|
4
|
+
const NOTIFICATION_LIST_ITEM_SHOW_MORE = { key: "NOTIFICATION_LIST_ITEM_SHOW_MORE", defaultText: "More" };
|
|
5
|
+
const NOTIFICATION_LIST_ITEM_SHOW_LESS = { key: "NOTIFICATION_LIST_ITEM_SHOW_LESS", defaultText: "Less" };
|
|
6
|
+
const NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE = { key: "NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE", defaultText: "Actions" };
|
|
7
|
+
const NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL = { key: "NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL", defaultText: "More button. Show the full texts" };
|
|
8
|
+
const NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE = { key: "NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE", defaultText: "Less button. Show the texts with truncation" };
|
|
9
|
+
const NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE = { key: "NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE", defaultText: "Close" };
|
|
10
|
+
const NOTIFICATION_LIST_ITEM_LOADING = { key: "NOTIFICATION_LIST_ITEM_LOADING", defaultText: "Loading" };
|
|
11
|
+
const NOTIFICATION_LIST_ITEM_READ = { key: "NOTIFICATION_LIST_ITEM_READ", defaultText: "Read" };
|
|
12
|
+
const NOTIFICATION_LIST_ITEM_UNREAD = { key: "NOTIFICATION_LIST_ITEM_UNREAD", defaultText: "Unread" };
|
|
13
|
+
const NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT = { key: "NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT", defaultText: "Status Information" };
|
|
14
|
+
const NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT = { key: "NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT", defaultText: "Status Positive" };
|
|
15
|
+
const NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT = { key: "NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT", defaultText: "Status Negative" };
|
|
16
|
+
const NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT = { key: "NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT", defaultText: "Status Critical" };
|
|
17
|
+
const NOTIFICATION_LIST_ITEM_IMPORTANT_TXT = { key: "NOTIFICATION_LIST_ITEM_IMPORTANT_TXT", defaultText: "Important" };
|
|
18
|
+
const NOTIFICATION_LIST_GROUP_ITEM_TXT = { key: "NOTIFICATION_LIST_GROUP_ITEM_TXT", defaultText: "Notification Group" };
|
|
19
|
+
const NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE = { key: "NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE", defaultText: "Expand/Collapse" };
|
|
20
|
+
const NOTIFICATION_LIST_GROUP_COLLAPSED = { key: "NOTIFICATION_LIST_GROUP_COLLAPSED", defaultText: "Collapsed" };
|
|
21
|
+
const NOTIFICATION_LIST_GROUP_EXPANDED = { key: "NOTIFICATION_LIST_GROUP_EXPANDED", defaultText: "Expanded" };
|
|
22
|
+
const SHELLBAR_LABEL = { key: "SHELLBAR_LABEL", defaultText: "Shell Bar" };
|
|
23
|
+
const SHELLBAR_LOGO = { key: "SHELLBAR_LOGO", defaultText: "Logo" };
|
|
24
|
+
const SHELLBAR_LOGO_AREA = { key: "SHELLBAR_LOGO_AREA", defaultText: "{0} {1}" };
|
|
25
|
+
const SHELLBAR_ADDITIONAL_CONTEXT = { key: "SHELLBAR_ADDITIONAL_CONTEXT", defaultText: "Additional Info" };
|
|
26
|
+
const SHELLBAR_SEARCHFIELD_DESCRIPTION = { key: "SHELLBAR_SEARCHFIELD_DESCRIPTION", defaultText: "Search results will be shown in the main area" };
|
|
27
|
+
const SHELLBAR_NOTIFICATIONS = { key: "SHELLBAR_NOTIFICATIONS", defaultText: "{0} Notifications" };
|
|
28
|
+
const SHELLBAR_NOTIFICATIONS_NO_COUNT = { key: "SHELLBAR_NOTIFICATIONS_NO_COUNT", defaultText: "Notifications" };
|
|
29
|
+
const SHELLBAR_PROFILE = { key: "SHELLBAR_PROFILE", defaultText: "Profile" };
|
|
30
|
+
const SHELLBAR_PRODUCTS = { key: "SHELLBAR_PRODUCTS", defaultText: "Products" };
|
|
31
|
+
const SHELLBAR_PRODUCT_SWITCH_BTN = { key: "SHELLBAR_PRODUCT_SWITCH_BTN", defaultText: "Product Switcher" };
|
|
32
|
+
const SHELLBAR_SEARCH = { key: "SHELLBAR_SEARCH", defaultText: "Search" };
|
|
33
|
+
const SHELLBAR_SEARCH_FIELD = { key: "SHELLBAR_SEARCH_FIELD", defaultText: "Search Field" };
|
|
34
|
+
const SHELLBAR_SEARCH_BTN_OPEN = { key: "SHELLBAR_SEARCH_BTN_OPEN", defaultText: "Open Search" };
|
|
35
|
+
const SEARCH_ITEM_DELETE_BUTTON = { key: "SEARCH_ITEM_DELETE_BUTTON", defaultText: "Remove Suggestion" };
|
|
36
|
+
const SHELLBAR_OVERFLOW = { key: "SHELLBAR_OVERFLOW", defaultText: "More" };
|
|
37
|
+
const SHELLBAR_CANCEL = { key: "SHELLBAR_CANCEL", defaultText: "Cancel" };
|
|
38
|
+
const IM_TITLE_BEFORESEARCH = { key: "IM_TITLE_BEFORESEARCH", defaultText: "Let''s get some results" };
|
|
39
|
+
const IM_SUBTITLE_BEFORESEARCH = { key: "IM_SUBTITLE_BEFORESEARCH", defaultText: "Start by providing your search criteria." };
|
|
40
|
+
const SEARCH_FIELD_SCOPE_SELECT_LABEL = { key: "SEARCH_FIELD_SCOPE_SELECT_LABEL", defaultText: "Select Scope" };
|
|
41
|
+
const SEARCH_FIELD_LABEL = { key: "SEARCH_FIELD_LABEL", defaultText: "Search Field" };
|
|
42
|
+
const SEARCH_FIELD_CLEAR_ICON = { key: "SEARCH_FIELD_CLEAR_ICON", defaultText: "Clear Search" };
|
|
43
|
+
const SEARCH_FIELD_SEARCH_ICON = { key: "SEARCH_FIELD_SEARCH_ICON", defaultText: "Search" };
|
|
44
|
+
const SHELLBAR_SEARCH_COLLAPSED = { key: "SHELLBAR_SEARCH_COLLAPSED", defaultText: "Open Search" };
|
|
45
|
+
const SHELLBAR_SEARCH_EXPANDED = { key: "SHELLBAR_SEARCH_EXPANDED", defaultText: "Collapse Search" };
|
|
46
|
+
const SEARCH_CANCEL_BUTTON = { key: "SEARCH_CANCEL_BUTTON", defaultText: "Cancel" };
|
|
47
|
+
const SEARCH_SUGGESTIONS = { key: "SEARCH_SUGGESTIONS", defaultText: "Suggestions" };
|
|
48
|
+
const USER_MENU_OTHER_ACCOUNT_BUTTON_TXT = { key: "USER_MENU_OTHER_ACCOUNT_BUTTON_TXT", defaultText: "Other Accounts" };
|
|
49
|
+
const USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT = { key: "USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT", defaultText: "Manage Account" };
|
|
50
|
+
const USER_MENU_SIGN_OUT_BUTTON_TXT = { key: "USER_MENU_SIGN_OUT_BUTTON_TXT", defaultText: "Sign Out" };
|
|
51
|
+
const USER_MENU_EDIT_AVATAR_TXT = { key: "USER_MENU_EDIT_AVATAR_TXT", defaultText: "Edit avatar" };
|
|
52
|
+
const USER_MENU_EDIT_ACCOUNTS_TXT = { key: "USER_MENU_EDIT_ACCOUNTS_TXT", defaultText: "Edit accounts" };
|
|
53
|
+
const USER_MENU_POPOVER_ACCESSIBLE_NAME = { key: "USER_MENU_POPOVER_ACCESSIBLE_NAME", defaultText: "User menu for" };
|
|
54
|
+
const USER_MENU_CLOSE_DIALOG_BUTTON = { key: "USER_MENU_CLOSE_DIALOG_BUTTON", defaultText: "Decline" };
|
|
55
|
+
const USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT = { key: "USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT", defaultText: "Selected" };
|
|
56
|
+
const USER_MENU_CURRENT_INFORMATION_TXT = { key: "USER_MENU_CURRENT_INFORMATION_TXT", defaultText: "Current user information" };
|
|
57
|
+
const USER_MENU_ACTIONS_TXT = { key: "USER_MENU_ACTIONS_TXT", defaultText: "Actions" };
|
|
4
58
|
|
|
5
|
-
var defaultTheme = `:root{--ui5-v2-13-0-rc-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var();--ui5-v2-13-0-rc-0-avatar-initials-color: var(--sapContent_ImagePlaceholderForegroundColor);--ui5-v2-13-0-rc-0-avatar-border-radius-img-deduction: .0625rem;--ui5-v2-13-0-rc-0-avatar-optional-border: .0625rem solid var(--sapGroup_ContentBorderColor);--ui5-v2-13-0-rc-0-avatar-placeholder: var(--sapContent_ImagePlaceholderBackground);--ui5-v2-13-0-rc-0-avatar-placeholder-color: var(--ui5-v2-13-0-rc-0-avatar-initials-color);--_ui5-v2-13-0-rc-0_avatar_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_avatar_overflow_button_focus_offset: .0625rem;--ui5-v2-13-0-rc-0-avatar-hover-box-shadow-offset: 0px 0px 0px .0625rem var(--sapAvatar_Hover_BorderColor);--_ui5-v2-13-0-rc-0_avatar_focus_offset: .1875rem;--ui5-v2-13-0-rc-0-avatar-initials-border: .0625rem solid var(--sapAvatar_1_BorderColor);--ui5-v2-13-0-rc-0-avatar-border-radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-13-0-rc-0_avatar_fontsize_XS: 1rem;--_ui5-v2-13-0-rc-0_avatar_fontsize_S: 1.125rem;--_ui5-v2-13-0-rc-0_avatar_fontsize_M: 1.5rem;--_ui5-v2-13-0-rc-0_avatar_fontsize_L: 2.25rem;--_ui5-v2-13-0-rc-0_avatar_fontsize_XL: 3rem;--ui5-v2-13-0-rc-0-avatar-accent1: var(--sapAvatar_1_Background);--ui5-v2-13-0-rc-0-avatar-accent2: var(--sapAvatar_2_Background);--ui5-v2-13-0-rc-0-avatar-accent3: var(--sapAvatar_3_Background);--ui5-v2-13-0-rc-0-avatar-accent4: var(--sapAvatar_4_Background);--ui5-v2-13-0-rc-0-avatar-accent5: var(--sapAvatar_5_Background);--ui5-v2-13-0-rc-0-avatar-accent6: var(--sapAvatar_6_Background);--ui5-v2-13-0-rc-0-avatar-accent7: var(--sapAvatar_7_Background);--ui5-v2-13-0-rc-0-avatar-accent8: var(--sapAvatar_8_Background);--ui5-v2-13-0-rc-0-avatar-accent9: var(--sapAvatar_9_Background);--ui5-v2-13-0-rc-0-avatar-accent10: var(--sapAvatar_10_Background);--ui5-v2-13-0-rc-0-avatar-accent1-color: var(--sapAvatar_1_TextColor);--ui5-v2-13-0-rc-0-avatar-accent2-color: var(--sapAvatar_2_TextColor);--ui5-v2-13-0-rc-0-avatar-accent3-color: var(--sapAvatar_3_TextColor);--ui5-v2-13-0-rc-0-avatar-accent4-color: var(--sapAvatar_4_TextColor);--ui5-v2-13-0-rc-0-avatar-accent5-color: var(--sapAvatar_5_TextColor);--ui5-v2-13-0-rc-0-avatar-accent6-color: var(--sapAvatar_6_TextColor);--ui5-v2-13-0-rc-0-avatar-accent7-color: var(--sapAvatar_7_TextColor);--ui5-v2-13-0-rc-0-avatar-accent8-color: var(--sapAvatar_8_TextColor);--ui5-v2-13-0-rc-0-avatar-accent9-color: var(--sapAvatar_9_TextColor);--ui5-v2-13-0-rc-0-avatar-accent10-color: var(--sapAvatar_10_TextColor);--ui5-v2-13-0-rc-0-avatar-accent1-border-color: var(--sapAvatar_1_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent2-border-color: var(--sapAvatar_2_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent3-border-color: var(--sapAvatar_3_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent4-border-color: var(--sapAvatar_4_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent5-border-color: var(--sapAvatar_5_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent6-border-color: var(--sapAvatar_6_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent7-border-color: var(--sapAvatar_7_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent8-border-color: var(--sapAvatar_8_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent9-border-color: var(--sapAvatar_9_BorderColor);--ui5-v2-13-0-rc-0-avatar-accent10-border-color: var(--sapAvatar_10_BorderColor);--_ui5-v2-13-0-rc-0_avatar_icon_XS: var(--_ui5-v2-13-0-rc-0_avatar_fontsize_XS);--_ui5-v2-13-0-rc-0_avatar_icon_S: var(--_ui5-v2-13-0-rc-0_avatar_fontsize_S);--_ui5-v2-13-0-rc-0_avatar_icon_M: var(--_ui5-v2-13-0-rc-0_avatar_fontsize_M);--_ui5-v2-13-0-rc-0_avatar_icon_L: var(--_ui5-v2-13-0-rc-0_avatar_fontsize_L);--_ui5-v2-13-0-rc-0_avatar_icon_XL: var(--_ui5-v2-13-0-rc-0_avatar_fontsize_XL);--_ui5-v2-13-0-rc-0_avatar_group_button_focus_border: none;--_ui5-v2-13-0-rc-0_avatar_group_padding: .3rem;--_ui5-v2-13-0-rc-0_avatar_group_focus_border_radius: .375rem;--_ui5-v2-13-0-rc-0-tag-height: 1rem;--_ui5-v2-13-0-rc-0-tag-icon-width: .75rem;--ui5-v2-13-0-rc-0-tag-text-shadow: var(--sapContent_TextShadow);--ui5-v2-13-0-rc-0-tag-contrast-text-shadow: var(--sapContent_ContrastTextShadow);--ui5-v2-13-0-rc-0-tag-information-text-shadow: var(--ui5-v2-13-0-rc-0-tag-text-shadow);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-border: var(--sapIndicationColor_1b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-hover-background: var(--sapIndicationColor_1b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-color: var(--sapIndicationColor_1_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-background: var(--sapIndicationColor_1_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-border: var(--sapIndicationColor_1_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-border: var(--sapIndicationColor_2b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-hover-background: var(--sapIndicationColor_2b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-color: var(--sapIndicationColor_2_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-background: var(--sapIndicationColor_2_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-border: var(--sapIndicationColor_2_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-border: var(--sapIndicationColor_3b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-hover-background: var(--sapIndicationColor_3b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-color: var(--sapIndicationColor_3_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-background: var(--sapIndicationColor_3_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-border: var(--sapIndicationColor_3_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-border: var(--sapIndicationColor_4b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-hover-background: var(--sapIndicationColor_4b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-color: var(--sapIndicationColor_4_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-background: var(--sapIndicationColor_4_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-border: var(--sapIndicationColor_4_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-border: var(--sapIndicationColor_5b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-hover-background: var(--sapIndicationColor_5b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-color: var(--sapIndicationColor_5_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-background: var(--sapIndicationColor_5_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-border: var(--sapIndicationColor_5_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-border: var(--sapIndicationColor_6b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-hover-background: var(--sapIndicationColor_6b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-color: var(--sapIndicationColor_6_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-background: var(--sapIndicationColor_6_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-border: var(--sapIndicationColor_6_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-border: var(--sapIndicationColor_7b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-hover-background: var(--sapIndicationColor_7b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-color: var(--sapIndicationColor_7_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-background: var(--sapIndicationColor_7_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-border: var(--sapIndicationColor_7_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-border: var(--sapIndicationColor_8b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-hover-background: var(--sapIndicationColor_8b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-color: var(--sapIndicationColor_8_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-background: var(--sapIndicationColor_8_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-border: var(--sapIndicationColor_8_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-border: var(--sapIndicationColor_9b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-hover-background: var(--sapIndicationColor_9b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-color: var(--sapIndicationColor_9_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-background: var(--sapIndicationColor_9_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-border: var(--sapIndicationColor_9_Active_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-border: var(--sapIndicationColor_10b_BorderColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-hover-background: var(--sapIndicationColor_10b_Hover_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-color: var(--sapIndicationColor_10_Active_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-background: var(--sapIndicationColor_10_Active_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-border: var(--sapIndicationColor_10_Active_BorderColor);--_ui5-v2-13-0-rc-0-tag-height_size_l: 1.5rem;--_ui5-v2-13-0-rc-0-tag-min-width_size_l: 1.75rem;--_ui5-v2-13-0-rc-0-tag-font-size_size_l: 1.25rem;--_ui5-v2-13-0-rc-0-tag-icon_min_width_size_l: 1.25rem;--_ui5-v2-13-0-rc-0-tag-icon_min_height_size_l:1.25rem;--_ui5-v2-13-0-rc-0-tag-icon_height_size_l: 1.25rem;--_ui5-v2-13-0-rc-0-tag-text_padding_size_l: .125rem .25rem;--_ui5-v2-13-0-rc-0-tag-text-padding: .1875rem .25rem;--_ui5-v2-13-0-rc-0-tag-padding-inline-icon-only: .313rem;--_ui5-v2-13-0-rc-0-tag-text-transform: none;--_ui5-v2-13-0-rc-0-tag-icon-gap: .25rem;--_ui5-v2-13-0-rc-0-tag-font-weight: normal;--_ui5-v2-13-0-rc-0-tag-letter-spacing: normal;--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-color: var(--sapIndicationColor_1b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-background: var(--sapIndicationColor_1b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-color: var(--sapIndicationColor_2b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-background: var(--sapIndicationColor_2b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-color: var(--sapIndicationColor_3b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-background: var(--sapIndicationColor_3b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-color: var(--sapIndicationColor_4b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-background: var(--sapIndicationColor_4b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-color: var(--sapIndicationColor_5b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-background: var(--sapIndicationColor_5b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-color: var(--sapIndicationColor_6b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-background: var(--sapIndicationColor_6b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-color: var(--sapIndicationColor_7b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-background: var(--sapIndicationColor_7b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-color: var(--sapIndicationColor_8b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-background: var(--sapIndicationColor_8b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-color: var(--sapIndicationColor_9b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-background: var(--sapIndicationColor_9b_Background);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-color: var(--sapIndicationColor_10b_TextColor);--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-background: var(--sapIndicationColor_10b_Background);--_ui5-v2-13-0-rc-0_bar_base_height: 2.75rem;--_ui5-v2-13-0-rc-0_bar_subheader_height: 3rem;--_ui5-v2-13-0-rc-0_bar-start-container-padding-start: 1rem;--_ui5-v2-13-0-rc-0_bar-mid-container-padding-start-end: .5rem;--_ui5-v2-13-0-rc-0_bar-end-container-padding-end: 1rem;--_ui5-v2-13-0-rc-0_bar_subheader_margin-top: -.0625rem;--_ui5-v2-13-0-rc-0_breadcrumbs_margin: 0 0 .5rem 0;--_ui5-v2-13-0-rc-0_busy_indicator_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_busy_indicator_color: var(--sapContent_BusyColor);--_ui5-v2-13-0-rc-0-button-badge-diameter: .75rem;--_ui5-v2-13-0-rc-0-calendar-legend-root-padding: .75rem;--_ui5-v2-13-0-rc-0-calendar-legend-root-width: 18.5rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-root-width: 7.75rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-root-focus-border: var(--sapContent_FocusWidth) solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0-calendar-legend-item-box-dot-display: block;--_ui5-v2-13-0-rc-0_card_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-13-0-rc-0_card_header_border_color: var(--sapTile_SeparatorColor);--_ui5-v2-13-0-rc-0_card_header_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_card_header_focus_bottom_radius: 0px;--_ui5-v2-13-0-rc-0_card_header_title_font_weight: normal;--_ui5-v2-13-0-rc-0_card_header_subtitle_margin_top: .25rem;--_ui5-v2-13-0-rc-0_card_hover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-13-0-rc-0_card_header_focus_offset: 0px;--_ui5-v2-13-0-rc-0_card_header_focus_radius: var(--_ui5-v2-13-0-rc-0_card_border-radius);--_ui5-v2-13-0-rc-0_card_header_title_font_family: var(--sapFontHeaderFamily);--_ui5-v2-13-0-rc-0_card_header_title_font_size: var(--sapFontHeader6Size);--_ui5-v2-13-0-rc-0_card_header_hover_bg: var(--sapTile_Hover_Background);--_ui5-v2-13-0-rc-0_card_header_active_bg: var(--sapTile_Active_Background);--_ui5-v2-13-0-rc-0_card_header_border: none;--_ui5-v2-13-0-rc-0_card_border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-13-0-rc-0_card_header_padding: 1rem 1rem .75rem 1rem;--_ui5-v2-13-0-rc-0_card_border: none;--ui5-v2-13-0-rc-0_carousel_background_color_solid: var(--sapGroup_ContentBackground);--ui5-v2-13-0-rc-0_carousel_background_color_translucent: var(--sapBackgroundColor);--ui5-v2-13-0-rc-0_carousel_button_size: 2.5rem;--ui5-v2-13-0-rc-0_carousel_inactive_dot_size: .25rem;--ui5-v2-13-0-rc-0_carousel_inactive_dot_margin: 0 .375rem;--ui5-v2-13-0-rc-0_carousel_inactive_dot_border: 1px solid var(--sapContent_ForegroundBorderColor);--ui5-v2-13-0-rc-0_carousel_inactive_dot_background: var(--sapContent_ForegroundBorderColor);--ui5-v2-13-0-rc-0_carousel_active_dot_border: 1px solid var(--sapContent_Selected_ForegroundColor);--ui5-v2-13-0-rc-0_carousel_active_dot_background: var(--sapContent_Selected_ForegroundColor);--ui5-v2-13-0-rc-0_carousel_navigation_button_active_box_shadow: none;--_ui5-v2-13-0-rc-0_checkbox_transition: unset;--_ui5-v2-13-0-rc-0_checkbox_border_radius: 0;--_ui5-v2-13-0-rc-0_checkbox_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_checkbox_outer_hover_background: transparent;--_ui5-v2-13-0-rc-0_checkbox_inner_width_height: 1.375rem;--_ui5-v2-13-0-rc-0_checkbox_inner_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_inner_background: var(--sapField_Background);--_ui5-v2-13-0-rc-0_checkbox_wrapped_focus_padding: .5rem;--_ui5-v2-13-0-rc-0_checkbox_wrapped_focus_inset_block: var(--_ui5-v2-13-0-rc-0_checkbox_focus_position);--_ui5-v2-13-0-rc-0_checkbox_compact_wrapper_padding: .5rem;--_ui5-v2-13-0-rc-0_checkbox_compact_width_height: 2rem;--_ui5-v2-13-0-rc-0_checkbox_compact_inner_size: 1rem;--_ui5-v2-13-0-rc-0_checkbox_compact_focus_position: .375rem;--_ui5-v2-13-0-rc-0_checkbox_label_offset: var(--_ui5-v2-13-0-rc-0_checkbox_wrapper_padding);--_ui5-v2-13-0-rc-0_checkbox_disabled_label_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_checkbox_default_focus_border: none;--_ui5-v2-13-0-rc-0_checkbox_focus_outline_display: block;--_ui5-v2-13-0-rc-0_checkbox_wrapper_padding: .6875rem;--_ui5-v2-13-0-rc-0_checkbox_width_height: 2.75rem;--_ui5-v2-13-0-rc-0_checkbox_label_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_checkbox_inner_border: solid var(--sapField_BorderWidth) var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_inner_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-13-0-rc-0_checkbox_checkmark_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-13-0-rc-0_checkbox_hover_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_inner_hover_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_inner_hover_checked_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_inner_selected_border_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_inner_active_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_checkbox_active_background: var(--sapContent_Selected_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_inner_readonly_border: var(--sapElement_BorderWidth) var(--sapField_ReadOnly_BorderColor) dashed;--_ui5-v2-13-0-rc-0_checkbox_inner_error_border: var(--sapField_InvalidBorderWidth) solid var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_checkbox_inner_error_background_hover: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_inner_warning_border: var(--sapField_WarningBorderWidth) solid var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_checkbox_inner_warning_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_checkbox_inner_warning_background_hover: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_checkmark_warning_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_checkbox_inner_success_border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_checkbox_inner_success_background_hover: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_inner_information_color: var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_checkbox_inner_information_border: var(--sapField_InformationBorderWidth) solid var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_checkbox_inner_information_background_hover: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_checkbox_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-13-0-rc-0_checkbox_focus_position: .3125rem;--_ui5-v2-13-0-rc-0_checkbox_focus_border_radius: .5rem;--_ui5-v2-13-0-rc-0_checkbox_right_focus_distance: var(--_ui5-v2-13-0-rc-0_checkbox_focus_position);--_ui5-v2-13-0-rc-0_color-palette-item-after-focus-inset: .0625rem;--_ui5-v2-13-0-rc-0_color-palette-item-outer-border-radius: .25rem;--_ui5-v2-13-0-rc-0_color-palette-item-inner-border-radius: .1875rem;--_ui5-v2-13-0-rc-0_color-palette-item-after-not-focus-color: .0625rem solid var(--sapGroup_ContentBackground);--_ui5-v2-13-0-rc-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-13-0-rc-0_color-palette-row-height: 9.5rem;--_ui5-v2-13-0-rc-0_color-palette-button-height: 3rem;--_ui5-v2-13-0-rc-0_color-palette-item-before-focus-color: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_color-palette-item-before-focus-inset: -.3125rem;--_ui5-v2-13-0-rc-0_color-palette-item-before-focus-hover-inset: -.0625rem;--_ui5-v2-13-0-rc-0_color-palette-item-after-focus-color: .0625rem solid var(--sapContent_ContrastFocusColor);--_ui5-v2-13-0-rc-0_color-palette-item-after-focus-hover-inset: .0625rem;--_ui5-v2-13-0-rc-0_color-palette-item-before-focus-border-radius: .4375rem;--_ui5-v2-13-0-rc-0_color-palette-item-after-focus-border-radius: .3125rem;--_ui5-v2-13-0-rc-0_color-palette-item-hover-outer-border-radius: .4375rem;--_ui5-v2-13-0-rc-0_color-palette-item-hover-inner-border-radius: .375rem;--_ui5-v2-13-0-rc-0_color-palette-item-selected-focused-border-before: -.0625rem;--_ui5-v2-13-0-rc-0_color-palette-item-after-focus-not-selected-border: none;--_ui5-v2-13-0-rc-0_color-palette-item-selected-focused-border: none;--_ui5-v2-13-0-rc-0_color-palette-item-mobile-focus-sides-inset: -.375rem -.375rem;--_ui5-v2-13-0-rc-0-color-palette-item-mobile-focus-inset: 0px;--_ui5-v2-13-0-rc-0_color-palette-item-after-mobile-focus-border: none;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_box_shadow: inset 0 0 0 .125rem var(--sapContent_ContrastShadowColor);--_ui5-v2-13-0-rc-0_color_picker_slider_handle_inner_border_color: #fff;--_ui5-v2-13-0-rc-0_color_picker_circle_outer_border: .0625rem solid var(--sapContent_ContrastShadowColor);--_ui5-v2-13-0-rc-0_color_picker_circle_inner_border: var(--sapField_Picker_BorderWidth) solid var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_color_picker_circle_inner_circle_size: .5625rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_container_margin_top: none;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_border: .125rem solid var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_color_picker_slider_handle_outline_hover: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_color_picker_slider_handle_outline_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_color_picker_slider_handle_inline_focus: 1px solid var(--sapContent_ContrastFocusColor);--_ui5-v2-13-0-rc-0-datepicker-hover-background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0-datepicker_border_radius: .25rem;--_ui5-v2-13-0-rc-0_daypicker_item_margin: 2px;--_ui5-v2-13-0-rc-0_daypicker_item_border: none;--_ui5-v2-13-0-rc-0_daypicker_item_selected_border_color: var(--sapList_Background);--_ui5-v2-13-0-rc-0_daypicker_daynames_container_height: 2rem;--_ui5-v2-13-0-rc-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-13-0-rc-0_daypicker_item_othermonth_background_color: var(--sapList_Background);--_ui5-v2-13-0-rc-0_daypicker_item_othermonth_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_daypicker_item_othermonth_hover_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_daypicker_item_selected_background: transparent;--_ui5-v2-13-0-rc-0_daypicker_item_selected_between_hover_background: var(--sapList_Hover_SelectionBackground);--_ui5-v2-13-0-rc-0_daypicker_item_now_not_selected_inset: 0;--_ui5-v2-13-0-rc-0_daypicker_item_now_border_color: var(--sapLegend_CurrentDateTime);--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_border_radios: .25rem;--_ui5-v2-13-0-rc-0_daypicker_special_day_top: 2.5rem;--_ui5-v2-13-0-rc-0_daypicker_special_day_before_border_color: var(--sapList_Background);--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_border_bottom_radius: 0;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_after_border_width: .125rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_dot: .375rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_top: 2rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_right: 1.4375rem;--_ui5-v2-13-0-rc-0_daypicker_item_border_radius: .4375rem;--_ui5-v2-13-0-rc-0_daypicker_item_selected_border: .0625rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-13-0-rc-0_daypicker_item_not_selected_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_daypicker_item_selected_focus_color: var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_daypicker_item_selected_focus_width: .125rem;--_ui5-v2-13-0-rc-0_daypicker_item_no_selected_inset: .375rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_border_focus_after: .125rem solid var(--sapList_SelectionBorderColor);--_ui5-v2-13-0-rc-0_daypicker_item_now_border_radius_focus_after: .3125rem;--_ui5-v2-13-0-rc-0_day_picker_item_selected_now_border_focus: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_day_picker_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-13-0-rc-0_daypicker_dayname_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_daypicker_weekname_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_daypicker_item_selected_daytext_hover_background: transparent;--_ui5-v2-13-0-rc-0_daypicker_item_border_radius_item: .5rem;--_ui5-v2-13-0-rc-0_daypicker_item_border_radius_focus_after: .1875rem;--_ui5-v2-13-0-rc-0_daypicker_item_selected_between_border: .5rem;--_ui5-v2-13-0-rc-0_daypicker_item_selected_between_background: var(--sapList_SelectionBackgroundColor);--_ui5-v2-13-0-rc-0_daypicker_item_selected_between_text_font: var(--sapFontFamily);--_ui5-v2-13-0-rc-0_daypicker_item_selected_text_font: var(--sapFontBoldFamily);--_ui5-v2-13-0-rc-0_daypicker_item_now_box_shadow: inset 0 0 0 .35rem var(--sapList_Background);--_ui5-v2-13-0-rc-0_daypicker_item_selected_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_outline_offset: -.25rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_between_inset: .25rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_between_border: .0625rem solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_between_border_radius: .1875rem;--_ui5-v2-13-0-rc-0_daypicker_item_select_between_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-13-0-rc-0_daypicker_item_weeekend_filter: brightness(105%);--_ui5-v2-13-0-rc-0_daypicker_item_selected_hover: var(--sapList_Hover_Background);--_ui5-v2-13-0-rc-0_daypicker_item_now_inset: .3125rem;--_ui5-v2-13-0-rc-0-dp-item_withsecondtype_border: .25rem;--_ui5-v2-13-0-rc-0_daypicker_item_selected__secondary_type_text_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_now_day_text_content: "";--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_now_selected_border_width: .125rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_border_radius: .5rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_border_focus_border_radius: .375rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_no_selected_inset: 0;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_selected_now_border_radius_focus: .1875rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_no_selected_focus_inset: .1875rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_no_select_focus_border_radius: .3125rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_now_inset: .3125rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_now_selected_border_inset: .125rem;--_ui5-v2-13-0-rc-0_daypicker_selected_item_special_day_width: calc(100% - .125rem) ;--_ui5-v2-13-0-rc-0_daypicker_special_day_border_bottom_radius: .5rem;--_ui5-v2-13-0-rc-0-daypicker_item_selected_now_border_radius: .5rem;--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_width: calc(100% - .1875rem) ;--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_top: 2.4375rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_now_inset: .3125rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_now_border_radius: .25rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_focus_margin: 0;--_ui5-v2-13-0-rc-0_daypicker_special_day_border_top: none;--_ui5-v2-13-0-rc-0_daypicker_special_day_selected_border_radius_bottom: .25rem;--_ui5-v2-13-0-rc-0_daypicker_specialday_focused_top: 2.125rem;--_ui5-v2-13-0-rc-0_daypicker_specialday_focused_width: calc(100% - .75rem) ;--_ui5-v2-13-0-rc-0_daypicker_specialday_focused_border_bottom: 0;--_ui5-v2-13-0-rc-0_daypicker_item_now_specialday_top: 2.3125rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_specialday_width: calc(100% - .5rem) ;--_ui5-v2-13-0-rc-0_dialog_header_error_state_icon_color: var(--sapNegativeElementColor);--_ui5-v2-13-0-rc-0_dialog_header_information_state_icon_color: var(--sapInformativeElementColor);--_ui5-v2-13-0-rc-0_dialog_header_success_state_icon_color: var(--sapPositiveElementColor);--_ui5-v2-13-0-rc-0_dialog_header_warning_state_icon_color: var(--sapCriticalElementColor);--_ui5-v2-13-0-rc-0_dialog_header_state_line_height: .0625rem;--_ui5-v2-13-0-rc-0_dialog_header_focus_bottom_offset: 2px;--_ui5-v2-13-0-rc-0_dialog_header_focus_top_offset: 1px;--_ui5-v2-13-0-rc-0_dialog_header_focus_left_offset: 1px;--_ui5-v2-13-0-rc-0_dialog_header_focus_right_offset: 1px;--_ui5-v2-13-0-rc-0_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-13-0-rc-0_file_uploader_value_state_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_file_uploader_hover_border: none;--_ui5-v2-13-0-rc-0_table_cell_valign: center;--_ui5-v2-13-0-rc-0_table_cell_min_width: 2.75rem;--_ui5-v2-13-0-rc-0_table_navigated_cell_width: .25rem;--_ui5-v2-13-0-rc-0_first_table_cell_horizontal_padding: 1rem;--_ui5-v2-13-0-rc-0_table_cell_horizontal_padding: .5rem;--_ui5-v2-13-0-rc-0_table_cell_vertical_padding: .25rem;--_ui5-v2-13-0-rc-0_table_row_actions_gap: .25rem;--ui5-v2-13-0-rc-0-form-item-layout: 4fr 8fr 0fr;--ui5-v2-13-0-rc-0-form-item-label-justify: end;--ui5-v2-13-0-rc-0-form-item-label-justify-span12: start;--ui5-v2-13-0-rc-0-form-item-label-padding: .125rem 0;--ui5-v2-13-0-rc-0-form-item-label-padding-end: .85rem;--ui5-v2-13-0-rc-0-form-item-label-padding-span12: .625rem .25rem 0 .25rem;--ui5-v2-13-0-rc-0-group-header-listitem-background-color: var(--sapList_GroupHeaderBackground);--ui5-v2-13-0-rc-0-icon-focus-border-radius: .25rem;--_ui5-v2-13-0-rc-0_input_width: 13.125rem;--_ui5-v2-13-0-rc-0_input_min_width: 2.75rem;--_ui5-v2-13-0-rc-0_input_height: var(--sapElement_Height);--_ui5-v2-13-0-rc-0_input_value_state_error_hover_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_background_color: var(--sapField_Background);--_ui5-v2-13-0-rc-0_input_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-13-0-rc-0_input_placeholder_style: italic;--_ui5-v2-13-0-rc-0_input_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-13-0-rc-0_input_bottom_border_height: 0;--_ui5-v2-13-0-rc-0_input_bottom_border_color: transparent;--_ui5-v2-13-0-rc-0_input_focused_border_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_input_state_border_width: .125rem;--_ui5-v2-13-0-rc-0_input_information_border_width: .125rem;--_ui5-v2-13-0-rc-0_input_error_font_weight: normal;--_ui5-v2-13-0-rc-0_input_warning_font_weight: normal;--_ui5-v2-13-0-rc-0_input_focus_border_width: 1px;--_ui5-v2-13-0-rc-0_input_error_warning_font_style: inherit;--_ui5-v2-13-0-rc-0_input_error_warning_text_indent: 0;--_ui5-v2-13-0-rc-0_input_disabled_border_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0-input_disabled_background: var(--sapField_Background);--_ui5-v2-13-0-rc-0_input_readonly_border: none;--_ui5-v2-13-0-rc-0_input_readonly_border_color: var(--sapField_ReadOnly_BorderColor);--_ui5-v2-13-0-rc-0_input_readonly_background: var(--sapField_ReadOnly_Background);--_ui5-v2-13-0-rc-0_input_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-13-0-rc-0_input_icon_min_width: 2.25rem;--_ui5-v2-13-0-rc-0_input_compact_min_width: 2rem;--_ui5-v2-13-0-rc-0_input_transition: none;--_ui5-v2-13-0-rc-0-input-value-state-icon-display: none;--_ui5-v2-13-0-rc-0_input_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_error_border_color: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_input_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_warning_border_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_input_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_success_border_color: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_input_value_state_success_border_width: 1px;--_ui5-v2-13-0-rc-0_input_value_state_information_border_color: var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_information_border_color: var(--sapField_InformationColor);--ui5-v2-13-0-rc-0_input_focus_pseudo_element_content: "";--_ui5-v2-13-0-rc-0_input_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-13-0-rc-0-input_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-13-0-rc-0_input_icon_width: 2.25rem;--_ui5-v2-13-0-rc-0-input-icons-count: 0;--_ui5-v2-13-0-rc-0_input_margin_top_bottom: .1875rem;--_ui5-v2-13-0-rc-0_input_tokenizer_min_width: 3.25rem;--_ui5-v2-13-0-rc-0-input-border: none;--_ui5-v2-13-0-rc-0_input_hover_border: none;--_ui5-v2-13-0-rc-0_input_focus_border_radius: .25rem;--_ui5-v2-13-0-rc-0_input_readonly_focus_border_radius: .125rem;--_ui5-v2-13-0-rc-0_input_error_warning_border_style: none;--_ui5-v2-13-0-rc-0_input_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_input_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_input_focus_offset: 0;--_ui5-v2-13-0-rc-0_input_readonly_focus_offset: .125rem;--_ui5-v2-13-0-rc-0_input_information_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-13-0-rc-0_input_information_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_error_warning_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-13-0-rc-0_input_error_warning_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_custom_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_error_warning_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-13-0-rc-0_input_error_warning_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_information_custom_icon_padding: .625rem .625rem .5rem .625rem;--_ui5-v2-13-0-rc-0_input_information_custom_focused_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-13-0-rc-0_input_icon_wrapper_height: calc(100% - 1px) ;--_ui5-v2-13-0-rc-0_input_icon_wrapper_state_height: calc(100% - 2px) ;--_ui5-v2-13-0-rc-0_input_icon_wrapper_success_state_height: calc(100% - var(--_ui5-v2-13-0-rc-0_input_value_state_success_border_width));--_ui5-v2-13-0-rc-0_input_icon_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_input_icon_pressed_bg: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_input_icon_padding: .625rem .625rem .5625rem .625rem;--_ui5-v2-13-0-rc-0_input_icon_hover_bg: var(--sapField_Focus_Background);--_ui5-v2-13-0-rc-0_input_icon_pressed_color: var(--sapButton_Active_TextColor);--_ui5-v2-13-0-rc-0_input_icon_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-13-0-rc-0_input_icon_box_shadow: var(--sapField_Hover_Shadow);--_ui5-v2-13-0-rc-0_input_icon_border: none;--_ui5-v2-13-0-rc-0_input_error_icon_box_shadow: var(--sapContent_Negative_Shadow);--_ui5-v2-13-0-rc-0_input_warning_icon_box_shadow: var(--sapContent_Critical_Shadow);--_ui5-v2-13-0-rc-0_input_information_icon_box_shadow: var(--sapContent_Informative_Shadow);--_ui5-v2-13-0-rc-0_input_success_icon_box_shadow: var(--sapContent_Positive_Shadow);--_ui5-v2-13-0-rc-0_input_icon_error_pressed_color: var(--sapButton_Reject_Selected_TextColor);--_ui5-v2-13-0-rc-0_input_icon_warning_pressed_color: var(--sapButton_Attention_Selected_TextColor);--_ui5-v2-13-0-rc-0_input_icon_information_pressed_color: var(--sapButton_Selected_TextColor);--_ui5-v2-13-0-rc-0_input_icon_success_pressed_color: var(--sapButton_Accept_Selected_TextColor);--_ui5-v2-13-0-rc-0_link_focus_text_decoration: underline;--_ui5-v2-13-0-rc-0_link_text_decoration: var(--sapLink_TextDecoration);--_ui5-v2-13-0-rc-0_link_hover_text_decoration: var(--sapLink_Hover_TextDecoration);--_ui5-v2-13-0-rc-0_link_focused_hover_text_decoration: none;--_ui5-v2-13-0-rc-0_link_focused_hover_text_color: var(--sapContent_ContrastTextColor);--_ui5-v2-13-0-rc-0_link_active_text_decoration: var(--sapLink_Active_TextDecoration);--_ui5-v2-13-0-rc-0_link_outline: none;--_ui5-v2-13-0-rc-0_link_focus_border-radius: .125rem;--_ui5-v2-13-0-rc-0_link_focus_background_color: var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_link_focus_color: var(--sapContent_ContrastTextColor);--_ui5-v2-13-0-rc-0_link_subtle_text_decoration: underline;--_ui5-v2-13-0-rc-0_link_subtle_text_decoration_hover: none;--_ui5-v2-13-0-rc-0_link_large_interactive_area_height: 1.5rem;--ui5-v2-13-0-rc-0_list_footer_text_color: var(--sapList_FooterTextColor);--ui5-v2-13-0-rc-0-listitem-background-color: var(--sapList_Background);--ui5-v2-13-0-rc-0-listitem-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--ui5-v2-13-0-rc-0-listitem-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--ui5-v2-13-0-rc-0-listitem-focused-selected-border-bottom: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-13-0-rc-0-listitembase_disabled_opacity: .5;--_ui5-v2-13-0-rc-0_product_switch_item_border: none;--_ui5-v2-13-0-rc-0_menu_item_padding: 0 1rem 0 .75rem;--_ui5-v2-13-0-rc-0_menu_item_submenu_icon_right: 1rem;--_ui5-v2-13-0-rc-0_menu_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-13-0-rc-0_monthpicker_item_margin: .0625rem;--_ui5-v2-13-0-rc-0_monthpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-13-0-rc-0_monthpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-13-0-rc-0_monthpicker_item_active_border: .0625rem solid var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-13-0-rc-0_monthpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-13-0-rc-0_monthpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-13-0-rc-0_monthpicker_item_border_radius: .5rem;--_ui5-v2-13-0-rc-0_message_strip_padding: .4375rem 2.5rem .4375rem 2.5rem;--_ui5-v2-13-0-rc-0_message_strip_padding_block_no_icon: .4375rem .4375rem;--_ui5-v2-13-0-rc-0_message_strip_padding_inline_no_icon: 1rem 2.5rem;--_ui5-v2-13-0-rc-0_message_strip_border_width: var(--sapMessage_BorderWidth);--_ui5-v2-13-0-rc-0_message_strip_icon_top: .4375rem;--_ui5-v2-13-0-rc-0_message_strip_close_button_top: .125rem;--_ui5-v2-13-0-rc-0_message_strip_close_button_color_set_1_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-13-0-rc-0_message_strip_close_button_color_set_2_background: var(--sapMessage_Button_Hover_Background);--_ui5-v2-13-0-rc-0_message_strip_close_button_color_set_1_color: var(--sapContent_ContrastIconColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_1_set_2_background: var(--sapIndicationColor_1b);--_ui5-v2-13-0-rc-0_message_strip_scheme_1_set_2_border_color: var(--sapIndicationColor_1b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_2_set_2_background: var(--sapIndicationColor_2b);--_ui5-v2-13-0-rc-0_message_strip_scheme_2_set_2_border_color: var(--sapIndicationColor_2b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_3_set_2_background: var(--sapIndicationColor_3b);--_ui5-v2-13-0-rc-0_message_strip_scheme_3_set_2_border_color: var(--sapIndicationColor_3b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_4_set_2_background: var(--sapIndicationColor_4b);--_ui5-v2-13-0-rc-0_message_strip_scheme_4_set_2_border_color: var(--sapIndicationColor_4b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_5_set_2_background: var(--sapIndicationColor_5b);--_ui5-v2-13-0-rc-0_message_strip_scheme_5_set_2_border_color: var(--sapIndicationColor_5b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_6_set_2_background: var(--sapIndicationColor_6b);--_ui5-v2-13-0-rc-0_message_strip_scheme_6_set_2_border_color: var(--sapIndicationColor_6b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_7_set_2_background: var(--sapIndicationColor_7b);--_ui5-v2-13-0-rc-0_message_strip_scheme_7_set_2_border_color: var(--sapIndicationColor_7b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_8_set_2_background: var(--sapIndicationColor_8b);--_ui5-v2-13-0-rc-0_message_strip_scheme_8_set_2_border_color: var(--sapIndicationColor_8b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_9_set_2_background: var(--sapIndicationColor_9b);--_ui5-v2-13-0-rc-0_message_strip_scheme_9_set_2_border_color: var(--sapIndicationColor_9b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_scheme_10_set_2_background: var(--sapIndicationColor_10b);--_ui5-v2-13-0-rc-0_message_strip_scheme_10_set_2_border_color: var(--sapIndicationColor_10b_BorderColor);--_ui5-v2-13-0-rc-0_message_strip_close_button_right: .1875rem;--_ui5-v2-13-0-rc-0_panel_focus_border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_panel_header_height: 2.75rem;--_ui5-v2-13-0-rc-0_panel_button_root_width: 2.75rem;--_ui5-v2-13-0-rc-0_panel_button_root_height: 2.75rem;--_ui5-v2-13-0-rc-0_panel_header_padding_right: .5rem;--_ui5-v2-13-0-rc-0_panel_header_button_wrapper_padding: .25rem;--_ui5-v2-13-0-rc-0_panel_border_radius: var(--sapGroup_BorderCornerRadius);--_ui5-v2-13-0-rc-0_panel_border_bottom: none;--_ui5-v2-13-0-rc-0_panel_default_header_border: .0625rem solid var(--sapGroup_TitleBorderColor);--_ui5-v2-13-0-rc-0_panel_border_radius_expanded: var(--sapElement_BorderCornerRadius) var(--sapElement_BorderCornerRadius) 0 0;--_ui5-v2-13-0-rc-0_panel_icon_color: var(--sapButton_Lite_TextColor);--_ui5-v2-13-0-rc-0_panel_focus_offset: 0px;--_ui5-v2-13-0-rc-0_panel_focus_bottom_offset: -1px;--_ui5-v2-13-0-rc-0_panel_content_padding: .625rem 1rem;--_ui5-v2-13-0-rc-0_panel_header_background_color: var(--sapGroup_TitleBackground);--_ui5-v2-13-0-rc-0_popover_background: var(--sapGroup_ContentBackground);--_ui5-v2-13-0-rc-0_popover_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-13-0-rc-0_popover_no_arrow_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-13-0-rc-0_popup_content_padding_s: 1rem;--_ui5-v2-13-0-rc-0_popup_content_padding_m_l: 2rem;--_ui5-v2-13-0-rc-0_popup_content_padding_xl: 3rem;--_ui5-v2-13-0-rc-0_popup_header_footer_padding_s: 1rem;--_ui5-v2-13-0-rc-0_popup_header_footer_padding_m_l: 2rem;--_ui5-v2-13-0-rc-0_popup_header_footer_padding_xl: 3rem;--_ui5-v2-13-0-rc-0_popup_viewport_margin: 10px;--_ui5-v2-13-0-rc-0_popup_header_prop_header_text_alignment: flex-start;--_ui5-v2-13-0-rc-0_popup_header_background: var(--sapPageHeader_Background);--_ui5-v2-13-0-rc-0_popup_header_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-13-0-rc-0_popup_header_border: none;--_ui5-v2-13-0-rc-0_popup_border_radius: .5rem;--_ui5-v2-13-0-rc-0_popup_block_layer_background: var(--sapBlockLayer_Background);--_ui5-v2-13-0-rc-0_popup_block_layer_opacity: .2;--_ui5-v2-13-0-rc-0_progress_indicator_bar_border_max: none;--_ui5-v2-13-0-rc-0_progress_indicator_icon_visibility: inline-block;--_ui5-v2-13-0-rc-0_progress_indicator_side_points_visibility: block;--_ui5-v2-13-0-rc-0_progress_indicator_padding: 1.25rem 0 .75rem 0;--_ui5-v2-13-0-rc-0_progress_indicator_padding_novalue: .3125rem;--_ui5-v2-13-0-rc-0_progress_indicator_padding_end: 1.25rem;--_ui5-v2-13-0-rc-0_progress_indicator_host_height: unset;--_ui5-v2-13-0-rc-0_progress_indicator_host_box_sizing: border-box;--_ui5-v2-13-0-rc-0_progress_indicator_root_position: relative;--_ui5-v2-13-0-rc-0_progress_indicator_root_border_radius: .25rem;--_ui5-v2-13-0-rc-0_progress_indicator_root_height: .375rem;--_ui5-v2-13-0-rc-0_progress_indicator_root_min_height: .375rem;--_ui5-v2-13-0-rc-0_progress_indicator_root_overflow: visible;--_ui5-v2-13-0-rc-0_progress_indicator_bar_height: .625rem;--_ui5-v2-13-0-rc-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_border_radius: .25rem;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_position: absolute;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_width: 100%;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_overflow: visible;--_ui5-v2-13-0-rc-0_progress_indicator_icon_position: absolute;--_ui5-v2-13-0-rc-0_progress_indicator_icon_right_position: -1.25rem;--_ui5-v2-13-0-rc-0_progress_indicator_value_margin: 0 0 .1875rem 0;--_ui5-v2-13-0-rc-0_progress_indicator_value_position: absolute;--_ui5-v2-13-0-rc-0_progress_indicator_value_top_position: -1.3125rem;--_ui5-v2-13-0-rc-0_progress_indicator_value_left_position: 0;--_ui5-v2-13-0-rc-0_progress_indicator_background_none: var(--sapProgress_Background);--_ui5-v2-13-0-rc-0_progress_indicator_background_error: var(--sapProgress_NegativeBackground);--_ui5-v2-13-0-rc-0_progress_indicator_background_warning: var(--sapProgress_CriticalBackground);--_ui5-v2-13-0-rc-0_progress_indicator_background_success: var(--sapProgress_PositiveBackground);--_ui5-v2-13-0-rc-0_progress_indicator_background_information: var(--sapProgress_InformationBackground);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_none: var(--sapProgress_Value_Background);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_error: var(--sapProgress_Value_NegativeBackground);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_warning: var(--sapProgress_Value_CriticalBackground);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_success: var(--sapProgress_Value_PositiveBackground);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_information: var(--sapProgress_Value_InformationBackground);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_error_icon_color: var(--sapProgress_Value_NegativeTextColor);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_warning_icon_color: var(--sapProgress_Value_CriticalTextColor);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_success_icon_color: var(--sapProgress_Value_PositiveTextColor);--_ui5-v2-13-0-rc-0_progress_indicator_value_state_information_icon_color: var(--sapProgress_Value_InformationTextColor);--_ui5-v2-13-0-rc-0_progress_indicator_border: none;--_ui5-v2-13-0-rc-0_progress_indicator_border_color_error: var(--sapErrorBorderColor);--_ui5-v2-13-0-rc-0_progress_indicator_border_color_warning: var(--sapWarningBorderColor);--_ui5-v2-13-0-rc-0_progress_indicator_border_color_success: var(--sapSuccessBorderColor);--_ui5-v2-13-0-rc-0_progress_indicator_border_color_information: var(--sapInformationBorderColor);--_ui5-v2-13-0-rc-0_progress_indicator_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_progress_indicator_bar_color: var(--sapProgress_TextColor);--_ui5-v2-13-0-rc-0_progress_indicator_icon_size: var(--sapFontLargeSize);--_ui5-v2-13-0-rc-0_rating_indicator_border_radius: .5rem;--_ui5-v2-13-0-rc-0_rating_indicator_outline_offset: -.125rem;--_ui5-v2-13-0-rc-0_rating_indicator_item_height: 1em;--_ui5-v2-13-0-rc-0_rating_indicator_item_width: 1em;--_ui5-v2-13-0-rc-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-13-0-rc-0_rating_indicator_component_padding: .25rem;--_ui5-v2-13-0-rc-0_rating_indicator_item_size_s: 1.375rem;--_ui5-v2-13-0-rc-0_rating_indicator_item_size_l: 2rem;--_ui5-v2-13-0-rc-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-13-0-rc-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-13-0-rc-0_rating_indicator_readonly_item_spacing: .1875rem .1875rem;--_ui5-v2-13-0-rc-0_segmented_btn_background_color: var(--sapButton_Lite_Background);--_ui5-v2-13-0-rc-0_segmented_btn_border_color: var(--sapButton_Lite_BorderColor);--_ui5-v2-13-0-rc-0_segmented_btn_hover_box_shadow: none;--_ui5-v2-13-0-rc-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-13-0-rc-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-13-0-rc-0_button_base_height: var(--sapElement_Height);--_ui5-v2-13-0-rc-0_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-13-0-rc-0_button_emphasized_focused_border_before: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_button_emphasized_focused_active_border_color: transparent;--_ui5-v2-13-0-rc-0_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_button_focused_border_radius: .375rem;--_ui5-v2-13-0-rc-0_button_focused_inner_border_radius: .375rem;--_ui5-v2-13-0-rc-0_button_base_min_width: 2.25rem;--_ui5-v2-13-0-rc-0_button_base_padding: .5625rem;--_ui5-v2-13-0-rc-0_button_base_icon_margin: .375rem;--_ui5-v2-13-0-rc-0_button_text_shadow: none;--_ui5-v2-13-0-rc-0_button_emphasized_border_width: .0625rem;--_ui5-v2-13-0-rc-0_button_pressed_focused_border_color: var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_button_fontFamily: var(--sapButton_FontFamily);--_ui5-v2-13-0-rc-0_button_emphasized_focused_border_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-13-0-rc-0_radio_button_min_width: 2.75rem;--_ui5-v2-13-0-rc-0_radio_button_checked_fill: var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_radio_button_checked_error_fill: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_radio_button_checked_success_fill: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_radio_button_checked_information_fill: var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_radio_button_warning_error_border_dash: 0;--_ui5-v2-13-0-rc-0_radio_button_outer_ring_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_width: var(--sapField_BorderWidth);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_bg: var(--sapField_Background);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_active_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_checked_hover_color: var(--sapField_Hover_BorderColor);--_ui5-v2-13-0-rc-0_radio_button_outer_ring_padding_with_label: 0 .6875rem;--_ui5-v2-13-0-rc-0_radio_button_border: none;--_ui5-v2-13-0-rc-0_radio_button_focus_outline: block;--_ui5-v2-13-0-rc-0_radio_button_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_radio_button_label_offset: 1px;--_ui5-v2-13-0-rc-0_radio_button_information_border_width: var(--sapField_InformationBorderWidth);--_ui5-v2-13-0-rc-0_radio_button_hover_fill: var(--sapField_Selector_Hover_Background);--_ui5-v2-13-0-rc-0_radio_button_hover_fill_error: var(--sapField_Selector_Hover_InvalidBackground);--_ui5-v2-13-0-rc-0_radio_button_hover_fill_warning: var(--sapField_Selector_Hover_WarningBackground);--_ui5-v2-13-0-rc-0_radio_button_hover_fill_success: var(--sapField_Selector_Hover_SuccessBackground);--_ui5-v2-13-0-rc-0_radio_button_hover_fill_information: var(--sapField_Selector_Hover_InformationBackground);--_ui5-v2-13-0-rc-0_radio_button_border_width: var(--sapContent_FocusWidth);--_ui5-v2-13-0-rc-0_radio_button_border_radius: .5rem;--_ui5-v2-13-0-rc-0_radio_button_label_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_radio_button_inner_ring_radius: 27.5%;--_ui5-v2-13-0-rc-0_radio_button_outer_ring_padding: 0 .6875rem;--_ui5-v2-13-0-rc-0_radio_button_read_only_border_type: 4,2;--_ui5-v2-13-0-rc-0_radio_button_inner_ring_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-13-0-rc-0_radio_button_checked_warning_fill: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_radio_button_read_only_inner_ring_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_radio_button_read_only_border_width: var(--sapElement_BorderWidth);--_ui5-v2-13-0-rc-0_radio_button_focus_dist: .375rem;--_ui5-v2-13-0-rc-0_switch_height: 2.75rem;--_ui5-v2-13-0-rc-0_switch_foucs_border_size: 1px;--_ui5-v2-13-0-rc-0-switch-root-border-radius: 0;--_ui5-v2-13-0-rc-0-switch-root-box-shadow: none;--_ui5-v2-13-0-rc-0_switch_track_border_radius: .75rem;--_ui5-v2-13-0-rc-0-switch-track-border: 1px solid;--_ui5-v2-13-0-rc-0_switch_track_transition: none;--_ui5-v2-13-0-rc-0_switch_handle_border_radius: 1rem;--_ui5-v2-13-0-rc-0-switch-slider-texts-display: inline;--_ui5-v2-13-0-rc-0_switch_width: 2.5rem;--_ui5-v2-13-0-rc-0_switch_min_width: none;--_ui5-v2-13-0-rc-0_switch_with_label_width: 2.875rem;--_ui5-v2-13-0-rc-0_switch_focus_outline: none;--_ui5-v2-13-0-rc-0_switch_root_after_outline: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_switch_root_after_boreder_radius: 1rem;--_ui5-v2-13-0-rc-0_switch_root_outline_top: .5rem;--_ui5-v2-13-0-rc-0_switch_root_outline_bottom: .5rem;--_ui5-v2-13-0-rc-0_switch_root_outline_left: -.125rem;--_ui5-v2-13-0-rc-0_switch_root_outline_right: -.125rem;--_ui5-v2-13-0-rc-0_switch_disabled_opacity: var(--sapContent_DisabledOpacity);--_ui5-v2-13-0-rc-0_switch_transform: translateX(100%) translateX(-1.625rem);--_ui5-v2-13-0-rc-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-13-0-rc-0_switch_rtl_transform: translateX(-100%) translateX(1.625rem);--_ui5-v2-13-0-rc-0_switch_rtl_transform_with_label: translateX(-100%) translateX(1.875rem);--_ui5-v2-13-0-rc-0_switch_track_width: 2.5rem;--_ui5-v2-13-0-rc-0_switch_track_height: 1.5rem;--_ui5-v2-13-0-rc-0_switch_track_with_label_width: 2.875rem;--_ui5-v2-13-0-rc-0_switch_track_with_label_height: 1.5rem;--_ui5-v2-13-0-rc-0_switch_track_active_background_color: var(--sapButton_Track_Selected_Background);--_ui5-v2-13-0-rc-0_switch_track_inactive_background_color: var(--sapButton_Track_Background);--_ui5-v2-13-0-rc-0_switch_track_hover_active_background_color: var(--sapButton_Track_Selected_Hover_Background);--_ui5-v2-13-0-rc-0_switch_track_hover_inactive_background_color: var(--sapButton_Track_Hover_Background);--_ui5-v2-13-0-rc-0_switch_track_active_border_color: var(--sapButton_Track_Selected_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_inactive_border_color: var(--sapButton_Track_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_hover_active_border_color: var(--sapButton_Track_Selected_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_hover_inactive_border_color: var(--sapButton_Track_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_semantic_accept_background_color: var(--sapButton_Track_Positive_Background);--_ui5-v2-13-0-rc-0_switch_track_semantic_reject_background_color: var(--sapButton_Track_Negative_Background);--_ui5-v2-13-0-rc-0_switch_track_semantic_hover_accept_background_color: var(--sapButton_Track_Positive_Hover_Background);--_ui5-v2-13-0-rc-0_switch_track_semantic_hover_reject_background_color: var(--sapButton_Track_Negative_Hover_Background);--_ui5-v2-13-0-rc-0_switch_track_semantic_accept_border_color: var(--sapButton_Track_Positive_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_semantic_reject_border_color: var(--sapButton_Track_Negative_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_semantic_hover_accept_border_color: var(--sapButton_Track_Positive_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_semantic_hover_reject_border_color: var(--sapButton_Track_Negative_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_track_icon_display: inline-block;--_ui5-v2-13-0-rc-0_switch_handle_width: 1.5rem;--_ui5-v2-13-0-rc-0_switch_handle_height: 1.25rem;--_ui5-v2-13-0-rc-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-13-0-rc-0_switch_handle_with_label_height: 1.25rem;--_ui5-v2-13-0-rc-0_switch_handle_border: var(--_ui5-v2-13-0-rc-0_switch_handle_border_width) solid var(--sapButton_Handle_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_border_width: .125rem;--_ui5-v2-13-0-rc-0_switch_handle_active_background_color: var(--sapButton_Handle_Selected_Background);--_ui5-v2-13-0-rc-0_switch_handle_inactive_background_color: var(--sapButton_Handle_Background);--_ui5-v2-13-0-rc-0_switch_handle_hover_active_background_color: var(--sapButton_Handle_Selected_Hover_Background);--_ui5-v2-13-0-rc-0_switch_handle_hover_inactive_background_color: var(--sapButton_Handle_Hover_Background);--_ui5-v2-13-0-rc-0_switch_handle_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_hover_active_border_color: var(--sapButton_Handle_Selected_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_hover_inactive_border_color: var(--sapButton_Handle_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_accept_background_color: var(--sapButton_Handle_Positive_Background);--_ui5-v2-13-0-rc-0_switch_handle_semantic_reject_background_color: var(--sapButton_Handle_Negative_Background);--_ui5-v2-13-0-rc-0_switch_handle_semantic_hover_accept_background_color: var(--sapButton_Handle_Positive_Hover_Background);--_ui5-v2-13-0-rc-0_switch_handle_semantic_hover_reject_background_color: var(--sapButton_Handle_Negative_Hover_Background);--_ui5-v2-13-0-rc-0_switch_handle_semantic_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_hover_accept_border_color: var(--sapButton_Handle_Positive_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_hover_reject_border_color: var(--sapButton_Handle_Negative_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Selected_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_on_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Positive_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_semantic_off_hover_box_shadow: 0 0 0 .125rem var(--sapButton_Handle_Negative_Hover_BorderColor);--_ui5-v2-13-0-rc-0_switch_handle_left: .0625rem;--_ui5-v2-13-0-rc-0_switch_text_font_family: var(--sapContent_IconFontFamily);--_ui5-v2-13-0-rc-0_switch_text_font_size: var(--sapFontLargeSize);--_ui5-v2-13-0-rc-0_switch_text_width: 1.25rem;--_ui5-v2-13-0-rc-0_switch_text_with_label_font_family: "72-Condensed-Bold" , "72" , "72full" , Arial, Helvetica, sans-serif;--_ui5-v2-13-0-rc-0_switch_text_with_label_font_size: var(--sapFontSmallSize);--_ui5-v2-13-0-rc-0_switch_text_with_label_width: 1.75rem;--_ui5-v2-13-0-rc-0_switch_text_inactive_left: .1875rem;--_ui5-v2-13-0-rc-0_switch_text_inactive_left_alternate: .0625rem;--_ui5-v2-13-0-rc-0_switch_text_inactive_right: auto;--_ui5-v2-13-0-rc-0_switch_text_inactive_right_alternate: 0;--_ui5-v2-13-0-rc-0_switch_text_active_left: .1875rem;--_ui5-v2-13-0-rc-0_switch_text_active_left_alternate: .0625rem;--_ui5-v2-13-0-rc-0_switch_text_active_color: var(--sapButton_Handle_Selected_TextColor);--_ui5-v2-13-0-rc-0_switch_text_inactive_color: var(--sapButton_Handle_TextColor);--_ui5-v2-13-0-rc-0_switch_text_semantic_accept_color: var(--sapButton_Handle_Positive_TextColor);--_ui5-v2-13-0-rc-0_switch_text_semantic_reject_color: var(--sapButton_Handle_Negative_TextColor);--_ui5-v2-13-0-rc-0_switch_text_overflow: hidden;--_ui5-v2-13-0-rc-0_switch_text_z_index: 1;--_ui5-v2-13-0-rc-0_switch_text_hidden: hidden;--_ui5-v2-13-0-rc-0_switch_text_min_width: none;--_ui5-v2-13-0-rc-0_switch_icon_width: 1rem;--_ui5-v2-13-0-rc-0_switch_icon_height: 1rem;--_ui5-v2-13-0-rc-0_select_label_color: var(--sapField_TextColor);--_ui5-v2-13-0-rc-0_select_icon_width: 2.25rem;--_ui5-v2-13-0-rc-0_select_hover_icon_left_border: none;--_ui5-v2-13-0-rc-0_select_icon_wrapper_height: calc(100% - .0625rem) ;--_ui5-v2-13-0-rc-0_select_icon_wrapper_state_height: calc(100% - .125rem) ;--_ui5-v2-13-0-rc-0_split_button_host_transparent_hover_background: transparent;--_ui5-v2-13-0-rc-0_split_button_transparent_disabled_background: transparent;--_ui5-v2-13-0-rc-0_split_button_host_default_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_button_host_attention_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Attention_BorderColor);--_ui5-v2-13-0-rc-0_split_button_host_emphasized_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Emphasized_BorderColor);--_ui5-v2-13-0-rc-0_split_button_host_positive_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Accept_BorderColor);--_ui5-v2-13-0-rc-0_split_button_host_negative_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Reject_BorderColor);--_ui5-v2-13-0-rc-0_split_button_host_transparent_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_Lite_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_border_color: transparent;--_ui5-v2-13-0-rc-0_split_text_button_background_color: transparent;--_ui5-v2-13-0-rc-0_split_text_button_emphasized_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_emphasized_border_width: .0625rem;--_ui5-v2-13-0-rc-0_split_text_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_emphasized_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Emphasized_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_positive_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_negative_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_attention_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-13-0-rc-0_split_arrow_button_transparent_hover_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_split_button_focused_border_radius: .375rem;--_ui5-v2-13-0-rc-0_split_button_middle_separator_left: -.0625rem;--_ui5-v2-13-0-rc-0_split_button_middle_separator_hover_display: none;--_ui5-v2-13-0-rc-0_split_button_text_button_right_border_width: .0625rem;--_ui5-v2-13-0-rc-0_split_button_transparent_hover_background: var(--sapButton_Lite_Hover_Background);--_ui5-v2-13-0-rc-0_split_button_transparent_hover_color: var(--sapButton_TextColor);--_ui5-v2-13-0-rc-0_split_button_host_transparent_hover_box_shadow: inset 0 0 0 var(--sapButton_BorderWidth) var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_button_inner_focused_border_radius_inner: .375rem;--_ui5-v2-13-0-rc-0_split_button_emphasized_separator_color: transparent;--_ui5-v2-13-0-rc-0_split_button_positive_separator_color: transparent;--_ui5-v2-13-0-rc-0_split_button_negative_separator_color: transparent;--_ui5-v2-13-0-rc-0_split_button_attention_separator_color: transparent;--_ui5-v2-13-0-rc-0_split_button_attention_separator_color_default: var(--sapButton_Attention_TextColor);--_ui5-v2-13-0-rc-0_split_text_button_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_positive_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Accept_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_negative_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Reject_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_attention_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_Attention_BorderColor);--_ui5-v2-13-0-rc-0_split_text_button_transparent_hover_border_right: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-13-0-rc-0_split_button_middle_separator_hover_display_emphasized: none;--_ui5-v2-13-0-rc-0_tc_header_height: var(--_ui5-v2-13-0-rc-0_tc_item_height);--_ui5-v2-13-0-rc-0_tc_header_height_text_only: var(--_ui5-v2-13-0-rc-0_tc_item_text_only_height);--_ui5-v2-13-0-rc-0_tc_header_height_text_with_additional_text: var(--_ui5-v2-13-0-rc-0_tc_item_text_only_with_additional_text_height);--_ui5-v2-13-0-rc-0_tc_header_box_shadow: var(--sapContent_HeaderShadow);--_ui5-v2-13-0-rc-0_tc_header_background: var(--sapObjectHeader_Background);--_ui5-v2-13-0-rc-0_tc_header_background_translucent: var(--sapObjectHeader_Background);--_ui5-v2-13-0-rc-0_tc_content_background: var(--sapBackgroundColor);--_ui5-v2-13-0-rc-0_tc_content_background_translucent: var(--sapGroup_ContentBackground);--_ui5-v2-13-0-rc-0_tc_headeritem_padding: 1rem;--_ui5-v2-13-0-rc-0_tc_headerItem_additional_text_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_tc_headerItem_text_selected_color: var(--sapTab_Selected_TextColor);--_ui5-v2-13-0-rc-0_tc_headerItem_text_selected_hover_color: var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_tc_headerItem_additional_text_font_weight: normal;--_ui5-v2-13-0-rc-0_tc_headerItem_neutral_border_color: var(--sapTab_Neutral_ForegroundColor);--_ui5-v2-13-0-rc-0_tc_headerItem_transition: none;--_ui5-v2-13-0-rc-0_tc_headerItemContent_border_radius: .125rem .125rem 0 0;--_ui5-v2-13-0-rc-0_tc_headerItemContent_border_bg: transparent;--_ui5-v2-13-0-rc-0_tc_headerItem_neutral_border_bg: transparent;--_ui5-v2-13-0-rc-0_tc_headerItem_positive_border_bg: transparent;--_ui5-v2-13-0-rc-0_tc_headerItem_negative_border_bg: transparent;--_ui5-v2-13-0-rc-0_tc_headerItem_critical_border_bg: transparent;--_ui5-v2-13-0-rc-0_tc_headerItemContent_border_height: 0;--_ui5-v2-13-0-rc-0_tc_headerItem_text_focus_border_offset_left: 0px;--_ui5-v2-13-0-rc-0_tc_headerItem_text_focus_border_offset_right: 0px;--_ui5-v2-13-0-rc-0_tc_headerItem_text_focus_border_offset_top: 0px;--_ui5-v2-13-0-rc-0_tc_headerItem_text_focus_border_offset_bottom: 0px;--_ui5-v2-13-0-rc-0_tc_headerItem_mixed_mode_focus_border_offset_left: .75rem;--_ui5-v2-13-0-rc-0_tc_headerItem_mixed_mode_focus_border_offset_right: .625rem;--_ui5-v2-13-0-rc-0_tc_headerItem_mixed_mode_focus_border_offset_top: .75rem;--_ui5-v2-13-0-rc-0_tc_headerItem_mixed_mode_focus_border_offset_bottom: .75rem;--_ui5-v2-13-0-rc-0_tc_headerItemContent_default_focus_border: none;--_ui5-v2-13-0-rc-0_tc_headerItemContent_focus_border_radius: 0;--_ui5-v2-13-0-rc-0_tc_headerItemSemanticIcon_display: none;--_ui5-v2-13-0-rc-0_tc_headerItemSemanticIcon_size: .75rem;--_ui5-v2-13-0-rc-0_tc_mixedMode_itemText_font_family: var(--sapFontFamily);--_ui5-v2-13-0-rc-0_tc_mixedMode_itemText_font_size: var(--sapFontSmallSize);--_ui5-v2-13-0-rc-0_tc_mixedMode_itemText_font_weight: normal;--_ui5-v2-13-0-rc-0_tc_overflowItem_positive_color: var(--sapPositiveColor);--_ui5-v2-13-0-rc-0_tc_overflowItem_negative_color: var(--sapNegativeColor);--_ui5-v2-13-0-rc-0_tc_overflowItem_critical_color: var(--sapCriticalColor);--_ui5-v2-13-0-rc-0_tc_overflowItem_focus_offset: .125rem;--_ui5-v2-13-0-rc-0_tc_overflowItem_indent: .5rem;--_ui5-v2-13-0-rc-0_tc_overflowItem_extra_indent: 0rem;--_ui5-v2-13-0-rc-0_tc_headerItemIcon_semantic_selected_color: var(--sapGroup_ContentBackground);--_ui5-v2-13-0-rc-0_tc_header_border_bottom: .0625rem solid var(--sapObjectHeader_Background);--_ui5-v2-13-0-rc-0_tc_headerItem_color: var(--sapTab_TextColor);--_ui5-v2-13-0-rc-0_tc_overflowItem_default_color: var(--sapTab_TextColor);--_ui5-v2-13-0-rc-0_tc_overflowItem_current_color: CurrentColor;--_ui5-v2-13-0-rc-0_tc_content_border_bottom: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-13-0-rc-0_tc_headerItem_expand_button_margin_inline_start: 0rem;--_ui5-v2-13-0-rc-0_tc_headerItem_single_click_expand_button_margin_inline_start: .25rem;--_ui5-v2-13-0-rc-0_tc_headerItem_expand_button_border_radius: .25rem;--_ui5-v2-13-0-rc-0_tc_headerItem_expand_button_separator_display: inline-block;--_ui5-v2-13-0-rc-0_tc_headerItem_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_tc_headerItem_focus_border_offset: -5px;--_ui5-v2-13-0-rc-0_tc_headerItemIcon_focus_border_radius: 50%;--_ui5-v2-13-0-rc-0_tc_headerItem_focus_border_radius: .375rem;--_ui5-v2-13-0-rc-0_tc_headeritem_text_font_weight: bold;--_ui5-v2-13-0-rc-0_tc_headerItem_text_hover_color: var(--sapTab_Selected_TextColor);--_ui5-v2-13-0-rc-0_tc_headerItemIcon_border: .125rem solid var(--sapTab_ForegroundColor);--_ui5-v2-13-0-rc-0_tc_mixedMode_itemText_color: var(--sapTextColor);--_ui5-v2-13-0-rc-0_tc_overflow_text_color: var(--sapTextColor);--_ui5-v2-13-0-rc-0_text_max_lines: initial;--_ui5-v2-13-0-rc-0_textarea_state_border_width: .125rem;--_ui5-v2-13-0-rc-0_textarea_information_border_width: .125rem;--_ui5-v2-13-0-rc-0_textarea_placeholder_font_style: italic;--_ui5-v2-13-0-rc-0_textarea_value_state_error_warning_placeholder_font_weight: normal;--_ui5-v2-13-0-rc-0_textarea_error_placeholder_font_style: italic;--_ui5-v2-13-0-rc-0_textarea_error_placeholder_color: var(--sapField_PlaceholderTextColor);--_ui5-v2-13-0-rc-0_textarea_error_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_textarea_disabled_opacity: .4;--_ui5-v2-13-0-rc-0_textarea_focus_pseudo_element_content: "";--_ui5-v2-13-0-rc-0_textarea_min_height: 2.25rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_readonly: .5625rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_readonly: .4375rem;--_ui5-v2-13-0-rc-0_textarea_hover_border: none;--_ui5-v2-13-0-rc-0_textarea_focus_border_radius: .25rem;--_ui5-v2-13-0-rc-0_textarea_error_warning_border_style: none;--_ui5-v2-13-0-rc-0_textarea_line_height: 1.5;--_ui5-v2-13-0-rc-0_textarea_focused_value_state_error_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_warning_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_success_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_information_background: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_error_focus_outline_color: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_warning_focus_outline_color: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_textarea_focused_value_state_success_focus_outline_color: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_textarea_focus_offset: 0;--_ui5-v2-13-0-rc-0_textarea_readonly_focus_offset: 1px;--_ui5-v2-13-0-rc-0_textarea_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-13-0-rc-0_textarea_value_state_focus_offset: 1px;--_ui5-v2-13-0-rc-0_textarea_wrapper_padding: .0625rem;--_ui5-v2-13-0-rc-0_textarea_success_wrapper_padding: .0625rem;--_ui5-v2-13-0-rc-0_textarea_warning_error_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-13-0-rc-0_textarea_information_wrapper_padding: .0625rem .0625rem .125rem .0625rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_readonly: .375rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_error_warning: .5rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_error_warning: .4375rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_information: .5rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_information: .4375rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left: .625rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_error_warning: .625rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_information: .625rem;--_ui5-v2-13-0-rc-0_textarea_readonly_border_style: dashed;--_ui5-v2-13-0-rc-0-time_picker_border_radius: .25rem;--_ui5-v2-13-0-rc-0_toast_vertical_offset: 3rem;--_ui5-v2-13-0-rc-0_toast_horizontal_offset: 2rem;--_ui5-v2-13-0-rc-0_toast_background: var(--sapIndicationColor_9_Background);--_ui5-v2-13-0-rc-0_toast_shadow: var(--sapContent_Lite_Shadow);--_ui5-v2-13-0-rc-0_toast_offset_width: -.1875rem;--_ui5-v2-13-0-rc-0_toggle_button_emphasized_text_shadow: none;--_ui5-v2-13-0-rc-0_yearpicker_item_margin: .0625rem;--_ui5-v2-13-0-rc-0_yearpicker_item_border: .0625rem solid var(--sapButton_Lite_BorderColor);--_ui5-v2-13-0-rc-0_yearpicker_item_hover_border: .0625rem solid var(--sapButton_Lite_Hover_BorderColor);--_ui5-v2-13-0-rc-0_yearpicker_item_selected_border: .0625rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-13-0-rc-0_yearpicker_item_selected_hover_border: .0625rem solid var(--sapButton_Selected_Hover_BorderColor);--_ui5-v2-13-0-rc-0_yearpicker_item_border_radius: .5rem;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_width: 6.25rem;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_flex: 1 1 auto;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_display: block;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_width: calc(100% - .375rem) ;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_height: calc(100% - .375rem) ;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_top_offset: .125rem;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_left_offset: .125rem;--_ui5-v2-13-0-rc-0_calendar_header_arrow_button_border: none;--_ui5-v2-13-0-rc-0_calendar_header_arrow_button_border_radius: .5rem;--_ui5-v2-13-0-rc-0_calendar_header_arrow_button_box_shadow: 0 0 .125rem 0 rgb(85 107 130 / 72%);--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_border_radius: .5rem;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_border: none;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_after_border: none;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_background: transparent;--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_outline: .125rem solid var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_active_outline: .0625rem solid var(--sapSelectedColor);--_ui5-v2-13-0-rc-0_calendar_header_middle_button_focus_active_background: transparent;--_ui5-v2-13-0-rc-0_token_background: var(--sapButton_TokenBackground);--_ui5-v2-13-0-rc-0_token_readonly_background: var(--sapButton_TokenBackground);--_ui5-v2-13-0-rc-0_token_readonly_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_token_right_margin: .3125rem;--_ui5-v2-13-0-rc-0_token_left_padding: .3125rem;--_ui5-v2-13-0-rc-0_token_focused_selected_border: 1px solid var(--sapButton_Selected_BorderColor);--_ui5-v2-13-0-rc-0_token_focus_offset: -.25rem;--_ui5-v2-13-0-rc-0_token_focus_outline_width: .0625rem;--_ui5-v2-13-0-rc-0_token_selected_focus_outline: none;--_ui5-v2-13-0-rc-0_token_focus_outline: none;--_ui5-v2-13-0-rc-0_token_outline_offset: .125rem;--ui5-v2-13-0-rc-0_token_focus_pseudo_element_content: "";--_ui5-v2-13-0-rc-0_token_border_radius: .375rem;--_ui5-v2-13-0-rc-0_token_focus_outline_border_radius: .5rem;--_ui5-v2-13-0-rc-0_token_text_color: var(--sapTextColor);--_ui5-v2-13-0-rc-0_token_selected_text_font_family: var(--sapFontSemiboldDuplexFamily);--_ui5-v2-13-0-rc-0_token_selected_internal_border_bottom: .125rem solid var(--sapButton_Selected_BorderColor);--_ui5-v2-13-0-rc-0_token_selected_internal_border_bottom_radius: .1875rem;--_ui5-v2-13-0-rc-0_token_readonly_padding: .25rem .3125rem;--_ui5-v2-13-0-rc-0_tokenizer_gap: .625rem .25rem;--_ui5-v2-13-0-rc-0_tokenizer-popover_offset: .3125rem;--_ui5-v2-13-0-rc-0_tokenizer_n_more_text_color: var(--sapLinkColor);--_ui5-v2-13-0-rc-0_slider_progress_container_dot_background: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_slider_progress_border: none;--_ui5-v2-13-0-rc-0_slider_padding: 1.406rem 1.0625rem;--_ui5-v2-13-0-rc-0_slider_inner_height: .25rem;--_ui5-v2-13-0-rc-0_slider_outer_height: 1.6875rem;--_ui5-v2-13-0-rc-0_slider_progress_border_radius: .25rem;--_ui5-v2-13-0-rc-0_slider_tickmark_bg: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_slider_handle_outline_offset: .075rem;--_ui5-v2-13-0-rc-0_slider_progress_outline: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_slider_progress_outline_offset: -.8125rem;--_ui5-v2-13-0-rc-0_slider_disabled_opacity: .4;--_ui5-v2-13-0-rc-0_slider_tooltip_border_color: var(--sapField_BorderColor);--_ui5-v2-13-0-rc-0_range_slider_handle_background_focus: transparent;--_ui5-v2-13-0-rc-0_slider_progress_box_sizing: content-box;--_ui5-v2-13-0-rc-0_range_slider_focus_outline_width: 100%;--_ui5-v2-13-0-rc-0_slider_progress_outline_offset_left: 0;--_ui5-v2-13-0-rc-0_range_slider_focus_outline_radius: 0;--_ui5-v2-13-0-rc-0_slider_progress_container_top: 0;--_ui5-v2-13-0-rc-0_slider_progress_height: 100%;--_ui5-v2-13-0-rc-0_slider_active_progress_border: none;--_ui5-v2-13-0-rc-0_slider_active_progress_left: 0;--_ui5-v2-13-0-rc-0_slider_active_progress_top: 0;--_ui5-v2-13-0-rc-0_slider_no_tickmarks_progress_container_top: var(--_ui5-v2-13-0-rc-0_slider_progress_container_top);--_ui5-v2-13-0-rc-0_slider_no_tickmarks_progress_height: var(--_ui5-v2-13-0-rc-0_slider_progress_height);--_ui5-v2-13-0-rc-0_slider_no_tickmarks_active_progress_border: var(--_ui5-v2-13-0-rc-0_slider_active_progress_border);--_ui5-v2-13-0-rc-0_slider_no_tickmarks_active_progress_left: var(--_ui5-v2-13-0-rc-0_slider_active_progress_left);--_ui5-v2-13-0-rc-0_slider_no_tickmarks_active_progress_top: var(--_ui5-v2-13-0-rc-0_slider_active_progress_top);--_ui5-v2-13-0-rc-0_slider_handle_focus_visibility: none;--_ui5-v2-13-0-rc-0_slider_handle_icon_size: 1rem;--_ui5-v2-13-0-rc-0_slider_progress_container_background: var(--sapSlider_Background);--_ui5-v2-13-0-rc-0_slider_progress_container_dot_display: block;--_ui5-v2-13-0-rc-0_slider_inner_min_width: 4rem;--_ui5-v2-13-0-rc-0_slider_progress_background: var(--sapSlider_Selected_Background);--_ui5-v2-13-0-rc-0_slider_progress_before_background: var(--sapSlider_Selected_Background);--_ui5-v2-13-0-rc-0_slider_progress_after_background: var(--sapContent_MeasureIndicatorColor);--_ui5-v2-13-0-rc-0_slider_handle_background: var(--sapSlider_HandleBackground);--_ui5-v2-13-0-rc-0_slider_handle_icon_display: inline-block;--_ui5-v2-13-0-rc-0_slider_handle_border: .0625rem solid var(--sapSlider_HandleBorderColor);--_ui5-v2-13-0-rc-0_slider_handle_border_radius: .5rem;--_ui5-v2-13-0-rc-0_slider_handle_height: 1.5rem;--_ui5-v2-13-0-rc-0_slider_handle_width: 2rem;--_ui5-v2-13-0-rc-0_slider_handle_top: -.625rem;--_ui5-v2-13-0-rc-0_slider_handle_font_family: "SAP-icons";--_ui5-v2-13-0-rc-0_slider_handle_hover_border: .0625rem solid var(--sapSlider_Hover_HandleBorderColor);--_ui5-v2-13-0-rc-0_slider_handle_focus_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-13-0-rc-0_slider_handle_background_focus: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-13-0-rc-0_slider_handle_outline: none;--_ui5-v2-13-0-rc-0_slider_handle_hover_background: var(--sapSlider_Hover_HandleBackground);--_ui5-v2-13-0-rc-0_slider_tooltip_background: var(--sapField_Focus_Background);--_ui5-v2-13-0-rc-0_slider_tooltip_border: none;--_ui5-v2-13-0-rc-0_slider_tooltip_border_radius: .5rem;--_ui5-v2-13-0-rc-0_slider_tooltip_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-13-0-rc-0_range_slider_legacy_progress_focus_display: none;--_ui5-v2-13-0-rc-0_range_slider_progress_focus_display: block;--_ui5-v2-13-0-rc-0_slider_tickmark_in_range_bg: var(--sapSlider_Selected_BorderColor);--_ui5-v2-13-0-rc-0_slider_label_fontsize: var(--sapFontSmallSize);--_ui5-v2-13-0-rc-0_slider_label_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_slider_tooltip_min_width: 2rem;--_ui5-v2-13-0-rc-0_slider_tooltip_padding: .25rem;--_ui5-v2-13-0-rc-0_slider_tooltip_fontsize: var(--sapFontSmallSize);--_ui5-v2-13-0-rc-0_slider_tooltip_color: var(--sapContent_LabelColor);--_ui5-v2-13-0-rc-0_slider_tooltip_height: 1.375rem;--_ui5-v2-13-0-rc-0_slider_handle_focus_width: 1px;--_ui5-v2-13-0-rc-0_slider_start_end_point_size: .5rem;--_ui5-v2-13-0-rc-0_slider_start_end_point_left: -.75rem;--_ui5-v2-13-0-rc-0_slider_start_end_point_top: -.125rem;--_ui5-v2-13-0-rc-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-13-0-rc-0_slider_tooltip_bottom) - var(--_ui5-v2-13-0-rc-0_slider_handle_focus_width));--_ui5-v2-13-0-rc-0_slider_tooltip_border_box: border-box;--_ui5-v2-13-0-rc-0_range_slider_handle_active_background: var(--sapSlider_Active_RangeHandleBackground);--_ui5-v2-13-0-rc-0_range_slider_active_handle_icon_display: none;--_ui5-v2-13-0-rc-0_range_slider_progress_focus_top: -15px;--_ui5-v2-13-0-rc-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-13-0-rc-0_slider_handle_width) / 2) - 5px);--_ui5-v2-13-0-rc-0_range_slider_progress_focus_padding: 0 1rem 0 1rem;--_ui5-v2-13-0-rc-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-13-0-rc-0_slider_handle_width) + 10px);--_ui5-v2-13-0-rc-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-13-0-rc-0_slider_handle_height) + 10px);--_ui5-v2-13-0-rc-0_range_slider_root_hover_handle_icon_display: inline-block;--_ui5-v2-13-0-rc-0_range_slider_root_hover_handle_bg: var(--_ui5-v2-13-0-rc-0_slider_handle_hover_background);--_ui5-v2-13-0-rc-0_range_slider_root_active_handle_icon_display: none;--_ui5-v2-13-0-rc-0_slider_tickmark_height: .5rem;--_ui5-v2-13-0-rc-0_slider_tickmark_top: -2px;--_ui5-v2-13-0-rc-0_slider_handle_box_sizing: border-box;--_ui5-v2-13-0-rc-0_range_slider_handle_background: var(--sapSlider_RangeHandleBackground);--_ui5-v2-13-0-rc-0_slider_tooltip_bottom: 2rem;--_ui5-v2-13-0-rc-0_value_state_message_border: none;--_ui5-v2-13-0-rc-0_value_state_header_border: none;--_ui5-v2-13-0-rc-0_input_value_state_icon_offset: .5rem;--_ui5-v2-13-0-rc-0_value_state_header_box_shadow_error: inset 0 -.0625rem var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_value_state_header_box_shadow_information: inset 0 -.0625rem var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_value_state_header_box_shadow_success: inset 0 -.0625rem var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_value_state_header_box_shadow_warning: inset 0 -.0625rem var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_value_state_message_icon_offset_phone: 1rem;--_ui5-v2-13-0-rc-0_value_state_header_border_bottom: none;--_ui5-v2-13-0-rc-0_input_value_state_icon_display: inline-block;--_ui5-v2-13-0-rc-0_value_state_message_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-13-0-rc-0_value_state_header_padding: .5rem .5rem .5rem 1.875rem;--_ui5-v2-13-0-rc-0_value_state_message_popover_box_shadow: var(--sapContent_Shadow1);--_ui5-v2-13-0-rc-0_value_state_message_icon_width: 1rem;--_ui5-v2-13-0-rc-0_value_state_message_icon_height: 1rem;--_ui5-v2-13-0-rc-0_value_state_header_offset: -.25rem;--_ui5-v2-13-0-rc-0_value_state_message_popover_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-13-0-rc-0_value_state_message_padding_phone: .5rem .5rem .5rem 2.375rem;--_ui5-v2-13-0-rc-0_value_state_message_line_height: 1.125rem;--_ui5-v2-13-0-rc-0-toolbar-padding-left: .5rem;--_ui5-v2-13-0-rc-0-toolbar-padding-right: .5rem;--_ui5-v2-13-0-rc-0-toolbar-item-margin-left: 0;--_ui5-v2-13-0-rc-0-toolbar-item-margin-right: .25rem;--_ui5-v2-13-0-rc-0_step_input_min_width: 7.25rem;--_ui5-v2-13-0-rc-0_step_input_padding: 2.5rem;--_ui5-v2-13-0-rc-0_step_input_input_error_background_color: inherit;--_ui5-v2-13-0-rc-0-step_input_button_state_hover_background_color: var(--sapField_Hover_Background);--_ui5-v2-13-0-rc-0_step_input_border_style: none;--_ui5-v2-13-0-rc-0_step_input_border_style_hover: none;--_ui5-v2-13-0-rc-0_step_input_button_background_color: transparent;--_ui5-v2-13-0-rc-0_step_input_input_border: none;--_ui5-v2-13-0-rc-0_step_input_input_margin_top: 0;--_ui5-v2-13-0-rc-0_step_input_button_display: inline-flex;--_ui5-v2-13-0-rc-0_step_input_button_left: 0;--_ui5-v2-13-0-rc-0_step_input_button_right: 0;--_ui5-v2-13-0-rc-0_step_input_input_border_focused_after: .125rem solid #0070f2;--_ui5-v2-13-0-rc-0_step_input_input_border_top_bottom_focused_after: 0;--_ui5-v2-13-0-rc-0_step_input_input_border_radius_focused_after: .25rem;--_ui5-v2-13-0-rc-0_step_input_input_information_border_color_focused_after: var(--sapField_InformationColor);--_ui5-v2-13-0-rc-0_step_input_input_warning_border_color_focused_after: var(--sapField_WarningColor);--_ui5-v2-13-0-rc-0_step_input_input_success_border_color_focused_after: var(--sapField_SuccessColor);--_ui5-v2-13-0-rc-0_step_input_input_error_border_color_focused_after: var(--sapField_InvalidColor);--_ui5-v2-13-0-rc-0_step_input_disabled_button_background: none;--_ui5-v2-13-0-rc-0_step_input_border_color_hover: none;--_ui5-v2-13-0-rc-0_step_input_border_hover: none;--_ui5-v2-13-0-rc-0_input_input_background_color: transparent;--_ui5-v2-13-0-rc-0_load_more_padding: 0;--_ui5-v2-13-0-rc-0_load_more_border: 1px top solid transparent;--_ui5-v2-13-0-rc-0_load_more_border_radius: none;--_ui5-v2-13-0-rc-0_load_more_outline_width: var(--sapContent_FocusWidth);--_ui5-v2-13-0-rc-0_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-13-0-rc-0_calendar_height: 24.5rem;--_ui5-v2-13-0-rc-0_calendar_width: 20rem;--_ui5-v2-13-0-rc-0_calendar_left_right_padding: .5rem;--_ui5-v2-13-0-rc-0_calendar_top_bottom_padding: 1rem;--_ui5-v2-13-0-rc-0_calendar_header_height: 3rem;--_ui5-v2-13-0-rc-0_calendar_header_arrow_button_width: 2.5rem;--_ui5-v2-13-0-rc-0_calendar_header_padding: .25rem 0;--_ui5-v2-13-0-rc-0_checkbox_root_side_padding: .6875rem;--_ui5-v2-13-0-rc-0_checkbox_icon_size: 1rem;--_ui5-v2-13-0-rc-0_checkbox_partially_icon_size: .75rem;--_ui5-v2-13-0-rc-0_custom_list_item_rb_min_width: 2.75rem;--_ui5-v2-13-0-rc-0_day_picker_item_width: 2.25rem;--_ui5-v2-13-0-rc-0_day_picker_item_height: 2.875rem;--_ui5-v2-13-0-rc-0_day_picker_empty_height: 3rem;--_ui5-v2-13-0-rc-0_day_picker_item_justify_content: space-between;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 2rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.4375rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_height: 1rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_text_padding_top: .4375rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 .5rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-root-focus-offset: -.125rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-box-margin: .25rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-box-inner-margin: .5rem;--_ui5-v2-13-0-rc-0_color_picker_slider_progress_container_height: 1.625rem;--_ui5-v2-13-0-rc-0_color_picker_slider_container_margin_top: -.5rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_height: 2rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_width: 1.0625rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_after_height: 1.75rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_focus_height: 2.125rem;--_ui5-v2-13-0-rc-0_color_picker_colors_wrapper_height: 2.25rem;--_ui5-v2-13-0-rc-0_color_picker_sliders_height: 3rem;--_ui5-v2-13-0-rc-0_color_picker_main_color_margin_bottom: 1rem;--_ui5-v2-13-0-rc-0_color_picker_slider_spacing: .9375rem;--_ui5-v2-13-0-rc-0_color_channel_toggle_button_width: 1.625rem;--_ui5-v2-13-0-rc-0_color_channel_toggle_button_margin-top: -.75rem;--_ui5-v2-13-0-rc-0_color_channel_hex_input_width: 4.8125rem;--_ui5-v2-13-0-rc-0-color_channel_margin_top: .25rem;--_ui5-v2-13-0-rc-0_color-palette-swatch-container-padding: .3125rem .6875rem;--_ui5-v2-13-0-rc-0_datetime_picker_width: 40.0625rem;--_ui5-v2-13-0-rc-0_datetime_picker_height: 25rem;--_ui5-v2-13-0-rc-0_datetime_timeview_width: 17rem;--_ui5-v2-13-0-rc-0_datetime_timeview_phonemode_width: 19.5rem;--_ui5-v2-13-0-rc-0_datetime_timeview_phonemode_clocks_width: 24.5rem;--_ui5-v2-13-0-rc-0_datetime_dateview_phonemode_margin_bottom: 0;--_ui5-v2-13-0-rc-0_dialog_content_min_height: 2.75rem;--_ui5-v2-13-0-rc-0_dialog_footer_height: 2.75rem;--_ui5-v2-13-0-rc-0_input_inner_padding: 0 .625rem;--_ui5-v2-13-0-rc-0_input_inner_padding_with_icon: 0 .25rem 0 .625rem;--_ui5-v2-13-0-rc-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-13-0-rc-0_input_inner_space_to_n_more_text: .1875rem;--_ui5-v2-13-0-rc-0_list_no_data_height: 3rem;--_ui5-v2-13-0-rc-0_list_item_cb_margin_right: 0;--_ui5-v2-13-0-rc-0_list_item_title_size: var(--sapFontLargeSize);--_ui5-v2-13-0-rc-0_list_no_data_font_size: var(--sapFontLargeSize);--_ui5-v2-13-0-rc-0_list_item_img_size: 3rem;--_ui5-v2-13-0-rc-0_list_item_img_top_margin: .5rem;--_ui5-v2-13-0-rc-0_list_item_img_bottom_margin: .5rem;--_ui5-v2-13-0-rc-0_list_item_img_hn_margin: .75rem;--_ui5-v2-13-0-rc-0_list_item_dropdown_base_height: 2.5rem;--_ui5-v2-13-0-rc-0_list_item_base_height: var(--sapElement_LineHeight);--_ui5-v2-13-0-rc-0_list_item_base_padding: 0 1rem;--_ui5-v2-13-0-rc-0_list_item_icon_size: 1.125rem;--_ui5-v2-13-0-rc-0_list_item_icon_padding-inline-end: .75rem;--_ui5-v2-13-0-rc-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-13-0-rc-0_checkbox_wrapper_padding));--_ui5-v2-13-0-rc-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-13-0-rc-0_list_item_base_height) - var(--_ui5-v2-13-0-rc-0_list_item_title_size)) / 2);--_ui5-v2-13-0-rc-0_group_header_list_item_height: 2.75rem;--_ui5-v2-13-0-rc-0_month_picker_item_height: 3rem;--_ui5-v2-13-0-rc-0_list_buttons_left_space: .125rem;--_ui5-v2-13-0-rc-0_form_item_min_height: 2.813rem;--_ui5-v2-13-0-rc-0_form_item_padding: .65rem;--_ui5-v2-13-0-rc-0-form-group-heading-height: 2.75rem;--_ui5-v2-13-0-rc-0_popup_default_header_height: 2.75rem;--_ui5-v2-13-0-rc-0_year_picker_item_height: 3rem;--_ui5-v2-13-0-rc-0_tokenizer_padding: .25rem;--_ui5-v2-13-0-rc-0_token_height: 1.625rem;--_ui5-v2-13-0-rc-0_token_icon_size: .75rem;--_ui5-v2-13-0-rc-0_token_icon_padding: .25rem .5rem;--_ui5-v2-13-0-rc-0_tl_bubble_padding: 1rem;--_ui5-v2-13-0-rc-0_tl_padding: 1rem 1rem 1rem .5rem;--_ui5-v2-13-0-rc-0_tl_li_margin_bottom: 1.625rem;--_ui5-v2-13-0-rc-0_tc_item_text: 3rem;--_ui5-v2-13-0-rc-0_tc_item_height: 4.75rem;--_ui5-v2-13-0-rc-0_tc_item_text_only_height: 2.75rem;--_ui5-v2-13-0-rc-0_tc_item_text_only_with_additional_text_height: 3.75rem;--_ui5-v2-13-0-rc-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-13-0-rc-0_tc_item_icon_circle_size: 2.75rem;--_ui5-v2-13-0-rc-0_tc_item_icon_size: 1.25rem;--_ui5-v2-13-0-rc-0_tc_item_add_text_margin_top: .375rem;--_ui5-v2-13-0-rc-0_textarea_margin: .25rem 0;--_ui5-v2-13-0-rc-0_radio_button_height: 2.75rem;--_ui5-v2-13-0-rc-0_radio_button_label_side_padding: .875rem;--_ui5-v2-13-0-rc-0_radio_button_inner_size: 2.75rem;--_ui5-v2-13-0-rc-0_radio_button_svg_size: 1.375rem;--_ui5-v2-13-0-rc-0-responsive_popover_header_height: 2.75rem;--_ui5-v2-13-0-rc-0-tree-indent-step: 1.5rem;--_ui5-v2-13-0-rc-0-tree-toggle-box-width: 2.75rem;--_ui5-v2-13-0-rc-0-tree-toggle-box-height: 2.25rem;--_ui5-v2-13-0-rc-0-tree-toggle-icon-size: 1.0625rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_bottom: -1.5rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_right: -1.625rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_without_icon_bottom: -1.875rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_without_icon_right: -1.9375rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_top: calc(-100% - 1rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height: calc(100% + 1rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_height: 100%;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_after_left: 1.9375rem;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_without_icon_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_before_width: calc(100% + .5rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_icon_horizontal_indicator_after_width: calc(100% + .25rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% + .375rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_short_after_width: 100%;--_ui5-v2-13-0-rc-0-toolbar-separator-height: 2rem;--_ui5-v2-13-0-rc-0-toolbar-height: 2.75rem;--_ui5-v2-13-0-rc-0_toolbar_overflow_padding: .25rem .5rem;--_ui5-v2-13-0-rc-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-13-0-rc-0-toolbar-separator-height);--_ui5-v2-13-0-rc-0_split_button_middle_separator_top: .625rem;--_ui5-v2-13-0-rc-0_split_button_middle_separator_height: 1rem;--_ui5-v2-13-0-rc-0-calendar-legend-item-root-focus-border-radius: .25rem;--_ui5-v2-13-0-rc-0_color-palette-item-height: 1.75rem;--_ui5-v2-13-0-rc-0_color-palette-item-hover-height: 2.25rem;--_ui5-v2-13-0-rc-0_color-palette-item-margin: calc(((var(--_ui5-v2-13-0-rc-0_color-palette-item-hover-height) - var(--_ui5-v2-13-0-rc-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-13-0-rc-0_color-palette-row-width: 12rem;--_ui5-v2-13-0-rc-0_textarea_padding_top: .5rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom: .4375rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_padding_block: 0 .5rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_padding: 0 .5rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_selected_focus_margin_bottom: 0;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_selected_focus_padding_right: .5rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-13-0-rc-0_checkbox_label_offset: var(--_ui5-v2-13-0-rc-0_checkbox_compact_wrapper_padding);--_ui5-v2-13-0-rc-0_input_min_width: 2rem;--_ui5-v2-13-0-rc-0_input_icon_width: 2rem;--_ui5-v2-13-0-rc-0_input_information_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-13-0-rc-0_input_information_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_input_error_warning_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-13-0-rc-0_input_error_warning_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_input_custom_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_input_error_warning_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-13-0-rc-0_input_error_warning_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_input_information_custom_icon_padding: .3125rem .5rem .1875rem .5rem;--_ui5-v2-13-0-rc-0_input_information_custom_focused_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_input_icon_padding: .3125rem .5rem .25rem .5rem;--_ui5-v2-13-0-rc-0_panel_header_button_wrapper_padding: .1875rem .25rem;--_ui5-v2-13-0-rc-0_rating_indicator_item_height: 1em;--_ui5-v2-13-0-rc-0_rating_indicator_item_width: 1em;--_ui5-v2-13-0-rc-0_rating_indicator_readonly_item_height: .75em;--_ui5-v2-13-0-rc-0_rating_indicator_readonly_item_width: .75em;--_ui5-v2-13-0-rc-0_rating_indicator_component_spacing: .5rem 0px;--_ui5-v2-13-0-rc-0_radio_button_min_width: 2rem;--_ui5-v2-13-0-rc-0_radio_button_outer_ring_padding_with_label: 0 .5rem;--_ui5-v2-13-0-rc-0_radio_button_outer_ring_padding: 0 .5rem;--_ui5-v2-13-0-rc-0_radio_button_focus_dist: .1875rem;--_ui5-v2-13-0-rc-0_switch_height: 2rem;--_ui5-v2-13-0-rc-0_switch_width: 2.75rem;--_ui5-v2-13-0-rc-0_switch_min_width: none;--_ui5-v2-13-0-rc-0_switch_with_label_width: 2.75rem;--_ui5-v2-13-0-rc-0_switch_root_outline_top: .25rem;--_ui5-v2-13-0-rc-0_switch_root_outline_bottom: .25rem;--_ui5-v2-13-0-rc-0_switch_transform: translateX(100%) translateX(-1.375rem);--_ui5-v2-13-0-rc-0_switch_transform_with_label: translateX(100%) translateX(-1.875rem);--_ui5-v2-13-0-rc-0_switch_rtl_transform: translateX(1.375rem) translateX(-100%);--_ui5-v2-13-0-rc-0_switch_rtl_transform_with_label: translateX(1.875rem) translateX(-100%);--_ui5-v2-13-0-rc-0_switch_track_width: 2.75rem;--_ui5-v2-13-0-rc-0_switch_track_height: 1.25rem;--_ui5-v2-13-0-rc-0_switch_track_with_label_width: 2.75rem;--_ui5-v2-13-0-rc-0_switch_track_with_label_height: 1.25rem;--_ui5-v2-13-0-rc-0_switch_handle_width: 1.25rem;--_ui5-v2-13-0-rc-0_switch_handle_height: 1rem;--_ui5-v2-13-0-rc-0_switch_handle_with_label_width: 1.75rem;--_ui5-v2-13-0-rc-0_switch_handle_with_label_height: 1rem;--_ui5-v2-13-0-rc-0_switch_text_font_size: var(--sapFontSize);--_ui5-v2-13-0-rc-0_switch_text_width: 1rem;--_ui5-v2-13-0-rc-0_switch_text_active_left: .1875rem;--_ui5-v2-13-0-rc-0_select_icon_width: 2rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_readonly: .4375rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_readonly: .125rem;--_ui5-v2-13-0-rc-0_textarea_min_height: 1.625rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_readonly: .0625rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_error_warning: .1875rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_error_warning: .125rem;--_ui5-v2-13-0-rc-0_textarea_padding_top_information: .1875rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom_information: .125rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left: .5rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_error_warning: .5rem;--_ui5-v2-13-0-rc-0_textarea_padding_right_and_left_information: .5rem;--_ui5-v2-13-0-rc-0_tokenizer_gap: .375em .25rem;--_ui5-v2-13-0-rc-0_tokenizer-popover_offset: .1875rem;--_ui5-v2-13-0-rc-0_slider_handle_icon_size: .875rem;--_ui5-v2-13-0-rc-0_slider_padding: 1rem 1.0625rem;--_ui5-v2-13-0-rc-0_range_slider_progress_focus_width: calc(100% + var(--_ui5-v2-13-0-rc-0_slider_handle_width) + 10px);--_ui5-v2-13-0-rc-0_range_slider_progress_focus_height: calc(var(--_ui5-v2-13-0-rc-0_slider_handle_height) + 10px);--_ui5-v2-13-0-rc-0_range_slider_progress_focus_top: -.8125rem;--_ui5-v2-13-0-rc-0_slider_tooltip_bottom: 1.75rem;--_ui5-v2-13-0-rc-0_slider_handle_focused_tooltip_distance: calc(var(--_ui5-v2-13-0-rc-0_slider_tooltip_bottom) - var(--_ui5-v2-13-0-rc-0_slider_handle_focus_width));--_ui5-v2-13-0-rc-0_range_slider_progress_focus_left: calc(-1 * (var(--_ui5-v2-13-0-rc-0_slider_handle_width) / 2) - 5px);--_ui5-v2-13-0-rc-0_bar_base_height: 2.5rem;--_ui5-v2-13-0-rc-0_bar_subheader_height: 2.25rem;--_ui5-v2-13-0-rc-0_button_base_height: var(--sapElement_Compact_Height);--_ui5-v2-13-0-rc-0_button_base_padding: .4375rem;--_ui5-v2-13-0-rc-0_button_base_min_width: 2rem;--_ui5-v2-13-0-rc-0-button-badge-diameter: .625rem;--_ui5-v2-13-0-rc-0_calendar_height: 18rem;--_ui5-v2-13-0-rc-0_calendar_width: 17.75rem;--_ui5-v2-13-0-rc-0_calendar_left_right_padding: .25rem;--_ui5-v2-13-0-rc-0_calendar_top_bottom_padding: .5rem;--_ui5-v2-13-0-rc-0_calendar_header_height: 2rem;--_ui5-v2-13-0-rc-0_calendar_header_arrow_button_width: 2rem;--_ui5-v2-13-0-rc-0_calendar_header_padding: 0;--_ui5-v2-13-0-rc-0-calendar-legend-root-padding: .5rem;--_ui5-v2-13-0-rc-0-calendar-legend-root-width: 16.75rem;--_ui5-v2-13-0-rc-0_checkbox_root_side_padding: var(--_ui5-v2-13-0-rc-0_checkbox_wrapped_focus_padding);--_ui5-v2-13-0-rc-0_checkbox_width_height: var(--_ui5-v2-13-0-rc-0_checkbox_compact_width_height);--_ui5-v2-13-0-rc-0_checkbox_wrapper_padding: var(--_ui5-v2-13-0-rc-0_checkbox_compact_wrapper_padding);--_ui5-v2-13-0-rc-0_checkbox_inner_width_height: var(--_ui5-v2-13-0-rc-0_checkbox_compact_inner_size);--_ui5-v2-13-0-rc-0_checkbox_icon_size: .75rem;--_ui5-v2-13-0-rc-0_checkbox_partially_icon_size: .5rem;--_ui5-v2-13-0-rc-0_color_picker_slider_progress_container_height: 1.125rem;--_ui5-v2-13-0-rc-0_color_picker_slider_container_margin_top: -.375rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_height: 1.5rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_width: .9375rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_after_height: 1.25rem;--_ui5-v2-13-0-rc-0_color_picker_slider_handle_focus_height: 1.625rem;--_ui5-v2-13-0-rc-0_color_picker_colors_wrapper_height: 1.5rem;--_ui5-v2-13-0-rc-0_color_picker_sliders_height: 2.25rem;--_ui5-v2-13-0-rc-0_color_picker_main_color_margin_bottom: .75rem;--_ui5-v2-13-0-rc-0_color_picker_slider_spacing: .8125rem;--_ui5-v2-13-0-rc-0_color_channel_toggle_button_width: 1.375rem;--_ui5-v2-13-0-rc-0_color_channel_toggle_button_margin-top: -.9375rem;--_ui5-v2-13-0-rc-0_color_channel_hex_input_width: 4.625rem;--_ui5-v2-13-0-rc-0-color_channel_margin_top: 0rem;--_ui5-v2-13-0-rc-0_custom_list_item_rb_min_width: 2rem;--_ui5-v2-13-0-rc-0_daypicker_weeknumbers_container_padding_top: 2rem;--_ui5-v2-13-0-rc-0_day_picker_item_width: 2rem;--_ui5-v2-13-0-rc-0_day_picker_item_height: 2rem;--_ui5-v2-13-0-rc-0_day_picker_empty_height: 2.125rem;--_ui5-v2-13-0-rc-0_day_picker_item_justify_content: flex-end;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_height: .75rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_text_padding_top: .5rem;--_ui5-v2-13-0-rc-0_daypicker_special_day_top: 1.625rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_top: 1.25rem;--_ui5-v2-13-0-rc-0_daypicker_twocalendar_item_special_day_right: 1.25rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_margin_bottom: 0;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_special_day_top: 1.125rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_special_day_right: 1.125rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_selected_two_calendar_focus_secondary_text_padding_block: 0 1rem;--_ui5-v2-13-0-rc-0_datetime_picker_height: 20.5rem;--_ui5-v2-13-0-rc-0_datetime_picker_width: 35.5rem;--_ui5-v2-13-0-rc-0_datetime_timeview_width: 17rem;--_ui5-v2-13-0-rc-0_datetime_timeview_phonemode_width: 18.5rem;--_ui5-v2-13-0-rc-0_datetime_timeview_phonemode_clocks_width: 21.125rem;--_ui5-v2-13-0-rc-0_datetime_dateview_phonemode_margin_bottom: 3.125rem;--_ui5-v2-13-0-rc-0_dialog_content_min_height: 2.5rem;--_ui5-v2-13-0-rc-0_dialog_footer_height: 2.5rem;--_ui5-v2-13-0-rc-0_form_item_min_height: 2rem;--_ui5-v2-13-0-rc-0_form_item_padding: .25rem;--_ui5-v2-13-0-rc-0-form-group-heading-height: 2rem;--_ui5-v2-13-0-rc-0_input_height: var(--sapElement_Compact_Height);--_ui5-v2-13-0-rc-0_input_inner_padding: 0 .5rem;--_ui5-v2-13-0-rc-0_input_inner_padding_with_icon: 0 .2rem 0 .5rem;--_ui5-v2-13-0-rc-0_input_inner_space_to_tokenizer: .125rem;--_ui5-v2-13-0-rc-0_input_inner_space_to_n_more_text: .125rem;--_ui5-v2-13-0-rc-0_input_icon_min_width: var(--_ui5-v2-13-0-rc-0_input_compact_min_width);--_ui5-v2-13-0-rc-0_menu_item_padding: 0 .75rem 0 .5rem;--_ui5-v2-13-0-rc-0_menu_item_submenu_icon_right: .75rem;--_ui5-v2-13-0-rc-0_popup_default_header_height: 2.5rem;--_ui5-v2-13-0-rc-0_textarea_margin: .1875rem 0;--_ui5-v2-13-0-rc-0_list_no_data_height: 2rem;--_ui5-v2-13-0-rc-0_list_item_cb_margin_right: .5rem;--_ui5-v2-13-0-rc-0_list_item_title_size: var(--sapFontSize);--_ui5-v2-13-0-rc-0_list_item_img_top_margin: .55rem;--_ui5-v2-13-0-rc-0_list_no_data_font_size: var(--sapFontSize);--_ui5-v2-13-0-rc-0_list_item_dropdown_base_height: 2rem;--_ui5-v2-13-0-rc-0_list_item_base_height: 2rem;--_ui5-v2-13-0-rc-0_list_item_base_padding: 0 1rem;--_ui5-v2-13-0-rc-0_list_item_icon_size: 1rem;--_ui5-v2-13-0-rc-0_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5-v2-13-0-rc-0_checkbox_wrapper_padding));--_ui5-v2-13-0-rc-0_list_item_content_vertical_offset: calc((var(--_ui5-v2-13-0-rc-0_list_item_base_height) - var(--_ui5-v2-13-0-rc-0_list_item_title_size)) / 2);--_ui5-v2-13-0-rc-0_list_buttons_left_space: .125rem;--_ui5-v2-13-0-rc-0_month_picker_item_height: 2rem;--_ui5-v2-13-0-rc-0_year_picker_item_height: 2rem;--_ui5-v2-13-0-rc-0_panel_header_height: 2rem;--_ui5-v2-13-0-rc-0_panel_button_root_height: 2rem;--_ui5-v2-13-0-rc-0_panel_button_root_width: 2.75rem;--_ui5-v2-13-0-rc-0_token_height: 1.25rem;--_ui5-v2-13-0-rc-0_token_right_margin: .25rem;--_ui5-v2-13-0-rc-0_token_left_padding: .25rem;--_ui5-v2-13-0-rc-0_token_readonly_padding: .125rem .25rem;--_ui5-v2-13-0-rc-0_token_focus_offset: -.125rem;--_ui5-v2-13-0-rc-0_token_icon_size: .75rem;--_ui5-v2-13-0-rc-0_token_icon_padding: .375rem .375rem;--_ui5-v2-13-0-rc-0_token_outline_offset: -.125rem;--_ui5-v2-13-0-rc-0_tl_bubble_padding: .5rem;--_ui5-v2-13-0-rc-0_tl_padding: .5rem;--_ui5-v2-13-0-rc-0_tl_li_margin_bottom: .5rem;--_ui5-v2-13-0-rc-0_tc_item_text: 2rem;--_ui5-v2-13-0-rc-0_tc_item_text_line_height: 1.325rem;--_ui5-v2-13-0-rc-0_tc_item_add_text_margin_top: .3125rem;--_ui5-v2-13-0-rc-0_tc_item_height: 4rem;--_ui5-v2-13-0-rc-0_tc_header_height: var(--_ui5-v2-13-0-rc-0_tc_item_height);--_ui5-v2-13-0-rc-0_tc_item_icon_circle_size: 2rem;--_ui5-v2-13-0-rc-0_tc_item_icon_size: 1rem;--_ui5-v2-13-0-rc-0_radio_button_height: 2rem;--_ui5-v2-13-0-rc-0_radio_button_label_side_padding: .5rem;--_ui5-v2-13-0-rc-0_radio_button_inner_size: 2rem;--_ui5-v2-13-0-rc-0_radio_button_svg_size: 1rem;--_ui5-v2-13-0-rc-0-responsive_popover_header_height: 2.5rem;--_ui5-v2-13-0-rc-0_slider_handle_height: 1.25rem;--_ui5-v2-13-0-rc-0_slider_handle_width: 1.5rem;--_ui5-v2-13-0-rc-0_slider_tooltip_padding: .25rem;--_ui5-v2-13-0-rc-0_slider_progress_outline_offset: -.625rem;--_ui5-v2-13-0-rc-0_slider_outer_height: 1.3125rem;--_ui5-v2-13-0-rc-0_step_input_min_width: 6rem;--_ui5-v2-13-0-rc-0_step_input_padding: 2rem;--_ui5-v2-13-0-rc-0-tree-indent-step: .5rem;--_ui5-v2-13-0-rc-0-tree-toggle-box-width: 2rem;--_ui5-v2-13-0-rc-0-tree-toggle-box-height: 1.5rem;--_ui5-v2-13-0-rc-0-tree-toggle-icon-size: .8125rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_bottom: -.75rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_right: -.5rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_without_icon_bottom: -1rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_without_icon_right: -.8125rem;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_before_height: calc(100% - 1.25rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_without_icon_indicator_before_width: var(--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height);--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_after_width: var(--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height);--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_before_width: var(--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height);--_ui5-v2-13-0-rc-0_timeline_tli_icon_horizontal_indicator_after_width: var(--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height);--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_top: calc(-100% + .9375rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_indicator_after_height: calc(100% - .75rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_after_left: 1.8625rem;--_ui5-v2-13-0-rc-0_timeline_tli_horizontal_indicator_short_after_width: calc(100% - 1rem) ;--_ui5-v2-13-0-rc-0_timeline_tli_without_icon_horizontal_indicator_before_width: calc(100% - .625rem) ;--_ui5-v2-13-0-rc-0_timeline_tlgi_compact_icon_before_height: calc(100% + 1.5rem) ;--_ui5-v2-13-0-rc-0_timeline_tlgi_horizontal_line_placeholder_before_width: var(--_ui5-v2-13-0-rc-0_timeline_tlgi_compact_icon_before_height);--_ui5-v2-13-0-rc-0_timeline_tlgi_horizontal_compact_root_margin_left: .5rem;--_ui5-v2-13-0-rc-0_timeline_tlgi_compact_root_gap: .5rem;--_ui5-v2-13-0-rc-0_timeline_tlgi_root_horizontal_height: 19.375rem;--_ui5-v2-13-0-rc-0_vsd_header_container: 2.5rem;--_ui5-v2-13-0-rc-0_vsd_sub_header_container_height: 2rem;--_ui5-v2-13-0-rc-0_vsd_expand_content_height: 25.4375rem;--_ui5-v2-13-0-rc-0-toolbar-separator-height: 1.5rem;--_ui5-v2-13-0-rc-0-toolbar-height: 2rem;--_ui5-v2-13-0-rc-0_toolbar_overflow_padding: .1875rem .375rem;--_ui5-v2-13-0-rc-0_dynamic_page_title_actions_separator_height: var(--_ui5-v2-13-0-rc-0-toolbar-separator-height);--_ui5-v2-13-0-rc-0_textarea_padding_top: .1875rem;--_ui5-v2-13-0-rc-0_textarea_padding_bottom: .125rem;--_ui5-v2-13-0-rc-0_checkbox_focus_position: .25rem;--_ui5-v2-13-0-rc-0_split_button_middle_separator_top: .3125rem;--_ui5-v2-13-0-rc-0_split_button_middle_separator_height: 1rem;--_ui5-v2-13-0-rc-0_slider_handle_top: -.5rem;--_ui5-v2-13-0-rc-0_slider_tooltip_height: 1.375rem;--_ui5-v2-13-0-rc-0_checkbox_wrapped_focus_inset_block: .125rem;--_ui5-v2-13-0-rc-0_color-palette-item-height: 1.25rem;--_ui5-v2-13-0-rc-0_color-palette-item-hover-height: 1.625rem;--_ui5-v2-13-0-rc-0_color-palette-item-margin: calc(((var(--_ui5-v2-13-0-rc-0_color-palette-item-hover-height) - var(--_ui5-v2-13-0-rc-0_color-palette-item-height)) / 2) + .0625rem);--_ui5-v2-13-0-rc-0_color-palette-row-width: 8.75rem;--_ui5-v2-13-0-rc-0_color-palette-swatch-container-padding: .1875rem .5rem;--_ui5-v2-13-0-rc-0_color-palette-item-hover-margin: .0625rem;--_ui5-v2-13-0-rc-0_color-palette-row-height: 7.5rem;--_ui5-v2-13-0-rc-0_color-palette-button-height: 2rem;--_ui5-v2-13-0-rc-0_color-palette-item-before-focus-inset: -.25rem;--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_top: 1.5625rem;--_ui5-v2-13-0-rc-0_daypicker_specialday_focused_top: 1.3125rem;--_ui5-v2-13-0-rc-0_daypicker_selected_item_now_special_day_border_bottom_radius_alternate: .5rem;--_ui5-v2-13-0-rc-0_daypicker_specialday_focused_border_bottom: .25rem;--_ui5-v2-13-0-rc-0_daypicker_item_now_specialday_top: 1.4375rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_padding_block: 0 .375rem;--_ui5-v2-13-0-rc-0_dp_two_calendar_item_secondary_text_padding: 0 .375rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_selected_focus_margin_bottom: -.25rem;--_ui5-v2-13-0-rc-0_daypicker_two_calendar_item_selected_focus_padding_right: .4375rem}:root,[dir=ltr]{--_ui5-v2-13-0-rc-0_rotation_90deg: rotate(90deg);--_ui5-v2-13-0-rc-0_rotation_minus_90deg: rotate(-90deg);--_ui5-v2-13-0-rc-0_icon_transform_scale: none;--_ui5-v2-13-0-rc-0_panel_toggle_btn_rotation: var(--_ui5-v2-13-0-rc-0_rotation_90deg);--_ui5-v2-13-0-rc-0_timeline_scroll_container_offset: .5rem;--_ui5-v2-13-0-rc-0_popover_upward_arrow_margin: .1875rem 0 0 .1875rem;--_ui5-v2-13-0-rc-0_popover_right_arrow_margin: .1875rem 0 0 -.375rem;--_ui5-v2-13-0-rc-0_popover_downward_arrow_margin: -.375rem 0 0 .125rem;--_ui5-v2-13-0-rc-0_popover_left_arrow_margin: .125rem 0 0 .25rem;--_ui5-v2-13-0-rc-0_dialog_resize_cursor: se-resize;--_ui5-v2-13-0-rc-0_progress_indicator_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-13-0-rc-0_menu_submenu_margin_offset: -.25rem 0;--_ui5-v2-13-0-rc-0_menu_submenu_placement_type_left_margin_offset: .25rem 0;--_ui5-v2-13-0-rc-0-shellbar-notification-btn-count-offset: .125rem}[dir=rtl],[dir=rtl] :host{--_ui5-v2-13-0-rc-0_icon_transform_scale: scale(-1, 1);--_ui5-v2-13-0-rc-0_panel_toggle_btn_rotation: var(--_ui5-v2-13-0-rc-0_rotation_minus_90deg);--_ui5-v2-13-0-rc-0_timeline_scroll_container_offset: -.5rem;--_ui5-v2-13-0-rc-0_popover_upward_arrow_margin: .1875rem .125rem 0 0;--_ui5-v2-13-0-rc-0_popover_right_arrow_margin: .1875rem .25rem 0 0;--_ui5-v2-13-0-rc-0_popover_downward_arrow_margin: -.4375rem .125rem 0 0;--_ui5-v2-13-0-rc-0_popover_left_arrow_margin: .1875rem -.375rem 0 0;--_ui5-v2-13-0-rc-0_dialog_resize_cursor:sw-resize;--_ui5-v2-13-0-rc-0_progress_indicator_bar_border_radius: 0 .5rem .5rem 0;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_border_radius: .5rem 0 0 .5rem;--_ui5-v2-13-0-rc-0_menu_submenu_margin_offset: 0 -.25rem;--_ui5-v2-13-0-rc-0_menu_submenu_placement_type_left_margin_offset: 0 .25rem;--_ui5-v2-13-0-rc-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-13-0-rc-0_segmented_btn_item_border_right: 0px;--_ui5-v2-13-0-rc-0-shellbar-notification-btn-count-offset: auto}[dir=rtl]{--_ui5-v2-13-0-rc-0_segmented_btn_item_border_left: .0625rem;--_ui5-v2-13-0-rc-0_segmented_btn_item_border_right: .0625rem;--_ui5-v2-13-0-rc-0_progress_indicator_bar_border_radius: .5rem;--_ui5-v2-13-0-rc-0_progress_indicator_remaining_bar_border_radius: .25rem}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
const VALUE_STATE_TYPE_INFORMATION = { key: "VALUE_STATE_TYPE_INFORMATION", defaultText: "Value State Information" };
|
|
61
|
-
const VALUE_STATE_ERROR = { key: "VALUE_STATE_ERROR", defaultText: "Invalid entry" };
|
|
62
|
-
const VALUE_STATE_WARNING = { key: "VALUE_STATE_WARNING", defaultText: "Warning issued" };
|
|
63
|
-
const VALUE_STATE_INFORMATION = { key: "VALUE_STATE_INFORMATION", defaultText: "Informative entry" };
|
|
64
|
-
const VALUE_STATE_SUCCESS = { key: "VALUE_STATE_SUCCESS", defaultText: "Entry successfully validated" };
|
|
65
|
-
const MENU_BACK_BUTTON_ARIA_LABEL = { key: "MENU_BACK_BUTTON_ARIA_LABEL", defaultText: "Back" };
|
|
66
|
-
const MENU_CLOSE_BUTTON_ARIA_LABEL = { key: "MENU_CLOSE_BUTTON_ARIA_LABEL", defaultText: "Decline" };
|
|
67
|
-
const MENU_POPOVER_ACCESSIBLE_NAME = { key: "MENU_POPOVER_ACCESSIBLE_NAME", defaultText: "Select an option from the menu" };
|
|
68
|
-
const DIALOG_HEADER_ARIA_ROLE_DESCRIPTION = { key: "DIALOG_HEADER_ARIA_ROLE_DESCRIPTION", defaultText: "Interactive Header" };
|
|
69
|
-
const DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE = { key: "DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE", defaultText: "Use Shift+Arrow keys to resize" };
|
|
70
|
-
const DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE = { key: "DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE", defaultText: "Use Arrow keys to move" };
|
|
71
|
-
const DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE = { key: "DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE", defaultText: "Use Arrow keys to move, Shift+Arrow keys to resize" };
|
|
72
|
-
const LABEL_COLON = { key: "LABEL_COLON", defaultText: ":" };
|
|
73
|
-
const FORM_CHECKABLE_REQUIRED = { key: "FORM_CHECKABLE_REQUIRED", defaultText: "Please tick this box if you want to proceed." };
|
|
74
|
-
const FORM_SELECTABLE_REQUIRED = { key: "FORM_SELECTABLE_REQUIRED", defaultText: "Please select an item in the list." };
|
|
75
|
-
const FORM_SELECTABLE_REQUIRED2 = { key: "FORM_SELECTABLE_REQUIRED2", defaultText: "Please select one of these options." };
|
|
76
|
-
const FORM_TEXTFIELD_REQUIRED = { key: "FORM_TEXTFIELD_REQUIRED", defaultText: "Please fill in this field." };
|
|
77
|
-
|
|
78
|
-
exports.ARIA_LABEL_LIST_DELETABLE = ARIA_LABEL_LIST_DELETABLE;
|
|
79
|
-
exports.ARIA_LABEL_LIST_ITEM_CHECKBOX = ARIA_LABEL_LIST_ITEM_CHECKBOX;
|
|
80
|
-
exports.ARIA_LABEL_LIST_ITEM_RADIO_BUTTON = ARIA_LABEL_LIST_ITEM_RADIO_BUTTON;
|
|
81
|
-
exports.ARIA_LABEL_LIST_MULTISELECTABLE = ARIA_LABEL_LIST_MULTISELECTABLE;
|
|
82
|
-
exports.ARIA_LABEL_LIST_SELECTABLE = ARIA_LABEL_LIST_SELECTABLE;
|
|
83
|
-
exports.AVATAR_TOOLTIP = AVATAR_TOOLTIP;
|
|
84
|
-
exports.BUSY_INDICATOR_TITLE = BUSY_INDICATOR_TITLE;
|
|
85
|
-
exports.BUTTON_ARIA_TYPE_ACCEPT = BUTTON_ARIA_TYPE_ACCEPT;
|
|
86
|
-
exports.BUTTON_ARIA_TYPE_ATTENTION = BUTTON_ARIA_TYPE_ATTENTION;
|
|
87
|
-
exports.BUTTON_ARIA_TYPE_EMPHASIZED = BUTTON_ARIA_TYPE_EMPHASIZED;
|
|
88
|
-
exports.BUTTON_ARIA_TYPE_REJECT = BUTTON_ARIA_TYPE_REJECT;
|
|
89
|
-
exports.BUTTON_BADGE_MANY_ITEMS = BUTTON_BADGE_MANY_ITEMS;
|
|
90
|
-
exports.BUTTON_BADGE_ONE_ITEM = BUTTON_BADGE_ONE_ITEM;
|
|
91
|
-
exports.DELETE = DELETE;
|
|
92
|
-
exports.DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE = DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE;
|
|
93
|
-
exports.DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE = DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE;
|
|
94
|
-
exports.DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE = DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE;
|
|
95
|
-
exports.DIALOG_HEADER_ARIA_ROLE_DESCRIPTION = DIALOG_HEADER_ARIA_ROLE_DESCRIPTION;
|
|
96
|
-
exports.EMPTY_INDICATOR_ACCESSIBLE_TEXT = EMPTY_INDICATOR_ACCESSIBLE_TEXT;
|
|
97
|
-
exports.EMPTY_INDICATOR_SYMBOL = EMPTY_INDICATOR_SYMBOL;
|
|
98
|
-
exports.EXPANDABLE_TEXT_CLOSE = EXPANDABLE_TEXT_CLOSE;
|
|
99
|
-
exports.EXPANDABLE_TEXT_SHOW_LESS = EXPANDABLE_TEXT_SHOW_LESS;
|
|
100
|
-
exports.EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL = EXPANDABLE_TEXT_SHOW_LESS_POPOVER_ARIA_LABEL;
|
|
101
|
-
exports.EXPANDABLE_TEXT_SHOW_MORE = EXPANDABLE_TEXT_SHOW_MORE;
|
|
102
|
-
exports.EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL = EXPANDABLE_TEXT_SHOW_MORE_POPOVER_ARIA_LABEL;
|
|
103
|
-
exports.FORM_CHECKABLE_REQUIRED = FORM_CHECKABLE_REQUIRED;
|
|
104
|
-
exports.FORM_SELECTABLE_REQUIRED = FORM_SELECTABLE_REQUIRED;
|
|
105
|
-
exports.FORM_SELECTABLE_REQUIRED2 = FORM_SELECTABLE_REQUIRED2;
|
|
106
|
-
exports.FORM_TEXTFIELD_REQUIRED = FORM_TEXTFIELD_REQUIRED;
|
|
107
|
-
exports.GROUP_HEADER_TEXT = GROUP_HEADER_TEXT;
|
|
108
|
-
exports.INPUT_AVALIABLE_VALUES = INPUT_AVALIABLE_VALUES;
|
|
109
|
-
exports.INPUT_CLEAR_ICON_ACC_NAME = INPUT_CLEAR_ICON_ACC_NAME;
|
|
110
|
-
exports.INPUT_SUGGESTIONS = INPUT_SUGGESTIONS;
|
|
111
|
-
exports.INPUT_SUGGESTIONS_MORE_HITS = INPUT_SUGGESTIONS_MORE_HITS;
|
|
112
|
-
exports.INPUT_SUGGESTIONS_NO_HIT = INPUT_SUGGESTIONS_NO_HIT;
|
|
113
|
-
exports.INPUT_SUGGESTIONS_OK_BUTTON = INPUT_SUGGESTIONS_OK_BUTTON;
|
|
114
|
-
exports.INPUT_SUGGESTIONS_ONE_HIT = INPUT_SUGGESTIONS_ONE_HIT;
|
|
115
|
-
exports.INPUT_SUGGESTIONS_TITLE = INPUT_SUGGESTIONS_TITLE;
|
|
116
|
-
exports.LABEL_COLON = LABEL_COLON;
|
|
117
|
-
exports.LINK_EMPHASIZED = LINK_EMPHASIZED;
|
|
118
|
-
exports.LINK_SUBTLE = LINK_SUBTLE;
|
|
119
|
-
exports.LIST_ITEM_ACTIVE = LIST_ITEM_ACTIVE;
|
|
120
|
-
exports.LIST_ITEM_GROUP_HEADER = LIST_ITEM_GROUP_HEADER;
|
|
121
|
-
exports.LIST_ITEM_NOT_SELECTED = LIST_ITEM_NOT_SELECTED;
|
|
122
|
-
exports.LIST_ITEM_POSITION = LIST_ITEM_POSITION;
|
|
123
|
-
exports.LIST_ITEM_SELECTED = LIST_ITEM_SELECTED;
|
|
124
|
-
exports.LIST_ROLE_LISTBOX_GROUP_DESCRIPTION = LIST_ROLE_LISTBOX_GROUP_DESCRIPTION;
|
|
125
|
-
exports.LIST_ROLE_LIST_GROUP_DESCRIPTION = LIST_ROLE_LIST_GROUP_DESCRIPTION;
|
|
126
|
-
exports.LOAD_MORE_TEXT = LOAD_MORE_TEXT;
|
|
127
|
-
exports.MENU_BACK_BUTTON_ARIA_LABEL = MENU_BACK_BUTTON_ARIA_LABEL;
|
|
128
|
-
exports.MENU_CLOSE_BUTTON_ARIA_LABEL = MENU_CLOSE_BUTTON_ARIA_LABEL;
|
|
129
|
-
exports.MENU_POPOVER_ACCESSIBLE_NAME = MENU_POPOVER_ACCESSIBLE_NAME;
|
|
130
|
-
exports.PANEL_ICON = PANEL_ICON;
|
|
131
|
-
exports.RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON = RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON;
|
|
132
|
-
exports.SELECT_ROLE_DESCRIPTION = SELECT_ROLE_DESCRIPTION;
|
|
133
|
-
exports.TAG_DESCRIPTION_TAG = TAG_DESCRIPTION_TAG;
|
|
134
|
-
exports.TAG_ERROR = TAG_ERROR;
|
|
135
|
-
exports.TAG_INFORMATION = TAG_INFORMATION;
|
|
136
|
-
exports.TAG_ROLE_DESCRIPTION = TAG_ROLE_DESCRIPTION;
|
|
137
|
-
exports.TAG_SUCCESS = TAG_SUCCESS;
|
|
138
|
-
exports.TAG_WARNING = TAG_WARNING;
|
|
139
|
-
exports.VALUE_STATE_ERROR = VALUE_STATE_ERROR;
|
|
140
|
-
exports.VALUE_STATE_INFORMATION = VALUE_STATE_INFORMATION;
|
|
141
|
-
exports.VALUE_STATE_SUCCESS = VALUE_STATE_SUCCESS;
|
|
142
|
-
exports.VALUE_STATE_TYPE_ERROR = VALUE_STATE_TYPE_ERROR;
|
|
143
|
-
exports.VALUE_STATE_TYPE_INFORMATION = VALUE_STATE_TYPE_INFORMATION;
|
|
144
|
-
exports.VALUE_STATE_TYPE_SUCCESS = VALUE_STATE_TYPE_SUCCESS;
|
|
145
|
-
exports.VALUE_STATE_TYPE_WARNING = VALUE_STATE_TYPE_WARNING;
|
|
146
|
-
exports.VALUE_STATE_WARNING = VALUE_STATE_WARNING;
|
|
147
|
-
exports.defaultTheme = defaultTheme;
|
|
148
|
-
exports.i = i;
|
|
59
|
+
exports.IM_SUBTITLE_BEFORESEARCH = IM_SUBTITLE_BEFORESEARCH;
|
|
60
|
+
exports.IM_TITLE_BEFORESEARCH = IM_TITLE_BEFORESEARCH;
|
|
61
|
+
exports.NOTIFICATION_LIST_ACCESSIBLE_NAME = NOTIFICATION_LIST_ACCESSIBLE_NAME;
|
|
62
|
+
exports.NOTIFICATION_LIST_GROUP_COLLAPSED = NOTIFICATION_LIST_GROUP_COLLAPSED;
|
|
63
|
+
exports.NOTIFICATION_LIST_GROUP_EXPANDED = NOTIFICATION_LIST_GROUP_EXPANDED;
|
|
64
|
+
exports.NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE = NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE;
|
|
65
|
+
exports.NOTIFICATION_LIST_GROUP_ITEM_TXT = NOTIFICATION_LIST_GROUP_ITEM_TXT;
|
|
66
|
+
exports.NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE = NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE;
|
|
67
|
+
exports.NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT = NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT;
|
|
68
|
+
exports.NOTIFICATION_LIST_ITEM_IMPORTANT_TXT = NOTIFICATION_LIST_ITEM_IMPORTANT_TXT;
|
|
69
|
+
exports.NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT = NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT;
|
|
70
|
+
exports.NOTIFICATION_LIST_ITEM_LOADING = NOTIFICATION_LIST_ITEM_LOADING;
|
|
71
|
+
exports.NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE = NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE;
|
|
72
|
+
exports.NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL = NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL;
|
|
73
|
+
exports.NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE = NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE;
|
|
74
|
+
exports.NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT = NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT;
|
|
75
|
+
exports.NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT = NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT;
|
|
76
|
+
exports.NOTIFICATION_LIST_ITEM_READ = NOTIFICATION_LIST_ITEM_READ;
|
|
77
|
+
exports.NOTIFICATION_LIST_ITEM_SHOW_LESS = NOTIFICATION_LIST_ITEM_SHOW_LESS;
|
|
78
|
+
exports.NOTIFICATION_LIST_ITEM_SHOW_MORE = NOTIFICATION_LIST_ITEM_SHOW_MORE;
|
|
79
|
+
exports.NOTIFICATION_LIST_ITEM_UNREAD = NOTIFICATION_LIST_ITEM_UNREAD;
|
|
80
|
+
exports.SEARCH_CANCEL_BUTTON = SEARCH_CANCEL_BUTTON;
|
|
81
|
+
exports.SEARCH_FIELD_CLEAR_ICON = SEARCH_FIELD_CLEAR_ICON;
|
|
82
|
+
exports.SEARCH_FIELD_LABEL = SEARCH_FIELD_LABEL;
|
|
83
|
+
exports.SEARCH_FIELD_SCOPE_SELECT_LABEL = SEARCH_FIELD_SCOPE_SELECT_LABEL;
|
|
84
|
+
exports.SEARCH_FIELD_SEARCH_ICON = SEARCH_FIELD_SEARCH_ICON;
|
|
85
|
+
exports.SEARCH_ITEM_DELETE_BUTTON = SEARCH_ITEM_DELETE_BUTTON;
|
|
86
|
+
exports.SEARCH_SUGGESTIONS = SEARCH_SUGGESTIONS;
|
|
87
|
+
exports.SHELLBAR_ADDITIONAL_CONTEXT = SHELLBAR_ADDITIONAL_CONTEXT;
|
|
88
|
+
exports.SHELLBAR_CANCEL = SHELLBAR_CANCEL;
|
|
89
|
+
exports.SHELLBAR_LABEL = SHELLBAR_LABEL;
|
|
90
|
+
exports.SHELLBAR_LOGO = SHELLBAR_LOGO;
|
|
91
|
+
exports.SHELLBAR_LOGO_AREA = SHELLBAR_LOGO_AREA;
|
|
92
|
+
exports.SHELLBAR_NOTIFICATIONS = SHELLBAR_NOTIFICATIONS;
|
|
93
|
+
exports.SHELLBAR_NOTIFICATIONS_NO_COUNT = SHELLBAR_NOTIFICATIONS_NO_COUNT;
|
|
94
|
+
exports.SHELLBAR_OVERFLOW = SHELLBAR_OVERFLOW;
|
|
95
|
+
exports.SHELLBAR_PRODUCTS = SHELLBAR_PRODUCTS;
|
|
96
|
+
exports.SHELLBAR_PRODUCT_SWITCH_BTN = SHELLBAR_PRODUCT_SWITCH_BTN;
|
|
97
|
+
exports.SHELLBAR_PROFILE = SHELLBAR_PROFILE;
|
|
98
|
+
exports.SHELLBAR_SEARCH = SHELLBAR_SEARCH;
|
|
99
|
+
exports.SHELLBAR_SEARCHFIELD_DESCRIPTION = SHELLBAR_SEARCHFIELD_DESCRIPTION;
|
|
100
|
+
exports.SHELLBAR_SEARCH_BTN_OPEN = SHELLBAR_SEARCH_BTN_OPEN;
|
|
101
|
+
exports.SHELLBAR_SEARCH_COLLAPSED = SHELLBAR_SEARCH_COLLAPSED;
|
|
102
|
+
exports.SHELLBAR_SEARCH_EXPANDED = SHELLBAR_SEARCH_EXPANDED;
|
|
103
|
+
exports.SHELLBAR_SEARCH_FIELD = SHELLBAR_SEARCH_FIELD;
|
|
104
|
+
exports.USER_MENU_ACTIONS_TXT = USER_MENU_ACTIONS_TXT;
|
|
105
|
+
exports.USER_MENU_CLOSE_DIALOG_BUTTON = USER_MENU_CLOSE_DIALOG_BUTTON;
|
|
106
|
+
exports.USER_MENU_CURRENT_INFORMATION_TXT = USER_MENU_CURRENT_INFORMATION_TXT;
|
|
107
|
+
exports.USER_MENU_EDIT_ACCOUNTS_TXT = USER_MENU_EDIT_ACCOUNTS_TXT;
|
|
108
|
+
exports.USER_MENU_EDIT_AVATAR_TXT = USER_MENU_EDIT_AVATAR_TXT;
|
|
109
|
+
exports.USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT = USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT;
|
|
110
|
+
exports.USER_MENU_OTHER_ACCOUNT_BUTTON_TXT = USER_MENU_OTHER_ACCOUNT_BUTTON_TXT;
|
|
111
|
+
exports.USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT = USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT;
|
|
112
|
+
exports.USER_MENU_POPOVER_ACCESSIBLE_NAME = USER_MENU_POPOVER_ACCESSIBLE_NAME;
|
|
113
|
+
exports.USER_MENU_SIGN_OUT_BUTTON_TXT = USER_MENU_SIGN_OUT_BUTTON_TXT;
|
|
149
114
|
|
|
150
115
|
}));
|