@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
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
"sap/ushell/EventHub",
|
|
23
23
|
"sap/base/Log",
|
|
24
24
|
"sap/ushell/Container"
|
|
25
|
-
],
|
|
25
|
+
], (
|
|
26
26
|
extend,
|
|
27
27
|
Element,
|
|
28
28
|
EventBus,
|
|
@@ -44,34 +44,33 @@ sap.ui.define([
|
|
|
44
44
|
EventHub,
|
|
45
45
|
Log,
|
|
46
46
|
Container
|
|
47
|
-
) {
|
|
47
|
+
) => {
|
|
48
48
|
"use strict";
|
|
49
49
|
|
|
50
50
|
// shortcut for sap.m.SplitAppMode
|
|
51
|
-
|
|
51
|
+
const SplitAppMode = mobileLibrary.SplitAppMode;
|
|
52
52
|
|
|
53
53
|
// shortcut for sap.ushell.AppType
|
|
54
|
-
|
|
54
|
+
const AppType = ushellLibrary.AppType;
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
let oCatalogsManager;
|
|
57
57
|
|
|
58
58
|
/* global hasher */
|
|
59
59
|
return Controller.extend("sap.ushell.components.appfinder.Catalog", {
|
|
60
60
|
oPopover: null,
|
|
61
61
|
onInit: function () {
|
|
62
|
-
|
|
63
62
|
/**
|
|
64
63
|
* @deprecated since 1.120
|
|
65
64
|
*/
|
|
66
|
-
Container.getServiceAsync("FlpLaunchPage").then(
|
|
65
|
+
Container.getServiceAsync("FlpLaunchPage").then((oLaunchPageService) => {
|
|
67
66
|
this.oLaunchPageService = oLaunchPageService;
|
|
68
|
-
}
|
|
67
|
+
});
|
|
69
68
|
|
|
70
69
|
// take the sub-header model
|
|
71
70
|
this.categoryFilter = "";
|
|
72
71
|
this.preCategoryFilter = "";
|
|
73
72
|
|
|
74
|
-
|
|
73
|
+
const oView = this.getView();
|
|
75
74
|
this.oMainModel = oView.getModel();
|
|
76
75
|
this.oSubHeaderModel = oView.getModel("subHeaderModel");
|
|
77
76
|
this.resetPage = false;
|
|
@@ -86,7 +85,7 @@ sap.ui.define([
|
|
|
86
85
|
document.mainModel = this.oMainModel;
|
|
87
86
|
|
|
88
87
|
// init listener for the toggle button binding context
|
|
89
|
-
|
|
88
|
+
const oToggleButtonModelBinding = this.oSubHeaderModel.bindProperty("/openCloseSplitAppButtonToggled");
|
|
90
89
|
oToggleButtonModelBinding.attachChange(this.handleToggleButtonModelChanged, this);
|
|
91
90
|
|
|
92
91
|
oView.oCatalogsContainer.setHandleSearchCallback(this.handleSearchModelChanged.bind(this));
|
|
@@ -117,12 +116,12 @@ sap.ui.define([
|
|
|
117
116
|
this.allocateNextPage();
|
|
118
117
|
}
|
|
119
118
|
|
|
120
|
-
jQuery(window).resize(
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
jQuery(window).resize(() => {
|
|
120
|
+
const windowWidth = jQuery(window).width();
|
|
121
|
+
const windowHeight = jQuery(window).height();
|
|
123
122
|
|
|
124
123
|
this.PagingManager.setContainerSize(windowWidth, windowHeight);
|
|
125
|
-
}
|
|
124
|
+
});
|
|
126
125
|
this._handleAppFinderWithDocking();
|
|
127
126
|
EventBus.getInstance().subscribe("launchpad", "appFinderWithDocking", this._handleAppFinderWithDocking, this);
|
|
128
127
|
EventBus.getInstance().subscribe("sap.ushell", "appFinderAfterNavigate", this._handleAppFinderAfterNavigate, this);
|
|
@@ -143,13 +142,13 @@ sap.ui.define([
|
|
|
143
142
|
},
|
|
144
143
|
|
|
145
144
|
_decodeUrlFilteringParameters: function (sUrlParameters) {
|
|
146
|
-
|
|
145
|
+
let oUrlParameters;
|
|
147
146
|
try {
|
|
148
147
|
oUrlParameters = JSON.parse(sUrlParameters);
|
|
149
148
|
} catch (e) {
|
|
150
149
|
oUrlParameters = sUrlParameters;
|
|
151
150
|
}
|
|
152
|
-
|
|
151
|
+
const hashTag = (oUrlParameters && oUrlParameters.tagFilter && oUrlParameters.tagFilter) || [];
|
|
153
152
|
|
|
154
153
|
if (hashTag) {
|
|
155
154
|
try {
|
|
@@ -172,7 +171,7 @@ sap.ui.define([
|
|
|
172
171
|
},
|
|
173
172
|
|
|
174
173
|
_applyFilters: function (wasRendered) {
|
|
175
|
-
|
|
174
|
+
let shouldFocusOnCategory = false;
|
|
176
175
|
|
|
177
176
|
if (this.categoryFilter) {
|
|
178
177
|
// If all is selected pass an empty string.
|
|
@@ -224,12 +223,12 @@ sap.ui.define([
|
|
|
224
223
|
},
|
|
225
224
|
|
|
226
225
|
clearFilters: function () {
|
|
227
|
-
|
|
226
|
+
let shouldFocusOnCategory = false;
|
|
228
227
|
if (this.categoryFilter !== this.preCategoryFilter) {
|
|
229
228
|
shouldFocusOnCategory = true;
|
|
230
229
|
}
|
|
231
|
-
|
|
232
|
-
|
|
230
|
+
const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
|
|
231
|
+
const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
|
|
233
232
|
|
|
234
233
|
// if a search was made before
|
|
235
234
|
if (bSearchMode) {
|
|
@@ -259,7 +258,7 @@ sap.ui.define([
|
|
|
259
258
|
|
|
260
259
|
onShow: function (oEvent) {
|
|
261
260
|
// if the user goes to the catalog directly (not via the homepage) we must close the loading dialog
|
|
262
|
-
|
|
261
|
+
const sUrlParameters = oEvent.getParameter("arguments").filters;
|
|
263
262
|
|
|
264
263
|
extend(this.getView().getViewData(), oEvent);
|
|
265
264
|
this._decodeUrlFilteringParameters(sUrlParameters);
|
|
@@ -283,7 +282,7 @@ sap.ui.define([
|
|
|
283
282
|
},
|
|
284
283
|
|
|
285
284
|
setTagsFilter: function (aFilter) {
|
|
286
|
-
|
|
285
|
+
const oParameterObject = {
|
|
287
286
|
catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
|
|
288
287
|
tileFilter: (this.searchFilter && this.searchFilter.length) ? encodeURIComponent(this.searchFilter) : "",
|
|
289
288
|
tagFilter: aFilter.length ? JSON.stringify(aFilter) : []
|
|
@@ -295,7 +294,7 @@ sap.ui.define([
|
|
|
295
294
|
},
|
|
296
295
|
|
|
297
296
|
setCategoryFilter: function (aFilter) {
|
|
298
|
-
|
|
297
|
+
const oParameterObject = {
|
|
299
298
|
catalogSelector: aFilter,
|
|
300
299
|
tileFilter: this.searchFilter ? encodeURIComponent(this.searchFilter) : "",
|
|
301
300
|
tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
|
|
@@ -308,7 +307,7 @@ sap.ui.define([
|
|
|
308
307
|
},
|
|
309
308
|
|
|
310
309
|
setSearchFilter: function (aFilter) {
|
|
311
|
-
|
|
310
|
+
const oParameterObject = {
|
|
312
311
|
catalogSelector: this.categoryFilter ? this.categoryFilter : resources.i18n.getText("all"),
|
|
313
312
|
tileFilter: aFilter ? encodeURIComponent(aFilter) : "",
|
|
314
313
|
tagFilter: this.tagFilter.length ? JSON.stringify(this.tagFilter) : []
|
|
@@ -329,9 +328,9 @@ sap.ui.define([
|
|
|
329
328
|
* @private
|
|
330
329
|
*/
|
|
331
330
|
_addNavigationContextToFilter: function (oFilter) {
|
|
332
|
-
|
|
331
|
+
const oContext = this.oVisualizationOrganizerHelper.getNavigationContext.apply(this);
|
|
333
332
|
if (oContext) {
|
|
334
|
-
Object.keys(oContext).forEach(
|
|
333
|
+
Object.keys(oContext).forEach((sKey) => {
|
|
335
334
|
oFilter[sKey] = oContext[sKey];
|
|
336
335
|
});
|
|
337
336
|
}
|
|
@@ -339,9 +338,9 @@ sap.ui.define([
|
|
|
339
338
|
},
|
|
340
339
|
|
|
341
340
|
onSearch: function (searchExp) {
|
|
342
|
-
|
|
341
|
+
const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
|
|
343
342
|
if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
|
|
344
|
-
|
|
343
|
+
const searchTerm = searchExp.searchTerm ? searchExp.searchTerm : "";
|
|
345
344
|
this.setSearchFilter(searchTerm);
|
|
346
345
|
} else {
|
|
347
346
|
// For the edge case in which we return to the catalog after exiting search mode in the EAM.
|
|
@@ -350,9 +349,9 @@ sap.ui.define([
|
|
|
350
349
|
},
|
|
351
350
|
|
|
352
351
|
onTag: function (tagExp) {
|
|
353
|
-
|
|
352
|
+
const sActiveMenu = this.oSubHeaderModel.getProperty("/activeMenu");
|
|
354
353
|
if (this.oView.getId().indexOf(sActiveMenu) !== -1) {
|
|
355
|
-
|
|
354
|
+
const tags = tagExp.selectedTags ? tagExp.selectedTags : [];
|
|
356
355
|
this.setTagsFilter(tags);
|
|
357
356
|
} else {
|
|
358
357
|
// For the edge case in which we return to the catalog after exiting search mode in the EAM.
|
|
@@ -366,8 +365,8 @@ sap.ui.define([
|
|
|
366
365
|
* @returns {string} Group context
|
|
367
366
|
*/
|
|
368
367
|
getGroupContext: function () {
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
const oModel = this.getView().getModel();
|
|
369
|
+
const sGroupContext = oModel.getProperty("/groupContext/path");
|
|
371
370
|
|
|
372
371
|
return {
|
|
373
372
|
targetGroup: encodeURIComponent(sGroupContext || "")
|
|
@@ -375,24 +374,24 @@ sap.ui.define([
|
|
|
375
374
|
},
|
|
376
375
|
|
|
377
376
|
_isTagFilteringChanged: function (aSelectedTags) {
|
|
378
|
-
|
|
379
|
-
|
|
377
|
+
const bSameLength = aSelectedTags.length === this.tagFilter.length;
|
|
378
|
+
let bIntersect = bSameLength;
|
|
380
379
|
|
|
381
380
|
// Checks whether there's a symmetric difference between the currently selected tags and those persisted in the URL.
|
|
382
381
|
if (!bIntersect) {
|
|
383
382
|
return true;
|
|
384
383
|
}
|
|
385
|
-
aSelectedTags.some(
|
|
384
|
+
aSelectedTags.some((sTag) => {
|
|
386
385
|
bIntersect = this.tagFilter && Array.prototype.indexOf.call(this.tagFilter, sTag) !== -1;
|
|
387
386
|
|
|
388
387
|
return !bIntersect;
|
|
389
|
-
}
|
|
388
|
+
});
|
|
390
389
|
|
|
391
390
|
return bIntersect;
|
|
392
391
|
},
|
|
393
392
|
|
|
394
393
|
_setUrlWithTagsAndSearchTerm: function (sSearchTerm, aSelectedTags) {
|
|
395
|
-
|
|
394
|
+
const oUrlParameterObject = {
|
|
396
395
|
tileFilter: sSearchTerm && sSearchTerm.length ? encodeURIComponent(sSearchTerm) : "",
|
|
397
396
|
tagFilter: aSelectedTags.length ? JSON.stringify(aSelectedTags) : []
|
|
398
397
|
};
|
|
@@ -403,14 +402,14 @@ sap.ui.define([
|
|
|
403
402
|
},
|
|
404
403
|
|
|
405
404
|
handleSearchModelChanged: function () {
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
405
|
+
const bSearchMode = this.oSubHeaderModel.getProperty("/search/searchMode");
|
|
406
|
+
const bTagMode = this.oSubHeaderModel.getProperty("/tag/tagMode");
|
|
407
|
+
let sSearchTerm = this.oSubHeaderModel.getProperty("/search/searchTerm");
|
|
408
|
+
const aSelectedTags = this.oSubHeaderModel.getProperty("/tag/selectedTags");
|
|
409
|
+
const aFilters = [];
|
|
410
|
+
let oTagFilterWrapper;
|
|
411
|
+
let oSearchFilterWrapper;
|
|
412
|
+
let oFilters;
|
|
414
413
|
|
|
415
414
|
if (!this.PagingManager) {
|
|
416
415
|
this._setPagingManager();
|
|
@@ -422,7 +421,7 @@ sap.ui.define([
|
|
|
422
421
|
this.oView.oCatalogsContainer.updateAllocatedUnits(this.allocateTiles);
|
|
423
422
|
this.oView.oCatalogsContainer.resetCatalogPagination();
|
|
424
423
|
|
|
425
|
-
|
|
424
|
+
const oPage = Element.getElementById("catalogTilesDetailedPage");
|
|
426
425
|
if (oPage) {
|
|
427
426
|
oPage.scrollTo(0, 0);
|
|
428
427
|
}
|
|
@@ -431,14 +430,14 @@ sap.ui.define([
|
|
|
431
430
|
|
|
432
431
|
if (bSearchMode || bTagMode || this.resetPage) {
|
|
433
432
|
if (aSelectedTags && aSelectedTags.length > 0) {
|
|
434
|
-
|
|
433
|
+
const oTagFilter = new Filter("tags", "EQ", "v");
|
|
435
434
|
oTagFilter.fnTest = function (oTags) {
|
|
436
435
|
if (aSelectedTags.length === 0) {
|
|
437
436
|
return true;
|
|
438
437
|
}
|
|
439
438
|
|
|
440
|
-
for (
|
|
441
|
-
|
|
439
|
+
for (let ind = 0; ind < aSelectedTags.length; ind++) {
|
|
440
|
+
const filterByTag = aSelectedTags[ind];
|
|
442
441
|
if (oTags.indexOf(filterByTag) === -1) {
|
|
443
442
|
return false;
|
|
444
443
|
}
|
|
@@ -453,19 +452,19 @@ sap.ui.define([
|
|
|
453
452
|
sSearchTerm = sSearchTerm ? sSearchTerm.replace(/\*/g, "") : sSearchTerm;
|
|
454
453
|
|
|
455
454
|
if (sSearchTerm) {
|
|
456
|
-
|
|
455
|
+
const aSearchTermParts = sSearchTerm.split(/[\s,]+/);
|
|
457
456
|
// create search filter with all the parts for keywords and apply AND operator ('true' indicates that)
|
|
458
|
-
|
|
457
|
+
const keywordsSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
|
|
459
458
|
return (value && new Filter("keywords", FilterOperator.Contains, value));
|
|
460
459
|
}), true);
|
|
461
460
|
|
|
462
461
|
// create search filter with all the parts for title and apply AND operator ('true' indicates that)
|
|
463
|
-
|
|
462
|
+
const titleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
|
|
464
463
|
return (value && new Filter("title", FilterOperator.Contains, value));
|
|
465
464
|
}), true);
|
|
466
465
|
|
|
467
466
|
// create search filter with all the parts for subtitle and apply AND operator ('true' indicates that)
|
|
468
|
-
|
|
467
|
+
const subtitleSearchFilter = new Filter(jQuery.map(aSearchTermParts, (value) => {
|
|
469
468
|
return (value && new Filter("subtitle", FilterOperator.Contains, value));
|
|
470
469
|
}), true);
|
|
471
470
|
|
|
@@ -475,9 +474,9 @@ sap.ui.define([
|
|
|
475
474
|
oSearchFilterWrapper = new Filter(aFilters, false); // false mean OR between the search filters
|
|
476
475
|
}
|
|
477
476
|
|
|
478
|
-
|
|
477
|
+
const catalogs = this.oView.oCatalogsContainer.getCatalogs();
|
|
479
478
|
this.oSearchResultsTotal = [];
|
|
480
|
-
|
|
479
|
+
const that = this;
|
|
481
480
|
|
|
482
481
|
// construct group filter for tag & search
|
|
483
482
|
if (oTagFilterWrapper && oTagFilterWrapper.aFilters.length > 0 && oSearchFilterWrapper) {
|
|
@@ -488,7 +487,7 @@ sap.ui.define([
|
|
|
488
487
|
oFilters = new Filter([oSearchFilterWrapper], true);
|
|
489
488
|
}
|
|
490
489
|
|
|
491
|
-
catalogs.forEach(
|
|
490
|
+
catalogs.forEach((myCatalog) => {
|
|
492
491
|
myCatalog.getBinding("customTilesContainer").filter(oFilters);
|
|
493
492
|
myCatalog.getBinding("appBoxesContainer").filter(oFilters);
|
|
494
493
|
});
|
|
@@ -505,7 +504,7 @@ sap.ui.define([
|
|
|
505
504
|
} else {
|
|
506
505
|
this.oView.oCatalogsContainer.applyPagingCategoryFilters(this.oView.oCatalogsContainer.nAllocatedUnits, this.categoryFilter);
|
|
507
506
|
}
|
|
508
|
-
|
|
507
|
+
const sPageName = this.getView()._calculateDetailPageId();
|
|
509
508
|
this.oView.splitApp.toDetail(sPageName);
|
|
510
509
|
},
|
|
511
510
|
|
|
@@ -530,8 +529,8 @@ sap.ui.define([
|
|
|
530
529
|
},
|
|
531
530
|
|
|
532
531
|
_restoreSelectedMasterItem: function () {
|
|
533
|
-
|
|
534
|
-
|
|
532
|
+
const oCatalogsList = this.oView.splitApp.getMasterPage("catalogSelect");
|
|
533
|
+
const oOrigSelectedListItem = Element.getElementById(this.selectedCategoryId);
|
|
535
534
|
|
|
536
535
|
if (oOrigSelectedListItem) {
|
|
537
536
|
this.categoryFilter = oOrigSelectedListItem.getTitle();
|
|
@@ -540,8 +539,8 @@ sap.ui.define([
|
|
|
540
539
|
},
|
|
541
540
|
|
|
542
541
|
handleToggleButtonModelChanged: function () {
|
|
543
|
-
|
|
544
|
-
|
|
542
|
+
const bButtonVisible = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonVisible");
|
|
543
|
+
const bButtonToggled = this.oSubHeaderModel.getProperty("/openCloseSplitAppButtonToggled");
|
|
545
544
|
|
|
546
545
|
// if there was a change in the boolean toggled flag
|
|
547
546
|
// (this can be called via update to subheader model from AppFinder, in such a case we do not need to switch the views)
|
|
@@ -556,11 +555,11 @@ sap.ui.define([
|
|
|
556
555
|
// for Phone the split app is behaving differently
|
|
557
556
|
} else if (this.oView.splitApp.isMasterShown()) {
|
|
558
557
|
// calculate the relevant detailed page to nav to
|
|
559
|
-
|
|
558
|
+
const oDetail = Element.getElementById(this.getView()._calculateDetailPageId());
|
|
560
559
|
this.oView.splitApp.toDetail(oDetail);
|
|
561
560
|
} else if (bButtonToggled) {
|
|
562
561
|
// go to master
|
|
563
|
-
|
|
562
|
+
const oCatalogSelectMaster = Element.getElementById("catalogSelect");
|
|
564
563
|
this.oView.splitApp.toMaster(oCatalogSelectMaster, "show");
|
|
565
564
|
}
|
|
566
565
|
}
|
|
@@ -582,10 +581,10 @@ sap.ui.define([
|
|
|
582
581
|
},
|
|
583
582
|
|
|
584
583
|
onCategoryFilter: function (oEvent) {
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
584
|
+
const oMasterList = oEvent.getSource();
|
|
585
|
+
const oSelectedCatalog = oMasterList.getSelectedItem();
|
|
586
|
+
const oSelectedCatalogBindingCtx = oSelectedCatalog.getBindingContext();
|
|
587
|
+
const oModel = oSelectedCatalogBindingCtx.getModel();
|
|
589
588
|
if (oModel.getProperty("static", oSelectedCatalogBindingCtx)) { // show all categories
|
|
590
589
|
oModel.setProperty("/showCatalogHeaders", true);
|
|
591
590
|
this.setCategoryFilter();
|
|
@@ -600,23 +599,22 @@ sap.ui.define([
|
|
|
600
599
|
},
|
|
601
600
|
|
|
602
601
|
onTileAfterRendering: function (oEvent) {
|
|
603
|
-
|
|
602
|
+
const oTileElement = oEvent.oSource.getDomRef();
|
|
604
603
|
if (oTileElement) {
|
|
605
|
-
|
|
606
|
-
for (
|
|
604
|
+
const aGenericTileElements = oTileElement.getElementsByClassName("sapMGT");
|
|
605
|
+
for (let i = 0; i < aGenericTileElements.length; i++) {
|
|
607
606
|
aGenericTileElements[i].setAttribute("tabindex", "-1");
|
|
608
607
|
}
|
|
609
608
|
}
|
|
610
609
|
},
|
|
611
610
|
|
|
612
|
-
catalogTilePress: function (/*oController*/) {
|
|
611
|
+
catalogTilePress: function (/* oController */) {
|
|
613
612
|
EventBus.getInstance().publish("launchpad", "catalogTileClick");
|
|
614
613
|
},
|
|
615
614
|
|
|
616
615
|
onAppBoxPressed: function (oEvent) {
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
var fnPressHandler;
|
|
616
|
+
const oAppBox = oEvent.getSource();
|
|
617
|
+
const oTile = oAppBox.getBindingContext().getObject();
|
|
620
618
|
if (oEvent.mParameters.srcControl.$().closest(".sapUshellPinButton").length) {
|
|
621
619
|
return;
|
|
622
620
|
}
|
|
@@ -624,12 +622,12 @@ sap.ui.define([
|
|
|
624
622
|
/**
|
|
625
623
|
* @deprecated since 1.120
|
|
626
624
|
*/
|
|
627
|
-
fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
|
|
625
|
+
const fnPressHandler = this.oLaunchPageService.getAppBoxPressHandler(oTile);
|
|
628
626
|
|
|
629
627
|
if (fnPressHandler) {
|
|
630
628
|
fnPressHandler(oTile);
|
|
631
629
|
} else {
|
|
632
|
-
|
|
630
|
+
const sUrl = oAppBox.getProperty("url");
|
|
633
631
|
if (!sUrl) {
|
|
634
632
|
Log.info("AppBox url property is not set.", null, "sap.ushell.components.Catalog.controller");
|
|
635
633
|
return;
|
|
@@ -645,9 +643,9 @@ sap.ui.define([
|
|
|
645
643
|
hasher.setHash(sUrl);
|
|
646
644
|
} else {
|
|
647
645
|
// add the URL to recent activity log
|
|
648
|
-
|
|
646
|
+
const bLogRecentActivity = Config.last("/core/shell/enableRecentActivity") && Config.last("/core/shell/enableRecentActivityLogging");
|
|
649
647
|
if (bLogRecentActivity) {
|
|
650
|
-
|
|
648
|
+
const oRecentEntry = {
|
|
651
649
|
title: oAppBox.getProperty("title"),
|
|
652
650
|
appType: AppType.URL,
|
|
653
651
|
url: sUrl,
|
|
@@ -672,14 +670,14 @@ sap.ui.define([
|
|
|
672
670
|
* @deprecated since 1.112
|
|
673
671
|
*/
|
|
674
672
|
onTilePinButtonClick: function (oEvent) {
|
|
675
|
-
|
|
676
|
-
|
|
673
|
+
const oLaunchPageService = this.oLaunchPageService;
|
|
674
|
+
const oDefaultGroupPromise = oLaunchPageService.getDefaultGroup();
|
|
677
675
|
|
|
678
676
|
oDefaultGroupPromise.done((oDefaultGroup) => {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
677
|
+
const oButton = oEvent.getSource();
|
|
678
|
+
const oSourceContext = oButton.getBindingContext();
|
|
679
|
+
const oModel = this.getView().getModel();
|
|
680
|
+
const sGroupModelPath = oModel.getProperty("/groupContext/path");
|
|
683
681
|
|
|
684
682
|
// Check if the catalog was opened in the context of a group, according to the groupContext ("/groupContext/path") in the model
|
|
685
683
|
if (sGroupModelPath) {
|
|
@@ -694,17 +692,17 @@ sap.ui.define([
|
|
|
694
692
|
fnTimeoutGetGroupContextFromModel();
|
|
695
693
|
// If the catalog wasn't opened in the context of a group - the action of clicking a catalog tile should open the groups popover
|
|
696
694
|
} else {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
695
|
+
const aGroups = oModel.getProperty("/groups");
|
|
696
|
+
const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
|
|
697
|
+
const aTileGroups = oCatalogTile.tileData.associatedGroups;
|
|
698
|
+
const aGroupsInitialState = [];
|
|
701
699
|
|
|
702
|
-
|
|
700
|
+
const aRefinedGroups = aGroups.map((group) => {
|
|
703
701
|
// Get the group's real ID
|
|
704
|
-
|
|
702
|
+
const sGroupId = oLaunchPageService.getGroupId(group.object);
|
|
705
703
|
// Check if the group (i.e. real group ID) exists in the array of groups that contain the relevant Tile
|
|
706
704
|
// if so - the check box that represents this group should be initially selected
|
|
707
|
-
|
|
705
|
+
const bSelected = !((aTileGroups && Array.prototype.indexOf.call(aTileGroups, sGroupId) === -1));
|
|
708
706
|
|
|
709
707
|
// Add the group to the array that keeps the groups initial state mainly whether or not the group included the relevant tile
|
|
710
708
|
aGroupsInitialState.push({
|
|
@@ -722,7 +720,7 @@ sap.ui.define([
|
|
|
722
720
|
|
|
723
721
|
// @TODO: Instead of the jQuery, we should maintain the state of the popover (i.e. opened/closed)
|
|
724
722
|
// using the afterOpen and afterClose events of sap.m.ResponsivePopover
|
|
725
|
-
|
|
723
|
+
let sTileTitle;
|
|
726
724
|
sTileTitle = oLaunchPageService.getCatalogTilePreviewTitle(oModel.getProperty(oSourceContext.sPath).src);
|
|
727
725
|
|
|
728
726
|
if (!sTileTitle) {
|
|
@@ -757,10 +755,14 @@ sap.ui.define([
|
|
|
757
755
|
|
|
758
756
|
/**
|
|
759
757
|
* @deprecated since 1.120
|
|
758
|
+
*
|
|
759
|
+
* @param {object} oDefaultGroup the my home group object.
|
|
760
|
+
* @param {object} oGroupObject the given group object.
|
|
761
|
+
* @returns {string} the title of the group.
|
|
760
762
|
*/
|
|
761
763
|
_getGroupTitle: function (oDefaultGroup, oGroupObject) {
|
|
762
|
-
|
|
763
|
-
|
|
764
|
+
const oLaunchPageService = this.oLaunchPageService;
|
|
765
|
+
let sTitle;
|
|
764
766
|
|
|
765
767
|
// check if is it a default group- change title to "my home".
|
|
766
768
|
if (oDefaultGroup && (oLaunchPageService.getGroupId(oDefaultGroup) === oLaunchPageService.getGroupId(oGroupObject))) {
|
|
@@ -786,32 +788,32 @@ sap.ui.define([
|
|
|
786
788
|
return;
|
|
787
789
|
}
|
|
788
790
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
791
|
+
const oModel = this.getView().getModel();
|
|
792
|
+
const aGroups = oModel.getProperty("/groups");
|
|
793
|
+
const aPromises = [];
|
|
792
794
|
|
|
793
|
-
responseData.addToGroups.forEach(
|
|
794
|
-
|
|
795
|
-
|
|
795
|
+
responseData.addToGroups.forEach((group) => {
|
|
796
|
+
const iIndex = aGroups.indexOf(group);
|
|
797
|
+
const oGroupContext = new Context(oModel, `/groups/${iIndex}`);
|
|
796
798
|
|
|
797
799
|
aPromises.push(this._addTile(oSourceContext, oGroupContext));
|
|
798
|
-
}
|
|
800
|
+
});
|
|
799
801
|
|
|
800
|
-
responseData.removeFromGroups.forEach(
|
|
801
|
-
|
|
802
|
-
|
|
802
|
+
responseData.removeFromGroups.forEach((group) => {
|
|
803
|
+
const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath()).id;
|
|
804
|
+
const iIndex = aGroups.indexOf(group);
|
|
803
805
|
|
|
804
806
|
aPromises.push(this._removeTile(sTileCatalogId, iIndex));
|
|
805
|
-
}
|
|
807
|
+
});
|
|
806
808
|
|
|
807
|
-
responseData.newGroups.forEach(
|
|
808
|
-
|
|
809
|
+
responseData.newGroups.forEach((group) => {
|
|
810
|
+
const sNewGroupName = (group.length > 0) ? group : resources.i18n.getText("new_group_name");
|
|
809
811
|
|
|
810
812
|
aPromises.push(this._createGroupAndSaveTile(oSourceContext, sNewGroupName));
|
|
811
|
-
}
|
|
813
|
+
});
|
|
812
814
|
|
|
813
815
|
jQuery.when.apply(jQuery, aPromises).then(function () {
|
|
814
|
-
|
|
816
|
+
const aResults = Array.prototype.slice.call(arguments); // Make array-like arguments a real array
|
|
815
817
|
|
|
816
818
|
this._handlePopoverGroupsActionPromises(catalogTile, responseData, aResults);
|
|
817
819
|
}.bind(this));
|
|
@@ -827,58 +829,58 @@ sap.ui.define([
|
|
|
827
829
|
* @deprecated since 1.112
|
|
828
830
|
*/
|
|
829
831
|
_handlePopoverGroupsActionPromises: function (catalogTile, popoverResponse, resultList) {
|
|
830
|
-
|
|
832
|
+
const aErrors = resultList.filter((result) => {
|
|
831
833
|
return !result.status;
|
|
832
834
|
});
|
|
833
835
|
|
|
834
836
|
if (aErrors.length) {
|
|
835
|
-
|
|
837
|
+
const oErrorMessageObj = this.prepareErrorMessage(aErrors, catalogTile.tileData.title);
|
|
836
838
|
|
|
837
839
|
oCatalogsManager.resetAssociationOnFailure(oErrorMessageObj.messageId, oErrorMessageObj.parameters);
|
|
838
840
|
|
|
839
841
|
return;
|
|
840
842
|
}
|
|
841
843
|
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
popoverResponse.allGroups.forEach(
|
|
844
|
+
const aTileGroupIds = [];
|
|
845
|
+
const oLaunchPageService = this.oLaunchPageService;
|
|
846
|
+
popoverResponse.allGroups.forEach((group) => {
|
|
845
847
|
if (group.selected) {
|
|
846
|
-
|
|
848
|
+
const sGroupId = oLaunchPageService.getGroupId(group.oGroup.object);
|
|
847
849
|
|
|
848
850
|
aTileGroupIds.push(sGroupId);
|
|
849
851
|
}
|
|
850
852
|
});
|
|
851
853
|
|
|
852
|
-
|
|
854
|
+
const oModel = this.getView().getModel();
|
|
853
855
|
if (popoverResponse.newGroups.length) {
|
|
854
|
-
|
|
855
|
-
|
|
856
|
+
const aDashboardGroups = oModel.getProperty("/groups");
|
|
857
|
+
const aNewDashboardGroups = aDashboardGroups.slice(aDashboardGroups.length - popoverResponse.newGroups.length);
|
|
856
858
|
|
|
857
|
-
aNewDashboardGroups.forEach(
|
|
858
|
-
|
|
859
|
+
aNewDashboardGroups.forEach((newGroup) => {
|
|
860
|
+
const sGroupId = oLaunchPageService.getGroupId(newGroup.object);
|
|
859
861
|
|
|
860
862
|
aTileGroupIds.push(sGroupId);
|
|
861
863
|
});
|
|
862
864
|
}
|
|
863
865
|
|
|
864
|
-
oModel.setProperty(catalogTile.bindingContextPath
|
|
866
|
+
oModel.setProperty(`${catalogTile.bindingContextPath}/associatedGroups`, aTileGroupIds);
|
|
865
867
|
|
|
866
|
-
|
|
868
|
+
let sFirstAddedGroupTitle = popoverResponse.addToGroups[0] ? popoverResponse.addToGroups[0].title : "";
|
|
867
869
|
if (sFirstAddedGroupTitle.length === 0 && popoverResponse.newGroups.length) {
|
|
868
870
|
sFirstAddedGroupTitle = popoverResponse.newGroups[0];
|
|
869
871
|
}
|
|
870
872
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
873
|
+
const sFirstRemovedGroupTitle = popoverResponse.removeFromGroups[0] ? popoverResponse.removeFromGroups[0].title : "";
|
|
874
|
+
const iAddedGroups = popoverResponse.addToGroups.length + popoverResponse.newGroups.length;
|
|
875
|
+
const iRemovedGroups = popoverResponse.removeFromGroups.length;
|
|
876
|
+
const sDetailedMessage = this.prepareDetailedMessage(catalogTile.tileData.title, iAddedGroups, iRemovedGroups, sFirstAddedGroupTitle, sFirstRemovedGroupTitle);
|
|
875
877
|
MessageToast.show(sDetailedMessage);
|
|
876
878
|
},
|
|
877
879
|
|
|
878
880
|
_getCatalogTileIndexInModel: function (oSourceContext) {
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
881
|
+
const sTilePath = oSourceContext.sPath;
|
|
882
|
+
const aTilePathParts = sTilePath.split("/");
|
|
883
|
+
const iTileIndex = aTilePathParts[aTilePathParts.length - 1];
|
|
882
884
|
|
|
883
885
|
return iTileIndex;
|
|
884
886
|
},
|
|
@@ -892,45 +894,45 @@ sap.ui.define([
|
|
|
892
894
|
* @deprecated since 1.112
|
|
893
895
|
*/
|
|
894
896
|
_handleTileFooterClickInGroupContext: function (oSourceContext, sGroupModelPath) {
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
897
|
+
const oLaunchPageService = this.oLaunchPageService;
|
|
898
|
+
const oModel = this.getView().getModel();
|
|
899
|
+
const oCatalogTile = this.getCatalogTileDataFromModel(oSourceContext);
|
|
900
|
+
const aAssociatedGroups = oCatalogTile.tileData.associatedGroups;
|
|
901
|
+
const oGroupModel = oModel.getProperty(sGroupModelPath); // Get the model of the group according to the group's model path (e.g. "groups/4")
|
|
902
|
+
const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
|
|
903
|
+
const iCatalogTileInGroup = aAssociatedGroups ? Array.prototype.indexOf.call(aAssociatedGroups, sGroupId) : -1;
|
|
904
|
+
const sTilePath = oCatalogTile.bindingContextPath;
|
|
903
905
|
|
|
904
906
|
if (oCatalogTile.isBeingProcessed) {
|
|
905
907
|
return;
|
|
906
908
|
}
|
|
907
909
|
|
|
908
|
-
oModel.setProperty(sTilePath
|
|
910
|
+
oModel.setProperty(`${sTilePath}/isBeingProcessed`, true);
|
|
909
911
|
|
|
910
|
-
|
|
911
|
-
|
|
912
|
+
let oTileOperationPromise;
|
|
913
|
+
let bTileAdded;
|
|
912
914
|
|
|
913
915
|
if (iCatalogTileInGroup === -1) {
|
|
914
|
-
|
|
916
|
+
const oGroupContext = new Context(oSourceContext.getModel(), sGroupModelPath);
|
|
915
917
|
oTileOperationPromise = this._addTile(oSourceContext, oGroupContext);
|
|
916
918
|
bTileAdded = true;
|
|
917
919
|
} else {
|
|
918
|
-
|
|
919
|
-
|
|
920
|
+
const sTileCatalogId = oSourceContext.getModel().getProperty(oSourceContext.getPath("id"));
|
|
921
|
+
const iGroupIndex = parseInt(sGroupModelPath.split("/")[2], 10);
|
|
920
922
|
oTileOperationPromise = this._removeTile(sTileCatalogId, iGroupIndex);
|
|
921
923
|
bTileAdded = false;
|
|
922
924
|
}
|
|
923
925
|
|
|
924
|
-
oTileOperationPromise.done(
|
|
926
|
+
oTileOperationPromise.done((data) => {
|
|
925
927
|
if (data.status) {
|
|
926
928
|
this._groupContextOperationSucceeded(oSourceContext, oCatalogTile, oGroupModel, bTileAdded);
|
|
927
929
|
} else {
|
|
928
930
|
this._groupContextOperationFailed(oCatalogTile, oGroupModel, bTileAdded);
|
|
929
931
|
}
|
|
930
|
-
}
|
|
932
|
+
});
|
|
931
933
|
|
|
932
|
-
oTileOperationPromise.always(
|
|
933
|
-
oModel.setProperty(sTilePath
|
|
934
|
+
oTileOperationPromise.always(() => {
|
|
935
|
+
oModel.setProperty(`${sTilePath}/isBeingProcessed`, false);
|
|
934
936
|
});
|
|
935
937
|
},
|
|
936
938
|
|
|
@@ -945,10 +947,10 @@ sap.ui.define([
|
|
|
945
947
|
* @deprecated since 1.120
|
|
946
948
|
*/
|
|
947
949
|
_groupContextOperationSucceeded: function (oSourceContext, oCatalogTileModel, oGroupModel, bTileAdded) {
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
950
|
+
const oLaunchPageService = this.oLaunchPageService;
|
|
951
|
+
const sGroupId = oLaunchPageService.getGroupId(oGroupModel.object);
|
|
952
|
+
const aAssociatedGroups = oCatalogTileModel.tileData.associatedGroups;
|
|
953
|
+
let sDetailedMessage;
|
|
952
954
|
|
|
953
955
|
// Check if this is an "add tile to group" action
|
|
954
956
|
if (bTileAdded) {
|
|
@@ -956,14 +958,14 @@ sap.ui.define([
|
|
|
956
958
|
aAssociatedGroups.push(sGroupId);
|
|
957
959
|
|
|
958
960
|
// Update the model of the catalog tile with the updated associatedGroups
|
|
959
|
-
oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath
|
|
961
|
+
oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
|
|
960
962
|
|
|
961
963
|
sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 1, 0, oGroupModel.title, "");
|
|
962
964
|
} else {
|
|
963
965
|
// If this is a "remove tile from group" action
|
|
964
966
|
|
|
965
967
|
// Update the associatedGroups array of the catalog tile
|
|
966
|
-
for (
|
|
968
|
+
for (let i = 0; i < aAssociatedGroups.length; i++) {
|
|
967
969
|
if (aAssociatedGroups[i] === sGroupId) {
|
|
968
970
|
aAssociatedGroups.splice(i, 1);
|
|
969
971
|
break;
|
|
@@ -971,7 +973,7 @@ sap.ui.define([
|
|
|
971
973
|
}
|
|
972
974
|
|
|
973
975
|
// Update the model of the catalog tile with the updated associatedGroups
|
|
974
|
-
oSourceContext.getModel().setProperty(oCatalogTileModel.bindingContextPath
|
|
976
|
+
oSourceContext.getModel().setProperty(`${oCatalogTileModel.bindingContextPath}/associatedGroups`, aAssociatedGroups);
|
|
975
977
|
sDetailedMessage = this.prepareDetailedMessage(oCatalogTileModel.tileData.title, 0, 1, "", oGroupModel.title);
|
|
976
978
|
}
|
|
977
979
|
|
|
@@ -993,7 +995,7 @@ sap.ui.define([
|
|
|
993
995
|
*
|
|
994
996
|
*/
|
|
995
997
|
_groupContextOperationFailed: function (oCatalogTileModel, oGroupModel, bTileAdded) {
|
|
996
|
-
|
|
998
|
+
let oErrorMessage;
|
|
997
999
|
|
|
998
1000
|
if (bTileAdded) {
|
|
999
1001
|
oErrorMessage = { messageId: "fail_tile_operation_add_to_group", parameters: [oCatalogTileModel.tileData.title, oGroupModel.title] };
|
|
@@ -1005,18 +1007,18 @@ sap.ui.define([
|
|
|
1005
1007
|
},
|
|
1006
1008
|
|
|
1007
1009
|
prepareErrorMessage: function (aErroneousActions, sTileTitle) {
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
for (
|
|
1010
|
+
let sFirstErroneousAddGroup;
|
|
1011
|
+
let sFirstErroneousRemoveGroup;
|
|
1012
|
+
let oMessage;
|
|
1013
|
+
let iNumberOfFailAddActions = 0;
|
|
1014
|
+
let iNumberOfFailDeleteActions = 0;
|
|
1015
|
+
let bCreateNewGroupFailed = false;
|
|
1016
|
+
|
|
1017
|
+
for (const sKey in aErroneousActions) {
|
|
1016
1018
|
// Get the data of the error (i.e. action name and group object)
|
|
1017
1019
|
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
+
const oGroup = aErroneousActions[sKey].group;
|
|
1021
|
+
const sAction = aErroneousActions[sKey].action;
|
|
1020
1022
|
|
|
1021
1023
|
if (sAction === "add") {
|
|
1022
1024
|
iNumberOfFailAddActions++;
|
|
@@ -1063,7 +1065,7 @@ sap.ui.define([
|
|
|
1063
1065
|
},
|
|
1064
1066
|
|
|
1065
1067
|
prepareDetailedMessage: function (tileTitle, numberOfAddedGroups, numberOfRemovedGroups, firstAddedGroupTitle, firstRemovedGroupTitle) {
|
|
1066
|
-
|
|
1068
|
+
let sMessage;
|
|
1067
1069
|
|
|
1068
1070
|
if (numberOfAddedGroups === 0) {
|
|
1069
1071
|
if (numberOfRemovedGroups === 1) {
|
|
@@ -1096,9 +1098,9 @@ sap.ui.define([
|
|
|
1096
1098
|
* @returns {object} Returns the part of the model that contains the IDs of the groups that contain the relevant Tile
|
|
1097
1099
|
*/
|
|
1098
1100
|
getCatalogTileDataFromModel: function (oSourceContext) {
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1101
|
+
const sBindingCtxPath = oSourceContext.getPath();
|
|
1102
|
+
const oModel = oSourceContext.getModel();
|
|
1103
|
+
const oTileData = oModel.getProperty(sBindingCtxPath);
|
|
1102
1104
|
|
|
1103
1105
|
// Return an object containing the Tile in the CatalogTiles Array (in the model) ,its index and whether it's in the middle of add/removal process.
|
|
1104
1106
|
return {
|
|
@@ -1121,13 +1123,13 @@ sap.ui.define([
|
|
|
1121
1123
|
* @deprecated since 1.112
|
|
1122
1124
|
*/
|
|
1123
1125
|
_addTile: function (oTileContext, oGroupContext) {
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
+
const oDeferred = jQuery.Deferred();
|
|
1127
|
+
const oPromise = oCatalogsManager.createTile({
|
|
1126
1128
|
catalogTileContext: oTileContext,
|
|
1127
1129
|
groupContext: oGroupContext
|
|
1128
1130
|
});
|
|
1129
1131
|
|
|
1130
|
-
oPromise.done(
|
|
1132
|
+
oPromise.done((data) => {
|
|
1131
1133
|
oDeferred.resolve(data);
|
|
1132
1134
|
});
|
|
1133
1135
|
|
|
@@ -1147,15 +1149,15 @@ sap.ui.define([
|
|
|
1147
1149
|
* @deprecated since 1.112
|
|
1148
1150
|
*/
|
|
1149
1151
|
_removeTile: function (tileCatalogId, index) {
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
+
const oDeferred = jQuery.Deferred();
|
|
1153
|
+
const oPromise = oCatalogsManager.deleteCatalogTileFromGroup({
|
|
1152
1154
|
tileId: tileCatalogId,
|
|
1153
1155
|
groupIndex: index
|
|
1154
1156
|
});
|
|
1155
1157
|
|
|
1156
1158
|
// The function deleteCatalogTileFromGroup always results in deferred.resolve
|
|
1157
1159
|
// and the actual result of the action (success/failure) is contained in the data object
|
|
1158
|
-
oPromise.done(
|
|
1160
|
+
oPromise.done((data) => {
|
|
1159
1161
|
oDeferred.resolve(data);
|
|
1160
1162
|
});
|
|
1161
1163
|
|
|
@@ -1175,13 +1177,13 @@ sap.ui.define([
|
|
|
1175
1177
|
* @deprecated since 1.112
|
|
1176
1178
|
*/
|
|
1177
1179
|
_createGroupAndSaveTile: function (oTileContext, newGroupName) {
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
+
const oDeferred = jQuery.Deferred();
|
|
1181
|
+
const oPromise = oCatalogsManager.createGroupAndSaveTile({
|
|
1180
1182
|
catalogTileContext: oTileContext,
|
|
1181
1183
|
newGroupName: newGroupName
|
|
1182
1184
|
});
|
|
1183
1185
|
|
|
1184
|
-
oPromise.done(
|
|
1186
|
+
oPromise.done((data) => {
|
|
1185
1187
|
oDeferred.resolve(data);
|
|
1186
1188
|
});
|
|
1187
1189
|
|