@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
|
@@ -19,13 +19,13 @@ sap.ui.define([
|
|
|
19
19
|
"sap/ui/model/Filter",
|
|
20
20
|
"sap/ui/model/Sorter",
|
|
21
21
|
"sap/ui/core/Core"
|
|
22
|
-
],
|
|
22
|
+
], (
|
|
23
23
|
ODataModel,
|
|
24
24
|
FilterOperator,
|
|
25
25
|
Filter,
|
|
26
26
|
Sorter
|
|
27
27
|
/* Core */
|
|
28
|
-
) {
|
|
28
|
+
) => {
|
|
29
29
|
"use strict";
|
|
30
30
|
|
|
31
31
|
/* eslint-disable block-scoped-var */ // TODO: remove eslint-disable
|
|
@@ -50,15 +50,15 @@ sap.ui.define([
|
|
|
50
50
|
}
|
|
51
51
|
switch (sPropertyEDMTypeName) {
|
|
52
52
|
case "Edm.String":
|
|
53
|
-
return
|
|
53
|
+
return `'${sFilterValue}'`;
|
|
54
54
|
case "Edm.DateTime":
|
|
55
|
-
return
|
|
55
|
+
return `datetime'${sFilterValue}'`;
|
|
56
56
|
case "Edm.Guid":
|
|
57
|
-
return
|
|
57
|
+
return `guid'${sFilterValue}'`;
|
|
58
58
|
case "Edm.Time":
|
|
59
|
-
return
|
|
59
|
+
return `time'${sFilterValue}'`;
|
|
60
60
|
case "Edm.DateTimeOffset":
|
|
61
|
-
return
|
|
61
|
+
return `datetimeoffset'${sFilterValue}'`;
|
|
62
62
|
default:
|
|
63
63
|
return sFilterValue;
|
|
64
64
|
}
|
|
@@ -70,22 +70,22 @@ sap.ui.define([
|
|
|
70
70
|
}
|
|
71
71
|
switch (sPropertyEDMTypeName) {
|
|
72
72
|
case "Edm.String":
|
|
73
|
-
return
|
|
73
|
+
return `'${sFilterValue}'`;
|
|
74
74
|
case "Edm.DateTime":
|
|
75
|
-
return
|
|
75
|
+
return `datetime'${sFilterValue}'`;
|
|
76
76
|
case "Edm.Guid":
|
|
77
|
-
return
|
|
77
|
+
return `guid'${sFilterValue}'`;
|
|
78
78
|
case "Edm.Time":
|
|
79
|
-
return
|
|
79
|
+
return `time'${sFilterValue}'`;
|
|
80
80
|
case "Edm.DateTimeOffset":
|
|
81
|
-
return
|
|
81
|
+
return `datetimeoffset'${sFilterValue}'`;
|
|
82
82
|
default:
|
|
83
83
|
return sFilterValue;
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
|
|
87
87
|
tokenizeNametoLabelText: function (sName) {
|
|
88
|
-
|
|
88
|
+
let sLabel = "";
|
|
89
89
|
|
|
90
90
|
// split UpperCamelCase in words (treat numbers and _ as upper case)
|
|
91
91
|
sLabel = sName.replace(/([^A-Z0-9_]+)([A-Z0-9_])/g, "$1 $2");
|
|
@@ -171,7 +171,7 @@ sap.ui.define([
|
|
|
171
171
|
this._oActivatedWorkarounds = {};
|
|
172
172
|
|
|
173
173
|
if (oModelReference && oModelReference.aWorkaroundID) {
|
|
174
|
-
|
|
174
|
+
const aWorkaroundID = oModelReference.aWorkaroundID;
|
|
175
175
|
|
|
176
176
|
for (var i = 0; i < aWorkaroundID.length; i++) {
|
|
177
177
|
this._oActivatedWorkarounds[aWorkaroundID[i]] = true;
|
|
@@ -208,10 +208,10 @@ sap.ui.define([
|
|
|
208
208
|
|
|
209
209
|
// loop over all schemas and entity containers
|
|
210
210
|
// TODO: extend this implementation to support many schemas
|
|
211
|
-
|
|
211
|
+
const oSchema = this._oModel.getServiceMetadata().dataServices.schema[0];
|
|
212
212
|
|
|
213
213
|
// remember default container
|
|
214
|
-
|
|
214
|
+
let oContainer;
|
|
215
215
|
for (i = -1, oContainer; oContainer = oSchema.entityContainer[++i];) {
|
|
216
216
|
if (oContainer.isDefaultEntityContainer == "true") {
|
|
217
217
|
this._oDefaultEntityContainer = oContainer;
|
|
@@ -219,15 +219,15 @@ sap.ui.define([
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
|
|
222
|
+
const aEntityType = oSchema.entityType;
|
|
223
223
|
|
|
224
224
|
// A. preparation
|
|
225
225
|
|
|
226
226
|
// A.1 collect all relevant OData entity types representing query results, parameters
|
|
227
|
-
|
|
228
|
-
|
|
227
|
+
const aQueryResultEntityTypes = []; const aParameterEntityTypes = []; const aUnsortedEntityTypes = [];
|
|
228
|
+
let j;
|
|
229
229
|
for (i = -1, oType; oType = aEntityType[++i];) {
|
|
230
|
-
|
|
230
|
+
let bProcessed = false;
|
|
231
231
|
|
|
232
232
|
if (oType.extensions != undefined) {
|
|
233
233
|
var oExtension;
|
|
@@ -279,7 +279,7 @@ sap.ui.define([
|
|
|
279
279
|
// B.1 create parameters
|
|
280
280
|
|
|
281
281
|
// temporary storage for lookup of entity *types* annotated with parameters semantics
|
|
282
|
-
|
|
282
|
+
const oParameterizationEntityTypeSet = {};
|
|
283
283
|
|
|
284
284
|
for (i = -1, oType; oType = aParameterEntityTypes[++i];) {
|
|
285
285
|
// B.1.1 create object for OData entity type
|
|
@@ -308,7 +308,7 @@ sap.ui.define([
|
|
|
308
308
|
oParameterizationEntityTypeSet[oEntityType.getQName()] = oParameterization;
|
|
309
309
|
|
|
310
310
|
// B.1.5 recognize all available parameter value helps
|
|
311
|
-
|
|
311
|
+
const sParameterizationEntityTypeQTypeName = oEntityType.getQName();
|
|
312
312
|
|
|
313
313
|
if (oSchema.association != undefined) {
|
|
314
314
|
var oAssoc;
|
|
@@ -318,14 +318,13 @@ sap.ui.define([
|
|
|
318
318
|
continue;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
|
|
321
|
+
let sParameterValueHelpEntityTypeQTypeName = null;
|
|
322
322
|
|
|
323
323
|
// B.1.5.1 relevant only if one end has same type as the given parameterization entity type
|
|
324
324
|
if (oAssoc.end[0].type == sParameterizationEntityTypeQTypeName
|
|
325
325
|
&& oAssoc.end[0].multiplicity == "*"
|
|
326
326
|
&& oAssoc.end[1].multiplicity == "1") {
|
|
327
327
|
sParameterValueHelpEntityTypeQTypeName = oAssoc.end[1].type;
|
|
328
|
-
|
|
329
328
|
} else if (oAssoc.end[1].type == sParameterizationEntityTypeQTypeName
|
|
330
329
|
&& oAssoc.end[1].multiplicity == "*"
|
|
331
330
|
&& oAssoc.end[0].multiplicity == "1") {
|
|
@@ -339,14 +338,14 @@ sap.ui.define([
|
|
|
339
338
|
if (oAssoc.referentialConstraint.dependent.propertyRef.length != 1) {
|
|
340
339
|
continue;
|
|
341
340
|
}
|
|
342
|
-
|
|
341
|
+
const oParameter = oParameterization.findParameterByName(oAssoc.referentialConstraint.dependent.propertyRef[0].name);
|
|
343
342
|
if (oParameter == null) {
|
|
344
343
|
continue;
|
|
345
344
|
}
|
|
346
345
|
|
|
347
346
|
// B.1.5.3 Register the recognized parameter value help entity type and set and link it to the parameter
|
|
348
|
-
|
|
349
|
-
|
|
347
|
+
const oValueListEntityType = this._oEntityTypeSet[sParameterValueHelpEntityTypeQTypeName];
|
|
348
|
+
const oValueListEntitySet = this._oEntityTypeNameToEntitySetMap[sParameterValueHelpEntityTypeQTypeName];
|
|
350
349
|
oParameter.setValueSetEntity(oValueListEntityType, oValueListEntitySet);
|
|
351
350
|
}
|
|
352
351
|
}
|
|
@@ -354,21 +353,21 @@ sap.ui.define([
|
|
|
354
353
|
|
|
355
354
|
// B.2
|
|
356
355
|
// B.2 create analytic queries
|
|
357
|
-
|
|
356
|
+
let oType;
|
|
358
357
|
for (i = -1, oType; oType = aQueryResultEntityTypes[++i];) {
|
|
359
358
|
// B.2.1 create object for OData entity
|
|
360
359
|
oEntityType = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.EntityType(this._oModel
|
|
361
360
|
.getServiceMetadata(), oSchema, oType);
|
|
362
361
|
this._oEntityTypeSet[oEntityType.getQName()] = oEntityType;
|
|
363
|
-
|
|
362
|
+
const sQueryResultEntityTypeQTypeName = oEntityType.getQName();
|
|
364
363
|
|
|
365
364
|
// B.2.2 find assocs to parameter entity types
|
|
366
365
|
oParameterization = null;
|
|
367
|
-
|
|
366
|
+
let oAssocFromParamsToResult = null;
|
|
368
367
|
|
|
369
368
|
if (oSchema.association != undefined) {
|
|
370
369
|
for (j = -1, oAssoc; oAssoc = oSchema.association[++j];) {
|
|
371
|
-
|
|
370
|
+
let sParameterEntityTypeQTypeName = null;
|
|
372
371
|
if (oAssoc.end[0].type == sQueryResultEntityTypeQTypeName) {
|
|
373
372
|
sParameterEntityTypeQTypeName = oAssoc.end[1].type;
|
|
374
373
|
} else if (oAssoc.end[1].type == sQueryResultEntityTypeQTypeName) {
|
|
@@ -378,14 +377,14 @@ sap.ui.define([
|
|
|
378
377
|
}
|
|
379
378
|
|
|
380
379
|
// B.2.2.2 fetch Parameterization object if any
|
|
381
|
-
|
|
380
|
+
let oMatchingParameterization = null;
|
|
382
381
|
|
|
383
382
|
oMatchingParameterization = oParameterizationEntityTypeSet[sParameterEntityTypeQTypeName];
|
|
384
383
|
if (oMatchingParameterization != null) {
|
|
385
384
|
if (oParameterization != null) {
|
|
386
385
|
// TODO: extend this implementation to support more than one related parameter entity type
|
|
387
|
-
throw
|
|
388
|
-
|
|
386
|
+
throw `RESTRICTION: Unable to handle multiple parameter entity types of query entity ${
|
|
387
|
+
oEntityType.name}`;
|
|
389
388
|
} else {
|
|
390
389
|
oParameterization = oMatchingParameterization;
|
|
391
390
|
oAssocFromParamsToResult = oAssoc;
|
|
@@ -407,7 +406,7 @@ sap.ui.define([
|
|
|
407
406
|
this._oEntityTypeNameToEntitySetMap[oEntityType.getQName()] = oEntitySet;
|
|
408
407
|
|
|
409
408
|
// B.2.5 create object for analytic query result, related OData entity type and set and (if any) related parameters object
|
|
410
|
-
|
|
409
|
+
const oQueryResult = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResult(this, oEntityType,
|
|
411
410
|
oEntitySet, oParameterization);
|
|
412
411
|
this._oQueryResultSet[oQueryResult.getName()] = oQueryResult;
|
|
413
412
|
|
|
@@ -463,7 +462,7 @@ sap.ui.define([
|
|
|
463
462
|
return;
|
|
464
463
|
}
|
|
465
464
|
|
|
466
|
-
|
|
465
|
+
let oMetadata;
|
|
467
466
|
try {
|
|
468
467
|
oMetadata = this._oModel.getServiceMetadata().dataServices;
|
|
469
468
|
} catch (exception) {
|
|
@@ -471,7 +470,7 @@ sap.ui.define([
|
|
|
471
470
|
}
|
|
472
471
|
|
|
473
472
|
// find "schema" entry in annotation document
|
|
474
|
-
for (
|
|
473
|
+
for (const propName in oAnnotation) {
|
|
475
474
|
if (!(this.oUI5ODataModelAnnotatableObject.objectName === propName)) {
|
|
476
475
|
continue;
|
|
477
476
|
}
|
|
@@ -505,7 +504,7 @@ sap.ui.define([
|
|
|
505
504
|
}
|
|
506
505
|
|
|
507
506
|
for (var l = -1, oAnnotationExtension; oAnnotationExtension = oAnnotation.extensions[++l];) {
|
|
508
|
-
|
|
507
|
+
let bFound = false;
|
|
509
508
|
for (var m = -1, oMetadataExtension; oMetadataExtension = oMetadata.extensions[++m];) {
|
|
510
509
|
if (oAnnotationExtension.name == oMetadataExtension.name
|
|
511
510
|
&& oAnnotationExtension.namespace == oMetadataExtension.namespace) {
|
|
@@ -521,8 +520,7 @@ sap.ui.define([
|
|
|
521
520
|
}
|
|
522
521
|
// walk down to sub objects
|
|
523
522
|
for (var k = -1, oUI5ODataModelAnnotatableSubObject; oUI5ODataModelAnnotatableSubObject = oUI5ODataModelAnnotatableObject.aSubObject[++k];) {
|
|
524
|
-
|
|
525
|
-
for (var propName in oAnnotation) {
|
|
523
|
+
for (const propName in oAnnotation) {
|
|
526
524
|
if (!(oUI5ODataModelAnnotatableSubObject.objectName == propName)) {
|
|
527
525
|
continue;
|
|
528
526
|
}
|
|
@@ -553,12 +551,12 @@ sap.ui.define([
|
|
|
553
551
|
* The query result object with this name or null if it does not exist
|
|
554
552
|
*/
|
|
555
553
|
findQueryResultByName: function (sName) {
|
|
556
|
-
|
|
554
|
+
let oQueryResult = this._oQueryResultSet[sName];
|
|
557
555
|
|
|
558
556
|
// Everybody should have a second chance:
|
|
559
557
|
// If the name was not fully qualified, check if it is in the default container
|
|
560
558
|
if (!oQueryResult && this._oDefaultEntityContainer) {
|
|
561
|
-
|
|
559
|
+
const sQName = `${this._oDefaultEntityContainer.name}.${sName}`;
|
|
562
560
|
|
|
563
561
|
oQueryResult = this._oQueryResultSet[sQName];
|
|
564
562
|
}
|
|
@@ -577,7 +575,7 @@ sap.ui.define([
|
|
|
577
575
|
|
|
578
576
|
this._aQueryResultNames = new Array(0);
|
|
579
577
|
|
|
580
|
-
for (
|
|
578
|
+
for (const sName in this._oQueryResultSet) { this._aQueryResultNames.push(this._oQueryResultSet[sName].getName()); }
|
|
581
579
|
|
|
582
580
|
return this._aQueryResultNames;
|
|
583
581
|
},
|
|
@@ -612,7 +610,7 @@ sap.ui.define([
|
|
|
612
610
|
* @private
|
|
613
611
|
*/
|
|
614
612
|
_getEntitySetsOfType: function (oSchema, sQTypeName) {
|
|
615
|
-
|
|
613
|
+
const aEntitySet = [];
|
|
616
614
|
|
|
617
615
|
for (var i = -1, oEntityContainer; oEntityContainer = oSchema.entityContainer[++i];) {
|
|
618
616
|
for (var j = -1, oEntitySet; oEntitySet = oEntityContainer.entitySet[++j];) {
|
|
@@ -678,8 +676,8 @@ sap.ui.define([
|
|
|
678
676
|
this._oMeasureSet = {};
|
|
679
677
|
|
|
680
678
|
// parse entity type for analytic semantics described by annotations
|
|
681
|
-
|
|
682
|
-
|
|
679
|
+
const aProperty = oEntityType.getTypeDescription().property;
|
|
680
|
+
const oAttributeForPropertySet = {};
|
|
683
681
|
for (var i = -1, oProperty; oProperty = aProperty[++i];) {
|
|
684
682
|
if (oProperty.extensions == undefined) {
|
|
685
683
|
continue;
|
|
@@ -715,28 +713,28 @@ sap.ui.define([
|
|
|
715
713
|
}
|
|
716
714
|
|
|
717
715
|
// assign dimension attributes to the respective dimension objects
|
|
718
|
-
for (
|
|
716
|
+
for (const sDimensionAttributeName in oAttributeForPropertySet) {
|
|
719
717
|
oDimensionAttribute = oAttributeForPropertySet[sDimensionAttributeName];
|
|
720
718
|
oDimensionAttribute.getDimension().addAttribute(oDimensionAttribute);
|
|
721
719
|
}
|
|
722
720
|
|
|
723
721
|
// apply workaround for missing text properties if requested
|
|
724
722
|
if (oModel._oActivatedWorkarounds.IdentifyTextPropertiesByName) {
|
|
725
|
-
|
|
726
|
-
for (
|
|
723
|
+
const aMatchedTextPropertyName = [];
|
|
724
|
+
for (const oDimName in this._oDimensionSet) {
|
|
727
725
|
oDimension = this._oDimensionSet[oDimName];
|
|
728
726
|
if (!oDimension.getTextProperty()) {
|
|
729
|
-
|
|
727
|
+
let oTextProperty = null; // order of matching is
|
|
730
728
|
// significant!
|
|
731
|
-
oTextProperty = oEntityType.findPropertyByName(oDimName
|
|
729
|
+
oTextProperty = oEntityType.findPropertyByName(`${oDimName}Name`);
|
|
732
730
|
if (!oTextProperty) {
|
|
733
|
-
oTextProperty = oEntityType.findPropertyByName(oDimName
|
|
731
|
+
oTextProperty = oEntityType.findPropertyByName(`${oDimName}Text`);
|
|
734
732
|
}
|
|
735
733
|
if (!oTextProperty) {
|
|
736
|
-
oTextProperty = oEntityType.findPropertyByName(oDimName
|
|
734
|
+
oTextProperty = oEntityType.findPropertyByName(`${oDimName}Desc`);
|
|
737
735
|
}
|
|
738
736
|
if (!oTextProperty) {
|
|
739
|
-
oTextProperty = oEntityType.findPropertyByName(oDimName
|
|
737
|
+
oTextProperty = oEntityType.findPropertyByName(`${oDimName}Description`);
|
|
740
738
|
}
|
|
741
739
|
if (oTextProperty) { // any match?
|
|
742
740
|
oDimension.setTextProperty(oTextProperty); // link
|
|
@@ -748,7 +746,7 @@ sap.ui.define([
|
|
|
748
746
|
}
|
|
749
747
|
}
|
|
750
748
|
// make sure that any matched text property is not exposed as dimension (according to spec)
|
|
751
|
-
|
|
749
|
+
let sPropertyName;
|
|
752
750
|
for (i = -1, sPropertyName; sPropertyName = aMatchedTextPropertyName[++i];) {
|
|
753
751
|
delete this._oDimensionSet[sPropertyName];
|
|
754
752
|
}
|
|
@@ -786,7 +784,7 @@ sap.ui.define([
|
|
|
786
784
|
|
|
787
785
|
this._aDimensionNames = [];
|
|
788
786
|
|
|
789
|
-
for (
|
|
787
|
+
for (const sName in this._oDimensionSet) { this._aDimensionNames.push(this._oDimensionSet[sName].getName()); }
|
|
790
788
|
|
|
791
789
|
return this._aDimensionNames;
|
|
792
790
|
},
|
|
@@ -814,7 +812,7 @@ sap.ui.define([
|
|
|
814
812
|
|
|
815
813
|
this._aMeasureNames = [];
|
|
816
814
|
|
|
817
|
-
for (
|
|
815
|
+
for (const sName in this._oMeasureSet) { this._aMeasureNames.push(this._oMeasureSet[sName].getName()); }
|
|
818
816
|
|
|
819
817
|
return this._aMeasureNames;
|
|
820
818
|
},
|
|
@@ -918,7 +916,7 @@ sap.ui.define([
|
|
|
918
916
|
this._oParameterSet = {};
|
|
919
917
|
|
|
920
918
|
// parse entity type for analytic semantics described by annotations
|
|
921
|
-
|
|
919
|
+
const aProperty = oEntityType.getTypeDescription().property;
|
|
922
920
|
for (var i = -1, oProperty; oProperty = aProperty[++i];) {
|
|
923
921
|
if (oProperty.extensions == undefined) {
|
|
924
922
|
continue;
|
|
@@ -944,8 +942,8 @@ sap.ui.define([
|
|
|
944
942
|
// to be called only by Model objects
|
|
945
943
|
setTargetQueryResult: function (oQueryResult, oAssociation) {
|
|
946
944
|
this._oQueryResult = oQueryResult;
|
|
947
|
-
|
|
948
|
-
|
|
945
|
+
const sQAssocName = `${this._oEntityType.getSchema().namespace}.${oAssociation.name}`;
|
|
946
|
+
const aNavProp = this._oEntityType.getTypeDescription().navigationProperty;
|
|
949
947
|
if (!aNavProp) {
|
|
950
948
|
throw "Invalid consumption model: Parameters entity type lacks navigation property for association to query result entity type";
|
|
951
949
|
}
|
|
@@ -980,7 +978,7 @@ sap.ui.define([
|
|
|
980
978
|
|
|
981
979
|
this._aParameterNames = [];
|
|
982
980
|
|
|
983
|
-
for (
|
|
981
|
+
for (const sName in this._oParameterSet) { this._aParameterNames.push(this._oParameterSet[sName].getName()); }
|
|
984
982
|
|
|
985
983
|
return this._aParameterNames;
|
|
986
984
|
},
|
|
@@ -1059,7 +1057,7 @@ sap.ui.define([
|
|
|
1059
1057
|
this._oParameterization = oParameterization;
|
|
1060
1058
|
this._oProperty = oProperty;
|
|
1061
1059
|
|
|
1062
|
-
|
|
1060
|
+
const oEntityType = oParameterization.getEntityType();
|
|
1063
1061
|
|
|
1064
1062
|
if (oProperty.extensions != undefined) {
|
|
1065
1063
|
for (var i = -1, oExtension; oExtension = oProperty.extensions[++i];) {
|
|
@@ -1166,7 +1164,7 @@ sap.ui.define([
|
|
|
1166
1164
|
* This means that if *this* parameter is a lower boundary, the returned object
|
|
1167
1165
|
*/
|
|
1168
1166
|
getPeerIntervalBoundaryParameter: function () {
|
|
1169
|
-
|
|
1167
|
+
let sPeerParamPropName = null;
|
|
1170
1168
|
if (this._oLowerIntervalBoundaryParameterProperty) {
|
|
1171
1169
|
sPeerParamPropName = this._oLowerIntervalBoundaryParameterProperty.name;
|
|
1172
1170
|
} else {
|
|
@@ -1225,8 +1223,8 @@ sap.ui.define([
|
|
|
1225
1223
|
* It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
|
|
1226
1224
|
*/
|
|
1227
1225
|
getURIToValueEntitySet: function (sServiceRootURI) {
|
|
1228
|
-
|
|
1229
|
-
sURI =
|
|
1226
|
+
let sURI = null;
|
|
1227
|
+
sURI = `${sServiceRootURI || ""}/${this._oValueSetEntitySet.getQName()}`;
|
|
1230
1228
|
return sURI;
|
|
1231
1229
|
},
|
|
1232
1230
|
|
|
@@ -1382,7 +1380,7 @@ sap.ui.define([
|
|
|
1382
1380
|
|
|
1383
1381
|
this._aAttributeNames = [];
|
|
1384
1382
|
|
|
1385
|
-
for (
|
|
1383
|
+
for (const sName in this._oAttributeSet) { this._aAttributeNames.push(this._oAttributeSet[sName].getName()); }
|
|
1386
1384
|
|
|
1387
1385
|
return this._aAttributeNames;
|
|
1388
1386
|
},
|
|
@@ -1671,7 +1669,7 @@ sap.ui.define([
|
|
|
1671
1669
|
this._oModel = oModel;
|
|
1672
1670
|
|
|
1673
1671
|
if (oSchema.entityContainer.length > 1) {
|
|
1674
|
-
this._sQName = oContainer.name
|
|
1672
|
+
this._sQName = `${oContainer.name}.${oEntitySet.name}`;
|
|
1675
1673
|
} else {
|
|
1676
1674
|
// no need to disambiguate this for the simple case
|
|
1677
1675
|
this._sQName = oEntitySet.name;
|
|
@@ -1744,12 +1742,12 @@ sap.ui.define([
|
|
|
1744
1742
|
this._aSortablePropertyNames = [];
|
|
1745
1743
|
this._aRequiredFilterPropertyNames = [];
|
|
1746
1744
|
|
|
1747
|
-
this._sQName = oSchema.namespace
|
|
1745
|
+
this._sQName = `${oSchema.namespace}.${oEntityType.name}`;
|
|
1748
1746
|
|
|
1749
1747
|
// collect all hierarchies defined in this entity type
|
|
1750
|
-
|
|
1748
|
+
const oRecursiveHierarchies = {}; // temp for collecting all properties
|
|
1751
1749
|
// participating in hierarchies
|
|
1752
|
-
|
|
1750
|
+
let oRecursiveHierarchy = null;
|
|
1753
1751
|
|
|
1754
1752
|
for (var i = -1, oProperty; oProperty = oEntityType.property[++i];) {
|
|
1755
1753
|
// by default, every property can be filtered
|
|
@@ -1819,10 +1817,10 @@ sap.ui.define([
|
|
|
1819
1817
|
|
|
1820
1818
|
// post processing: set up hierarchy objects
|
|
1821
1819
|
this._oRecursiveHierarchySet = {};
|
|
1822
|
-
for (
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1820
|
+
for (const hierNodeIDPropertyName in oRecursiveHierarchies) {
|
|
1821
|
+
const oHierarchy = oRecursiveHierarchies[hierNodeIDPropertyName];
|
|
1822
|
+
const oHierarchyNodeIDProperty = this._oPropertySet[hierNodeIDPropertyName];
|
|
1823
|
+
let oDimensionProperty = this._oPropertySet[oHierarchy.dimensionName];
|
|
1826
1824
|
if (oDimensionProperty == null) {
|
|
1827
1825
|
// TODO temporary workaround for BW provider, which does not return it let dimension coincide with hierarchy node ID
|
|
1828
1826
|
oDimensionProperty = oHierarchyNodeIDProperty;
|
|
@@ -1882,7 +1880,7 @@ sap.ui.define([
|
|
|
1882
1880
|
|
|
1883
1881
|
this._aHierarchyPropertyNames = [];
|
|
1884
1882
|
|
|
1885
|
-
for (
|
|
1883
|
+
for (const sName in this._oRecursiveHierarchySet) {
|
|
1886
1884
|
this._aHierarchyPropertyNames.push(this._oRecursiveHierarchySet[sName]
|
|
1887
1885
|
.getNodeValueProperty().name);
|
|
1888
1886
|
}
|
|
@@ -2095,13 +2093,13 @@ sap.ui.define([
|
|
|
2095
2093
|
* @returns {sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression} This object for method chaining
|
|
2096
2094
|
*/
|
|
2097
2095
|
addCondition: function (sPropertyName, sOperator, oValue, oValue2) {
|
|
2098
|
-
|
|
2096
|
+
const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
|
|
2099
2097
|
if (oProperty == null) {
|
|
2100
|
-
throw
|
|
2098
|
+
throw `Cannot add filter condition for unknown property name ${sPropertyName}`; // TODO
|
|
2101
2099
|
}
|
|
2102
|
-
|
|
2100
|
+
const aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
|
|
2103
2101
|
if (aFilterablePropertyNames.indexOf(sPropertyName) === -1) {
|
|
2104
|
-
throw
|
|
2102
|
+
throw `Cannot add filter condition for not filterable property name ${sPropertyName}`; // TODO
|
|
2105
2103
|
}
|
|
2106
2104
|
this._aFilterCondition.push({
|
|
2107
2105
|
property: oProperty,
|
|
@@ -2124,13 +2122,13 @@ sap.ui.define([
|
|
|
2124
2122
|
* @returns {sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression} This object for method chaining
|
|
2125
2123
|
*/
|
|
2126
2124
|
addSetCondition: function (sPropertyName, aValues) {
|
|
2127
|
-
|
|
2125
|
+
const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
|
|
2128
2126
|
if (oProperty == null) {
|
|
2129
|
-
throw
|
|
2127
|
+
throw `Cannot add filter condition for unknown property name ${sPropertyName}`; // TODO
|
|
2130
2128
|
}
|
|
2131
|
-
|
|
2129
|
+
const aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
|
|
2132
2130
|
if (aFilterablePropertyNames.indexOf(sPropertyName) === -1) {
|
|
2133
|
-
throw
|
|
2131
|
+
throw `Cannot add filter condition for not filterable property name ${sPropertyName}`; // TODO
|
|
2134
2132
|
}
|
|
2135
2133
|
for (var i = -1, oValue; oValue = aValues[++i];) {
|
|
2136
2134
|
this._aFilterCondition.push({
|
|
@@ -2148,7 +2146,7 @@ sap.ui.define([
|
|
|
2148
2146
|
* @returns {sap.ui.model.Filter[]} List of filter objects representing this expression
|
|
2149
2147
|
*/
|
|
2150
2148
|
getExpressionAsUI5FilterArray: function () {
|
|
2151
|
-
|
|
2149
|
+
const aFilterObjects = [];
|
|
2152
2150
|
|
|
2153
2151
|
for (var i = -1, oCondition; oCondition = this._aFilterCondition[++i];) {
|
|
2154
2152
|
aFilterObjects.push(new Filter(oCondition.property.name, oCondition.op,
|
|
@@ -2167,7 +2165,7 @@ sap.ui.define([
|
|
|
2167
2165
|
return "";
|
|
2168
2166
|
}
|
|
2169
2167
|
|
|
2170
|
-
this._aFilterCondition.sort(
|
|
2168
|
+
this._aFilterCondition.sort((a, b) => {
|
|
2171
2169
|
if (a.property.name == b.property.name) {
|
|
2172
2170
|
return 0;
|
|
2173
2171
|
}
|
|
@@ -2177,48 +2175,48 @@ sap.ui.define([
|
|
|
2177
2175
|
return -1;
|
|
2178
2176
|
});
|
|
2179
2177
|
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2178
|
+
let sPropertyName = this._aFilterCondition[0].property.name;
|
|
2179
|
+
let sOptionString = "";
|
|
2180
|
+
let sSubExpression = "";
|
|
2183
2181
|
for (var i = -1, oCondition; oCondition = this._aFilterCondition[++i];) {
|
|
2184
2182
|
if (sPropertyName != oCondition.property.name) {
|
|
2185
|
-
sOptionString +=
|
|
2183
|
+
sOptionString += `${sOptionString == "" ? "" : " and "}(${sSubExpression})`;
|
|
2186
2184
|
sSubExpression = "";
|
|
2187
2185
|
sPropertyName = oCondition.property.name;
|
|
2188
2186
|
}
|
|
2189
2187
|
|
|
2190
2188
|
switch (oCondition.op) {
|
|
2191
2189
|
case FilterOperator.BT:
|
|
2192
|
-
sSubExpression +=
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2190
|
+
sSubExpression += `${sSubExpression == "" ? "" : " or "
|
|
2191
|
+
}(${
|
|
2192
|
+
oCondition.property.name
|
|
2193
|
+
} ${
|
|
2194
|
+
FilterOperator.GE.toLowerCase()
|
|
2195
|
+
} ${
|
|
2196
|
+
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
|
|
2199
2197
|
.renderPropertyFilterValue(oCondition.val1, oCondition.property.type)
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2198
|
+
} and ${
|
|
2199
|
+
oCondition.property.name
|
|
2200
|
+
} ${
|
|
2201
|
+
FilterOperator.LE.toLowerCase()
|
|
2202
|
+
} ${
|
|
2203
|
+
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
|
|
2206
2204
|
.renderPropertyFilterValue(oCondition.val2, oCondition.property.type)
|
|
2207
|
-
|
|
2205
|
+
})`;
|
|
2208
2206
|
break;
|
|
2209
2207
|
default:
|
|
2210
|
-
sSubExpression +=
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2208
|
+
sSubExpression += `${sSubExpression == "" ? "" : " or "
|
|
2209
|
+
}(${
|
|
2210
|
+
oCondition.property.name
|
|
2211
|
+
} ${
|
|
2212
|
+
oCondition.op.toLowerCase()
|
|
2213
|
+
} ${
|
|
2214
|
+
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
|
|
2217
2215
|
.renderPropertyFilterValue(oCondition.val1, oCondition.property.type)
|
|
2218
|
-
|
|
2216
|
+
})`;
|
|
2219
2217
|
}
|
|
2220
2218
|
}
|
|
2221
|
-
sOptionString +=
|
|
2219
|
+
sOptionString += `${sOptionString == "" ? "" : " and "}(${sSubExpression})`;
|
|
2222
2220
|
|
|
2223
2221
|
return sOptionString;
|
|
2224
2222
|
},
|
|
@@ -2310,7 +2308,7 @@ sap.ui.define([
|
|
|
2310
2308
|
* @private
|
|
2311
2309
|
*/
|
|
2312
2310
|
_containsSorter: function (sPropertyName) {
|
|
2313
|
-
|
|
2311
|
+
let oResult = null;
|
|
2314
2312
|
for (var i = -1, oCurrentSorter; oCurrentSorter = this._aSortCondition[++i];) {
|
|
2315
2313
|
if (oCurrentSorter.property.name === sPropertyName) {
|
|
2316
2314
|
oResult = {
|
|
@@ -2329,7 +2327,7 @@ sap.ui.define([
|
|
|
2329
2327
|
* @private
|
|
2330
2328
|
*/
|
|
2331
2329
|
_removeFromArray: function (array, from, to) {
|
|
2332
|
-
|
|
2330
|
+
const rest = array.slice((to || from) + 1 || array.length);
|
|
2333
2331
|
array.length = from < 0 ? array.length + from : from;
|
|
2334
2332
|
return array.push.apply(array, rest);
|
|
2335
2333
|
},
|
|
@@ -2351,16 +2349,16 @@ sap.ui.define([
|
|
|
2351
2349
|
* @returns {this} Reference to <code>this</code> for method chaining.
|
|
2352
2350
|
*/
|
|
2353
2351
|
addSorter: function (sPropertyName, sSortOrder) {
|
|
2354
|
-
|
|
2352
|
+
const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
|
|
2355
2353
|
if (oProperty == null) {
|
|
2356
|
-
throw
|
|
2354
|
+
throw `Cannot add sort condition for unknown property name ${sPropertyName}`; // TODO
|
|
2357
2355
|
}
|
|
2358
2356
|
if (this._containsSorter(sPropertyName) != null) {
|
|
2359
|
-
throw
|
|
2357
|
+
throw `Sort condition for this property name is already defined ${sPropertyName}`; // TODO
|
|
2360
2358
|
}
|
|
2361
|
-
|
|
2359
|
+
const aSortablePropertyNames = this._oEntityType.getSortablePropertyNames();
|
|
2362
2360
|
if (aSortablePropertyNames.indexOf(sPropertyName) === -1) {
|
|
2363
|
-
throw
|
|
2361
|
+
throw `Cannot add sort condition for not sortable property name ${sPropertyName}`; // TODO
|
|
2364
2362
|
}
|
|
2365
2363
|
|
|
2366
2364
|
this._aSortCondition.push({
|
|
@@ -2381,7 +2379,7 @@ sap.ui.define([
|
|
|
2381
2379
|
return;
|
|
2382
2380
|
}
|
|
2383
2381
|
|
|
2384
|
-
|
|
2382
|
+
const oSorter = this._containsSorter(sPropertyName);
|
|
2385
2383
|
if (oSorter) {
|
|
2386
2384
|
this._removeFromArray(this._aSortCondition, oSorter.index);
|
|
2387
2385
|
}
|
|
@@ -2393,7 +2391,7 @@ sap.ui.define([
|
|
|
2393
2391
|
* @returns {sap.ui.model.Sorter[]} List of sorter objects representing this expression
|
|
2394
2392
|
*/
|
|
2395
2393
|
getExpressionsAsUI5SorterArray: function () {
|
|
2396
|
-
|
|
2394
|
+
const aSorterObjects = [];
|
|
2397
2395
|
|
|
2398
2396
|
for (var i = -1, oCondition; oCondition = this._aSortCondition[++i];) {
|
|
2399
2397
|
aSorterObjects.push(new Sorter(oCondition.property.name,
|
|
@@ -2409,7 +2407,7 @@ sap.ui.define([
|
|
|
2409
2407
|
* @returns {sap.ui.model.Sorter} first sorter object or null if empty
|
|
2410
2408
|
*/
|
|
2411
2409
|
getExpressionAsUI5Sorter: function () {
|
|
2412
|
-
|
|
2410
|
+
const aSortArray = this.getExpressionsAsUI5SorterArray();
|
|
2413
2411
|
if (aSortArray.length == 0) {
|
|
2414
2412
|
return null;
|
|
2415
2413
|
}
|
|
@@ -2426,9 +2424,9 @@ sap.ui.define([
|
|
|
2426
2424
|
return "";
|
|
2427
2425
|
}
|
|
2428
2426
|
|
|
2429
|
-
|
|
2427
|
+
let sOrderByOptionString = "";
|
|
2430
2428
|
for (var i = -1, oCondition; oCondition = this._aSortCondition[++i];) {
|
|
2431
|
-
sOrderByOptionString += oCondition.property.name
|
|
2429
|
+
sOrderByOptionString += `${oCondition.property.name} ${oCondition.order}`;
|
|
2432
2430
|
if (i < this._aSortCondition.length - 1) {
|
|
2433
2431
|
sOrderByOptionString += ", ";
|
|
2434
2432
|
}
|
|
@@ -2507,21 +2505,21 @@ sap.ui.define([
|
|
|
2507
2505
|
* @param {string} sToValue Omit it or set it to null for single values. If set, it will be assigned to the upper boundary parameter
|
|
2508
2506
|
*/
|
|
2509
2507
|
setParameterValue: function (sParameterName, sValue, sToValue) {
|
|
2510
|
-
|
|
2508
|
+
const oParameter = this._oParameterization.findParameterByName(sParameterName);
|
|
2511
2509
|
if (!oParameter) {
|
|
2512
|
-
throw
|
|
2510
|
+
throw `Invalid parameter name ${sParameterName}`; // TODO improve
|
|
2513
2511
|
}
|
|
2514
2512
|
// error handling
|
|
2515
2513
|
if (sToValue != null) {
|
|
2516
2514
|
if (!oParameter.isIntervalBoundary()) {
|
|
2517
2515
|
// TODO improve error handling
|
|
2518
|
-
throw
|
|
2519
|
-
|
|
2516
|
+
throw `Range value cannot be applied to parameter ${sParameterName
|
|
2517
|
+
} accepting only single values`; // TODO
|
|
2520
2518
|
}
|
|
2521
2519
|
if (!oParameter.isLowerIntervalBoundary()) {
|
|
2522
2520
|
// TODO improve error handling
|
|
2523
|
-
throw
|
|
2524
|
-
|
|
2521
|
+
throw `Range value given, but parameter ${sParameterName
|
|
2522
|
+
} does not hold the lower boundary`; // TODO
|
|
2525
2523
|
}
|
|
2526
2524
|
}
|
|
2527
2525
|
if (!oParameter.isIntervalBoundary()) {
|
|
@@ -2532,7 +2530,7 @@ sap.ui.define([
|
|
|
2532
2530
|
}
|
|
2533
2531
|
} else {
|
|
2534
2532
|
if (sValue == null && sToValue != null) {
|
|
2535
|
-
throw
|
|
2533
|
+
throw `Parameter ${sParameterName}: An upper boundary cannot be given without the lower boundary`; // TODO
|
|
2536
2534
|
}
|
|
2537
2535
|
if (sValue == null) {
|
|
2538
2536
|
delete this._oParameterValueAssignment[sParameterName];
|
|
@@ -2540,7 +2538,7 @@ sap.ui.define([
|
|
|
2540
2538
|
} else {
|
|
2541
2539
|
this._oParameterValueAssignment[sParameterName] = sValue;
|
|
2542
2540
|
}
|
|
2543
|
-
|
|
2541
|
+
const oUpperBoundaryParameter = oParameter.getPeerIntervalBoundaryParameter();
|
|
2544
2542
|
if (sToValue == null) {
|
|
2545
2543
|
sToValue = sValue;
|
|
2546
2544
|
}
|
|
@@ -2561,8 +2559,8 @@ sap.ui.define([
|
|
|
2561
2559
|
* It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
|
|
2562
2560
|
*/
|
|
2563
2561
|
getURIToParameterizationEntitySet: function (sServiceRootURI) {
|
|
2564
|
-
return
|
|
2565
|
-
|
|
2562
|
+
return `${sServiceRootURI || ""}/${
|
|
2563
|
+
this._oParameterization.getEntitySet().getQName()}`;
|
|
2566
2564
|
},
|
|
2567
2565
|
|
|
2568
2566
|
/**
|
|
@@ -2576,29 +2574,29 @@ sap.ui.define([
|
|
|
2576
2574
|
* It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
|
|
2577
2575
|
*/
|
|
2578
2576
|
getURIToParameterizationEntry: function (sServiceRootURI) {
|
|
2579
|
-
|
|
2580
|
-
for (
|
|
2577
|
+
const oDefinedParameters = this._oParameterization.getAllParameters();
|
|
2578
|
+
for (const sDefinedParameterName in oDefinedParameters) {
|
|
2581
2579
|
// check that all parameters have a value assigned. This is also
|
|
2582
2580
|
// true for those marked as optional, because the omitted value is
|
|
2583
2581
|
// conveyed by some default value, e.g. as empty string.
|
|
2584
2582
|
if (this._oParameterValueAssignment[sDefinedParameterName] == undefined) {
|
|
2585
|
-
throw
|
|
2583
|
+
throw `Parameter ${sDefinedParameterName} has no value assigned`; // TODO
|
|
2586
2584
|
}
|
|
2587
2585
|
}
|
|
2588
|
-
|
|
2589
|
-
for (
|
|
2590
|
-
sKeyIdentification += (bFirst ? "" : ",")
|
|
2586
|
+
let sKeyIdentification = ""; let bFirst = true;
|
|
2587
|
+
for (const sParameterName in this._oParameterValueAssignment) {
|
|
2588
|
+
sKeyIdentification += `${(bFirst ? "" : ",")
|
|
2591
2589
|
+ sParameterName
|
|
2592
|
-
|
|
2593
|
-
|
|
2590
|
+
}=${
|
|
2591
|
+
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper.renderPropertyKeyValue(
|
|
2594
2592
|
this._oParameterValueAssignment[sParameterName],
|
|
2595
|
-
oDefinedParameters[sParameterName].getProperty().type)
|
|
2593
|
+
oDefinedParameters[sParameterName].getProperty().type)}`;
|
|
2596
2594
|
bFirst = false;
|
|
2597
2595
|
}
|
|
2598
2596
|
|
|
2599
|
-
return
|
|
2600
|
-
|
|
2601
|
-
|
|
2597
|
+
return `${sServiceRootURI || ""}/${
|
|
2598
|
+
this._oParameterization.getEntitySet().getQName()}(${sKeyIdentification
|
|
2599
|
+
})`;
|
|
2602
2600
|
},
|
|
2603
2601
|
|
|
2604
2602
|
/**
|
|
@@ -2621,7 +2619,7 @@ sap.ui.define([
|
|
|
2621
2619
|
*
|
|
2622
2620
|
* Creation of URIs for fetching query results.
|
|
2623
2621
|
*/
|
|
2624
|
-
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResultRequest = function (oQueryResult
|
|
2622
|
+
sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResultRequest = function (oQueryResult/* , oParameterizationRequest */) {
|
|
2625
2623
|
this._init(oQueryResult);
|
|
2626
2624
|
};
|
|
2627
2625
|
|
|
@@ -2683,7 +2681,7 @@ sap.ui.define([
|
|
|
2683
2681
|
|
|
2684
2682
|
for (var i = -1, sDimName; sDimName = aDimensionName[++i];) {
|
|
2685
2683
|
if (!this._oQueryResult.findDimensionByName(sDimName)) {
|
|
2686
|
-
throw sDimName
|
|
2684
|
+
throw `${sDimName} is not a valid dimension name`; // TODO
|
|
2687
2685
|
}
|
|
2688
2686
|
this._oAggregationLevel[sDimName] = {
|
|
2689
2687
|
key: true,
|
|
@@ -2704,7 +2702,7 @@ sap.ui.define([
|
|
|
2704
2702
|
}
|
|
2705
2703
|
for (var i = -1, sDimName; sDimName = aDimensionName[++i];) {
|
|
2706
2704
|
if (!this._oQueryResult.findDimensionByName(sDimName)) {
|
|
2707
|
-
throw sDimName
|
|
2705
|
+
throw `${sDimName} is not a valid dimension name`; // TODO
|
|
2708
2706
|
}
|
|
2709
2707
|
if (this._oAggregationLevel[sDimName] != undefined) {
|
|
2710
2708
|
delete this._oAggregationLevel[sDimName];
|
|
@@ -2721,8 +2719,8 @@ sap.ui.define([
|
|
|
2721
2719
|
* @returns {string[]} The dimension names included in the aggregation level
|
|
2722
2720
|
*/
|
|
2723
2721
|
getAggregationLevel: function () {
|
|
2724
|
-
|
|
2725
|
-
for (
|
|
2722
|
+
const aDimName = [];
|
|
2723
|
+
for (const sDimName in this._oAggregationLevel) {
|
|
2726
2724
|
aDimName.push(sDimName);
|
|
2727
2725
|
}
|
|
2728
2726
|
return aDimName;
|
|
@@ -2739,7 +2737,7 @@ sap.ui.define([
|
|
|
2739
2737
|
*/
|
|
2740
2738
|
getAggregationLevelDetails: function (sDimensionName) {
|
|
2741
2739
|
if (this._oAggregationLevel[sDimensionName] == undefined) {
|
|
2742
|
-
throw
|
|
2740
|
+
throw `Aggregation level does not include dimension ${sDimensionName}`;
|
|
2743
2741
|
}
|
|
2744
2742
|
return this._oAggregationLevel[sDimensionName];
|
|
2745
2743
|
},
|
|
@@ -2758,7 +2756,7 @@ sap.ui.define([
|
|
|
2758
2756
|
this._oMeasures = {};
|
|
2759
2757
|
for (var i = -1, sMeasName; sMeasName = aMeasureName[++i];) {
|
|
2760
2758
|
if (!this._oQueryResult.findMeasureByName(sMeasName)) {
|
|
2761
|
-
throw sMeasName
|
|
2759
|
+
throw `${sMeasName} is not a valid measure name`; // TODO
|
|
2762
2760
|
}
|
|
2763
2761
|
|
|
2764
2762
|
this._oMeasures[sMeasName] = {
|
|
@@ -2775,8 +2773,8 @@ sap.ui.define([
|
|
|
2775
2773
|
* @returns {string[]} The measure names included in the query result request
|
|
2776
2774
|
*/
|
|
2777
2775
|
getMeasureNames: function () {
|
|
2778
|
-
|
|
2779
|
-
for (
|
|
2776
|
+
const aMeasName = [];
|
|
2777
|
+
for (const sMeasName in this._oMeasures) {
|
|
2780
2778
|
aMeasName.push(sMeasName);
|
|
2781
2779
|
}
|
|
2782
2780
|
return aMeasName;
|
|
@@ -2796,14 +2794,14 @@ sap.ui.define([
|
|
|
2796
2794
|
* Pass null to keep current setting. This argument is ignored if sDimensionName is null.
|
|
2797
2795
|
*/
|
|
2798
2796
|
includeDimensionKeyTextAttributes: function (sDimensionName, bIncludeKey, bIncludeText, aAttributeName) {
|
|
2799
|
-
|
|
2797
|
+
const aDimName = [];
|
|
2800
2798
|
if (sDimensionName) {
|
|
2801
2799
|
if (this._oAggregationLevel[sDimensionName] == undefined) {
|
|
2802
|
-
throw sDimensionName
|
|
2800
|
+
throw `${sDimensionName} is not included in the aggregation level`;
|
|
2803
2801
|
}
|
|
2804
2802
|
aDimName.push(sDimensionName);
|
|
2805
2803
|
} else {
|
|
2806
|
-
for (
|
|
2804
|
+
for (const sName in this._oAggregationLevel) {
|
|
2807
2805
|
aDimName.push(sName);
|
|
2808
2806
|
}
|
|
2809
2807
|
aAttributeName = null;
|
|
@@ -2836,14 +2834,14 @@ sap.ui.define([
|
|
|
2836
2834
|
*/
|
|
2837
2835
|
includeMeasureRawFormattedValueUnit: function (sMeasureName, bIncludeRawValue,
|
|
2838
2836
|
bIncludeFormattedValue, bIncludeUnit) {
|
|
2839
|
-
|
|
2837
|
+
const aMeasName = [];
|
|
2840
2838
|
if (sMeasureName) {
|
|
2841
2839
|
if (this._oMeasures[sMeasureName] == undefined) {
|
|
2842
|
-
throw sMeasureName
|
|
2840
|
+
throw `${sMeasureName} is not part of the query result`;
|
|
2843
2841
|
}
|
|
2844
2842
|
aMeasName.push(sMeasureName);
|
|
2845
2843
|
} else {
|
|
2846
|
-
for (
|
|
2844
|
+
for (const sName in this._oMeasures) {
|
|
2847
2845
|
aMeasName.push(sName);
|
|
2848
2846
|
}
|
|
2849
2847
|
}
|
|
@@ -2870,7 +2868,7 @@ sap.ui.define([
|
|
|
2870
2868
|
*/
|
|
2871
2869
|
getFilterExpression: function () {
|
|
2872
2870
|
if (this._oFilterExpression == null) {
|
|
2873
|
-
|
|
2871
|
+
const oEntityType = this._oQueryResult.getEntityType();
|
|
2874
2872
|
this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
|
|
2875
2873
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
2876
2874
|
}
|
|
@@ -2899,7 +2897,7 @@ sap.ui.define([
|
|
|
2899
2897
|
*/
|
|
2900
2898
|
getSortExpression: function () {
|
|
2901
2899
|
if (this._oSortExpression == null) {
|
|
2902
|
-
|
|
2900
|
+
const oEntityType = this._oQueryResult.getEntityType();
|
|
2903
2901
|
this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
|
|
2904
2902
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
2905
2903
|
}
|
|
@@ -2971,7 +2969,7 @@ sap.ui.define([
|
|
|
2971
2969
|
* @returns {object} the current page boundaries as object
|
|
2972
2970
|
*/
|
|
2973
2971
|
getResultPageBoundaries: function () {
|
|
2974
|
-
|
|
2972
|
+
let start; let end;
|
|
2975
2973
|
if (this._iSkipRequestOption == null) {
|
|
2976
2974
|
start = 1;
|
|
2977
2975
|
end = 1;
|
|
@@ -2993,17 +2991,17 @@ sap.ui.define([
|
|
|
2993
2991
|
* It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
|
|
2994
2992
|
*/
|
|
2995
2993
|
getURIToQueryResultEntitySet: function (sServiceRootURI) {
|
|
2996
|
-
|
|
2994
|
+
let sURI = null;
|
|
2997
2995
|
if (this._oQueryResult.getParameterization()) {
|
|
2998
2996
|
if (!this._oParameterizationRequest) {
|
|
2999
2997
|
throw "Missing parameterization request";
|
|
3000
2998
|
} else {
|
|
3001
|
-
sURI = this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
|
|
3002
|
-
|
|
3003
|
-
|
|
2999
|
+
sURI = `${this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
|
|
3000
|
+
}/${
|
|
3001
|
+
this._oQueryResult.getParameterization().getNavigationPropertyToQueryResult()}`;
|
|
3004
3002
|
}
|
|
3005
3003
|
} else {
|
|
3006
|
-
sURI =
|
|
3004
|
+
sURI = `${sServiceRootURI || ""}/${this._oQueryResult.getEntitySet().getQName()}`;
|
|
3007
3005
|
}
|
|
3008
3006
|
return sURI;
|
|
3009
3007
|
},
|
|
@@ -3015,15 +3013,15 @@ sap.ui.define([
|
|
|
3015
3013
|
* @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
|
|
3016
3014
|
*/
|
|
3017
3015
|
getURIQueryOptionValue: function (sQueryOptionName) {
|
|
3018
|
-
|
|
3016
|
+
let sQueryOptionValue = null;
|
|
3019
3017
|
|
|
3020
3018
|
switch (sQueryOptionName) {
|
|
3021
3019
|
case "$select": {
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
for (
|
|
3025
|
-
|
|
3026
|
-
|
|
3020
|
+
let sSelectOption = "";
|
|
3021
|
+
let i;
|
|
3022
|
+
for (const sDimName in this._oAggregationLevel) {
|
|
3023
|
+
const oDim = this._oQueryResult.findDimensionByName(sDimName);
|
|
3024
|
+
const oDimSelect = this._oAggregationLevel[sDimName];
|
|
3027
3025
|
if (oDimSelect.key == true) {
|
|
3028
3026
|
sSelectOption += (sSelectOption == "" ? "" : ",") + oDim.getKeyProperty().name;
|
|
3029
3027
|
}
|
|
@@ -3039,9 +3037,9 @@ sap.ui.define([
|
|
|
3039
3037
|
}
|
|
3040
3038
|
}
|
|
3041
3039
|
|
|
3042
|
-
for (
|
|
3043
|
-
|
|
3044
|
-
|
|
3040
|
+
for (const sMeasName in this._oMeasures) {
|
|
3041
|
+
const oMeas = this._oQueryResult.findMeasureByName(sMeasName);
|
|
3042
|
+
const oMeasSelect = this._oMeasures[sMeasName];
|
|
3045
3043
|
if (oMeasSelect.value == true) {
|
|
3046
3044
|
sSelectOption += (sSelectOption == "" ? "" : ",")
|
|
3047
3045
|
+ oMeas.getRawValueProperty().name;
|
|
@@ -3057,8 +3055,8 @@ sap.ui.define([
|
|
|
3057
3055
|
}
|
|
3058
3056
|
|
|
3059
3057
|
if (this._bIncludeEntityKey) {
|
|
3060
|
-
|
|
3061
|
-
|
|
3058
|
+
const aKeyPropRef = this._oQueryResult.getEntityType().getTypeDescription().key.propertyRef;
|
|
3059
|
+
let oKeyProp;
|
|
3062
3060
|
for (i = -1; oKeyProp = aKeyPropRef[++i];) {
|
|
3063
3061
|
sSelectOption += (sSelectOption == "" ? "" : ",") + oKeyProp.name;
|
|
3064
3062
|
}
|
|
@@ -3067,7 +3065,7 @@ sap.ui.define([
|
|
|
3067
3065
|
break;
|
|
3068
3066
|
}
|
|
3069
3067
|
case "$filter": {
|
|
3070
|
-
|
|
3068
|
+
let sFilterOption = null;
|
|
3071
3069
|
if (this._oFilterExpression) {
|
|
3072
3070
|
sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
|
|
3073
3071
|
}
|
|
@@ -3075,7 +3073,7 @@ sap.ui.define([
|
|
|
3075
3073
|
break;
|
|
3076
3074
|
}
|
|
3077
3075
|
case "$orderby": {
|
|
3078
|
-
|
|
3076
|
+
let sSortOption = null;
|
|
3079
3077
|
if (this._oSortExpression) {
|
|
3080
3078
|
sSortOption = this._oSortExpression.getURIOrderByOptionValue();
|
|
3081
3079
|
}
|
|
@@ -3107,20 +3105,20 @@ sap.ui.define([
|
|
|
3107
3105
|
*/
|
|
3108
3106
|
getURIToQueryResultEntries: function (sServiceRootURI) {
|
|
3109
3107
|
// construct resource path
|
|
3110
|
-
|
|
3108
|
+
const sResourcePath = this.getURIToQueryResultEntitySet(sServiceRootURI);
|
|
3111
3109
|
|
|
3112
3110
|
// construct $select
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3111
|
+
const sSelectOption = this.getURIQueryOptionValue("$select");
|
|
3112
|
+
const sFilterOption = this.getURIQueryOptionValue("$filter");
|
|
3113
|
+
const sSortOption = this.getURIQueryOptionValue("$orderby");
|
|
3114
|
+
const sTopOption = this.getURIQueryOptionValue("$top");
|
|
3115
|
+
const sSkipOption = this.getURIQueryOptionValue("$skip");
|
|
3118
3116
|
|
|
3119
|
-
|
|
3120
|
-
|
|
3117
|
+
let sURI = sResourcePath;
|
|
3118
|
+
let bQuestionmark = false;
|
|
3121
3119
|
|
|
3122
3120
|
if (sSelectOption) {
|
|
3123
|
-
sURI +=
|
|
3121
|
+
sURI += `?$select=${sSelectOption}`;
|
|
3124
3122
|
bQuestionmark = true;
|
|
3125
3123
|
}
|
|
3126
3124
|
if (this._oFilterExpression && sFilterOption) {
|
|
@@ -3130,7 +3128,7 @@ sap.ui.define([
|
|
|
3130
3128
|
} else {
|
|
3131
3129
|
sURI += "&";
|
|
3132
3130
|
}
|
|
3133
|
-
sURI +=
|
|
3131
|
+
sURI += `$filter=${sFilterOption}`;
|
|
3134
3132
|
}
|
|
3135
3133
|
if (this._oSortExpression && sSortOption) {
|
|
3136
3134
|
if (!bQuestionmark) {
|
|
@@ -3139,7 +3137,7 @@ sap.ui.define([
|
|
|
3139
3137
|
} else {
|
|
3140
3138
|
sURI += "&";
|
|
3141
3139
|
}
|
|
3142
|
-
sURI +=
|
|
3140
|
+
sURI += `$orderby=${sSortOption}`;
|
|
3143
3141
|
}
|
|
3144
3142
|
|
|
3145
3143
|
if (this._iTopRequestOption && sTopOption) {
|
|
@@ -3149,7 +3147,7 @@ sap.ui.define([
|
|
|
3149
3147
|
} else {
|
|
3150
3148
|
sURI += "&";
|
|
3151
3149
|
}
|
|
3152
|
-
sURI +=
|
|
3150
|
+
sURI += `$top=${sTopOption}`;
|
|
3153
3151
|
}
|
|
3154
3152
|
if (this._iSkipRequestOption && sSkipOption) {
|
|
3155
3153
|
if (!bQuestionmark) {
|
|
@@ -3158,7 +3156,7 @@ sap.ui.define([
|
|
|
3158
3156
|
} else {
|
|
3159
3157
|
sURI += "&";
|
|
3160
3158
|
}
|
|
3161
|
-
sURI +=
|
|
3159
|
+
sURI += `$skip=${sSkipOption}`;
|
|
3162
3160
|
}
|
|
3163
3161
|
if (this._bIncludeCount) {
|
|
3164
3162
|
if (!bQuestionmark) {
|
|
@@ -3233,7 +3231,7 @@ sap.ui.define([
|
|
|
3233
3231
|
*/
|
|
3234
3232
|
getFilterExpression: function () {
|
|
3235
3233
|
if (this._oFilterExpression == null) {
|
|
3236
|
-
|
|
3234
|
+
const oEntityType = this._oParameter.getContainingParameterization().getEntityType();
|
|
3237
3235
|
this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
|
|
3238
3236
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
3239
3237
|
}
|
|
@@ -3264,7 +3262,7 @@ sap.ui.define([
|
|
|
3264
3262
|
*/
|
|
3265
3263
|
getSortExpression: function () {
|
|
3266
3264
|
if (this._oSortExpression == null) {
|
|
3267
|
-
|
|
3265
|
+
const oEntityType = this._oQueryResult.getEntityType();
|
|
3268
3266
|
this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
|
|
3269
3267
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
3270
3268
|
}
|
|
@@ -3291,11 +3289,11 @@ sap.ui.define([
|
|
|
3291
3289
|
* @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
|
|
3292
3290
|
*/
|
|
3293
3291
|
getURIQueryOptionValue: function (sQueryOptionName) {
|
|
3294
|
-
|
|
3292
|
+
let sQueryOptionValue = null;
|
|
3295
3293
|
|
|
3296
3294
|
switch (sQueryOptionName) {
|
|
3297
3295
|
case "$select": {
|
|
3298
|
-
|
|
3296
|
+
let sSelectOption = "";
|
|
3299
3297
|
sSelectOption += (sSelectOption == "" ? "" : ",") + this._oParameter.getProperty().name;
|
|
3300
3298
|
if (this._oValueSetResult.text == true && this._oParameter.getTextProperty()) {
|
|
3301
3299
|
sSelectOption += (sSelectOption == "" ? "" : ",")
|
|
@@ -3305,7 +3303,7 @@ sap.ui.define([
|
|
|
3305
3303
|
break;
|
|
3306
3304
|
}
|
|
3307
3305
|
case "$filter": {
|
|
3308
|
-
|
|
3306
|
+
let sFilterOption = null;
|
|
3309
3307
|
if (this._oFilterExpression) {
|
|
3310
3308
|
sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
|
|
3311
3309
|
}
|
|
@@ -3313,7 +3311,7 @@ sap.ui.define([
|
|
|
3313
3311
|
break;
|
|
3314
3312
|
}
|
|
3315
3313
|
case "$orderby": {
|
|
3316
|
-
|
|
3314
|
+
let sSortOption = null;
|
|
3317
3315
|
if (this._oSortExpression) {
|
|
3318
3316
|
sSortOption = this._oSortExpression.getURIOrderByOptionValue();
|
|
3319
3317
|
}
|
|
@@ -3336,21 +3334,21 @@ sap.ui.define([
|
|
|
3336
3334
|
*/
|
|
3337
3335
|
getURIToParameterValueSetEntries: function (sServiceRootURI) {
|
|
3338
3336
|
// construct resource path
|
|
3339
|
-
|
|
3337
|
+
let sResourcePath = null;
|
|
3340
3338
|
|
|
3341
|
-
sResourcePath =
|
|
3342
|
-
|
|
3339
|
+
sResourcePath = `${sServiceRootURI || ""}/${
|
|
3340
|
+
this._oParameter.getContainingParameterization().getEntitySet().getQName()}`;
|
|
3343
3341
|
|
|
3344
3342
|
// construct query options
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3343
|
+
const sSelectOption = this.getURIQueryOptionValue("$select");
|
|
3344
|
+
const sFilterOption = this.getURIQueryOptionValue("$filter");
|
|
3345
|
+
const sSortOption = this.getURIQueryOptionValue("$orderby");
|
|
3348
3346
|
|
|
3349
|
-
|
|
3350
|
-
|
|
3347
|
+
let sURI = sResourcePath;
|
|
3348
|
+
let bQuestionmark = false;
|
|
3351
3349
|
|
|
3352
3350
|
if (sSelectOption) {
|
|
3353
|
-
sURI +=
|
|
3351
|
+
sURI += `?$select=${sSelectOption}`;
|
|
3354
3352
|
bQuestionmark = true;
|
|
3355
3353
|
}
|
|
3356
3354
|
if (this._oFilterExpression && sFilterOption) {
|
|
@@ -3360,7 +3358,7 @@ sap.ui.define([
|
|
|
3360
3358
|
} else {
|
|
3361
3359
|
sURI += "&";
|
|
3362
3360
|
}
|
|
3363
|
-
sURI +=
|
|
3361
|
+
sURI += `$filter=${sFilterOption}`;
|
|
3364
3362
|
}
|
|
3365
3363
|
if (this._oSortExpression && sSortOption) {
|
|
3366
3364
|
if (!bQuestionmark) {
|
|
@@ -3369,7 +3367,7 @@ sap.ui.define([
|
|
|
3369
3367
|
} else {
|
|
3370
3368
|
sURI += "&";
|
|
3371
3369
|
}
|
|
3372
|
-
sURI +=
|
|
3370
|
+
sURI += `$orderby=${sSortOption}`;
|
|
3373
3371
|
}
|
|
3374
3372
|
return sURI;
|
|
3375
3373
|
},
|
|
@@ -3447,7 +3445,7 @@ sap.ui.define([
|
|
|
3447
3445
|
*/
|
|
3448
3446
|
getFilterExpression: function () {
|
|
3449
3447
|
if (this._oFilterExpression == null) {
|
|
3450
|
-
|
|
3448
|
+
const oEntityType = this._oDimension.getContainingQueryResult().getEntityType();
|
|
3451
3449
|
this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
|
|
3452
3450
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
3453
3451
|
}
|
|
@@ -3478,7 +3476,7 @@ sap.ui.define([
|
|
|
3478
3476
|
*/
|
|
3479
3477
|
getSortExpression: function () {
|
|
3480
3478
|
if (this._oSortExpression == null) {
|
|
3481
|
-
|
|
3479
|
+
const oEntityType = this._oQueryResult.getEntityType();
|
|
3482
3480
|
this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
|
|
3483
3481
|
.getModel(), oEntityType.getSchema(), oEntityType);
|
|
3484
3482
|
}
|
|
@@ -3514,11 +3512,11 @@ sap.ui.define([
|
|
|
3514
3512
|
* @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
|
|
3515
3513
|
*/
|
|
3516
3514
|
getURIQueryOptionValue: function (sQueryOptionName) {
|
|
3517
|
-
|
|
3515
|
+
let sQueryOptionValue = null;
|
|
3518
3516
|
|
|
3519
3517
|
switch (sQueryOptionName) {
|
|
3520
3518
|
case "$select": {
|
|
3521
|
-
|
|
3519
|
+
let sSelectOption = "";
|
|
3522
3520
|
sSelectOption += (sSelectOption == "" ? "" : ",")
|
|
3523
3521
|
+ this._oDimension.getKeyProperty().name;
|
|
3524
3522
|
if (this._oValueSetResult.text == true && this._oDimension.getTextProperty()) {
|
|
@@ -3535,7 +3533,7 @@ sap.ui.define([
|
|
|
3535
3533
|
break;
|
|
3536
3534
|
}
|
|
3537
3535
|
case "$filter": {
|
|
3538
|
-
|
|
3536
|
+
let sFilterOption = null;
|
|
3539
3537
|
if (this._oFilterExpression) {
|
|
3540
3538
|
sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
|
|
3541
3539
|
}
|
|
@@ -3543,7 +3541,7 @@ sap.ui.define([
|
|
|
3543
3541
|
break;
|
|
3544
3542
|
}
|
|
3545
3543
|
case "$orderby": {
|
|
3546
|
-
|
|
3544
|
+
let sSortOption = null;
|
|
3547
3545
|
if (this._oSortExpression) {
|
|
3548
3546
|
sSortOption = this._oSortExpression.getURIOrderByOptionValue();
|
|
3549
3547
|
}
|
|
@@ -3566,30 +3564,30 @@ sap.ui.define([
|
|
|
3566
3564
|
*/
|
|
3567
3565
|
getURIToDimensionMemberEntries: function (sServiceRootURI) {
|
|
3568
3566
|
// construct resource path
|
|
3569
|
-
|
|
3567
|
+
let sResourcePath = null;
|
|
3570
3568
|
if (this._oDimension.getContainingQueryResult().getParameterization()) {
|
|
3571
3569
|
if (!this._oParameterizationRequest) {
|
|
3572
3570
|
throw "Missing parameterization request";
|
|
3573
3571
|
} else {
|
|
3574
|
-
sResourcePath = this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
|
|
3575
|
-
|
|
3576
|
-
|
|
3572
|
+
sResourcePath = `${this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
|
|
3573
|
+
}/${
|
|
3574
|
+
this._oDimension.getContainingQueryResult().getParameterization().getNavigationPropertyToQueryResult()}`;
|
|
3577
3575
|
}
|
|
3578
3576
|
} else {
|
|
3579
|
-
sResourcePath =
|
|
3580
|
-
|
|
3577
|
+
sResourcePath = `${sServiceRootURI || ""}/${
|
|
3578
|
+
this._oDimension.getContainingQueryResult().getEntitySet().getQName()}`;
|
|
3581
3579
|
}
|
|
3582
3580
|
|
|
3583
3581
|
// construct query options
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3582
|
+
const sSelectOption = this.getURIQueryOptionValue("$select");
|
|
3583
|
+
const sFilterOption = this.getURIQueryOptionValue("$filter");
|
|
3584
|
+
const sSortOption = this.getURIQueryOptionValue("$orderby");
|
|
3587
3585
|
|
|
3588
|
-
|
|
3589
|
-
|
|
3586
|
+
let sURI = sResourcePath;
|
|
3587
|
+
let bQuestionmark = false;
|
|
3590
3588
|
|
|
3591
3589
|
if (sSelectOption) {
|
|
3592
|
-
sURI +=
|
|
3590
|
+
sURI += `?$select=${sSelectOption}`;
|
|
3593
3591
|
bQuestionmark = true;
|
|
3594
3592
|
}
|
|
3595
3593
|
if (this._oFilterExpression && sFilterOption) {
|
|
@@ -3599,7 +3597,7 @@ sap.ui.define([
|
|
|
3599
3597
|
} else {
|
|
3600
3598
|
sURI += "&";
|
|
3601
3599
|
}
|
|
3602
|
-
sURI +=
|
|
3600
|
+
sURI += `$filter=${sFilterOption}`;
|
|
3603
3601
|
}
|
|
3604
3602
|
if (this._oSortExpression && sSortOption) {
|
|
3605
3603
|
if (!bQuestionmark) {
|
|
@@ -3608,7 +3606,7 @@ sap.ui.define([
|
|
|
3608
3606
|
} else {
|
|
3609
3607
|
sURI += "&";
|
|
3610
3608
|
}
|
|
3611
|
-
sURI +=
|
|
3609
|
+
sURI += `$orderby=${sSortOption}`;
|
|
3612
3610
|
}
|
|
3613
3611
|
return sURI;
|
|
3614
3612
|
},
|