@sapui5/sap.ushell 1.138.1 → 1.139.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/ApplicationType/UrlPostProcessing.js +14 -10
- package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +32 -26
- package/src/main/js/sap/ushell/Container.js +0 -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 +12 -12
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/User.js +32 -12
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +3 -5
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +14 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +8 -3
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +8 -8
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +17 -12
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +6 -23
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +112 -92
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +15 -7
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +257 -214
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +347 -117
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +1 -0
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -19
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +15 -14
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +38 -40
- 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 -8
- 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 +25 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +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/StepConfiguration.json +0 -2
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -0
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/CatalogsManager.js +157 -157
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +180 -187
- package/src/main/js/sap/ushell/components/DestroyHelper.js +4 -4
- package/src/main/js/sap/ushell/components/GroupsHelper.js +21 -21
- package/src/main/js/sap/ushell/components/HomepageManager.js +465 -424
- package/src/main/js/sap/ushell/components/MessagingHelper.js +24 -24
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +16 -16
- package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +43 -43
- package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +43 -39
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +166 -175
- package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +57 -57
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +96 -99
- package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +27 -21
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +180 -178
- package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +56 -56
- package/src/main/js/sap/ushell/components/appfinder/Component.js +12 -16
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +129 -133
- package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +10 -10
- package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +22 -22
- package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +14 -14
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +75 -78
- package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +24 -27
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +44 -46
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +22 -22
- package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +28 -28
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cards/Card.controller.js +16 -20
- package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -37
- package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +32 -34
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +7 -12
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +2 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +0 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +58 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +0 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +0 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +0 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +0 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +13 -13
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +2 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +0 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +4 -3
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +8 -9
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -3
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +3 -5
- package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -6
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +2 -14
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +14 -7
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +13 -8
- package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +166 -118
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +20 -16
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +3 -3
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +84 -77
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -4
- package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +2 -2
- package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1356 -1139
- package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +9 -5
- package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +9 -6
- package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +4 -4
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +51 -48
- package/src/main/js/sap/ushell/components/homepage/Component.js +11 -11
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +185 -192
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +60 -50
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +199 -202
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +152 -160
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +72 -74
- package/src/main/js/sap/ushell/components/pages/Component.js +7 -32
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +46 -46
- package/src/main/js/sap/ushell/components/pages/StateManager.js +9 -10
- package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +4 -4
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +243 -215
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +23 -24
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +60 -70
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +0 -5
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +3 -3
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +18 -50
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +73 -83
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +49 -50
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +35 -33
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +8 -9
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +5 -11
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +63 -42
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +20 -22
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +20 -12
- package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +18 -21
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +21 -14
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +204 -250
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +25 -24
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +9 -9
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +63 -65
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +420 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +84 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +63 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +141 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +177 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +43 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +17 -0
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +50 -35
- package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +10 -10
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +150 -150
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +66 -63
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +12 -15
- package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +34 -37
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +6 -7
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +46 -48
- package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +4 -4
- package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +13 -13
- package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +11 -13
- package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +41 -42
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +11 -15
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +35 -37
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +6 -7
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +7 -8
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +16 -16
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +17 -17
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +21 -24
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +136 -137
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +73 -78
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +8 -8
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +30 -23
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +34 -22
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +21 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +7 -11
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +3 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +8 -3
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +5 -6
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +2 -3
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -4
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +47 -48
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +27 -30
- package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +55 -55
- package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +39 -41
- package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +3 -3
- package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +26 -27
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +66 -66
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +5 -5
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +2 -2
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +27 -27
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +107 -107
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +7 -7
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +7 -7
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +31 -31
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +2 -2
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +15 -15
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +85 -86
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +4 -4
- package/src/main/js/sap/ushell/components/tiles/generic.js +133 -131
- package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +71 -71
- package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +17 -17
- package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +49 -49
- package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +9 -9
- package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +80 -80
- package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +3 -3
- package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +74 -75
- package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +3 -3
- package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +55 -55
- package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +12 -12
- package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +83 -84
- package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +15 -15
- package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +71 -71
- package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +7 -7
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +4 -4
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +4 -4
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +230 -232
- package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +271 -272
- package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +55 -55
- package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +4 -4
- package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +53 -53
- package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +5 -5
- package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +20 -20
- package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +11 -11
- package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +14 -15
- package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +10 -10
- package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/utils.js +699 -664
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +217 -217
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +4 -8
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +40 -42
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +257 -262
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +19 -20
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +6 -6
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +37 -38
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +97 -100
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +81 -82
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +9 -9
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +38 -39
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +5 -5
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +8 -9
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -9
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +4 -4
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +15 -15
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +90 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +19 -11
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +144 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +34 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +51 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +55 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +133 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigation/NavigationState.js +126 -0
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +8 -4
- package/src/main/js/sap/ushell/renderer/Renderer.js +19 -7
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +11 -5
- package/src/main/js/sap/ushell/renderer/Shell.view.js +4 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +2 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +2 -0
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AllMyApps.js +5 -5
- package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -5
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +2 -2
- package/src/main/js/sap/ushell/services/AppState.js +86 -102
- package/src/main/js/sap/ushell/services/AppType.js +2 -2
- package/src/main/js/sap/ushell/services/Bookmark.js +156 -164
- package/src/main/js/sap/ushell/services/BookmarkV2.js +10 -13
- 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 +27 -31
- 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 +295 -353
- package/src/main/js/sap/ushell/services/Configuration.js +14 -12
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +34 -35
- package/src/main/js/sap/ushell/services/Container.js +2 -2
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +29 -62
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +227 -266
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +17 -16
- package/src/main/js/sap/ushell/services/EndUserFeedback.js +5 -4
- package/src/main/js/sap/ushell/services/Extension/Item.js +7 -12
- package/src/main/js/sap/ushell/services/Extension.js +54 -19
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +209 -213
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +3 -3
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +3 -3
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +6 -6
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +4 -4
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +3 -3
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -2
- package/src/main/js/sap/ushell/services/Menu.js +264 -289
- package/src/main/js/sap/ushell/services/Message.js +3 -3
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +6 -29
- package/src/main/js/sap/ushell/services/MessageBroker.js +14 -10
- package/src/main/js/sap/ushell/services/MessageInternal.js +37 -38
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -5
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +153 -157
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +4 -6
- package/src/main/js/sap/ushell/services/Navigation/utils.js +62 -64
- package/src/main/js/sap/ushell/services/Navigation.js +10 -14
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
- package/src/main/js/sap/ushell/services/Notifications.js +29 -15
- package/src/main/js/sap/ushell/services/NotificationsV2.js +86 -98
- package/src/main/js/sap/ushell/services/PageBuilding.js +9 -6
- package/src/main/js/sap/ushell/services/PagePersistence.js +3 -3
- package/src/main/js/sap/ushell/services/PageReferencing.js +4 -2
- package/src/main/js/sap/ushell/services/Pages.js +635 -683
- package/src/main/js/sap/ushell/services/Personalization.js +103 -134
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +29 -32
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +21 -6
- package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +5 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +5 -8
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +10 -11
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +27 -27
- package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +5 -5
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +92 -105
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +9 -9
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +4 -4
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +5 -8
- package/src/main/js/sap/ushell/services/PluginManager.js +12 -8
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +21 -28
- package/src/main/js/sap/ushell/services/Search.js +25 -21
- package/src/main/js/sap/ushell/services/SearchCEP.js +38 -32
- package/src/main/js/sap/ushell/services/SearchableContent.js +203 -223
- package/src/main/js/sap/ushell/services/ShellNavigation.js +5 -3
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +160 -164
- package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +23 -19
- package/src/main/js/sap/ushell/services/SmartNavigation.js +86 -82
- package/src/main/js/sap/ushell/services/SpaceContent.js +73 -106
- package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +48 -62
- package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
- package/src/main/js/sap/ushell/services/URLTemplate.js +7 -8
- package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +5 -5
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UsageAnalytics.js +2 -3
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +10 -10
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +12 -13
- package/src/main/js/sap/ushell/services/UserInfo.js +27 -15
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +6 -7
- package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +5 -5
- package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents.js +3 -3
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +63 -66
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +11 -11
- 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/VariantSetAdapter.js +10 -10
- package/src/main/js/sap/ushell/state/BaseState.js +2 -3
- package/src/main/js/sap/ushell/state/BindingHelper.js +2 -4
- package/src/main/js/sap/ushell/state/ControlManager.js +2 -3
- package/src/main/js/sap/ushell/state/CurrentState.js +2 -2
- package/src/main/js/sap/ushell/state/KeepAlive.js +2 -2
- package/src/main/js/sap/ushell/state/ShellModel.js +2 -3
- package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +2 -2
- package/src/main/js/sap/ushell/state/StateManager/Operation.js +2 -2
- package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +2 -2
- package/src/main/js/sap/ushell/state/StateManager.js +3 -3
- package/src/main/js/sap/ushell/state/StateRules.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +3 -4
- package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +3 -4
- package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +2 -3
- package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -4
- package/src/main/js/sap/ushell/state/StrategyFactory.js +2 -3
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +2 -5
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +3 -3
- package/src/main/js/sap/ushell/state/modules/Favicon.js +3 -3
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +123 -123
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +13 -0
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +16 -241
- package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Button2.js +34 -14
- package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
- package/src/main/js/sap/ushell/thirdparty/Icons.js +81 -79
- package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Link.js +11 -10
- package/src/main/js/sap/ushell/thirdparty/List.js +34 -487
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +14 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +239 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1669 -91
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +472 -0
- package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +511 -517
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2264 -0
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +111 -0
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +47 -0
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +49 -0
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +177 -170
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +3248 -0
- package/src/main/js/sap/ushell/thirdparty/Tag.js +15 -14
- package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/Title.js +167 -0
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/ValueState.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +444 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/encodeXML.js +87 -0
- package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +9 -0
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +143 -149
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +16 -0
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -13
- package/src/main/js/sap/ushell/thirdparty/information2.js +13 -0
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +44 -0
- package/src/main/js/sap/ushell/thirdparty/query.js +1 -4
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +44 -0
- package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +7 -0
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -8
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +35 -31
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +16 -16
- package/src/main/js/sap/ushell/thirdparty/willShowContent.js +7 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -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/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +6 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
- 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/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +32 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +2 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +0 -3920
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +0 -7
- /package/src/main/js/sap/ushell/components/shell/SearchCEP/{SearchFieldFragment.fragment.xml → SearchField.fragment.xml} +0 -0
|
@@ -10,7 +10,7 @@ sap.ui.define([
|
|
|
10
10
|
"sap/ui/thirdparty/datajs",
|
|
11
11
|
"sap/ushell/utils",
|
|
12
12
|
"sap/ushell/Container"
|
|
13
|
-
],
|
|
13
|
+
], (
|
|
14
14
|
Log,
|
|
15
15
|
Localization,
|
|
16
16
|
EventBus,
|
|
@@ -20,10 +20,10 @@ sap.ui.define([
|
|
|
20
20
|
OData,
|
|
21
21
|
ushellUtils,
|
|
22
22
|
Container
|
|
23
|
-
) {
|
|
23
|
+
) => {
|
|
24
24
|
"use strict";
|
|
25
25
|
|
|
26
|
-
/*eslint consistent-this: ["error", "oNotificationsService"]*/
|
|
26
|
+
/* eslint consistent-this: ["error", "oNotificationsService"] */
|
|
27
27
|
|
|
28
28
|
const S_DEFAULT_WEBSOCKET_URL = "/sap/bc/apc/iwngw/notification_push_apc";
|
|
29
29
|
const I_DEFAULT_POLLING_INTERVAL = 60; // Seconds
|
|
@@ -70,7 +70,6 @@ sap.ui.define([
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
function Notifications (oContainerInterface, sParameters, oServiceConfiguration) {
|
|
73
|
-
|
|
74
73
|
/**
|
|
75
74
|
* Type for notification target parameters.
|
|
76
75
|
* @typedef {object} sap.ushell.services.NotificationsV2.NotificationTargetParameter
|
|
@@ -154,7 +153,7 @@ sap.ui.define([
|
|
|
154
153
|
* @public
|
|
155
154
|
*/
|
|
156
155
|
|
|
157
|
-
|
|
156
|
+
/**
|
|
158
157
|
* Type for the notification item
|
|
159
158
|
*
|
|
160
159
|
* @typedef {object} sap.ushell.services.NotificationsV2.NotificationItem
|
|
@@ -239,10 +238,9 @@ sap.ui.define([
|
|
|
239
238
|
const oUserFlagsReadFromPersonalizationDeferred = new Deferred();
|
|
240
239
|
const oNotificationSettingsAvailabilityDeferred = new Deferred();
|
|
241
240
|
const oUserFlagsReadFromPersonalizationPromise = oUserFlagsReadFromPersonalizationDeferred.promise();
|
|
242
|
-
const oDummyItems = {};
|
|
243
241
|
const iInitialBufferSize = 10;
|
|
244
242
|
|
|
245
|
-
|
|
243
|
+
const tInitializationTimestamp = new Date();
|
|
246
244
|
let oWebSocket;
|
|
247
245
|
let initialReadTimer;
|
|
248
246
|
let webSocketRecoveryTimer;
|
|
@@ -261,7 +259,6 @@ sap.ui.define([
|
|
|
261
259
|
let bHighPriorityBannerEnabled = true;
|
|
262
260
|
let bNotificationSettingsMobileSupport;
|
|
263
261
|
let bNotificationSettingsEmailSupport;
|
|
264
|
-
let bUseDummyItems = false;
|
|
265
262
|
let bInvalidCsrfTokenRecoveryMode = false;
|
|
266
263
|
let bCsrfDataSet = false;
|
|
267
264
|
let aDismissNotifications = [];
|
|
@@ -328,7 +325,7 @@ sap.ui.define([
|
|
|
328
325
|
this.fireInitialRequest = async function () {
|
|
329
326
|
return new Promise((resolve) => {
|
|
330
327
|
const oRequestObject = {
|
|
331
|
-
requestUri: oServiceConfig.serviceUrl
|
|
328
|
+
requestUri: `${oServiceConfig.serviceUrl}/GetBadgeNumber()`,
|
|
332
329
|
headers: {
|
|
333
330
|
"X-CSRF-Token": sHeaderXcsrfToken
|
|
334
331
|
}
|
|
@@ -411,7 +408,20 @@ sap.ui.define([
|
|
|
411
408
|
};
|
|
412
409
|
|
|
413
410
|
/**
|
|
414
|
-
*
|
|
411
|
+
* Set the number of unseen notifications<br>
|
|
412
|
+
* e.g. Notifications that the user hasn't seen yet.
|
|
413
|
+
*
|
|
414
|
+
* @param {int} number The number of unseen notifications to set
|
|
415
|
+
* @returns {Promise} Promise resolves when the unseen notifications count is set
|
|
416
|
+
*
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
419
|
+
this.setUnseenNotificationsCount = function (number) {
|
|
420
|
+
return Promise.resolve(oModel.setProperty("/UnseenCount", number));
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Returns the number of notifications<br>
|
|
415
425
|
* e.g. Notifications for user.
|
|
416
426
|
*
|
|
417
427
|
* @returns {int} Returns the number of notifications of the user
|
|
@@ -480,18 +490,6 @@ sap.ui.define([
|
|
|
480
490
|
|
|
481
491
|
// Private. The function is used in Notifications.controller.
|
|
482
492
|
this.getNotificationsBufferInGroup = function (sGroup, iSkip, iTop) {
|
|
483
|
-
if (bUseDummyItems === true) {
|
|
484
|
-
const aResponse = oDummyItems[oOperationEnum.NOTIFICATIONS_IN_GROUP].slice(iSkip, iSkip + iTop);
|
|
485
|
-
const oResponse = JSON.stringify({
|
|
486
|
-
"@odata.context": "$metadata#Notifications",
|
|
487
|
-
value: aResponse
|
|
488
|
-
});
|
|
489
|
-
|
|
490
|
-
return new Promise((resolve) => {
|
|
491
|
-
window.setTimeout(() => resolve(oResponse), 1000);
|
|
492
|
-
});
|
|
493
|
-
}
|
|
494
|
-
|
|
495
493
|
const oNotificationsService = this;
|
|
496
494
|
const oArgs = {
|
|
497
495
|
group: sGroup,
|
|
@@ -520,14 +518,6 @@ sap.ui.define([
|
|
|
520
518
|
|
|
521
519
|
// Private. The function is used in Notifications.controller.
|
|
522
520
|
this.getNotificationsBufferBySortingType = function (sSortingType, iSkip, iTop) {
|
|
523
|
-
if (bUseDummyItems === true) {
|
|
524
|
-
const oResponse = JSON.stringify({
|
|
525
|
-
"@odata.context": "$metadata#Notifications",
|
|
526
|
-
value: oDummyItems[sSortingType].slice(iSkip, iSkip + iTop)
|
|
527
|
-
});
|
|
528
|
-
return new Promise((resolve) => window.setTimeout(() => resolve(oResponse), 1000));
|
|
529
|
-
}
|
|
530
|
-
|
|
531
521
|
const oNotificationsService = this;
|
|
532
522
|
const oArgs = {
|
|
533
523
|
skip: iSkip,
|
|
@@ -544,7 +534,7 @@ sap.ui.define([
|
|
|
544
534
|
(oMessage) => {
|
|
545
535
|
if (oMessage.response && oMessage.response.statusCode === 200 && oMessage.response.body) {
|
|
546
536
|
oNotificationsService._updateCSRF(oMessage.response);
|
|
547
|
-
|
|
537
|
+
const oParse = this._parseJSON(oMessage.response.body);
|
|
548
538
|
if (oParse) {
|
|
549
539
|
resolve(oParse.value);
|
|
550
540
|
} else {
|
|
@@ -624,7 +614,7 @@ sap.ui.define([
|
|
|
624
614
|
|
|
625
615
|
this.executeAction = function (sNotificationId, sActionId) {
|
|
626
616
|
const oNotificationsService = this;
|
|
627
|
-
const sActionUrl = oServiceConfig.serviceUrl
|
|
617
|
+
const sActionUrl = `${oServiceConfig.serviceUrl}/ExecuteAction`;
|
|
628
618
|
const oRequestBody = { NotificationId: sNotificationId, ActionId: sActionId };
|
|
629
619
|
const oRequestObject = {
|
|
630
620
|
requestUri: sActionUrl,
|
|
@@ -669,7 +659,7 @@ sap.ui.define([
|
|
|
669
659
|
|
|
670
660
|
this.sendBulkAction = function (sParentId, sActionId) {
|
|
671
661
|
const oNotificationsService = this;
|
|
672
|
-
const sActionUrl = oServiceConfig.serviceUrl
|
|
662
|
+
const sActionUrl = `${oServiceConfig.serviceUrl}/BulkActionByHeader`;
|
|
673
663
|
const oRequestBody = { ParentId: sParentId, ActionId: sActionId };
|
|
674
664
|
const oRequestObject = {
|
|
675
665
|
requestUri: sActionUrl,
|
|
@@ -689,15 +679,15 @@ sap.ui.define([
|
|
|
689
679
|
(oResult) => {
|
|
690
680
|
let responseAck;
|
|
691
681
|
if (oResult && oResult.response && oResult.response.statusCode === 200 && oResult.response.body) {
|
|
692
|
-
|
|
682
|
+
const responseAckJson = JSON.parse(oResult.response.body);
|
|
693
683
|
responseAck = responseAckJson.value;
|
|
694
684
|
}
|
|
695
685
|
resolve(responseAck);
|
|
696
686
|
},
|
|
697
687
|
(oResult) => {
|
|
698
688
|
if (oResult.response && oResult.response.statusCode === 200 && oResult.response.body) {
|
|
699
|
-
|
|
700
|
-
|
|
689
|
+
const responseAckJson = JSON.parse(oResult.response.body);
|
|
690
|
+
const responseAck = responseAckJson.value;
|
|
701
691
|
resolve(responseAck);
|
|
702
692
|
} else if (oNotificationsService._csrfTokenInvalid(oResult) && (bInvalidCsrfTokenRecoveryMode === false)) {
|
|
703
693
|
oNotificationsService._invalidCsrfTokenRecovery(resolve, reject, oNotificationsService.sendBulkAction, [sParentId, sActionId]);
|
|
@@ -711,7 +701,7 @@ sap.ui.define([
|
|
|
711
701
|
|
|
712
702
|
this.sendBulkDismiss = function (sParentId) {
|
|
713
703
|
const oNotificationsService = this;
|
|
714
|
-
const sActionUrl = oServiceConfig.serviceUrl
|
|
704
|
+
const sActionUrl = `${oServiceConfig.serviceUrl}/DismissAll`;
|
|
715
705
|
const oRequestBody = { ParentId: sParentId };
|
|
716
706
|
const oRequestObject = {
|
|
717
707
|
requestUri: sActionUrl,
|
|
@@ -751,7 +741,7 @@ sap.ui.define([
|
|
|
751
741
|
*/
|
|
752
742
|
this.markRead = function (sNotificationId) {
|
|
753
743
|
const oNotificationsService = this;
|
|
754
|
-
const sActionUrl = oServiceConfig.serviceUrl
|
|
744
|
+
const sActionUrl = `${oServiceConfig.serviceUrl}/MarkRead`;
|
|
755
745
|
const oRequestBody = { NotificationId: sNotificationId };
|
|
756
746
|
const oRequestObject = {
|
|
757
747
|
requestUri: sActionUrl,
|
|
@@ -786,7 +776,7 @@ sap.ui.define([
|
|
|
786
776
|
* @public
|
|
787
777
|
*/
|
|
788
778
|
this.dismissNotification = function (sNotificationId) {
|
|
789
|
-
const sActionUrl = oServiceConfig.serviceUrl
|
|
779
|
+
const sActionUrl = `${oServiceConfig.serviceUrl}/Dismiss`;
|
|
790
780
|
const oNotificationsService = this;
|
|
791
781
|
const oRequestBody = { NotificationId: sNotificationId };
|
|
792
782
|
const oRequestObject = {
|
|
@@ -1050,7 +1040,7 @@ sap.ui.define([
|
|
|
1050
1040
|
this.fireODataRequest(
|
|
1051
1041
|
oRequestObject,
|
|
1052
1042
|
resolve,
|
|
1053
|
-
|
|
1043
|
+
(oMessage) => {
|
|
1054
1044
|
if (oNotificationsService._csrfTokenInvalid(oMessage)) {
|
|
1055
1045
|
oNotificationsService._invalidCsrfTokenRecovery(resolve, reject, oNotificationsService.notificationsSeen);
|
|
1056
1046
|
} else {
|
|
@@ -1129,11 +1119,11 @@ sap.ui.define([
|
|
|
1129
1119
|
// Get notifications
|
|
1130
1120
|
case oOperationEnum.NOTIFICATIONS:
|
|
1131
1121
|
if (aRequestURIs.getNotifications.basic === undefined) {
|
|
1132
|
-
aRequestURIs.getNotifications.basic = oServiceConfig.serviceUrl
|
|
1122
|
+
aRequestURIs.getNotifications.basic = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams&$filter=IsGroupHeader%20eq%20false`;
|
|
1133
1123
|
}
|
|
1134
1124
|
if (this._isIntentBasedConsumption()) {
|
|
1135
1125
|
if (aRequestURIs.getNotifications.byIntents === undefined) {
|
|
1136
|
-
aRequestURIs.getNotifications.byIntents = aRequestURIs.getNotifications.basic.concat(
|
|
1126
|
+
aRequestURIs.getNotifications.byIntents = aRequestURIs.getNotifications.basic.concat(`&intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1137
1127
|
}
|
|
1138
1128
|
return aRequestURIs.getNotifications.byIntents;
|
|
1139
1129
|
}
|
|
@@ -1141,11 +1131,11 @@ sap.ui.define([
|
|
|
1141
1131
|
// Get notifications, grouped by type
|
|
1142
1132
|
case oOperationEnum.NOTIFICATIONS_BY_TYPE:
|
|
1143
1133
|
if (aRequestURIs.getNotificationsByType.basic === undefined) {
|
|
1144
|
-
aRequestURIs.getNotificationsByType.basic = oServiceConfig.serviceUrl
|
|
1134
|
+
aRequestURIs.getNotificationsByType.basic = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams`;
|
|
1145
1135
|
}
|
|
1146
1136
|
if (this._isIntentBasedConsumption()) {
|
|
1147
1137
|
if (aRequestURIs.getNotificationsByType.byIntents === undefined) {
|
|
1148
|
-
aRequestURIs.getNotificationsByType.byIntents = aRequestURIs.getNotificationsByType.basic.concat(
|
|
1138
|
+
aRequestURIs.getNotificationsByType.byIntents = aRequestURIs.getNotificationsByType.basic.concat(`&$filter=intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1149
1139
|
}
|
|
1150
1140
|
return aRequestURIs.getNotificationsByType.byIntents;
|
|
1151
1141
|
}
|
|
@@ -1154,11 +1144,11 @@ sap.ui.define([
|
|
|
1154
1144
|
// Get notifications group Headers
|
|
1155
1145
|
case oOperationEnum.NOTIFICATIONS_GROUP_HEADERS:
|
|
1156
1146
|
if (aRequestURIs.getNotificationsGroupHeaders.basic === undefined) {
|
|
1157
|
-
aRequestURIs.getNotificationsGroupHeaders.basic = oServiceConfig.serviceUrl
|
|
1147
|
+
aRequestURIs.getNotificationsGroupHeaders.basic = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams&$filter=IsGroupHeader%20eq%20true`;
|
|
1158
1148
|
}
|
|
1159
1149
|
if (this._isIntentBasedConsumption()) {
|
|
1160
1150
|
if (aRequestURIs.getNotificationsGroupHeaders.byIntents === undefined) {
|
|
1161
|
-
aRequestURIs.getNotificationsGroupHeaders.byIntents = aRequestURIs.getNotificationsGroupHeaders.basic.concat(
|
|
1151
|
+
aRequestURIs.getNotificationsGroupHeaders.byIntents = aRequestURIs.getNotificationsGroupHeaders.basic.concat(`&intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1162
1152
|
}
|
|
1163
1153
|
return aRequestURIs.getNotificationsGroupHeaders.byIntents;
|
|
1164
1154
|
}
|
|
@@ -1166,22 +1156,22 @@ sap.ui.define([
|
|
|
1166
1156
|
|
|
1167
1157
|
// Get notifications in group
|
|
1168
1158
|
case oOperationEnum.NOTIFICATIONS_IN_GROUP:
|
|
1169
|
-
sReturnedURI = oServiceConfig.serviceUrl
|
|
1170
|
-
|
|
1159
|
+
sReturnedURI = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams&$orderby=CreatedAt desc&$filter=IsGroupHeader eq false and ParentId eq ${
|
|
1160
|
+
oArgs.group}&$skip=${oArgs.skip}&$top=${oArgs.top}`;
|
|
1171
1161
|
|
|
1172
1162
|
if (this._isIntentBasedConsumption() === true) {
|
|
1173
|
-
sReturnedURI = sReturnedURI.concat(
|
|
1163
|
+
sReturnedURI = sReturnedURI.concat(`&intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1174
1164
|
}
|
|
1175
1165
|
break;
|
|
1176
1166
|
|
|
1177
1167
|
// Get badge number
|
|
1178
1168
|
case oOperationEnum.GET_BADGE_NUMBER:
|
|
1179
1169
|
if (aRequestURIs.getBadgeNumber.basic === undefined) {
|
|
1180
|
-
aRequestURIs.getBadgeNumber.basic = oServiceConfig.serviceUrl
|
|
1170
|
+
aRequestURIs.getBadgeNumber.basic = `${oServiceConfig.serviceUrl}/GetBadgeNumber()`;
|
|
1181
1171
|
}
|
|
1182
1172
|
if (this._isIntentBasedConsumption()) {
|
|
1183
1173
|
if (aRequestURIs.getBadgeNumber.byIntents === undefined) {
|
|
1184
|
-
aRequestURIs.getBadgeNumber.byIntents = oServiceConfig.serviceUrl
|
|
1174
|
+
aRequestURIs.getBadgeNumber.byIntents = `${oServiceConfig.serviceUrl}/GetBadgeCountByIntent(${sEncodedConsumedIntents})`;
|
|
1185
1175
|
}
|
|
1186
1176
|
return aRequestURIs.getBadgeNumber.byIntents;
|
|
1187
1177
|
}
|
|
@@ -1190,57 +1180,57 @@ sap.ui.define([
|
|
|
1190
1180
|
// Get Notification Count
|
|
1191
1181
|
case oOperationEnum.GET_NOTIFICATIONS_COUNT:
|
|
1192
1182
|
if (aRequestURIs.getNotificationCount.basic === undefined) {
|
|
1193
|
-
aRequestURIs.getNotificationCount.basic = oServiceConfig.serviceUrl
|
|
1183
|
+
aRequestURIs.getNotificationCount.basic = `${oServiceConfig.serviceUrl}/Notifications/$count`;
|
|
1194
1184
|
}
|
|
1195
1185
|
return aRequestURIs.getNotificationCount.basic;
|
|
1196
1186
|
|
|
1197
1187
|
// Reset badge number (i.e. mark all notifications as "seen")
|
|
1198
1188
|
case oOperationEnum.RESET_BADGE_NUMBER:
|
|
1199
1189
|
if (aRequestURIs.resetBadgeNumber.basic === undefined) {
|
|
1200
|
-
aRequestURIs.resetBadgeNumber.basic = oServiceConfig.serviceUrl
|
|
1190
|
+
aRequestURIs.resetBadgeNumber.basic = `${oServiceConfig.serviceUrl}/ResetBadgeNumber`;
|
|
1201
1191
|
}
|
|
1202
1192
|
return aRequestURIs.resetBadgeNumber.basic;
|
|
1203
1193
|
|
|
1204
1194
|
// Get user settings
|
|
1205
1195
|
case oOperationEnum.GET_SETTINGS:
|
|
1206
1196
|
if (aRequestURIs.getNotificationTypesSettings.basic === undefined) {
|
|
1207
|
-
aRequestURIs.getNotificationTypesSettings.basic = oServiceConfig.serviceUrl
|
|
1197
|
+
aRequestURIs.getNotificationTypesSettings.basic = `${oServiceConfig.serviceUrl}/NotificationTypePersonalizationSet`;
|
|
1208
1198
|
}
|
|
1209
1199
|
return aRequestURIs.getNotificationTypesSettings.basic;
|
|
1210
1200
|
|
|
1211
1201
|
case oOperationEnum.GET_MOBILE_SUPPORT_SETTINGS:
|
|
1212
1202
|
if (aRequestURIs.getMobileSupportSettings.basic === undefined) {
|
|
1213
|
-
aRequestURIs.getMobileSupportSettings.basic = oServiceConfig.serviceUrl
|
|
1203
|
+
aRequestURIs.getMobileSupportSettings.basic = `${oServiceConfig.serviceUrl}/Channels(ChannelId='SAP_SMP')`;
|
|
1214
1204
|
}
|
|
1215
1205
|
return aRequestURIs.getMobileSupportSettings.basic;
|
|
1216
1206
|
|
|
1217
1207
|
case oOperationEnum.GET_EMAIL_SUPPORT_SETTINGS:
|
|
1218
1208
|
if (aRequestURIs.getEmailSupportSettings.basic === undefined) {
|
|
1219
|
-
aRequestURIs.getEmailSupportSettings.basic = oServiceConfig.serviceUrl
|
|
1209
|
+
aRequestURIs.getEmailSupportSettings.basic = `${oServiceConfig.serviceUrl}/Channels(ChannelId='SAP_EMAIL')`;
|
|
1220
1210
|
}
|
|
1221
1211
|
return aRequestURIs.getEmailSupportSettings.basic;
|
|
1222
1212
|
|
|
1223
1213
|
case oOperationEnum.VALIDATE_WEBSOCKET_CHANNEL:
|
|
1224
1214
|
if (aRequestURIs.getWebSocketValidity.basic === undefined) {
|
|
1225
|
-
aRequestURIs.getWebSocketValidity.basic = oServiceConfig.serviceUrl
|
|
1215
|
+
aRequestURIs.getWebSocketValidity.basic = `${oServiceConfig.serviceUrl}/Channels('SAP_WEBSOCKET')`;
|
|
1226
1216
|
}
|
|
1227
1217
|
return aRequestURIs.getWebSocketValidity.basic;
|
|
1228
1218
|
|
|
1229
1219
|
// Get a buffer of notifications (using $skip, $top and $orderby options) sorted by date in descending order
|
|
1230
1220
|
case oOperationEnum.NOTIFICATIONS_BY_DATE_DESCENDING:
|
|
1231
|
-
sReturnedURI = oServiceConfig.serviceUrl
|
|
1232
|
-
|
|
1221
|
+
sReturnedURI = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams&$orderby=CreatedAt%20desc&$filter=IsGroupHeader%20eq%20false&$skip=${
|
|
1222
|
+
oArgs.skip}&$top=${oArgs.top}`;
|
|
1233
1223
|
if (this._isIntentBasedConsumption() === true) {
|
|
1234
|
-
sReturnedURI = sReturnedURI.concat(
|
|
1224
|
+
sReturnedURI = sReturnedURI.concat(`&intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1235
1225
|
}
|
|
1236
1226
|
break;
|
|
1237
1227
|
|
|
1238
1228
|
// Get a buffer of notifications (using $skip, $top and $orderby options) sorted by priority in descending order
|
|
1239
1229
|
case oOperationEnum.NOTIFICATIONS_BY_PRIORITY_DESCENDING:
|
|
1240
|
-
sReturnedURI = oServiceConfig.serviceUrl
|
|
1241
|
-
|
|
1230
|
+
sReturnedURI = `${oServiceConfig.serviceUrl}/Notifications?$expand=Actions,NavigationTargetParams&$orderby=Priority%20desc&$filter=IsGroupHeader%20eq%20false&$skip=${
|
|
1231
|
+
oArgs.skip}&$top=${oArgs.top}`;
|
|
1242
1232
|
if (this._isIntentBasedConsumption() === true) {
|
|
1243
|
-
sReturnedURI = sReturnedURI.concat(
|
|
1233
|
+
sReturnedURI = sReturnedURI.concat(`&intents%20eq%20${sEncodedConsumedIntents}`);
|
|
1244
1234
|
}
|
|
1245
1235
|
break;
|
|
1246
1236
|
|
|
@@ -1374,7 +1364,7 @@ sap.ui.define([
|
|
|
1374
1364
|
*/
|
|
1375
1365
|
this.saveSettingsEntry = function (oEntry) {
|
|
1376
1366
|
const oNotificationsService = this;
|
|
1377
|
-
const sSetSettingsUrl = this._getRequestURI(oOperationEnum.GET_SETTINGS)
|
|
1367
|
+
const sSetSettingsUrl = `${this._getRequestURI(oOperationEnum.GET_SETTINGS)}(NotificationTypeId=${oEntry.NotificationTypeId})`;
|
|
1378
1368
|
const oRequestObject = {
|
|
1379
1369
|
requestUri: sSetSettingsUrl,
|
|
1380
1370
|
method: "PUT",
|
|
@@ -1494,20 +1484,22 @@ sap.ui.define([
|
|
|
1494
1484
|
this._performFirstRead = function () {
|
|
1495
1485
|
const oNotificationsService = this;
|
|
1496
1486
|
|
|
1497
|
-
this._readNotificationsData(true)
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
} else {
|
|
1503
|
-
initialReadTimer = setTimeout(function () {
|
|
1487
|
+
this._readNotificationsData(true)
|
|
1488
|
+
.then(() => {
|
|
1489
|
+
// Calculate time left until Fiori Client mode can be checked
|
|
1490
|
+
const tFioriClientRemainingDelay = oNotificationsService._getFioriClientRemainingDelay();
|
|
1491
|
+
if (tFioriClientRemainingDelay <= 0) {
|
|
1504
1492
|
oNotificationsService._fioriClientStep();
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1493
|
+
} else {
|
|
1494
|
+
initialReadTimer = setTimeout(() => {
|
|
1495
|
+
oNotificationsService._fioriClientStep();
|
|
1496
|
+
}, tFioriClientRemainingDelay);
|
|
1497
|
+
}
|
|
1498
|
+
bFirstDataLoaded = true;
|
|
1499
|
+
})
|
|
1500
|
+
.catch((sMsg) => {
|
|
1501
|
+
Log.error(`Notifications oData read failed. Error: ${sMsg}`);
|
|
1502
|
+
});
|
|
1511
1503
|
};
|
|
1512
1504
|
|
|
1513
1505
|
/**
|
|
@@ -1521,11 +1513,9 @@ sap.ui.define([
|
|
|
1521
1513
|
oCurrentMode = oModesEnum.FIORI_CLIENT;
|
|
1522
1514
|
this._addPushNotificationHandler();
|
|
1523
1515
|
|
|
1524
|
-
this.getUnseenNotificationsCount()
|
|
1525
|
-
.
|
|
1526
|
-
|
|
1527
|
-
}.bind(this))
|
|
1528
|
-
.catch(() => { });
|
|
1516
|
+
this.getUnseenNotificationsCount().then((iBadgeValue) => {
|
|
1517
|
+
this._setNativeIconBadge(iBadgeValue);
|
|
1518
|
+
});
|
|
1529
1519
|
} else {
|
|
1530
1520
|
this._webSocketStep();
|
|
1531
1521
|
}
|
|
@@ -1642,7 +1632,7 @@ sap.ui.define([
|
|
|
1642
1632
|
// Init WebSocket connection
|
|
1643
1633
|
oWebSocket = this._getWebSocketObjectObject(oServiceConfig.webSocketUrl || S_DEFAULT_WEBSOCKET_URL, [SapPcpWebSocket.SUPPORTED_PROTOCOLS.v10]);
|
|
1644
1634
|
|
|
1645
|
-
oWebSocket.attachMessage(this,
|
|
1635
|
+
oWebSocket.attachMessage(this, (oMessage /* , oData */) => {
|
|
1646
1636
|
const oPcpFields = oMessage.getParameter("pcpFields");
|
|
1647
1637
|
if ((oPcpFields) && (oPcpFields.Command) && (oPcpFields.Command === "Notification")) {
|
|
1648
1638
|
// Receive "pings" for Notification EntitySet
|
|
@@ -1651,7 +1641,7 @@ sap.ui.define([
|
|
|
1651
1641
|
}
|
|
1652
1642
|
});
|
|
1653
1643
|
|
|
1654
|
-
oWebSocket.attachOpen(this,
|
|
1644
|
+
oWebSocket.attachOpen(this, () => {
|
|
1655
1645
|
oNotificationsService._checkWebSocketActivity().then((bIsActive) => {
|
|
1656
1646
|
// In case when bIsActive is false, the webSocket is not active although the connection is opened.
|
|
1657
1647
|
// in this case we should close the WebSocket connection and switch to polling step.
|
|
@@ -1664,19 +1654,19 @@ sap.ui.define([
|
|
|
1664
1654
|
Log.info("Notifications UShell service WebSocket: webSocket connection opened");
|
|
1665
1655
|
});
|
|
1666
1656
|
|
|
1667
|
-
oWebSocket.attachClose(this,
|
|
1668
|
-
Log.warning(
|
|
1657
|
+
oWebSocket.attachClose(this, (oEvent) => {
|
|
1658
|
+
Log.warning(`Notifications UShell service WebSocket: attachClose called with code: ${oEvent.mParameters.code} and reason: ${oEvent.mParameters.reason}`);
|
|
1669
1659
|
if ((!bOnServiceStop) && (!bDeliberateClose)) {
|
|
1670
1660
|
oNotificationsService._webSocketRecoveryStep();
|
|
1671
1661
|
}
|
|
1672
1662
|
});
|
|
1673
1663
|
|
|
1674
1664
|
// attachError is not being handled since each attachError is followed by a call to attachClose (...which includes handling)
|
|
1675
|
-
oWebSocket.attachError(this,
|
|
1665
|
+
oWebSocket.attachError(this, () => {
|
|
1676
1666
|
Log.warning("Notifications UShell service WebSocket: attachError called!");
|
|
1677
1667
|
});
|
|
1678
1668
|
} catch (e) {
|
|
1679
|
-
Log.error(
|
|
1669
|
+
Log.error(`Exception occurred while creating new sap.ui.core.ws.SapPcpWebSocket. Message: ${e.message}`);
|
|
1680
1670
|
}
|
|
1681
1671
|
};
|
|
1682
1672
|
|
|
@@ -1707,12 +1697,11 @@ sap.ui.define([
|
|
|
1707
1697
|
};
|
|
1708
1698
|
|
|
1709
1699
|
this._setNativeIconBadgeWithDelay = function () {
|
|
1710
|
-
setTimeout(
|
|
1711
|
-
this.getUnseenNotificationsCount().then(
|
|
1700
|
+
setTimeout(() => {
|
|
1701
|
+
this.getUnseenNotificationsCount().then((iBadgeValue) => {
|
|
1712
1702
|
this._setNativeIconBadge(iBadgeValue);
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
}.bind(this), 4000);
|
|
1703
|
+
});
|
|
1704
|
+
}, 4000);
|
|
1716
1705
|
};
|
|
1717
1706
|
|
|
1718
1707
|
this._getIntentsFromConfiguration = function (aInput) {
|
|
@@ -1834,10 +1823,10 @@ sap.ui.define([
|
|
|
1834
1823
|
if (index === 0) {
|
|
1835
1824
|
sConsumedIntents = aConsumedIntents[index];
|
|
1836
1825
|
} else {
|
|
1837
|
-
sConsumedIntents = sConsumedIntents
|
|
1826
|
+
sConsumedIntents = `${sConsumedIntents},${aConsumedIntents[index]}`;
|
|
1838
1827
|
}
|
|
1839
1828
|
} else {
|
|
1840
|
-
sConsumedIntents = sConsumedIntents
|
|
1829
|
+
sConsumedIntents = `${sConsumedIntents}NavigationIntent%20eq%20%27${aConsumedIntents[index]}%27`;
|
|
1841
1830
|
}
|
|
1842
1831
|
}
|
|
1843
1832
|
}
|
|
@@ -1948,7 +1937,7 @@ sap.ui.define([
|
|
|
1948
1937
|
})
|
|
1949
1938
|
.catch((error) => {
|
|
1950
1939
|
Log.error("Personalization service does not work:");
|
|
1951
|
-
Log.error(error.name
|
|
1940
|
+
Log.error(`${error.name}: ${error.message}`);
|
|
1952
1941
|
Log.error("Reading User Settings flags from Personalization service failed");
|
|
1953
1942
|
});
|
|
1954
1943
|
};
|
|
@@ -1966,7 +1955,7 @@ sap.ui.define([
|
|
|
1966
1955
|
.then((oPersonalizer) => oPersonalizer.setPersData(oFlags))
|
|
1967
1956
|
.catch((error) => {
|
|
1968
1957
|
Log.error("Personalization service does not work:");
|
|
1969
|
-
Log.error(error.name
|
|
1958
|
+
Log.error(`${error.name}: ${error.message}`);
|
|
1970
1959
|
});
|
|
1971
1960
|
};
|
|
1972
1961
|
|
|
@@ -2013,7 +2002,6 @@ sap.ui.define([
|
|
|
2013
2002
|
* @private
|
|
2014
2003
|
*/
|
|
2015
2004
|
this._userSettingInitialization = function () {
|
|
2016
|
-
|
|
2017
2005
|
// Initialize only once to avoid duplicated requests
|
|
2018
2006
|
if (this._bSettingsInitialized) {
|
|
2019
2007
|
return;
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The Unified Shell's page building service.
|
|
5
5
|
*
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.139.0
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/ui/thirdparty/jquery"
|
|
10
|
-
],
|
|
10
|
+
], (
|
|
11
11
|
jQuery
|
|
12
|
-
) {
|
|
12
|
+
) => {
|
|
13
13
|
"use strict";
|
|
14
14
|
|
|
15
15
|
/**
|
|
@@ -66,9 +66,12 @@ sap.ui.define([
|
|
|
66
66
|
* @since 1.15.0
|
|
67
67
|
*/
|
|
68
68
|
this.getPageSet = function (sId) {
|
|
69
|
-
|
|
70
|
-
oAdapter.getFactory().createPageSet(
|
|
71
|
-
|
|
69
|
+
const oDeferred = new jQuery.Deferred();
|
|
70
|
+
oAdapter.getFactory().createPageSet(
|
|
71
|
+
sId,
|
|
72
|
+
oDeferred.resolve.bind(oDeferred),
|
|
73
|
+
oDeferred.reject.bind(oDeferred)
|
|
74
|
+
);
|
|
72
75
|
return oDeferred.promise();
|
|
73
76
|
};
|
|
74
77
|
}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* It provides the layout and tile data of pages in the pages runtime.
|
|
7
7
|
* Only used on the ABAP platform and on local for testing.
|
|
8
8
|
*
|
|
9
|
-
* @version 1.
|
|
9
|
+
* @version 1.139.0
|
|
10
10
|
*/
|
|
11
|
-
sap.ui.define([],
|
|
11
|
+
sap.ui.define([], () => {
|
|
12
12
|
"use strict";
|
|
13
13
|
|
|
14
14
|
/**
|
|
@@ -35,7 +35,7 @@ sap.ui.define([], function () {
|
|
|
35
35
|
* @experimental Since 1.67.0
|
|
36
36
|
* @private
|
|
37
37
|
*/
|
|
38
|
-
function PagePersistence (/*adapter, serviceConfiguration*/) {
|
|
38
|
+
function PagePersistence (/* adapter, serviceConfiguration */) {
|
|
39
39
|
this._init.apply(this, arguments);
|
|
40
40
|
}
|
|
41
41
|
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview This module deals with page related referencing and dereferencing.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.139.0
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ushell/services/_PageReferencing/PageReferencer"
|
|
9
|
-
],
|
|
9
|
+
], (
|
|
10
|
+
PageReferencer
|
|
11
|
+
) => {
|
|
10
12
|
"use strict";
|
|
11
13
|
|
|
12
14
|
/**
|