@sapui5/sap.ushell 1.127.1 → 1.128.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 +3 -3
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/guiResolution.js +4 -4
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/ui5Resolution.js +1 -1
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/urlResolution.js +2 -2
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/urlTemplateResolution.js +11 -7
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/utils.js +1 -1
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/wcfResolution.js +2 -2
- package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/wdaResolution.js +2 -2
- package/src/main/js/sap/ushell/ApplicationType.js +8 -8
- package/src/main/js/sap/ushell/Config.js +1 -1
- package/src/main/js/sap/ushell/Container.js +14 -6
- 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 → URLTemplateProcessor}/DefinitionParameterSetBuilder.js +4 -4
- package/src/main/js/sap/ushell/{_URLTemplateProcessor → URLTemplateProcessor}/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/{_URLTemplateProcessor → URLTemplateProcessor}/Functions.js +2 -2
- package/src/main/js/sap/ushell/{_URLTemplateProcessor → URLTemplateProcessor}/Resolvers.js +3 -3
- package/src/main/js/sap/ushell/{_URLTemplateProcessor → URLTemplateProcessor}/TemplateParameterParser.js +2 -2
- package/src/main/js/sap/ushell/{_URLTemplateProcessor → URLTemplateProcessor}/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +6 -6
- 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 +60 -61
- 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 +2 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +4 -8
- 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 +2 -2
- 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/Inbox.js +222 -0
- package/src/main/js/sap/ushell/api/workpage/Runtime.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +32 -27
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +15 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +7 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +19 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +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 → SchedulingAgent}/EventProcessor.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/FLPScheduler.js +3 -3
- package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/logger.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/state.js +3 -3
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +5 -5
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +433 -0
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxBoot.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxBootTask.js +16 -0
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +35 -430
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +62 -10
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +32 -3
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +193 -0
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +71 -18
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +62 -18
- 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 +9 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +9 -9
- package/src/main/js/sap/ushell/components/contentFinder/view/{AppSearchCategoryTree.view.xml → AppSearchCategoryTree.fragment.xml} +12 -12
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +66 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +8 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +9 -0
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +4 -1
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +4 -1
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -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 +2 -3
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +2 -3
- package/src/main/js/sap/ushell/components/runtimeSwitcher/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/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 +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +26 -38
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +5 -6
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +7 -7
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +4 -7
- package/src/main/js/sap/ushell/components/tiles/utils.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +3 -4
- 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 +776 -363
- 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 +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +28 -39
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/Component.js +45 -60
- package/src/main/js/sap/ushell/renderer/History.js +1 -11
- package/src/main/js/sap/ushell/renderer/LogonFrameProvider.js +0 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +9 -6
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -2
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.controller.js +4 -2
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +0 -8
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +4 -0
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/AppType.js +5 -0
- 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 → ClientSideTargetResolution}/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/InboundProvider.js +3 -3
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/Search.js +4 -4
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/XAppStateProcessing.js +2 -2
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +12 -12
- package/src/main/js/sap/ushell/services/{_CommonDataModel → CommonDataModel}/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/{_CommonDataModel → CommonDataModel}/vizTypeDefaults/VizTypeDefaults.js +2 -2
- package/src/main/js/sap/ushell/services/CommonDataModel.js +4 -4
- 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/Container.js +4 -0
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +2 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +4 -4
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -3
- package/src/main/js/sap/ushell/services/EndUserFeedback.js +1 -0
- package/src/main/js/sap/ushell/services/Extension/Item.js +22 -3
- package/src/main/js/sap/ushell/services/Extension.js +9 -4
- 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 +23 -4
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +5 -2
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +5 -2
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +11 -5
- 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 → MessageBroker}/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +2 -2
- package/src/main/js/sap/ushell/services/MessageInternal.js +2 -6
- 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 +4 -143
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +3 -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 → PluginManager}/Extensions.js +5 -5
- package/src/main/js/sap/ushell/services/{_PluginManager → PluginManager}/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/{_PluginManager → PluginManager}/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +2 -2
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -3
- 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/ShellNavigationHashChanger.js +7 -101
- package/src/main/js/sap/ushell/services/SmartNavigation.js +3 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +2 -6
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLParsing.js +4 -3
- 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 → Ui5ComponentLoader}/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +2 -2
- package/src/main/js/sap/ushell/services/UsageAnalytics.js +1 -0
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +55 -99
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +82 -119
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariant.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariantSet.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/TransientPersonalizer.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/Variant.js +1 -0
- package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +1 -0
- package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +5 -0
- package/src/main/js/sap/ushell/state/ControlManager.js +38 -3
- package/src/main/js/sap/ushell/state/StateManager.js +43 -1
- package/src/main/js/sap/ushell/state/StateRules.js +0 -20
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/IconFonts.less +23 -15
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +333 -331
- 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/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-fiori-inapp-icons.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-fiori-inapp-icons.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -13
- package/src/main/js/sap/ushell/themes/sap_belize_base/IconFonts.less +23 -15
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +0 -13
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +0 -13
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +23 -15
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -13
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -13
- package/src/main/js/sap/ushell/themes/sap_hcb/base_IconFonts.less +23 -15
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -12
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +1 -13
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +1 -13
- package/src/main/js/sap/ushell/ui/appfinder/AppBox.js +4 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapper.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/TileState.js +2 -1
- package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +4 -0
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellFloatingActions.js +7 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/tile/StaticTile.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +2 -1
- package/src/main/js/sap/ushell/utils/UrlParsing.js +127 -5
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/WindowUtils.js +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +47 -8
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +2 -2
- package/src/main/js/sap/ushell/utils.js +4 -2
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +13 -6
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTileTmp.view.js +0 -58
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTileTmp.view.js +0 -104
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/SAP-icons.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/SAP-icons.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/SAP-icons.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/SAP-icons.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/SmileIconFont.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-fiori-inapp-icons.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-fiori-inapp-icons.ttf +0 -0
- /package/src/main/js/sap/ushell/{_ApplicationType → ApplicationType}/systemAlias.js +0 -0
- /package/src/main/js/sap/ushell/{_Config → Config}/utils.js +0 -0
- /package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/FLPLoader.js +0 -0
- /package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/LoadingConfiguration.json +0 -0
- /package/src/main/js/sap/ushell/bootstrap/{_SchedulingAgent → SchedulingAgent}/StepConfiguration.json +0 -0
- /package/src/main/js/sap/ushell/services/{_ClientSideTargetResolution → ClientSideTargetResolution}/ParameterMapping.js +0 -0
- /package/src/main/js/sap/ushell/services/{_CommonDataModel → CommonDataModel}/PersonalizationProcessor.js +0 -0
- /package/src/main/js/sap/ushell/services/{_CommonDataModel → CommonDataModel}/vizTypeDefaults/cardManifest.json +0 -0
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @
|
|
5
|
-
* the Fiori Wave 2 font icons
|
|
4
|
+
* @file Functionality to register the Fiori font icons
|
|
6
5
|
*/
|
|
7
6
|
sap.ui.define([
|
|
8
7
|
"sap/ui/core/IconPool"
|
|
9
|
-
],
|
|
8
|
+
], (IconPool) => {
|
|
10
9
|
"use strict";
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
const iconfonts = {};
|
|
13
12
|
|
|
14
13
|
/**
|
|
15
|
-
*
|
|
16
|
-
* launchpad UI itself
|
|
14
|
+
* Loads SAP Fiori launch icon font and font icons needed in the FLP.
|
|
17
15
|
*
|
|
18
16
|
* Note: Used in many test pages.
|
|
19
17
|
*
|
|
@@ -35,8 +33,8 @@ sap.ui.define([
|
|
|
35
33
|
lazy: true
|
|
36
34
|
});
|
|
37
35
|
|
|
38
|
-
//
|
|
39
|
-
|
|
36
|
+
// "BusinessSuiteInAppSymbols"
|
|
37
|
+
const oBusinessSuiteInAppSymbolsIcons = {
|
|
40
38
|
fontFamily: "BusinessSuiteInAppSymbols",
|
|
41
39
|
collectionName: "BusinessSuiteInAppSymbols",
|
|
42
40
|
icons: [
|
|
@@ -82,12 +80,12 @@ sap.ui.define([
|
|
|
82
80
|
["icon-strike-through", "e027"],
|
|
83
81
|
["icon-underline", "e028"],
|
|
84
82
|
["icon-save-as", "e029"],
|
|
85
|
-
["icon-segmentation", "
|
|
86
|
-
["icon-context-menu", "
|
|
87
|
-
["icon-snapshot", "
|
|
88
|
-
["icon-
|
|
89
|
-
["icon-
|
|
90
|
-
["icon-intersection", "
|
|
83
|
+
["icon-segmentation", "e02a"],
|
|
84
|
+
["icon-context-menu", "e02b"],
|
|
85
|
+
["icon-snapshot", "e02c"],
|
|
86
|
+
["icon-subtraction-b-a", "e02d"],
|
|
87
|
+
["icon-subtraction-a-b", "e02e"],
|
|
88
|
+
["icon-intersection", "e02f"],
|
|
91
89
|
["icon-union", "e030"],
|
|
92
90
|
["icon-top", "e031"],
|
|
93
91
|
["icon-bottom", "e032"],
|
|
@@ -98,12 +96,12 @@ sap.ui.define([
|
|
|
98
96
|
["icon-open-folder", "e037"],
|
|
99
97
|
["icon-neutral", "e038"],
|
|
100
98
|
["icon-split-segmentation", "e039"],
|
|
101
|
-
["icon-manage-budget", "
|
|
102
|
-
["icon-blocked", "
|
|
103
|
-
["icon-pipette", "
|
|
104
|
-
["icon-top-recipe", "
|
|
105
|
-
["icon-recipe", "
|
|
106
|
-
["icon-ingredients", "
|
|
99
|
+
["icon-manage-budget", "e03a"],
|
|
100
|
+
["icon-blocked", "e03b"],
|
|
101
|
+
["icon-pipette", "e03c"],
|
|
102
|
+
["icon-top-recipe", "e03d"],
|
|
103
|
+
["icon-recipe", "e03e"],
|
|
104
|
+
["icon-ingredients", "e03f"],
|
|
107
105
|
["icon-multiple-charts", "e040"],
|
|
108
106
|
["icon-descending-bars", "e041"],
|
|
109
107
|
["icon-descending-stacked-bars", "e042"],
|
|
@@ -114,12 +112,12 @@ sap.ui.define([
|
|
|
114
112
|
["icon-relationship", "e047"],
|
|
115
113
|
["icon-margin-decomposition", "e048"],
|
|
116
114
|
["icon-control-group", "e049"],
|
|
117
|
-
["icon-
|
|
118
|
-
["icon-responsible-area", "
|
|
119
|
-
["icon-increase", "
|
|
120
|
-
["icon-decrease", "
|
|
121
|
-
["icon-current-stock", "
|
|
122
|
-
["icon-expedite", "
|
|
115
|
+
["icon-comparison-chart", "e04a"],
|
|
116
|
+
["icon-responsible-area", "e04b"],
|
|
117
|
+
["icon-increase", "e04c"],
|
|
118
|
+
["icon-decrease", "e04d"],
|
|
119
|
+
["icon-current-stock", "e04e"],
|
|
120
|
+
["icon-expedite", "e04f"],
|
|
123
121
|
["icon-postpone", "e050"],
|
|
124
122
|
["icon-approved", "e051"],
|
|
125
123
|
["icon-partially-delivered", "e052"],
|
|
@@ -130,12 +128,12 @@ sap.ui.define([
|
|
|
130
128
|
["icon-column-unselected", "e057"],
|
|
131
129
|
["icon-column-selected", "e058"],
|
|
132
130
|
["icon-row-unselected", "e059"],
|
|
133
|
-
["icon-row-selected", "
|
|
134
|
-
["icon-stock-requirements", "
|
|
135
|
-
["icon-gender-male-and-female", "
|
|
136
|
-
["icon-icon-marital-status", "
|
|
137
|
-
["icon-birthday", "
|
|
138
|
-
["icon-classification", "
|
|
131
|
+
["icon-row-selected", "e05a"],
|
|
132
|
+
["icon-stock-requirements", "e05b"],
|
|
133
|
+
["icon-gender-male-and-female", "e05c"],
|
|
134
|
+
["icon-icon-marital-status", "e05d"],
|
|
135
|
+
["icon-birthday", "e05e"],
|
|
136
|
+
["icon-classification", "e05f"],
|
|
139
137
|
["icon-marked-for-deletion", "e060"],
|
|
140
138
|
["icon-bullet-chart", "e061"],
|
|
141
139
|
["icon-remove-filter", "e062"],
|
|
@@ -146,12 +144,12 @@ sap.ui.define([
|
|
|
146
144
|
["icon-undesirable-customer", "e067"],
|
|
147
145
|
["icon-answered-change-request", "e068"],
|
|
148
146
|
["icon-collected-change-request", "e069"],
|
|
149
|
-
["icon-draw-freehand", "
|
|
150
|
-
["icon-draw-circle", "
|
|
151
|
-
["icon-completed", "
|
|
152
|
-
["icon-answered", "
|
|
153
|
-
["icon-traffic-cone", "
|
|
154
|
-
["icon-traffic-lights", "
|
|
147
|
+
["icon-draw-freehand", "e06a"],
|
|
148
|
+
["icon-draw-circle", "e06b"],
|
|
149
|
+
["icon-completed", "e06c"],
|
|
150
|
+
["icon-answered", "e06d"],
|
|
151
|
+
["icon-traffic-cone", "e06e"],
|
|
152
|
+
["icon-traffic-lights", "e06f"],
|
|
155
153
|
["icon-container", "e070"],
|
|
156
154
|
["icon-container-loading", "e071"],
|
|
157
155
|
["icon-traffic-jam", "e072"],
|
|
@@ -162,12 +160,12 @@ sap.ui.define([
|
|
|
162
160
|
["icon-keep-segment", "e077"],
|
|
163
161
|
["icon-exclude-segment", "e078"],
|
|
164
162
|
["icon-separate-segments", "e079"],
|
|
165
|
-
["icon-distribute-segments", "
|
|
166
|
-
["icon-next-open-item", "
|
|
167
|
-
["icon-where-used", "
|
|
168
|
-
["icon-outbound-delivery", "
|
|
169
|
-
["icon-outbound-delivery-inactive", "
|
|
170
|
-
["icon-outbound-delivery-active", "
|
|
163
|
+
["icon-distribute-segments", "e07a"],
|
|
164
|
+
["icon-next-open-item", "e07b"],
|
|
165
|
+
["icon-where-used", "e07c"],
|
|
166
|
+
["icon-outbound-delivery", "e07d"],
|
|
167
|
+
["icon-outbound-delivery-inactive", "e07e"],
|
|
168
|
+
["icon-outbound-delivery-active", "e07f"],
|
|
171
169
|
["icon-target", "e080"],
|
|
172
170
|
["icon-source", "e081"],
|
|
173
171
|
["icon-material", "e082"],
|
|
@@ -178,12 +176,12 @@ sap.ui.define([
|
|
|
178
176
|
["icon-face-bad", "e087"],
|
|
179
177
|
["icon-face-skeptical", "e088"],
|
|
180
178
|
["icon-face-neutral", "e089"],
|
|
181
|
-
["icon-face-astonished", "
|
|
182
|
-
["icon-face-happy", "
|
|
183
|
-
["icon-face-very-happy", "
|
|
184
|
-
["icon-face-awful", "
|
|
185
|
-
["icon-face-devastated", "
|
|
186
|
-
["icon-face-okey-dokey", "
|
|
179
|
+
["icon-face-astonished", "e08a"],
|
|
180
|
+
["icon-face-happy", "e08b"],
|
|
181
|
+
["icon-face-very-happy", "e08c"],
|
|
182
|
+
["icon-face-awful", "e08d"],
|
|
183
|
+
["icon-face-devastated", "e08e"],
|
|
184
|
+
["icon-face-okey-dokey", "e08f"],
|
|
187
185
|
["icon-alarm", "e090"],
|
|
188
186
|
["icon-activate", "e091"],
|
|
189
187
|
["icon-segment-preview-reference-objects", "e092"],
|
|
@@ -193,87 +191,88 @@ sap.ui.define([
|
|
|
193
191
|
["icon-polygon", "e096"],
|
|
194
192
|
["icon-no-filter", "e097"],
|
|
195
193
|
["icon-grip", "e098"],
|
|
196
|
-
["icon-
|
|
197
|
-
["icon-
|
|
198
|
-
["icon-gas", "
|
|
194
|
+
["icon-component", "e099"],
|
|
195
|
+
["icon-water", "e09a"],
|
|
196
|
+
["icon-gas", "e09b"],
|
|
197
|
+
["icon-liquid", "e09c"],
|
|
199
198
|
["icon-gas-2", "e09d"],
|
|
200
199
|
["icon-water-2", "e09e"],
|
|
201
200
|
["icon-operator", "e09f"],
|
|
202
201
|
["icon-target-filter", "e0a0"],
|
|
203
|
-
["icon-equipment", "
|
|
204
|
-
["icon-gis-layer", "
|
|
205
|
-
["icon-section", "
|
|
206
|
-
["icon-kohorte", "
|
|
207
|
-
["icon-female", "
|
|
208
|
-
["icon-male", "
|
|
209
|
-
["icon-model", "
|
|
210
|
-
["icon-hourglass", "
|
|
211
|
-
["icon-plain-grid-layout", "
|
|
212
|
-
["icon-top-panel-layout", "
|
|
213
|
-
["icon-2x1-grid-layout", "
|
|
214
|
-
["icon-1x2-grid-layout", "
|
|
215
|
-
["icon-side-panel-left-layout", "
|
|
216
|
-
["icon-2x2-grid-layout", "
|
|
217
|
-
["icon-inverse-t-layout", "
|
|
218
|
-
["icon-t-layout", "
|
|
219
|
-
["icon-top-side-panel-layout", "
|
|
220
|
-
["icon-side-top-panel-layout", "
|
|
221
|
-
["icon-4x4-grid-layout", "
|
|
222
|
-
["icon-add-point", "
|
|
223
|
-
["icon-add-polyline", "
|
|
224
|
-
["icon-add-polygone", "
|
|
225
|
-
["icon-email-send-delayed", "
|
|
226
|
-
["icon-email-not-opened", "
|
|
227
|
-
["icon-link-not-clicked", "
|
|
228
|
-
["icon-sms-send-delayed", "
|
|
229
|
-
["icon-ab-testing", "
|
|
230
|
-
["icon-tv", "
|
|
231
|
-
["icon-radio", "
|
|
232
|
-
["icon-outdoor", "
|
|
233
|
-
["icon-event", "
|
|
234
|
-
["icon-paid-search", "
|
|
235
|
-
["icon-display-ads", "
|
|
236
|
-
["icon-call-center", "
|
|
237
|
-
["icon-social", "
|
|
238
|
-
["icon-event2", "
|
|
239
|
-
["icon-official-service-group", "
|
|
240
|
-
["icon-time-deposit", "
|
|
241
|
-
["icon-early-widthdrawal-for-time-deposits", "
|
|
242
|
-
["icon-aggregated-view", "
|
|
243
|
-
["icon-detailed-view", "
|
|
244
|
-
["icon-rescheduling", "
|
|
245
|
-
["icon-resequencing", "
|
|
246
|
-
["icon-movement-warning", "
|
|
247
|
-
["icon-multiple-warnings", "
|
|
248
|
-
["icon-box-truck", "
|
|
249
|
-
["icon-box-truck-empty", "
|
|
250
|
-
["icon-tractor", "
|
|
251
|
-
["icon-driver", "
|
|
252
|
-
["icon-driver-warning", "
|
|
253
|
-
["icon-overlap", "
|
|
254
|
-
["icon-expand-overlap", "
|
|
255
|
-
["icon-collapse-overlap", "
|
|
256
|
-
["icon-utilization", "
|
|
257
|
-
["icon-expand-utilization", "
|
|
258
|
-
["icon-collapse-utilization", "
|
|
259
|
-
["icon-trailer", "
|
|
260
|
-
["icon-container-closed", "
|
|
261
|
-
["icon-railcar", "
|
|
262
|
-
["icon-warehouse", "
|
|
263
|
-
["icon-goods", "
|
|
264
|
-
["icon-ship", "
|
|
265
|
-
["icon-truck-driver", "
|
|
266
|
-
["icon-return-delivery", "
|
|
267
|
-
["icon-return-order", "
|
|
268
|
-
["icon-contract", "
|
|
269
|
-
["icon-business-partner", "
|
|
270
|
-
["icon-business-partner-verified", "
|
|
271
|
-
["icon-business-partner-anonymous", "
|
|
272
|
-
["icon-business-partner-self-identified", "
|
|
273
|
-
["icon-money-withdrawal", "
|
|
274
|
-
["icon-truck-load", "
|
|
275
|
-
["icon-truck-load-unload", "e0ea"],
|
|
202
|
+
["icon-equipment", "e0a1"],
|
|
203
|
+
["icon-gis-layer", "e0a2"],
|
|
204
|
+
["icon-section", "e0a3"],
|
|
205
|
+
["icon-kohorte", "e0a4"],
|
|
206
|
+
["icon-female", "e0a5"],
|
|
207
|
+
["icon-male", "e0a6"],
|
|
208
|
+
["icon-model", "e0a7"],
|
|
209
|
+
["icon-hourglass", "e0a8"],
|
|
210
|
+
["icon-plain-grid-layout", "e0a9"],
|
|
211
|
+
["icon-top-panel-layout", "e0aa"],
|
|
212
|
+
["icon-2x1-grid-layout", "e0ab"],
|
|
213
|
+
["icon-1x2-grid-layout", "e0ac"],
|
|
214
|
+
["icon-side-panel-left-layout", "e0ad"],
|
|
215
|
+
["icon-2x2-grid-layout", "e0ae"],
|
|
216
|
+
["icon-inverse-t-layout", "e0af"],
|
|
217
|
+
["icon-t-layout", "e0b0"],
|
|
218
|
+
["icon-top-side-panel-layout", "e0b1"],
|
|
219
|
+
["icon-side-top-panel-layout", "e0b2"],
|
|
220
|
+
["icon-4x4-grid-layout", "e0b3"],
|
|
221
|
+
["icon-add-point", "e0b4"],
|
|
222
|
+
["icon-add-polyline", "e0b5"],
|
|
223
|
+
["icon-add-polygone", "e0b6"],
|
|
224
|
+
["icon-email-send-delayed", "e0b7"],
|
|
225
|
+
["icon-email-not-opened", "e0b8"],
|
|
226
|
+
["icon-link-not-clicked", "e0b9"],
|
|
227
|
+
["icon-sms-send-delayed", "e0ba"],
|
|
228
|
+
["icon-ab-testing", "e0bb"],
|
|
229
|
+
["icon-tv", "e0bc"],
|
|
230
|
+
["icon-radio", "e0bd"],
|
|
231
|
+
["icon-outdoor", "e0be"],
|
|
232
|
+
["icon-event", "e0bf"],
|
|
233
|
+
["icon-paid-search", "e0c0"],
|
|
234
|
+
["icon-display-ads", "e0c1"],
|
|
235
|
+
["icon-call-center", "e0c2"],
|
|
236
|
+
["icon-social", "e0c3"],
|
|
237
|
+
["icon-event2", "e0c4"],
|
|
238
|
+
["icon-official-service-group", "e0c5"],
|
|
239
|
+
["icon-time-deposit", "e0c6"],
|
|
240
|
+
["icon-early-widthdrawal-for-time-deposits", "e0c7"],
|
|
241
|
+
["icon-aggregated-view", "e0c8"],
|
|
242
|
+
["icon-detailed-view", "e0c9"],
|
|
243
|
+
["icon-rescheduling", "e0ca"],
|
|
244
|
+
["icon-resequencing", "e0cb"],
|
|
245
|
+
["icon-movement-warning", "e0cc"],
|
|
246
|
+
["icon-multiple-warnings", "e0cd"],
|
|
247
|
+
["icon-box-truck", "e0ce"],
|
|
248
|
+
["icon-box-truck-empty", "e0cf"],
|
|
249
|
+
["icon-tractor", "e0d0"],
|
|
250
|
+
["icon-driver", "e0d1"],
|
|
251
|
+
["icon-driver-warning", "e0d2"],
|
|
252
|
+
["icon-overlap", "e0d3"],
|
|
253
|
+
["icon-expand-overlap", "e0d4"],
|
|
254
|
+
["icon-collapse-overlap", "e0d5"],
|
|
255
|
+
["icon-utilization", "e0d6"],
|
|
256
|
+
["icon-expand-utilization", "e0d7"],
|
|
257
|
+
["icon-collapse-utilization", "e0d8"],
|
|
258
|
+
["icon-trailer", "e0d9"],
|
|
259
|
+
["icon-container-closed", "e0da"],
|
|
260
|
+
["icon-railcar", "e0db"],
|
|
261
|
+
["icon-warehouse", "e0dc"],
|
|
262
|
+
["icon-goods", "e0dd"],
|
|
263
|
+
["icon-ship", "e0de"],
|
|
264
|
+
["icon-truck-driver", "e0df"],
|
|
265
|
+
["icon-return-delivery", "e0e0"],
|
|
266
|
+
["icon-return-order", "e0e1"],
|
|
267
|
+
["icon-contract", "e0e2"],
|
|
268
|
+
["icon-business-partner", "e0e3"],
|
|
269
|
+
["icon-business-partner-verified", "e0e4"],
|
|
270
|
+
["icon-business-partner-anonymous", "e0e5"],
|
|
271
|
+
["icon-business-partner-self-identified", "e0e6"],
|
|
272
|
+
["icon-money-withdrawal", "e0e7"],
|
|
273
|
+
["icon-truck-load", "e0e8"],
|
|
276
274
|
["icon-truck-unload", "e0e9"],
|
|
275
|
+
["icon-truck-load-unload", "e0ea"],
|
|
277
276
|
["icon-pharmacy", "e0eb"],
|
|
278
277
|
["icon-medicine-syrup", "e0ec"],
|
|
279
278
|
["icon-reminder", "e0ed"],
|
|
@@ -282,19 +281,19 @@ sap.ui.define([
|
|
|
282
281
|
["icon-medicine-drops", "e0f0"],
|
|
283
282
|
["icon-blood-test", "e0f1"],
|
|
284
283
|
["icon-temperature", "e0f2"],
|
|
285
|
-
["icon-allergies", "e0f9"],
|
|
286
|
-
["icon-immunization", "e0f8"],
|
|
287
|
-
["icon-blood-pressure", "e0f7"],
|
|
288
|
-
["icon-health-tracking", "e0f6"],
|
|
289
|
-
["icon-weight", "e0f5"],
|
|
290
|
-
["icon-foot-steps", "e0f4"],
|
|
291
284
|
["icon-medicine-inhaler", "e0f3"],
|
|
285
|
+
["icon-foot-steps", "e0f4"],
|
|
286
|
+
["icon-weight", "e0f5"],
|
|
287
|
+
["icon-health-tracking", "e0f6"],
|
|
288
|
+
["icon-blood-pressure", "e0f7"],
|
|
289
|
+
["icon-immunization", "e0f8"],
|
|
290
|
+
["icon-allergies", "e0f9"],
|
|
292
291
|
["icon-rescheduling2", "e0fa"],
|
|
293
292
|
["icon-resequencing2", "e0fb"],
|
|
294
293
|
["icon-no-time-change", "e0fc"],
|
|
295
294
|
["icon-time-change", "e0fd"],
|
|
296
295
|
["icon-smart-matcher", "e0fe"],
|
|
297
|
-
["icon-
|
|
296
|
+
["icon-3D", "e0ff"],
|
|
298
297
|
["icon-parallel-sequence", "e100"],
|
|
299
298
|
["icon-alternative-sequence", "e101"],
|
|
300
299
|
["icon-main-sequence", "e102"],
|
|
@@ -368,6 +367,7 @@ sap.ui.define([
|
|
|
368
367
|
["icon-thumb-up-filled", "e14c"],
|
|
369
368
|
["icon-thumb-down-filled", "e14d"],
|
|
370
369
|
["icon-multi-container", "e14e"],
|
|
370
|
+
["icon-collaboration-manager", "e14f"],
|
|
371
371
|
["icon-network-header", "e150"],
|
|
372
372
|
["icon-late", "e151"],
|
|
373
373
|
["icon-created", "e152"],
|
|
@@ -405,243 +405,663 @@ sap.ui.define([
|
|
|
405
405
|
["icon-cell-lock", "e172"],
|
|
406
406
|
["icon-monitor-assembly-sequence", "e173"],
|
|
407
407
|
["icon-monitor-just-in-time-calls", "e174"],
|
|
408
|
-
["icon-manage-charging-stations", "e175"]
|
|
408
|
+
["icon-manage-charging-stations", "e175"],
|
|
409
|
+
["icon-district-heating", "e176"],
|
|
410
|
+
["icon-producer-switch", "e177"],
|
|
411
|
+
["icon-consumer-switch", "e178"],
|
|
412
|
+
["icon-storage-switch", "e179"],
|
|
413
|
+
["icon-repeatable", "e17a"],
|
|
414
|
+
["icon-max-container", "e17b"],
|
|
415
|
+
["icon-max-interval", "e17c"],
|
|
416
|
+
["icon-min-interval", "e17d"],
|
|
417
|
+
["icon-cross-order", "e17e"],
|
|
418
|
+
["icon-empty-order", "e17f"],
|
|
419
|
+
["icon-cross-sequence", "e180"],
|
|
420
|
+
["icon-empty-sequence", "e181"],
|
|
421
|
+
["icon-cross-union", "e182"],
|
|
422
|
+
["icon-empty-union", "e183"],
|
|
423
|
+
["icon-cross-target", "e184"],
|
|
424
|
+
["icon-non-stackable", "e185"]
|
|
409
425
|
]
|
|
410
426
|
};
|
|
411
427
|
|
|
412
|
-
// old Fiori1 app icons
|
|
413
|
-
|
|
414
|
-
fontFamily: "SAP-
|
|
428
|
+
// "SAP-icons" - old Fiori1 app icons
|
|
429
|
+
const oFiori1Icons = {
|
|
430
|
+
fontFamily: "SAP-icons",
|
|
415
431
|
collectionName: "Fiori2",
|
|
416
432
|
icons: [
|
|
417
|
-
["F0017", "e05e"],
|
|
418
|
-
["
|
|
419
|
-
["
|
|
420
|
-
["
|
|
421
|
-
["
|
|
433
|
+
["F0017", "e05e"],
|
|
434
|
+
["F0020", "e0c3"],
|
|
435
|
+
["F0021", "e10d"],
|
|
436
|
+
["F0392", "e04f"],
|
|
437
|
+
["F0394", "e044"],
|
|
438
|
+
["F0395", "e132"],
|
|
439
|
+
["F0396", "e064"],
|
|
440
|
+
["F0397", "e0a4"],
|
|
441
|
+
["F0398", "e0a4"],
|
|
442
|
+
["F0399", "e044"],
|
|
443
|
+
["F0401", "e08d"],
|
|
444
|
+
["F0402", "e13e"],
|
|
445
|
+
["F0403", "e13e"],
|
|
446
|
+
["F0404", "e033"],
|
|
447
|
+
["F0405", "e0b3"],
|
|
448
|
+
["F0406", "e043"],
|
|
449
|
+
["F0407", "e043"],
|
|
450
|
+
["F0408", "e043"],
|
|
451
|
+
["F0409", "e075"],
|
|
452
|
+
["F0410", "e007"],
|
|
422
453
|
["F0411", "e075"]
|
|
423
454
|
]
|
|
424
|
-
}
|
|
455
|
+
};
|
|
425
456
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
457
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave2
|
|
458
|
+
const oAppIcons = {
|
|
459
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
460
|
+
collectionName: "Fiori2",
|
|
461
|
+
icons: [
|
|
462
|
+
// Transactional App Icons
|
|
463
|
+
["F0002", "E236"], // My Accounts
|
|
464
|
+
["F0003", "E202"], // Manage Tasks
|
|
465
|
+
["F0004", "E203"], // My Contacts
|
|
466
|
+
["F0005", "E204"], // My Appointments
|
|
467
|
+
["F0006", "E205"], // My Notes
|
|
468
|
+
["F0009", "E206"], // Reusable Component for Collaboration
|
|
469
|
+
["F0010", "E207"], // Reusable Component for Documents
|
|
470
|
+
["F0012", "E208"], // My Opportunities
|
|
471
|
+
["F0014", "E209"], // My Leads
|
|
472
|
+
["F0018", "E200"], // Enhanced Version Create Sales Order
|
|
473
|
+
["F0019", "E201"], // Enhanced Version Edit Sales Order
|
|
474
|
+
["F0023", "E20A"], // Create Customer (View, Create)
|
|
475
|
+
["F0024", "E20B"], // My Contacts
|
|
476
|
+
["F0025", "E20C"], // My Quotations
|
|
477
|
+
["F0026", "E20D"], // My Quotations
|
|
478
|
+
["F0072", "E23A"], // Process Payment Proposal
|
|
479
|
+
["F0100", "E23B"], // Cash Position
|
|
480
|
+
["F0101", "E23C"], // Liquidity Forecast
|
|
481
|
+
["F0102", "E23D"], // Cash Flow
|
|
482
|
+
["F0106", "E20F"], // Process Collections Worklist
|
|
483
|
+
["F0144", "E210"], // Manage Document Issues
|
|
484
|
+
["F0190", "E23E"], // Bank Statement
|
|
485
|
+
["F0194", "E23F"], // Margin Dashboard
|
|
486
|
+
["F0210", "E242"], // Bank Risk
|
|
487
|
+
["F0211", "E243"], // Liquidity Structure
|
|
488
|
+
["F0212", "E244"], // Cash Pool Deficit
|
|
489
|
+
["F0217", "E211"], // My Supplier Invoices
|
|
490
|
+
["F0220", "E213"], // Request Access
|
|
491
|
+
["F0243", "E215"], // Release Production Order
|
|
492
|
+
["F0244", "E216"], // Confirm Production Order
|
|
493
|
+
["F0245", "E217"], // Confirm Production Operation
|
|
494
|
+
// F0246 // Monitor Uncovered Sales Orders
|
|
495
|
+
// F0247 // Monitor Material Shortages
|
|
496
|
+
["F0248", "E21A"], // Monitor Late Purchase Orders
|
|
497
|
+
["F0249", "E21B"], // Monitor Purchase Order Delays
|
|
498
|
+
// F0250 // Manage Uncovered Sales Orders
|
|
499
|
+
// F0251 // Manage Material Shortages
|
|
500
|
+
["F0252", "E21E"], // Manage Late Purchase Orders
|
|
501
|
+
["F0257", "E21F"], // Monitor Service Levels
|
|
502
|
+
["F0281", "E220"], // Approve Decision Points
|
|
503
|
+
["F0282", "E221"], // Change Portfolio Items
|
|
504
|
+
["F0283", "E222"], // Create Portfolio Item Proposals
|
|
505
|
+
["F0284", "E223"], // Confirm Project Tasks
|
|
506
|
+
["F0292", "E224"], // Change WBS Element Status
|
|
507
|
+
["F0295", "E225"], // Confirm Project Milestones
|
|
508
|
+
["F0296", "E226"], // Confirm Network Activities
|
|
509
|
+
["F0316", "E227"], // Report Quality Issues
|
|
510
|
+
["F0317", "E228"], // My Quality Tasks
|
|
511
|
+
["F0321", "E229"], // Confirm Purchase Orders
|
|
512
|
+
["F0339", "E22A"], // Reschedule Purchase Orders
|
|
513
|
+
["F0340", "E22B"], // Reschedule Purchase Requisitions
|
|
514
|
+
["F0341", "E22C"], // Create Purchase Orders
|
|
515
|
+
["F0342", "E22D"], // Generate Purchase Requisition
|
|
516
|
+
["F0365", "E212"], // My Expense Report
|
|
517
|
+
["F0366", "E22F"], // My Spend
|
|
518
|
+
["F0367", "E230"], // My Overdue Receivables
|
|
519
|
+
["F0368", "E231"], // My Exceptions
|
|
520
|
+
["F0369", "E235"], // Mobile Persona
|
|
521
|
+
["F0370", "E22E"], // My Customers Collection Details
|
|
522
|
+
["F0372", "E232"], // Approve Purchase Orders
|
|
523
|
+
["F0380", "E233"], // Process Receivables
|
|
524
|
+
["F0381", "E234"], // Track Document Issues
|
|
525
|
+
["F0382", "E246"], // Financial Statement Analysis
|
|
526
|
+
["F0390", "E20E"], // My Quotations
|
|
527
|
+
["F0412", "E214"], // Check Request Status
|
|
528
|
+
["F0429", "E2A6"], // Display Confirmed Purchase Orders
|
|
448
529
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
]
|
|
463
|
-
|
|
530
|
+
// Analytic App Icons
|
|
531
|
+
["F0013", "E237"], // Simulate Sales Pipeline
|
|
532
|
+
["F0016", "E238"], // Track Sales Pipeline
|
|
533
|
+
["F0028", "E239"], // My Quotation Pipeline
|
|
534
|
+
["F0029", "E283"], // Order Fulfillment Issues
|
|
535
|
+
["F0030", "E284"], // Resolve Delivery Issues for Orders
|
|
536
|
+
["F0031", "E285"], // Resolve Incomplete Data in Orders
|
|
537
|
+
["F0032", "E286"], // Resolve Billing Block in Orders
|
|
538
|
+
["F0033", "E287"], // Resolve Credit Block in Orders
|
|
539
|
+
["F0034", "E288"], // Resolve Unconfirmed Quantities in Orders
|
|
540
|
+
["F0036", "E289"], // Resolve Shipping Block in Delivery
|
|
541
|
+
["F0038", "E28A"], // Resolve incomplete sales orders in delivery
|
|
542
|
+
["F0039", "E28B"], // Resolve Credit Block in Delivery
|
|
543
|
+
["F0041", "E28C"], // Resolve Shipping Issue in Delivery
|
|
544
|
+
["F0044", "E28D"], // Resolve Accounting Issue for Invoice
|
|
545
|
+
["F0293", "E28E"], // WBS Element Cost Variance
|
|
546
|
+
["F0294", "E28F"], // WBS Element Costs at Risk
|
|
547
|
+
["F0297", "E290"], // Due Project Milestones
|
|
548
|
+
["F0298", "E291"], // Overdue Project Milestones
|
|
549
|
+
["F0299", "E292"], // Overdue Project PO Items
|
|
550
|
+
["F0300", "E293"], // Due Project PO Items
|
|
551
|
+
["F0301", "E294"], // Due Network Activities
|
|
552
|
+
["F0302", "E295"], // Overdue Network Activities
|
|
553
|
+
["F0303", "E296"], // Due WBS Elements
|
|
554
|
+
["F0304", "E297"], // Overdue WBS Elements
|
|
555
|
+
["F0305", "E298"], // Missing Parts for Project
|
|
556
|
+
["F0306", "E299"], // Open Reservations for Project
|
|
557
|
+
["F0323", "E29A"], // Projected Service Level
|
|
558
|
+
["F0324", "E29B"], // Days of Supply
|
|
559
|
+
["F0326", "E29C"], // Stock Deficits
|
|
560
|
+
["F0327", "E29D"], // Stock Overages
|
|
561
|
+
["F0328", "E29E"], // Supply Shortages
|
|
562
|
+
["F0329", "E29F"], // Projected Stock Value
|
|
563
|
+
["F0331", "E2A1"], // Uncovered Sales Orders
|
|
564
|
+
["F0332", "E2A2"], // Supply Network
|
|
565
|
+
["F0343", "E2A3"], // Open Purchase Orders
|
|
566
|
+
["F0344", "E2A4"], // View Stock on Hand
|
|
567
|
+
["F0345", "E2A5"], // View Average Inventory
|
|
568
|
+
["F0388", "E2A7"], // Analyze Sentiments
|
|
569
|
+
["F0391", "E2A0"], // Network Inventory
|
|
570
|
+
["F0260", "E2B4"], // Release Production Order Operations
|
|
571
|
+
["FD10n", "E2B5"], // Customer Balance Display
|
|
572
|
+
["FK10n", "E2B6"], // Vendor Balance Display
|
|
573
|
+
["FS10n", "E2B7"], // Balance Display
|
|
574
|
+
["FBL5n", "E2B8"], // Accounts Receivable Items
|
|
575
|
+
["FBL1n", "E2B9"], // AP Line Items Display
|
|
576
|
+
["FFS01", "E2BA"], // Financial Statement
|
|
577
|
+
["FBL3n", "E2BB"], // General Ledger Line Items Display
|
|
578
|
+
["FCOA1", "E2BC"] // Chart of Accounts
|
|
579
|
+
]
|
|
580
|
+
};
|
|
581
|
+
|
|
582
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 3
|
|
583
|
+
const oFiori3Icons = {
|
|
584
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
585
|
+
collectionName: "Fiori3",
|
|
586
|
+
icons: [
|
|
587
|
+
["F0246", "E218"], // Monitor External Requirements
|
|
588
|
+
["F0247", "E219"], // Monitor Material Shortages
|
|
589
|
+
["F0250", "E21C"], // Manage External Requirements
|
|
590
|
+
["F0251", "E21D"], // Manage Material Shortages
|
|
591
|
+
["F0263", "E2A8"], // Monitor Production Requirements
|
|
592
|
+
["F0508", "E2A9"], // Marketing Effectiveness – Release Target Groups
|
|
593
|
+
["F0509", "E2AA"], // Marketing Effectiveness – Initiative Search / Fact Sheet
|
|
594
|
+
["F0510", "E2AB"], // Monitor & Tracking of Archiving Jobs
|
|
595
|
+
["F0533", "E2AC"], // Location
|
|
596
|
+
["F0534", "E2AD"], // Location Product
|
|
597
|
+
["F0535", "E2AE"], // Product
|
|
598
|
+
["F0536", "E2AF"], // PPM (Production Process Model)
|
|
599
|
+
["F0537", "E2B0"], // PDS (production Data Structure)
|
|
600
|
+
["F0538", "E2B1"], // Transportation Lane
|
|
601
|
+
["Lumira001", "E2B2"] // Lumira
|
|
602
|
+
]
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 4
|
|
606
|
+
const oFiori4Icons = {
|
|
607
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
608
|
+
collectionName: "Fiori4",
|
|
609
|
+
icons: [
|
|
610
|
+
["F0194", "E2BD"], // Net Margin Results
|
|
611
|
+
["F0260", "E2B4"], // Release Production Order Operations
|
|
612
|
+
["F0433", "E2BE"], // Workload Management - Claims
|
|
613
|
+
["F0499", "E2BF"], // Request New Supplier in MDG
|
|
614
|
+
["F0500", "E2C0"], // Request New Customer in MDG
|
|
615
|
+
["F0501", "E2C1"], // Request new Business Partner in MDG
|
|
616
|
+
["F0502", "E2C2"], // Request Material
|
|
617
|
+
["F0503", "E2C3"], // Request New Cost Center in MDG
|
|
618
|
+
["F0504", "E2C4"], // Request New Profit Center in MDG
|
|
619
|
+
["F0507", "E2C5"], // Marketing Generated Revenue
|
|
620
|
+
["F0530", "E2C6"], // EHS Control Inspection
|
|
621
|
+
["F0531", "E2C7"], // EHS Safety Information
|
|
622
|
+
["F0539", "E2C8"], // Change Activity Status
|
|
623
|
+
["F0544", "E2C9"], // Approve Service Entry Sheet
|
|
624
|
+
["F0545", "E2CA"], // Approve Supplier Invoice
|
|
625
|
+
["F0547", "E2CB"], // View Purchasing Document List
|
|
626
|
+
["F0576", "E2CC"], // Recipe Finder
|
|
627
|
+
["F0578", "E2CD"], // Demand Waterfall
|
|
628
|
+
["F0579", "E2CE"], // ATP Overview
|
|
629
|
+
["F0580", "E2CF"], // Explore Supply Shortage - longterm
|
|
630
|
+
["F0581", "E2D0"], // Explore Uncovered Demand - longterm
|
|
631
|
+
["F0582", "E2D1"], // Explore Stock deficits - longterm
|
|
632
|
+
["F0583", "E2D2"], // Explore Stock overage - longterm
|
|
633
|
+
["F0584", "E2D3"], // My Travel and Expenses
|
|
634
|
+
["F0586", "E2D4"], // Adjust Stock
|
|
635
|
+
["F0587", "E2D5"], // Approve Trading Contract
|
|
636
|
+
["F0588", "E2D6"], // Order Allocation Status - Open Orders
|
|
637
|
+
["F0589", "E2D7"], // Order Allocation Status - Top Articles
|
|
638
|
+
["F0590", "E2D8"], // Order Allocation Status - Order Status
|
|
639
|
+
["F0591", "E2D9"], // SPL Blocked Documents
|
|
640
|
+
["F0593", "E2DA"], // Manage Payment Blocks
|
|
641
|
+
["F0594", "E2DB"], // Future Payable Analysis
|
|
642
|
+
["F0597", "E2DC"], // Overdue Analysis
|
|
643
|
+
["F0603", "E2DD"], // DSO Analysis
|
|
644
|
+
["F0604", "E2DE"], // Future Receivables
|
|
645
|
+
["F0605", "E2DF"], // Days Beyond Term
|
|
646
|
+
["F0606", "E2E0"], // Disputed Amounts
|
|
647
|
+
["F0607", "E2E1"], // Dunning Analysis
|
|
648
|
+
["F0608", "E2E2"], // Credit Limit Utilization
|
|
649
|
+
["F0609", "E2E3"], // Promised Amounts
|
|
650
|
+
["F0615", "E2E4"], // ATP Analysis
|
|
651
|
+
["F0616", "E2E5"], // Analyze Substitutions
|
|
652
|
+
["F0618", "E2E6"], // Manage Data Aging Objects
|
|
653
|
+
["F0617", "E2E7"], // Manage Data Aging Groups
|
|
654
|
+
["F0622", "E2E8"], // Publish Data (For Global Market Research)
|
|
655
|
+
["F0623", "E2E9"], // Manage Publishing Groups (For Global Market Research)
|
|
656
|
+
["F0624", "E2EA"], // Global Release (For Global Market Research)
|
|
657
|
+
["F0625", "E2EB"], // Plan Data Deliveries
|
|
658
|
+
["F0626", "E2EC"], // Data Delivery Overview
|
|
659
|
+
["F0627", "E2ED"], // ILM – Data Archiving Distribution and Optimization Analysis
|
|
660
|
+
["F0629", "E2EE"], // Analyze Requirements
|
|
661
|
+
["F0630", "E2EF"], // WBS-Element revenue variance
|
|
662
|
+
["F0632", "E2F0"], // WBS-Element exceeding planned work
|
|
663
|
+
["F0633", "E2F1"], // WBS-Element Pending Work
|
|
664
|
+
["F0634", "E2F2"], // Milestone Trend Analysis
|
|
665
|
+
["F0635", "E2F3"], // Project Report
|
|
666
|
+
["F0636", "E2F4"], // Tracking the status of raised MDG request
|
|
667
|
+
["F0638", "E2F5"], // Marketing Generated Leads by Quarter
|
|
668
|
+
["F0639", "E2F6"], // Average Goods Issue Delay Time
|
|
669
|
+
["F0643", "E2F7"], // Overdue Delivery Items
|
|
670
|
+
["F0644", "E2F8"], // Weight of Delivery Items
|
|
671
|
+
["F0645", "E2F9"], // Volume of Delivery Items
|
|
672
|
+
["F0646", "E2FA"], // No. of Delivery Items
|
|
673
|
+
["F0648", "E2FB"], // No. of Deliveries
|
|
674
|
+
["F0649", "E2FC"], // Access Request on behalf of
|
|
675
|
+
["F0650", "E2FD"], // Compliance Approval
|
|
676
|
+
["F0654", "E2FE"], // DSiM Event Monitor
|
|
677
|
+
["F0655", "E2FF"], // Overdue Deliveries
|
|
678
|
+
["F0659", "E300"], // Dangerous Goods (shipper´s view)
|
|
679
|
+
["F0660", "E301"], // Utilizations
|
|
680
|
+
["F0661", "E302"], // Discrepancy handling
|
|
681
|
+
["F0665", "E303"], // OTR, DTR (shipper´s view)
|
|
682
|
+
["F0666", "E304"], // Freight Order, Booking Analysis
|
|
683
|
+
["F0667", "E305"], // Project Progress
|
|
684
|
+
["F0671", "E306"], // Workload Management - Tasks
|
|
685
|
+
["F0672", "E307"], // My CRM Hana Live Reports
|
|
686
|
+
["F0673", "E308"], // Bank Payment Approval
|
|
687
|
+
["F0675", "E309"], // Board Risk Report
|
|
688
|
+
["F0676", "E30A"], // Embargo Blocked Documents
|
|
689
|
+
["F0677", "E30B"], // License Blocked Documents
|
|
690
|
+
["F0678", "E30C"], // Technically Incomplete Documents
|
|
691
|
+
["F0679", "E30D"], // SPL Blocked Addresses
|
|
692
|
+
["F0680", "E30E"], // SPL Blocked Addresses in HCM
|
|
693
|
+
["F0682", "E30F"], // Invoice Price Change
|
|
694
|
+
["F0683", "E310"], // Purchasing Spend
|
|
695
|
+
["F0684", "E240"], // Profit Analysis
|
|
696
|
+
["F0685", "E312"], // Cash Discount Forecast
|
|
697
|
+
["F0686", "E313"], // Cash Discount Utilization
|
|
698
|
+
["F0687", "E314"], // Overdue Analysis
|
|
699
|
+
["F0690", "E315"], // Manage Dunning Block
|
|
700
|
+
["F0691", "E316"], // Cash Transfer
|
|
701
|
+
["F0692", "E317"], // Track Cash Transfer
|
|
702
|
+
["F0693", "E318"], // Payment Statistics
|
|
703
|
+
["F0694", "E319"], // Aging Analysis
|
|
704
|
+
["F0695", "E31A"], // Financial Close History
|
|
705
|
+
["F0700", "E31B"], // Correction Request
|
|
706
|
+
["F0598", "E31C"] // My Projects
|
|
707
|
+
]
|
|
708
|
+
};
|
|
464
709
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
]
|
|
475
|
-
|
|
710
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 5
|
|
711
|
+
const oFiori5Icons = {
|
|
712
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
713
|
+
collectionName: "Fiori5",
|
|
714
|
+
icons: [
|
|
715
|
+
["F2001", "E31E"], // My Control Implementations
|
|
716
|
+
["F0839", "E320"], // Margin Analysis (Simple Finance)
|
|
717
|
+
["F0263", "E321"], // Monitor Production Requirements
|
|
718
|
+
["F0266", "E322"], // Monitor Production Orders
|
|
719
|
+
["F0270", "E323"], // Manage Production Requirements
|
|
720
|
+
["F0273", "E324"], // Manage Production Orders
|
|
721
|
+
["F0439", "E325"], // Net Position
|
|
722
|
+
["F0443", "E326"], // Net Position Change to Previous Day
|
|
723
|
+
["F0549", "E327"], // My Assortment Lists
|
|
724
|
+
["F0550", "E328"], // Manage Location Clusters
|
|
725
|
+
["F0551", "E329"], // Refine Assortment
|
|
726
|
+
["F0577", "E32A"], // Recipe Change Simulation
|
|
727
|
+
["F0585", "E32B"], // My Supplier Portfolio
|
|
728
|
+
["F0637", "E32C"], // Marketing-Generated Sales Pipeline
|
|
729
|
+
["F0668", "E32D"], // SAP Working Capital Analytics - DSO
|
|
730
|
+
["F0669", "E32E"], // SAP Working Capital Analytics - DPO
|
|
731
|
+
["F0670", "E330"], // Manage Change Requests
|
|
732
|
+
["F0688", "E331"], // Mark-to-Market Valuation
|
|
733
|
+
["F0689", "E332"], // Mark-to-Market Change to Previous Day
|
|
734
|
+
["F0701", "E333"], // Display Vendor Balances
|
|
735
|
+
["F0702", "E334"], // Manage Dispute Cases
|
|
736
|
+
["F0703", "E335"], // Display Customer Balances
|
|
737
|
+
["F0706", "E336"], // Display GL Account Line Items
|
|
738
|
+
["F0707", "E337"], // Display GL Account Balances
|
|
739
|
+
["F0708", "E338"], // Display Financial Statement
|
|
740
|
+
["F0711", "E339"], // Display Customer Line Items
|
|
741
|
+
["F0712", "E33A"], // Display Vendor Line Items
|
|
742
|
+
["F0731", "E33B"], // Master Data for GL Account
|
|
743
|
+
["F0732", "E33C"], // Master Data for Profit Center
|
|
744
|
+
["F0733", "E33D"], // Master Data for Functional Area (setup)
|
|
745
|
+
["F0735", "E33E"], // Analyze Payment Details
|
|
746
|
+
["F0736", "E340"], // My Bank Account Worklist
|
|
747
|
+
["F0737", "E341"], // Cash Position Details
|
|
748
|
+
["F0742", "E342"], // Post Vendor Invoice w/o Purchase Order
|
|
749
|
+
["F0743", "E343"], // Create Manual Payment
|
|
750
|
+
["F0744", "E344"], // Create Customer Correspondence
|
|
751
|
+
["F0745", "E345"], // Collection Progress
|
|
752
|
+
["F0746", "E346"], // Total Receivables
|
|
753
|
+
["F0747", "E347"], // Days Payable Outstanding Analysis
|
|
754
|
+
["F0748", "E348"], // Invoice Processing Times Analysis
|
|
755
|
+
["F0749", "E349"], // Promotion Execution Cockpit - All Promotion Preparation Issues
|
|
756
|
+
["F0750", "E34A"], // Promotion Execution Cockpit - Promotion Overdue Issues
|
|
757
|
+
["F0751", "E34B"], // Promotion Execution Cockpit - Promotion Errors
|
|
758
|
+
["F0755", "E34C"], // Agile Marketing Planning
|
|
759
|
+
["F0756", "E34D"], // Database Table Growth
|
|
760
|
+
["F0757", "E34E"], // Percentage On time Freight Orders (Proof of Delivery)
|
|
761
|
+
["F0758", "E350"], // Percentage On time Freight Orders (Departure)
|
|
762
|
+
["F0759", "E351"], // Percentage On time Freight Orders (Arrival)
|
|
763
|
+
["F0760", "E352"], // Percentage On time Freight Orders (Overall)
|
|
764
|
+
["F0761", "E353"], // Percentage On time Freight Orders (in Transit)
|
|
765
|
+
["F0763", "E354"], // Display Chart of Accounts
|
|
766
|
+
["F0764", "E355"], // Manage Profit Center Hierarchy
|
|
767
|
+
["F0765", "E356"], // Configure Company Codes
|
|
768
|
+
["F0768", "E357"], // House Banks Settings (setup)
|
|
769
|
+
["F0770", "E358"], // Create Payment Proposal
|
|
770
|
+
["F0771", "E359"], // Revise Payment Proposal/p>
|
|
771
|
+
["F0772", "E35A"], // Vendor Payment Analysis
|
|
772
|
+
["F0774", "E35B"], // Marketing Spend Analysis
|
|
773
|
+
["F0776", "E35C"], // My Courses
|
|
774
|
+
["F0777", "E35D"], // Inspect Marketing Orchestration
|
|
775
|
+
["F0778", "E35E"], // Dashboard Overview
|
|
776
|
+
["F0788", "E360"], // Import External Template
|
|
777
|
+
["F0789", "E361"], // My Results
|
|
778
|
+
["F0790", "E362"], // Manage Marketing Orchestration
|
|
779
|
+
["F0791", "E363"], // Marketing-Generated Opportunities
|
|
780
|
+
["F0792", "E364"], // Contact Conversions
|
|
781
|
+
["F0793", "E365"], // Sentiment Media Mix
|
|
782
|
+
["F0794", "E366"], // Manage TDMS Execution
|
|
783
|
+
["F0806", "E367"], // Open & Close Fiscal Periods
|
|
784
|
+
["F0807", "E368"], // Sales Analysis - Net Sales
|
|
785
|
+
["F0808", "E369"], // Sales Analysis - Gross Margin
|
|
786
|
+
["F0809", "E36A"], // Sales Analysis - Average Basket Value
|
|
787
|
+
["F0810", "E36B"], // Sales Analysis - Number of Transactions
|
|
788
|
+
["F0811", "E36C"], // Sales Analysis - Inventory Turnover
|
|
789
|
+
["F0812", "E36D"], // Sales Analysis - Actual vs Forecasted
|
|
790
|
+
["F0813", "E36E"], // Sales Analysis - Average Basket Size
|
|
791
|
+
["F0814", "E370"], // Sales Analysis - Return Net Sales
|
|
792
|
+
["F0815", "E371"], // Drill Down App
|
|
793
|
+
["F0816", "E372"], // Manage Authorizations
|
|
794
|
+
["F0817", "E373"], // Define New KPI
|
|
795
|
+
["F0818", "E374"], // KPI Workspace
|
|
796
|
+
["F0819", "E375"], // Edit Drill Down Configurations
|
|
797
|
+
["F0820", "E376"], // Edit Tiles
|
|
798
|
+
["F0821", "E377"], // Edit KPI Relationships
|
|
799
|
+
["F0822", "E378"], // Create Evaluation
|
|
800
|
+
["F0823", "E379"], // CFO Net Margin KPI
|
|
801
|
+
["F0824", "E37A"], // CFO Gross Margin KPI
|
|
802
|
+
["F0825", "E37B"], // CFO Net Sales KPI
|
|
803
|
+
["F0826", "E37C"], // CFO Revenue KPI
|
|
804
|
+
["F0827", "E37D"], // SAP Entity Dashboard
|
|
805
|
+
["F0828", "E37E"], // CFO GTN KPI
|
|
806
|
+
["F0829", "E380"], // Manage Product Attributes
|
|
807
|
+
["F0830", "E381"], // My Option Plans
|
|
808
|
+
["F0831", "E382"], // Match Placeholder
|
|
809
|
+
["F0717", "E384"], // Manage GL Doc
|
|
810
|
+
["F0718", "E383"], // Post GL Doc
|
|
811
|
+
["F0241", "E385"], // Manage Financial Statement Structure
|
|
812
|
+
["F0246", "E386"], // Monitor External Requirements
|
|
813
|
+
["F0250", "E387"], // Manage External Requirements
|
|
814
|
+
["F0248", "E388"], // Monitor External Receipts
|
|
815
|
+
["F0252", "E389"], // Manage External Receipts
|
|
816
|
+
["F0600", "E38A"], // Manage Budget
|
|
817
|
+
["F0674", "E38B"], // News App
|
|
818
|
+
["F0247", "E38E"], // Monitor Material Shortages
|
|
819
|
+
["F0251", "E390"] // Manage Material Shortages
|
|
820
|
+
]
|
|
821
|
+
};
|
|
476
822
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
["F0687", "E314"], ["F0690", "E315"], ["F0691", "E316"], ["F0692", "E317"],
|
|
505
|
-
["F0693", "E318"], ["F0694", "E319"], ["F0695", "E31A"], ["F0700", "E31B"],
|
|
506
|
-
["F0598", "E31C"]
|
|
507
|
-
]
|
|
508
|
-
},
|
|
509
|
-
// sap-launch-icons - Wave 5 (SAP Fiori launch icons)
|
|
510
|
-
oFiori5Icons = {
|
|
511
|
-
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
512
|
-
collectionName: "Fiori5",
|
|
513
|
-
icons: [
|
|
514
|
-
["F0263", "E321"], ["F0266", "E322"], ["F2001", "E31E"], ["F0839", "E320"],
|
|
515
|
-
["F0270", "E323"], ["F0273", "E324"], ["F0439", "E325"], ["F0443", "E326"],
|
|
516
|
-
["F0549", "E327"], ["F0550", "E328"], ["F0551", "E329"], ["F0577", "E32A"],
|
|
517
|
-
["F0585", "E32B"], ["F0637", "E32C"], ["F0668", "E32D"], ["F0669", "E32E"],
|
|
518
|
-
["F0670", "E330"], ["F0688", "E331"], ["F0689", "E332"], ["F0701", "E333"],
|
|
519
|
-
["F0702", "E334"], ["F0703", "E335"], ["F0706", "E336"], ["F0707", "E337"],
|
|
520
|
-
["F0708", "E338"], ["F0711", "E339"], ["F0712", "E33A"], ["F0731", "E33B"],
|
|
521
|
-
["F0732", "E33C"], ["F0733", "E33D"], ["F0735", "E33E"], ["F0736", "E340"],
|
|
522
|
-
["F0737", "E341"], ["F0742", "E342"], ["F0743", "E343"], ["F0744", "E344"],
|
|
523
|
-
["F0745", "E345"], ["F0746", "E346"], ["F0747", "E347"], ["F0748", "E348"],
|
|
524
|
-
["F0749", "E349"], ["F0750", "E34A"], ["F0751", "E34B"], ["F0755", "E34C"],
|
|
525
|
-
["F0756", "E34D"], ["F0757", "E34E"], ["F0758", "E350"], ["F0759", "E351"],
|
|
526
|
-
["F0760", "E352"], ["F0761", "E353"], ["F0763", "E354"], ["F0764", "E355"],
|
|
527
|
-
["F0765", "E356"], ["F0768", "E357"], ["F0770", "E358"], ["F0771", "E359"],
|
|
528
|
-
["F0772", "E35A"], ["F0774", "E35B"], ["F0776", "E35C"], ["F0777", "E35D"],
|
|
529
|
-
["F0778", "E35E"], ["F0788", "E360"], ["F0789", "E361"], ["F0790", "E362"],
|
|
530
|
-
["F0791", "E363"], ["F0792", "E364"], ["F0793", "E365"], ["F0794", "E366"],
|
|
531
|
-
["F0806", "E367"], ["F0807", "E368"], ["F0808", "E369"], ["F0809", "E36A"],
|
|
532
|
-
["F0810", "E36B"], ["F0811", "E36C"], ["F0812", "E36D"], ["F0813", "E36E"],
|
|
533
|
-
["F0814", "E370"], ["F0815", "E371"], ["F0816", "E372"], ["F0817", "E373"],
|
|
534
|
-
["F0818", "E374"], ["F0819", "E375"], ["F0820", "E376"], ["F0821", "E377"],
|
|
535
|
-
["F0822", "E378"], ["F0823", "E379"], ["F0824", "E37A"], ["F0825", "E37B"],
|
|
536
|
-
["F0826", "E37C"], ["F0827", "E37D"], ["F0828", "E37E"], ["F0829", "E380"],
|
|
537
|
-
["F0830", "E381"], ["F0831", "E382"], ["F0717", "E384"], ["F0718", "E383"],
|
|
538
|
-
["F0241", "E385"], ["F0246", "E386"], ["F0250", "E387"], ["F0248", "E388"],
|
|
539
|
-
["F0252", "E389"], ["F0600", "E38A"], ["F0674", "E38B"], ["F0247", "E38E"],
|
|
540
|
-
["F0251", "E390"]
|
|
541
|
-
]
|
|
542
|
-
},
|
|
823
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 6
|
|
824
|
+
const oFiori6Icons = {
|
|
825
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
826
|
+
collectionName: "Fiori6",
|
|
827
|
+
icons: [
|
|
828
|
+
["F0670-1", "E393"], // Answered Change Requests
|
|
829
|
+
["F0670-2", "E394"], // Collected Change Requests
|
|
830
|
+
["F0670-3", "E395"], // Completed Change Requests
|
|
831
|
+
["F0670-4", "E396"], // Requested Change Requests
|
|
832
|
+
["F0795", "E397"], // Account Closure
|
|
833
|
+
["F0866", "E3A0"], // My Shops
|
|
834
|
+
["F0865", "E3A1"], // Manage Products
|
|
835
|
+
["F0867", "E3A2"], // List Of Outbound Deliveries
|
|
836
|
+
["F0868", "E3A3"], // Pick Delivery
|
|
837
|
+
["F0869", "E3A4"], // Create Delivery
|
|
838
|
+
["F0870", "E3A5"], // Analyze Delivery Log
|
|
839
|
+
["F0138", "E3A6"], // Manage Purchase Order
|
|
840
|
+
["F0752", "E3A7"], // Order Products
|
|
841
|
+
["F0753", "E3A8"], // Transfer Stock
|
|
842
|
+
["F0773", "E3A9"], // Manual Clearing Incoming Payments
|
|
843
|
+
["F0891", "E3AA"], // My Timetable
|
|
844
|
+
["F0892", "E3AB"], // Track Degree Requirement
|
|
845
|
+
["F1023", "E3AC"], // Manage Cost Center Master Data
|
|
846
|
+
["F0767", "E3AD"], // Analyze Liquidity Plans
|
|
847
|
+
["F0849", "E3AE"] // Manage Depreciation Runs
|
|
848
|
+
]
|
|
849
|
+
};
|
|
543
850
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
]
|
|
555
|
-
|
|
851
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 7
|
|
852
|
+
const oFiori7Icons = {
|
|
853
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
854
|
+
collectionName: "Fiori7",
|
|
855
|
+
icons: [
|
|
856
|
+
["F1079", "E3B0"], // Manage Forecast Demand
|
|
857
|
+
["F0738", "E3B1"], // Make Liquidity Plans
|
|
858
|
+
["F1301", "E3B2"], // Display Technical Users
|
|
859
|
+
["F1302", "E3B3"], // Maintain Catalog Roles
|
|
860
|
+
["F1303", "E3B4"], // Maintain Business Users
|
|
861
|
+
["F1338", "E3B5"], // Maintain Communication Users
|
|
862
|
+
["F1263", "E3B6"], // Student File
|
|
863
|
+
["F1373", "E3B7"], // Approve Purchase Orders
|
|
864
|
+
["F0863", "E3B8"], // Define Subjects
|
|
865
|
+
["F0955", "E3B9"], // Trial Balance
|
|
866
|
+
["F1068", "E3BA"], // Virtual Data Model View Browser
|
|
867
|
+
["F1242", "E3BB"], // Manage Forecast Models
|
|
868
|
+
["F1405", "E3BC"], // Roles
|
|
869
|
+
["F1406", "E3BD"], // Dashboards
|
|
870
|
+
["F1407", "E3BE"], // Analytics
|
|
871
|
+
["F1408", "E3BF"], // Change History
|
|
872
|
+
["F1409", "E3C0"], // Cases
|
|
873
|
+
["F1410", "E3C1"], // Tasks
|
|
874
|
+
["F1411", "E3C2"], // Data Integration
|
|
875
|
+
["F1412", "E3C3"], // Configuration
|
|
876
|
+
["F1413", "E3C4"], // Visibility Filter
|
|
877
|
+
["F1414", "E3C5"], // User Profile
|
|
878
|
+
["F1415", "E3C6"], // User Management
|
|
879
|
+
["F1476", "E3C7"], // Process Modeling
|
|
880
|
+
["F0797", "E3C8"], // Manage Customer Invoice
|
|
881
|
+
["F0798", "E3C9"], // Create Customer Invoice
|
|
882
|
+
["F0800", "E3CA"], // Manage Sales Order For Materials
|
|
883
|
+
["F0801", "E3CB"], // Create Sales Order For Materials
|
|
884
|
+
["F0804", "E3CC"], // Manage Sales For Services
|
|
885
|
+
["F0850", "E3CD"], // Manage Customer Master Data
|
|
886
|
+
["F0890", "E3CE"], // Set Sales Prices For Materials
|
|
887
|
+
["F1075", "E3CF"], // Sales Order Fulfillment Monitor
|
|
888
|
+
["F1394", "E3D0"], // Set Sales Prices For Services
|
|
889
|
+
["F1061", "E3D1"], // Transfer Stock
|
|
890
|
+
["F1062", "E3D2"], // Manage Stock
|
|
891
|
+
["F1255", "E3D3"], // Open Web-GUI Transaction-MMPV
|
|
892
|
+
["F1077", "E3D4"], // Manage Material Documents
|
|
893
|
+
["F0843", "E3D5"], // Post Goods Receipt For PO
|
|
894
|
+
["F1076", "E3D6"], // Stock Overview
|
|
895
|
+
["F0859", "E3D7"], // Manage Supplier Invoice
|
|
896
|
+
["F1060", "E3D8"], // Supplie Invoice List
|
|
897
|
+
["F1053", "E3D9"], // Manage Supplier Master Data
|
|
898
|
+
["F0900", "E3DA"], // Monitoring Purchasing Document
|
|
899
|
+
["F0840", "E3DB"], // Manage Sources Of Supply
|
|
900
|
+
["F0842-1", "E3A6"], // Manage PO
|
|
901
|
+
["F0842-2", "E22C"] // Create PO
|
|
902
|
+
]
|
|
903
|
+
};
|
|
556
904
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
]
|
|
575
|
-
|
|
905
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 8
|
|
906
|
+
const oFiori8Icons = {
|
|
907
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
908
|
+
collectionName: "Fiori8",
|
|
909
|
+
icons: [
|
|
910
|
+
["F1317", "E3DC"], // Subscribe Alerts
|
|
911
|
+
["F1318", "E3DD"], // Define Alerts
|
|
912
|
+
["F1319", "E3DE"], // Monitor Alerts
|
|
913
|
+
["F1369", "E3DF"], // Manage House Banks
|
|
914
|
+
["F1475", "E3E0"], // Enter Grades
|
|
915
|
+
["F1345", "E3E1"], // Post Incoming Payments
|
|
916
|
+
["F1248", "E3E2"], // Receive Products
|
|
917
|
+
["F1067", "E3E3"], // Manage Demand Sensing Issues
|
|
918
|
+
["F1332", "E3E4"], // Define Credentials & End Points
|
|
919
|
+
["F1333", "E3E5"], // Assign Network ID to Company Codes
|
|
920
|
+
["F1334", "E3E6"], // Map Tax Codes for Logistics Invoice Verification
|
|
921
|
+
["F1335", "E3E7"], // Map Company Codes for Logistics Invoice Verification
|
|
922
|
+
["F1520", "E3E8"], // Reprocess Bank Statement Items
|
|
923
|
+
["F1457", "E3E9"], // Search Form Bundles
|
|
924
|
+
["F1504", "E3EA"], // IBP Collaborations
|
|
925
|
+
["F1505", "E3EB"] // IBP Favorites
|
|
926
|
+
]
|
|
927
|
+
};
|
|
576
928
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
]
|
|
587
|
-
|
|
929
|
+
// "sap-launch-icons" - SAP Fiori launch icons: Wave 9
|
|
930
|
+
const oFiori9Icons = {
|
|
931
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
932
|
+
collectionName: "Fiori9",
|
|
933
|
+
icons: [
|
|
934
|
+
["F1094", "E3EC"], // Manage Check Books
|
|
935
|
+
["F1096", "E3ED"], // Manage Outgoing Checks
|
|
936
|
+
["F1353", "E3EE"], // My Incidents
|
|
937
|
+
["F1354", "E3EF"], // My SAP Notes
|
|
938
|
+
["F1428", "E3F0"], // My Business Requirements
|
|
939
|
+
["F1492", "E3F1"], // Maintain Business Roles
|
|
940
|
+
["F1515", "E3F2"], // Run Statutory Reports
|
|
941
|
+
["F1516", "E3F3"], // IBP Manage Planning Run Definition
|
|
942
|
+
["F0997", "E400"], // Audit Journals
|
|
943
|
+
["F1512", "E401"], // Count Stock
|
|
944
|
+
["F1562", "E402"], // Print Labels
|
|
945
|
+
["F1564", "E403"], // Manage Bank Statements
|
|
946
|
+
["F1599", "E404"], // Assign Forecast Models
|
|
947
|
+
["F1596", "E405"], // Carry Forward Balance
|
|
948
|
+
["F1254", "E406"], // Support Package Packet
|
|
949
|
+
["F1618", "E407"], // Maintain Deletion Rules
|
|
950
|
+
["F1561", "E408"], // Define Operation Customizing
|
|
951
|
+
["learning-compass", "E409"], // Learning Compass
|
|
952
|
+
["partner-enablement", "E40A"] // SAP Partner Enablement
|
|
953
|
+
]
|
|
954
|
+
};
|
|
588
955
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
]
|
|
600
|
-
|
|
956
|
+
// "sap-launch-icons" - S/4 Hana Generic Icons
|
|
957
|
+
const oS4HanaIcons = {
|
|
958
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
959
|
+
collectionName: "S4Hana",
|
|
960
|
+
icons: [
|
|
961
|
+
["S0001", "E3F4"], // Financials
|
|
962
|
+
["S0002", "E3F5"], // Procurement
|
|
963
|
+
["S0003", "E3F6"], // Production Planning
|
|
964
|
+
["S0004", "E3F7"], // Logistics Execution
|
|
965
|
+
["S0005", "E3F8"], // Product Lifecycle Management
|
|
966
|
+
["S0006", "E3F9"], // Project System
|
|
967
|
+
["S0007", "E3FA"], // Sales & Distribution
|
|
968
|
+
["S0008", "E3FB"], // Inventory Management
|
|
969
|
+
["S0009", "E3FC"], // Quality Management
|
|
970
|
+
["S0010", "E3FD"], // Cross App
|
|
971
|
+
["S0011", "E3FE"], // Customer Service
|
|
972
|
+
["S0012", "E3FF"] // Plant Maintenance
|
|
973
|
+
]
|
|
974
|
+
};
|
|
601
975
|
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
]
|
|
611
|
-
|
|
976
|
+
// "sap-fiori-inapp-icons"
|
|
977
|
+
const oFioriInApp = {
|
|
978
|
+
fontFamily: "FioriInAppIcons",
|
|
979
|
+
collectionName: "FioriInAppIcons",
|
|
980
|
+
icons: [
|
|
981
|
+
["Hierarchal Tree", "e700"],
|
|
982
|
+
["Open", "e701"],
|
|
983
|
+
["Blocked", "e702"],
|
|
984
|
+
["Partially Blocked", "e703"],
|
|
985
|
+
["Open1", "e704"],
|
|
986
|
+
["Partially Adopted", "e705"],
|
|
987
|
+
["Due", "e706"],
|
|
988
|
+
["Overdue", "e707"],
|
|
989
|
+
["Sort", "e708"],
|
|
990
|
+
["Missing Parts", "e709"],
|
|
991
|
+
["Fire", "e70a"],
|
|
992
|
+
["Dangerous Chemicals", "e70b"],
|
|
993
|
+
["Share", "e70c"],
|
|
994
|
+
["Entertainment", "e70d"],
|
|
995
|
+
["Gift", "e70e"],
|
|
996
|
+
["QR Code", "e70f"],
|
|
997
|
+
["Wifi-Online", "e710"],
|
|
998
|
+
["Wifi-Offline", "e711"],
|
|
999
|
+
["Sunrise", "e712"],
|
|
1000
|
+
["Sunset", "e713"],
|
|
1001
|
+
["Afternoon", "e714"],
|
|
1002
|
+
["Night", "e715"],
|
|
1003
|
+
["Loading Date", "e715"],
|
|
1004
|
+
["Cloudy", "e717"],
|
|
1005
|
+
["Rain", "e718"],
|
|
1006
|
+
["Storm", "e719"],
|
|
1007
|
+
["Partly Sunny", "e71a"],
|
|
1008
|
+
["Heavy Rain", "e71b"],
|
|
1009
|
+
["Foggy", "e71c"],
|
|
1010
|
+
["Snow", "e71d"],
|
|
1011
|
+
["Risk Assessment", "e71e"],
|
|
1012
|
+
["Database", "e71f"],
|
|
1013
|
+
["Marine", "e720"],
|
|
1014
|
+
["Blister", "e721"],
|
|
1015
|
+
["Pills", "e722"],
|
|
1016
|
+
["Main-Sequence", "e723"],
|
|
1017
|
+
["Parallel Sequence", "e724"],
|
|
1018
|
+
["Alternative Sequence", "e725"],
|
|
1019
|
+
["3D", "e726"],
|
|
1020
|
+
["Presentation", "e727"],
|
|
1021
|
+
["Mute", "e728"],
|
|
1022
|
+
["Windy", "e729"],
|
|
1023
|
+
["Oil Tank", "e72a"],
|
|
1024
|
+
["Location Assets", "e72b"],
|
|
1025
|
+
["Transport Systems", "e72c"],
|
|
1026
|
+
["Field", "e72d"],
|
|
1027
|
+
["Field Group", "e72e"],
|
|
1028
|
+
["Record", "e730"],
|
|
1029
|
+
["Record Group", "e731"]
|
|
1030
|
+
]
|
|
1031
|
+
};
|
|
612
1032
|
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
["Windy", "e729"], ["Oil Tank", "e72A"], ["Location Assets", "e72B"], ["Transport Systems", "e72C"],
|
|
630
|
-
["Field", "e72D"], ["Field Group", "e72E"], ["Record", "e730"], ["Record Group", "e731"]
|
|
631
|
-
]
|
|
632
|
-
},
|
|
633
|
-
oFioriNonNative = {
|
|
634
|
-
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
635
|
-
collectionName: "FioriNonNative",
|
|
636
|
-
icons: [
|
|
637
|
-
["FN0001", "E392"], ["FN0002", "E398"], ["FN0003", "E399"], ["FN0004", "E39A"],
|
|
638
|
-
["FN0005", "E39B"], ["FN0006", "E39C"], ["FN0007", "E39D"], ["FN0008", "E39E"],
|
|
639
|
-
["FN0009", "E39F"]
|
|
640
|
-
]
|
|
641
|
-
};
|
|
1033
|
+
// "sap-launch-icons" - SAP Fiori Non-Native launch icons
|
|
1034
|
+
const oFioriNonNative = {
|
|
1035
|
+
fontFamily: "Fiori2", // Maps to sap-launch-icons in IconFonts.less
|
|
1036
|
+
collectionName: "FioriNonNative",
|
|
1037
|
+
icons: [
|
|
1038
|
+
["FN0001", "E392"], // Product Recommendation Intelligence
|
|
1039
|
+
["FN0002", "E398"], // Manage Users
|
|
1040
|
+
["FN0003", "E399"], // Manage Trucks
|
|
1041
|
+
["FN0004", "E39A"], // Manage Incidents
|
|
1042
|
+
["FN0005", "E39B"], // Manage Tours
|
|
1043
|
+
["FN0006", "E39C"], // Monitor Port Status
|
|
1044
|
+
["FN0007", "E39D"], // My Business Partners
|
|
1045
|
+
["FN0008", "E39E"], // Monitor Tour Status
|
|
1046
|
+
["FN0009", "E39F"] // Monitor Roadhouse Status
|
|
1047
|
+
]
|
|
1048
|
+
};
|
|
642
1049
|
|
|
643
|
-
this.registerFonts(
|
|
644
|
-
|
|
1050
|
+
this.registerFonts(
|
|
1051
|
+
oFiori1Icons,
|
|
1052
|
+
oFiori3Icons,
|
|
1053
|
+
oAppIcons,
|
|
1054
|
+
oFioriInApp,
|
|
1055
|
+
oFiori4Icons,
|
|
1056
|
+
oFiori5Icons,
|
|
1057
|
+
oFioriNonNative,
|
|
1058
|
+
oFiori6Icons,
|
|
1059
|
+
oFiori7Icons,
|
|
1060
|
+
oFiori8Icons,
|
|
1061
|
+
oFiori9Icons,
|
|
1062
|
+
oS4HanaIcons,
|
|
1063
|
+
oBusinessSuiteInAppSymbolsIcons
|
|
1064
|
+
);
|
|
645
1065
|
};
|
|
646
1066
|
|
|
647
1067
|
/**
|
|
@@ -662,21 +1082,14 @@ sap.ui.define([
|
|
|
662
1082
|
* @private
|
|
663
1083
|
*/
|
|
664
1084
|
iconfonts.registerFonts = function () {
|
|
665
|
-
|
|
666
|
-
i
|
|
667
|
-
j
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
for (i = 0; i < arguments.length; i = i + 1) {
|
|
671
|
-
oIcon = arguments[i];
|
|
672
|
-
|
|
673
|
-
for (j = 0; j < oIcon.icons.length; j = j + 1) {
|
|
674
|
-
oIconInfo = {};
|
|
1085
|
+
for (let i = 0; i < arguments.length; ++i) {
|
|
1086
|
+
const oIcon = arguments[i];
|
|
1087
|
+
for (let j = 0; j < oIcon.icons.length; ++j) {
|
|
1088
|
+
const oIconInfo = {};
|
|
675
1089
|
oIconInfo.fontFamily = oIcon.fontFamily;
|
|
676
1090
|
oIconInfo.content = oIcon.icons[j][1];
|
|
677
1091
|
oIconInfo.overWrite = false;
|
|
678
1092
|
oIconInfo.suppressMirroring = true;
|
|
679
|
-
|
|
680
1093
|
IconPool.addIcon(oIcon.icons[j][0], oIcon.collectionName, oIconInfo);
|
|
681
1094
|
}
|
|
682
1095
|
}
|