@sapui5/sap.ushell 1.129.1 → 1.130.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 +478 -346
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +41 -6
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +2 -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/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 +7 -3
- 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/S4MyHome.js +33 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +8 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +871 -733
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +50 -50
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +121 -116
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +16 -12
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +48 -53
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +2 -1
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +26 -5
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +20 -13
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +28 -35
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +60 -5
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +17 -6
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +11 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +174 -176
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +28 -7
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +28 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +17 -14
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/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 +6 -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 +2 -2
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +2 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +74 -5
- 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/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/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +20 -4
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +113 -157
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +23 -21
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +14 -19
- 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 +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +30 -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 +30 -16
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +29 -15
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
- 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/iconfonts.js +2 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +18 -6
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +378 -576
- package/src/main/js/sap/ushell/renderer/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +57 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +6 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +102 -107
- 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 +2 -2
- 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 +142 -152
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +3 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.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 +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +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.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +74 -100
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +2 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +4 -4
- 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/ShellModel.js +31 -0
- package/src/main/js/sap/ushell/state/StateManager.js +28 -0
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/AppearanceView.less +3 -137
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +1 -138
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +1 -138
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +1 -138
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +17 -21
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +358 -100
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +169 -90
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +77 -9
- package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +20 -20
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- 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/DynamicTileRequest.js +1 -3
- package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +3 -1
- package/src/main/js/sap/ushell/utils/UrlParsing.js +38 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +13 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +43 -27
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +5 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +2 -2
- package/src/main/js/sap/ushell/utils.js +8 -20
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
.sapUshellAppearanceItemViewLeft {
|
|
6
6
|
margin-left: 2rem;
|
|
7
|
-
height: 5rem;
|
|
8
7
|
padding-top: 1rem;
|
|
9
8
|
padding-bottom: 1rem;
|
|
10
9
|
}
|
|
@@ -12,135 +11,11 @@
|
|
|
12
11
|
.sapUshellAppearanceItemViewRight {
|
|
13
12
|
position: absolute;
|
|
14
13
|
right: 0rem;
|
|
15
|
-
margin-top: 1.
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapUshellBlueCrystalIconStyle {
|
|
19
|
-
background-image: -webkit-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
20
|
-
background-image: linear-gradient(to top, #2ca9b2 0, #178299 100%);
|
|
21
|
-
background-image: -moz-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
22
|
-
background-image: -o-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
23
|
-
border-radius: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapUshellBaseIconStyle {
|
|
27
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
28
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
29
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
30
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
31
|
-
border-radius: 100%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.sapUshellHCBIconStyle,
|
|
35
|
-
.sapUshellQuartzHCBIconStyle,
|
|
36
|
-
.sapUshellHorizonHCBIconStyle {
|
|
37
|
-
background-image: -webkit-linear-gradient(top, #000000 0, #000000 100%);
|
|
38
|
-
background-image: linear-gradient(to top, #000000 0, #000000 100%);
|
|
39
|
-
background-image: -moz-linear-gradient(top, #000000 0, #000000 100%);
|
|
40
|
-
background-image: -o-linear-gradient(top, #000000 0, #000000 100%);
|
|
41
|
-
border-radius: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapUshellHCBIconStyleOnHCB {
|
|
45
|
-
border: 1px solid #FFFFFF;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapUshellHCWIconStyle,
|
|
49
|
-
.sapUshellQuartzHCWIconStyle,
|
|
50
|
-
.sapUshellHorizonHCWIconStyle {
|
|
51
|
-
background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
52
|
-
background-image: linear-gradient(to top, #ffffff 0, #ffffff 100%);
|
|
53
|
-
background-image: -moz-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
54
|
-
background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
55
|
-
border-radius: 100%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapUshellHCWIconStyleOnHCW {
|
|
59
|
-
border: 1px solid #000000;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapUshellDarkMode.sapUshellQuartzHCBIconStyle,
|
|
63
|
-
.sapUshellDarkMode.sapUshellQuartzHCWIconStyle {
|
|
64
|
-
border: 1px solid #334558;
|
|
65
|
-
box-shadow: inset 0 0 2px #334558;
|
|
66
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
67
|
-
border-radius: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapUshellDarkMode.sapUshellHorizonHCBIconStyle,
|
|
71
|
-
.sapUshellDarkMode.sapUshellHorizonHCWIconStyle {
|
|
72
|
-
border: 1px solid #334558;
|
|
73
|
-
box-shadow: inset 0 0 2px #334558;
|
|
74
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
75
|
-
border-radius: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapUshellBelizeIconStyle {
|
|
79
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
80
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
81
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
82
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
83
|
-
border-radius: 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapUshellPlusIconStyle {
|
|
87
|
-
background-image: -webkit-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
88
|
-
background-image: linear-gradient(to top, #2c4e6c 0, #9ec7d8 100%);
|
|
89
|
-
background-image: -moz-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
90
|
-
background-image: -o-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
91
|
-
border-radius: 100%;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapUshellQuartzLightIconStyle {
|
|
95
|
-
background-color: white;
|
|
96
|
-
border-radius: 100%;
|
|
97
|
-
border: 1px solid #334558;
|
|
98
|
-
box-shadow: inset 0 0 4px #334558;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.sapUshellQuartzDarkIconStyle {
|
|
102
|
-
background-color: #334558;
|
|
103
|
-
border-radius: 100%;
|
|
104
|
-
border: 1px solid white;
|
|
105
|
-
box-shadow: inset 0 0 4px white;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.sapUshellDarkMode.sapUshellQuartzLightIconStyle,
|
|
109
|
-
.sapUshellDarkMode.sapUshellQuartzDarkIconStyle {
|
|
110
|
-
border: 1px solid #334558;
|
|
111
|
-
box-shadow: inset 0 0 4px white;
|
|
112
|
-
background: linear-gradient(135deg, #334558 45%, #edeff0 55%);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.sapUshellHorizonLightIconStyle {
|
|
116
|
-
background-color: #EBF8FF;
|
|
117
|
-
border: 1px solid #758ca4;
|
|
118
|
-
box-shadow: inset 0 0 2px #758ca4;
|
|
119
|
-
border-radius: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sapUshellHorizonDarkIconStyle {
|
|
123
|
-
background-color: #1D2D3E;
|
|
124
|
-
border: 1px solid #1D2D3E;
|
|
125
|
-
box-shadow: inset 0 0 2px #a9b4be;
|
|
126
|
-
border-radius: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.sapUshellDarkMode.sapUshellHorizonLightIconStyle,
|
|
130
|
-
.sapUshellDarkMode.sapUshellHorizonDarkIconStyle {
|
|
131
|
-
border: 1px solid #1D2D3E;
|
|
132
|
-
box-shadow: inset 0 0 2px #1d2d3e;
|
|
133
|
-
background: linear-gradient(135deg, #1D2D3E 45%, #EBF8FF 55%);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.sapUshellAppearanceSelectedIcon {
|
|
137
|
-
position: absolute;
|
|
138
|
-
right: 1rem;
|
|
14
|
+
margin-top: 1.25rem;
|
|
139
15
|
}
|
|
140
16
|
|
|
141
17
|
.sapUshellAppearanceIcon {
|
|
142
18
|
width: 3rem;
|
|
143
|
-
height: 3rem;
|
|
144
19
|
}
|
|
145
20
|
|
|
146
21
|
.sapUshellAppearanceBox {
|
|
@@ -169,10 +44,9 @@
|
|
|
169
44
|
align-self: center;
|
|
170
45
|
}
|
|
171
46
|
|
|
172
|
-
.
|
|
173
|
-
|
|
47
|
+
.sapUshellAppearanceItemViewRight .sapMObjStatus {
|
|
48
|
+
vertical-align: baseline;
|
|
174
49
|
}
|
|
175
|
-
|
|
176
50
|
.sapUshellAppearanceContentDensityText .sapUshellFlpSettingsDescription,
|
|
177
51
|
.sapUshellAppearanceTileSizeText .sapUshellFlpSettingsDescription {
|
|
178
52
|
border-top: solid 0.125rem #ebebeb;
|
|
@@ -180,18 +54,10 @@
|
|
|
180
54
|
padding-top: 0.625rem;
|
|
181
55
|
}
|
|
182
56
|
|
|
183
|
-
.sap-phone .sapUshellAppearanceAnimation {
|
|
184
|
-
padding-left: 0;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
57
|
#userPrefThemeSelector .sapMFlexItem {
|
|
188
58
|
padding-right: 1rem;
|
|
189
59
|
}
|
|
190
60
|
|
|
191
|
-
#userPrefThemeSelector .sapMLIBActionable .sapMText {
|
|
192
|
-
padding-top: 0.5rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
61
|
.sapUshellAppearanceItemText {
|
|
196
62
|
padding-right: 1rem;
|
|
197
63
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
.sapUshellAppearanceItemViewLeft {
|
|
6
6
|
margin-left: 2rem;
|
|
7
|
-
height: 5rem;
|
|
8
7
|
padding-top: 1rem;
|
|
9
8
|
padding-bottom: 1rem;
|
|
10
9
|
}
|
|
@@ -12,135 +11,11 @@
|
|
|
12
11
|
.sapUshellAppearanceItemViewRight {
|
|
13
12
|
position: absolute;
|
|
14
13
|
right: 0rem;
|
|
15
|
-
margin-top: 1.
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapUshellBlueCrystalIconStyle {
|
|
19
|
-
background-image: -webkit-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
20
|
-
background-image: linear-gradient(to top, #2ca9b2 0, #178299 100%);
|
|
21
|
-
background-image: -moz-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
22
|
-
background-image: -o-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
23
|
-
border-radius: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapUshellBaseIconStyle {
|
|
27
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
28
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
29
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
30
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
31
|
-
border-radius: 100%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.sapUshellHCBIconStyle,
|
|
35
|
-
.sapUshellQuartzHCBIconStyle,
|
|
36
|
-
.sapUshellHorizonHCBIconStyle {
|
|
37
|
-
background-image: -webkit-linear-gradient(top, #000000 0, #000000 100%);
|
|
38
|
-
background-image: linear-gradient(to top, #000000 0, #000000 100%);
|
|
39
|
-
background-image: -moz-linear-gradient(top, #000000 0, #000000 100%);
|
|
40
|
-
background-image: -o-linear-gradient(top, #000000 0, #000000 100%);
|
|
41
|
-
border-radius: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapUshellHCBIconStyleOnHCB {
|
|
45
|
-
border: 1px solid #FFFFFF;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapUshellHCWIconStyle,
|
|
49
|
-
.sapUshellQuartzHCWIconStyle,
|
|
50
|
-
.sapUshellHorizonHCWIconStyle {
|
|
51
|
-
background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
52
|
-
background-image: linear-gradient(to top, #ffffff 0, #ffffff 100%);
|
|
53
|
-
background-image: -moz-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
54
|
-
background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
55
|
-
border-radius: 100%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapUshellHCWIconStyleOnHCW {
|
|
59
|
-
border: 1px solid #000000;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapUshellDarkMode.sapUshellQuartzHCBIconStyle,
|
|
63
|
-
.sapUshellDarkMode.sapUshellQuartzHCWIconStyle {
|
|
64
|
-
border: 1px solid #334558;
|
|
65
|
-
box-shadow: inset 0 0 2px #334558;
|
|
66
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
67
|
-
border-radius: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapUshellDarkMode.sapUshellHorizonHCBIconStyle,
|
|
71
|
-
.sapUshellDarkMode.sapUshellHorizonHCWIconStyle {
|
|
72
|
-
border: 1px solid #334558;
|
|
73
|
-
box-shadow: inset 0 0 2px #334558;
|
|
74
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
75
|
-
border-radius: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapUshellBelizeIconStyle {
|
|
79
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
80
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
81
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
82
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
83
|
-
border-radius: 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapUshellPlusIconStyle {
|
|
87
|
-
background-image: -webkit-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
88
|
-
background-image: linear-gradient(to top, #2c4e6c 0, #9ec7d8 100%);
|
|
89
|
-
background-image: -moz-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
90
|
-
background-image: -o-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
91
|
-
border-radius: 100%;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapUshellQuartzLightIconStyle {
|
|
95
|
-
background-color: white;
|
|
96
|
-
border-radius: 100%;
|
|
97
|
-
border: 1px solid #334558;
|
|
98
|
-
box-shadow: inset 0 0 4px #334558;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.sapUshellQuartzDarkIconStyle {
|
|
102
|
-
background-color: #334558;
|
|
103
|
-
border-radius: 100%;
|
|
104
|
-
border: 1px solid white;
|
|
105
|
-
box-shadow: inset 0 0 4px white;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.sapUshellDarkMode.sapUshellQuartzLightIconStyle,
|
|
109
|
-
.sapUshellDarkMode.sapUshellQuartzDarkIconStyle {
|
|
110
|
-
border: 1px solid #334558;
|
|
111
|
-
box-shadow: inset 0 0 4px white;
|
|
112
|
-
background: linear-gradient(135deg, #334558 45%, #edeff0 55%);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.sapUshellHorizonLightIconStyle {
|
|
116
|
-
background-color: #EBF8FF;
|
|
117
|
-
border: 1px solid #758ca4;
|
|
118
|
-
box-shadow: inset 0 0 2px #758ca4;
|
|
119
|
-
border-radius: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sapUshellHorizonDarkIconStyle {
|
|
123
|
-
background-color: #1D2D3E;
|
|
124
|
-
border: 1px solid #1D2D3E;
|
|
125
|
-
box-shadow: inset 0 0 2px #a9b4be;
|
|
126
|
-
border-radius: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.sapUshellDarkMode.sapUshellHorizonLightIconStyle,
|
|
130
|
-
.sapUshellDarkMode.sapUshellHorizonDarkIconStyle {
|
|
131
|
-
border: 1px solid #1D2D3E;
|
|
132
|
-
box-shadow: inset 0 0 2px #1d2d3e;
|
|
133
|
-
background: linear-gradient(135deg, #1D2D3E 45%, #EBF8FF 55%);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.sapUshellAppearanceSelectedIcon {
|
|
137
|
-
position: absolute;
|
|
138
|
-
right: 1rem;
|
|
14
|
+
margin-top: 1.25rem;
|
|
139
15
|
}
|
|
140
16
|
|
|
141
17
|
.sapUshellAppearanceIcon {
|
|
142
18
|
width: 3rem;
|
|
143
|
-
height: 3rem;
|
|
144
19
|
}
|
|
145
20
|
|
|
146
21
|
.sapUshellAppearanceBox {
|
|
@@ -169,10 +44,6 @@
|
|
|
169
44
|
align-self: center;
|
|
170
45
|
}
|
|
171
46
|
|
|
172
|
-
.sapUshellAppearanceAnimation {
|
|
173
|
-
padding-left: 4.8rem;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
47
|
.sapUshellAppearanceContentDensityText .sapUshellFlpSettingsDescription,
|
|
177
48
|
.sapUshellAppearanceTileSizeText .sapUshellFlpSettingsDescription {
|
|
178
49
|
border-top: solid 0.125rem #ebebeb;
|
|
@@ -180,18 +51,10 @@
|
|
|
180
51
|
padding-top: 0.625rem;
|
|
181
52
|
}
|
|
182
53
|
|
|
183
|
-
.sap-phone .sapUshellAppearanceAnimation {
|
|
184
|
-
padding-left: 0;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
54
|
#userPrefThemeSelector .sapMFlexItem {
|
|
188
55
|
padding-right: 1rem;
|
|
189
56
|
}
|
|
190
57
|
|
|
191
|
-
#userPrefThemeSelector .sapMLIBActionable .sapMText {
|
|
192
|
-
padding-top: 0.5rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
58
|
.sapUshellAppearanceItemText {
|
|
196
59
|
padding-right: 1rem;
|
|
197
60
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
.sapUshellAppearanceItemViewLeft {
|
|
6
6
|
margin-left: 2rem;
|
|
7
|
-
height: 5rem;
|
|
8
7
|
padding-top: 1rem;
|
|
9
8
|
padding-bottom: 1rem;
|
|
10
9
|
}
|
|
@@ -12,135 +11,11 @@
|
|
|
12
11
|
.sapUshellAppearanceItemViewRight {
|
|
13
12
|
position: absolute;
|
|
14
13
|
right: 0rem;
|
|
15
|
-
margin-top: 1.
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapUshellBlueCrystalIconStyle {
|
|
19
|
-
background-image: -webkit-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
20
|
-
background-image: linear-gradient(to top, #2ca9b2 0, #178299 100%);
|
|
21
|
-
background-image: -moz-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
22
|
-
background-image: -o-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
23
|
-
border-radius: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapUshellBaseIconStyle {
|
|
27
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
28
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
29
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
30
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
31
|
-
border-radius: 100%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.sapUshellHCBIconStyle,
|
|
35
|
-
.sapUshellQuartzHCBIconStyle,
|
|
36
|
-
.sapUshellHorizonHCBIconStyle {
|
|
37
|
-
background-image: -webkit-linear-gradient(top, #000000 0, #000000 100%);
|
|
38
|
-
background-image: linear-gradient(to top, #000000 0, #000000 100%);
|
|
39
|
-
background-image: -moz-linear-gradient(top, #000000 0, #000000 100%);
|
|
40
|
-
background-image: -o-linear-gradient(top, #000000 0, #000000 100%);
|
|
41
|
-
border-radius: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapUshellHCBIconStyleOnHCB {
|
|
45
|
-
border: 1px solid #FFFFFF;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapUshellHCWIconStyle,
|
|
49
|
-
.sapUshellQuartzHCWIconStyle,
|
|
50
|
-
.sapUshellHorizonHCWIconStyle {
|
|
51
|
-
background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
52
|
-
background-image: linear-gradient(to top, #ffffff 0, #ffffff 100%);
|
|
53
|
-
background-image: -moz-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
54
|
-
background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
55
|
-
border-radius: 100%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapUshellHCWIconStyleOnHCW {
|
|
59
|
-
border: 1px solid #000000;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapUshellDarkMode.sapUshellQuartzHCBIconStyle,
|
|
63
|
-
.sapUshellDarkMode.sapUshellQuartzHCWIconStyle {
|
|
64
|
-
border: 1px solid #334558;
|
|
65
|
-
box-shadow: inset 0 0 2px #334558;
|
|
66
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
67
|
-
border-radius: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapUshellDarkMode.sapUshellHorizonHCBIconStyle,
|
|
71
|
-
.sapUshellDarkMode.sapUshellHorizonHCWIconStyle {
|
|
72
|
-
border: 1px solid #334558;
|
|
73
|
-
box-shadow: inset 0 0 2px #334558;
|
|
74
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
75
|
-
border-radius: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapUshellBelizeIconStyle {
|
|
79
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
80
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
81
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
82
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
83
|
-
border-radius: 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapUshellPlusIconStyle {
|
|
87
|
-
background-image: -webkit-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
88
|
-
background-image: linear-gradient(to top, #2c4e6c 0, #9ec7d8 100%);
|
|
89
|
-
background-image: -moz-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
90
|
-
background-image: -o-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
91
|
-
border-radius: 100%;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapUshellQuartzLightIconStyle {
|
|
95
|
-
background-color: white;
|
|
96
|
-
border-radius: 100%;
|
|
97
|
-
border: 1px solid #334558;
|
|
98
|
-
box-shadow: inset 0 0 4px #334558;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.sapUshellQuartzDarkIconStyle {
|
|
102
|
-
background-color: #334558;
|
|
103
|
-
border-radius: 100%;
|
|
104
|
-
border: 1px solid white;
|
|
105
|
-
box-shadow: inset 0 0 4px white;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.sapUshellDarkMode.sapUshellQuartzLightIconStyle,
|
|
109
|
-
.sapUshellDarkMode.sapUshellQuartzDarkIconStyle {
|
|
110
|
-
border: 1px solid #334558;
|
|
111
|
-
box-shadow: inset 0 0 4px white;
|
|
112
|
-
background: linear-gradient(135deg, #334558 45%, #edeff0 55%);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.sapUshellHorizonLightIconStyle {
|
|
116
|
-
background-color: #EBF8FF;
|
|
117
|
-
border: 1px solid #758ca4;
|
|
118
|
-
box-shadow: inset 0 0 2px #758ca4;
|
|
119
|
-
border-radius: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sapUshellHorizonDarkIconStyle {
|
|
123
|
-
background-color: #1D2D3E;
|
|
124
|
-
border: 1px solid #1D2D3E;
|
|
125
|
-
box-shadow: inset 0 0 2px #a9b4be;
|
|
126
|
-
border-radius: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.sapUshellDarkMode.sapUshellHorizonLightIconStyle,
|
|
130
|
-
.sapUshellDarkMode.sapUshellHorizonDarkIconStyle {
|
|
131
|
-
border: 1px solid #1D2D3E;
|
|
132
|
-
box-shadow: inset 0 0 2px #1d2d3e;
|
|
133
|
-
background: linear-gradient(135deg, #1D2D3E 45%, #EBF8FF 55%);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.sapUshellAppearanceSelectedIcon {
|
|
137
|
-
position: absolute;
|
|
138
|
-
right: 1rem;
|
|
14
|
+
margin-top: 1.25rem;
|
|
139
15
|
}
|
|
140
16
|
|
|
141
17
|
.sapUshellAppearanceIcon {
|
|
142
18
|
width: 3rem;
|
|
143
|
-
height: 3rem;
|
|
144
19
|
}
|
|
145
20
|
|
|
146
21
|
.sapUshellAppearanceBox {
|
|
@@ -169,10 +44,6 @@
|
|
|
169
44
|
align-self: center;
|
|
170
45
|
}
|
|
171
46
|
|
|
172
|
-
.sapUshellAppearanceAnimation {
|
|
173
|
-
padding-left: 4.8rem;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
47
|
.sapUshellAppearanceContentDensityText .sapUshellFlpSettingsDescription,
|
|
177
48
|
.sapUshellAppearanceTileSizeText .sapUshellFlpSettingsDescription {
|
|
178
49
|
border-top: solid 0.125rem #ebebeb;
|
|
@@ -180,18 +51,10 @@
|
|
|
180
51
|
padding-top: 0.625rem;
|
|
181
52
|
}
|
|
182
53
|
|
|
183
|
-
.sap-phone .sapUshellAppearanceAnimation {
|
|
184
|
-
padding-left: 0;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
54
|
#userPrefThemeSelector .sapMFlexItem {
|
|
188
55
|
padding-right: 1rem;
|
|
189
56
|
}
|
|
190
57
|
|
|
191
|
-
#userPrefThemeSelector .sapMLIBActionable .sapMText {
|
|
192
|
-
padding-top: 0.5rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
58
|
.sapUshellAppearanceItemText {
|
|
196
59
|
padding-right: 1rem;
|
|
197
60
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
.sapUshellAppearanceItemViewLeft {
|
|
6
6
|
margin-left: 2rem;
|
|
7
|
-
height: 5rem;
|
|
8
7
|
padding-top: 1rem;
|
|
9
8
|
padding-bottom: 1rem;
|
|
10
9
|
}
|
|
@@ -12,135 +11,11 @@
|
|
|
12
11
|
.sapUshellAppearanceItemViewRight {
|
|
13
12
|
position: absolute;
|
|
14
13
|
right: 0rem;
|
|
15
|
-
margin-top: 1.
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.sapUshellBlueCrystalIconStyle {
|
|
19
|
-
background-image: -webkit-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
20
|
-
background-image: linear-gradient(to top, #2ca9b2 0, #178299 100%);
|
|
21
|
-
background-image: -moz-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
22
|
-
background-image: -o-linear-gradient(top, #2ca9b2 0, #178299 100%);
|
|
23
|
-
border-radius: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapUshellBaseIconStyle {
|
|
27
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
28
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
29
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
30
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
31
|
-
border-radius: 100%;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.sapUshellHCBIconStyle,
|
|
35
|
-
.sapUshellQuartzHCBIconStyle,
|
|
36
|
-
.sapUshellHorizonHCBIconStyle {
|
|
37
|
-
background-image: -webkit-linear-gradient(top, #000000 0, #000000 100%);
|
|
38
|
-
background-image: linear-gradient(to top, #000000 0, #000000 100%);
|
|
39
|
-
background-image: -moz-linear-gradient(top, #000000 0, #000000 100%);
|
|
40
|
-
background-image: -o-linear-gradient(top, #000000 0, #000000 100%);
|
|
41
|
-
border-radius: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapUshellHCBIconStyleOnHCB {
|
|
45
|
-
border: 1px solid #FFFFFF;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapUshellHCWIconStyle,
|
|
49
|
-
.sapUshellQuartzHCWIconStyle,
|
|
50
|
-
.sapUshellHorizonHCWIconStyle {
|
|
51
|
-
background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
52
|
-
background-image: linear-gradient(to top, #ffffff 0, #ffffff 100%);
|
|
53
|
-
background-image: -moz-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
54
|
-
background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
|
|
55
|
-
border-radius: 100%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sapUshellHCWIconStyleOnHCW {
|
|
59
|
-
border: 1px solid #000000;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sapUshellDarkMode.sapUshellQuartzHCBIconStyle,
|
|
63
|
-
.sapUshellDarkMode.sapUshellQuartzHCWIconStyle {
|
|
64
|
-
border: 1px solid #334558;
|
|
65
|
-
box-shadow: inset 0 0 2px #334558;
|
|
66
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
67
|
-
border-radius: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sapUshellDarkMode.sapUshellHorizonHCBIconStyle,
|
|
71
|
-
.sapUshellDarkMode.sapUshellHorizonHCWIconStyle {
|
|
72
|
-
border: 1px solid #334558;
|
|
73
|
-
box-shadow: inset 0 0 2px #334558;
|
|
74
|
-
background: linear-gradient(135deg, #000 45%, #fff 55%);
|
|
75
|
-
border-radius: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.sapUshellBelizeIconStyle {
|
|
79
|
-
background-image: -webkit-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
80
|
-
background-image: linear-gradient(to top, #a9c6de 0, #e7ecf0 100%);
|
|
81
|
-
background-image: -moz-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
82
|
-
background-image: -o-linear-gradient(top, #a9c6de 0, #e7ecf0 100%);
|
|
83
|
-
border-radius: 100%;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.sapUshellPlusIconStyle {
|
|
87
|
-
background-image: -webkit-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
88
|
-
background-image: linear-gradient(to top, #2c4e6c 0, #9ec7d8 100%);
|
|
89
|
-
background-image: -moz-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
90
|
-
background-image: -o-linear-gradient(top, #2c4e6c 0, #9ec7d8 100%);
|
|
91
|
-
border-radius: 100%;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sapUshellQuartzLightIconStyle {
|
|
95
|
-
background-color: white;
|
|
96
|
-
border-radius: 100%;
|
|
97
|
-
border: 1px solid #334558;
|
|
98
|
-
box-shadow: inset 0 0 4px #334558;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.sapUshellQuartzDarkIconStyle {
|
|
102
|
-
background-color: #334558;
|
|
103
|
-
border-radius: 100%;
|
|
104
|
-
border: 1px solid white;
|
|
105
|
-
box-shadow: inset 0 0 4px white;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.sapUshellDarkMode.sapUshellQuartzLightIconStyle,
|
|
109
|
-
.sapUshellDarkMode.sapUshellQuartzDarkIconStyle {
|
|
110
|
-
border: 1px solid #334558;
|
|
111
|
-
box-shadow: inset 0 0 4px white;
|
|
112
|
-
background: linear-gradient(135deg, #334558 45%, #edeff0 55%);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.sapUshellHorizonLightIconStyle {
|
|
116
|
-
background-color: #EBF8FF;
|
|
117
|
-
border: 1px solid #758ca4;
|
|
118
|
-
box-shadow: inset 0 0 2px #758ca4;
|
|
119
|
-
border-radius: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.sapUshellHorizonDarkIconStyle {
|
|
123
|
-
background-color: #1D2D3E;
|
|
124
|
-
border: 1px solid #1D2D3E;
|
|
125
|
-
box-shadow: inset 0 0 2px #a9b4be;
|
|
126
|
-
border-radius: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.sapUshellDarkMode.sapUshellHorizonLightIconStyle,
|
|
130
|
-
.sapUshellDarkMode.sapUshellHorizonDarkIconStyle {
|
|
131
|
-
border: 1px solid #1D2D3E;
|
|
132
|
-
box-shadow: inset 0 0 2px #1d2d3e;
|
|
133
|
-
background: linear-gradient(135deg, #1D2D3E 45%, #EBF8FF 55%);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.sapUshellAppearanceSelectedIcon {
|
|
137
|
-
position: absolute;
|
|
138
|
-
right: 1rem;
|
|
14
|
+
margin-top: 1.25rem;
|
|
139
15
|
}
|
|
140
16
|
|
|
141
17
|
.sapUshellAppearanceIcon {
|
|
142
18
|
width: 3rem;
|
|
143
|
-
height: 3rem;
|
|
144
19
|
}
|
|
145
20
|
|
|
146
21
|
.sapUshellAppearanceBox {
|
|
@@ -169,10 +44,6 @@
|
|
|
169
44
|
align-self: center;
|
|
170
45
|
}
|
|
171
46
|
|
|
172
|
-
.sapUshellAppearanceAnimation {
|
|
173
|
-
padding-left: 4.8rem;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
47
|
.sapUshellAppearanceContentDensityText .sapUshellFlpSettingsDescription,
|
|
177
48
|
.sapUshellAppearanceTileSizeText .sapUshellFlpSettingsDescription {
|
|
178
49
|
border-top: solid 0.125rem #ebebeb;
|
|
@@ -180,18 +51,10 @@
|
|
|
180
51
|
padding-top: 0.625rem;
|
|
181
52
|
}
|
|
182
53
|
|
|
183
|
-
.sap-phone .sapUshellAppearanceAnimation {
|
|
184
|
-
padding-left: 0;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
54
|
#userPrefThemeSelector .sapMFlexItem {
|
|
188
55
|
padding-right: 1rem;
|
|
189
56
|
}
|
|
190
57
|
|
|
191
|
-
#userPrefThemeSelector .sapMLIBActionable .sapMText {
|
|
192
|
-
padding-top: 0.5rem;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
58
|
.sapUshellAppearanceItemText {
|
|
196
59
|
padding-right: 1rem;
|
|
197
60
|
}
|