@sapui5/sap.ushell 1.140.0 → 1.141.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 +2 -2
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -1
- package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +6 -6
- package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +22 -25
- package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +12 -6
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +277 -302
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +11 -10
- package/src/main/js/sap/ushell/ApplicationType.js +8 -8
- package/src/main/js/sap/ushell/Container.js +53 -55
- package/src/main/js/sap/ushell/EventHub.js +5 -7
- package/src/main/js/sap/ushell/Fiori20Adapter.js +17 -11
- 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/SessionHandler.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +5 -5
- 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 +11 -4
- 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 +13 -2
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +13 -3
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +4 -2
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +29 -27
- package/src/main/js/sap/ushell/User.js +12 -12
- package/src/main/js/sap/ushell/UserActivityLog.js +3 -3
- package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +19 -15
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +13 -10
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +15 -14
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +3 -3
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +155 -129
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +25 -23
- 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/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +4 -4
- 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/_Personalization/internals.js +8 -13
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +6 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +42 -30
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +112 -97
- 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/cdm/v3/utilsCdm.js +5 -6
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +10 -8
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +13 -14
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +162 -162
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +14 -14
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +22 -22
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +4 -4
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +4 -4
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
- 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 +2 -2
- 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 +14 -14
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +8 -13
- package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +5 -5
- package/src/main/js/sap/ushell/api/performance/Extension.js +2 -2
- package/src/main/js/sap/ushell/api/performance/NavigationSource.js +8 -8
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +48 -81
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +7 -35
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +9 -6
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +31 -7
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +0 -3
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +8 -5
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +15 -11
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +21 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/MessageBrokerHandler.js +110 -17
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +20 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +26 -12
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +2 -23
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -3
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +11 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +11 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +9 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +18 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +2 -1
- 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 +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +7 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +3 -3
- 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 +5 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +75 -18
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/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/Client.js +114 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +155 -56
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
- 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 +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +4 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -3
- 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/SchedulingAgent.js +21 -22
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +5 -5
- package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +14 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.util.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/CatalogsManager.js +3 -3
- package/src/main/js/sap/ushell/components/HomepageManager.js +120 -117
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +24 -13
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +17 -17
- package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +4 -4
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +6 -3
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +119 -108
- package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +17 -15
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -33
- package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +6 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- 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 +1 -1
- 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/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +29 -13
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +6 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
- package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +8 -8
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +38 -29
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +24 -15
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +9 -9
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +0 -11
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +3 -3
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +32 -30
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +19 -17
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +30 -28
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +14 -18
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +3 -3
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +19 -17
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +30 -28
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +2 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +4 -0
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +21 -20
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +88 -65
- package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +6 -6
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +8 -7
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +4 -3
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +7 -0
- 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 +9 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +48 -59
- package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/ListProviderAPI.js +144 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/interface/NavContainer.js +82 -0
- 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 +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +4 -4
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +49 -28
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +104 -49
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +2 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +18 -7
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +11 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +22 -14
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +43 -13
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +43 -13
- package/src/main/js/sap/ushell/components/tiles/utils.js +25 -25
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -111
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -145
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -78
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -85
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -110
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -144
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +519 -339
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +91 -90
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -73
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -71
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -97
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -128
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -65
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +30 -29
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +46 -45
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +48 -49
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -198
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -68
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -62
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -122
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -121
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/modules/NavigationMenu/ListProvider.js +56 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/ListProviderAPI.js +119 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/NavContainer.js +60 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu/NavigationMenuMode.js +37 -0
- package/src/main/js/sap/ushell/modules/NavigationMenu.js +17 -16
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -3
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +6 -2
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
- package/src/main/js/sap/ushell/renderer/Renderer.js +12 -12
- package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +3 -3
- package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +134 -140
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +29 -22
- package/src/main/js/sap/ushell/renderer/Shell.view.js +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -2
- package/src/main/js/sap/ushell/resources.js +1 -1
- package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +19 -22
- package/src/main/js/sap/ushell/services/AppState.js +3 -3
- package/src/main/js/sap/ushell/services/Bookmark.js +35 -39
- package/src/main/js/sap/ushell/services/BookmarkV2.js +6 -8
- 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 +5 -5
- 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 +13 -14
- 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 +82 -78
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +201 -230
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/EndUserFeedback.js +2 -2
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +61 -57
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +2 -2
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/ClientAlias.js +37 -0
- package/src/main/js/sap/ushell/services/MessageBroker/ClientConnectionMessage.js +37 -0
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +463 -642
- package/src/main/js/sap/ushell/services/MessageBroker.js +126 -48
- package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +4 -4
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -2
- package/src/main/js/sap/ushell/services/Navigation/utils.js +3 -3
- package/src/main/js/sap/ushell/services/Navigation.js +5 -5
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +19 -10
- package/src/main/js/sap/ushell/services/NotificationsV2.js +151 -108
- package/src/main/js/sap/ushell/services/PageBuilding.js +4 -2
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +32 -32
- package/src/main/js/sap/ushell/services/Personalization.js +36 -32
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +6 -6
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +3 -3
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +4 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +4 -8
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +17 -15
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +3 -3
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +22 -22
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +2 -2
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +3 -3
- package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
- package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -3
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +5 -5
- package/src/main/js/sap/ushell/services/URLParsing.js +2 -2
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +15 -15
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +6 -6
- package/src/main/js/sap/ushell/services/UserInfo.js +3 -3
- package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +6 -6
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +18 -15
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +3 -3
- 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 +3 -3
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
- package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +10 -10
- package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +8 -8
- package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +14 -14
- package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -2
- package/src/main/js/sap/ushell/services/appstate/AppState.js +8 -8
- package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +3 -3
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +7 -24
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ActionMode.less +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Button2.js +9 -8
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Icon.js +29 -31
- package/src/main/js/sap/ushell/thirdparty/Icons.js +121 -84
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +7 -2
- package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Link.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/List.js +14 -17
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +41 -39
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +15 -18
- package/src/main/js/sap/ushell/thirdparty/Menu.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +16 -16
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +69 -41
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -5
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +58 -27
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +166 -150
- package/src/main/js/sap/ushell/thirdparty/Tag.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/Text.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +93 -12
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +7 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +75 -15
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +12 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +71 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +75 -15
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +12 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -756
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +95 -14
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +94 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +92 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -3
- 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 +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.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/information.js +10 -10
- 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 +3 -3
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +68 -68
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +7 -7
- package/src/main/js/sap/ushell/ui/QuickAccess.js +10 -12
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -4
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +3 -3
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +4 -4
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +7 -7
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +4 -3
- package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +2 -3
- package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -2
- package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +3 -2
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +20 -20
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/tile/TileBase.js +3 -3
- package/src/main/js/sap/ushell/ui/utils.js +6 -6
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +3 -0
- 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/CallbackQueue.js +114 -0
- package/src/main/js/sap/ushell/utils/Deferred.js +3 -3
- package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +6 -6
- package/src/main/js/sap/ushell/utils/HttpClient.js +68 -68
- package/src/main/js/sap/ushell/utils/LaunchpadError.js +21 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +12 -13
- package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
- package/src/main/js/sap/ushell/utils/WindowUtils.js +5 -3
- package/src/main/js/sap/ushell/utils/chipsUtils.js +7 -5
- package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +2 -2
- package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +9 -9
- package/src/main/js/sap/ushell/utils/utilsCdm.js +5 -6
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +15 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +18 -19
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +11 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +45 -65
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +37 -16
- package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +0 -33
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @file This is an empty wrapper for the ListProvider implementation to document the required interface
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
], (
|
|
8
|
+
) => {
|
|
9
|
+
"use strict";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @alias sap.ushell.modules.NavigationMenu.ListProvider
|
|
13
|
+
* @class
|
|
14
|
+
* @description The required interface for a navigation menu list provider.
|
|
15
|
+
*
|
|
16
|
+
* @abstract
|
|
17
|
+
*
|
|
18
|
+
* @since 1.141.0
|
|
19
|
+
* @private
|
|
20
|
+
* @ui5-restricted SAL
|
|
21
|
+
*/
|
|
22
|
+
class ListProvider {
|
|
23
|
+
/**
|
|
24
|
+
* @param {sap.ushell.modules.NavigationMenu.ListProviderAPI} oListProviderAPI - The API for the list provider
|
|
25
|
+
*
|
|
26
|
+
* @since 1.141.0
|
|
27
|
+
* @private
|
|
28
|
+
* @ui5-restricted SAL
|
|
29
|
+
*/
|
|
30
|
+
constructor (oListProviderAPI) {}
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @returns {Promise<sap.tnt.NavigationList>} A promise that resolves to the root item of the navigation list.
|
|
34
|
+
*
|
|
35
|
+
* @since 1.141.0
|
|
36
|
+
* @private
|
|
37
|
+
* @ui5-restricted SAL
|
|
38
|
+
*/
|
|
39
|
+
async getRootItem () {
|
|
40
|
+
throw new Error("Method not implemented.");
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* @returns {Promise<string>} A promise that resolves to the selected key from the spaces.
|
|
45
|
+
*
|
|
46
|
+
* @since 1.141.0
|
|
47
|
+
* @private
|
|
48
|
+
* @ui5-restricted SAL
|
|
49
|
+
*/
|
|
50
|
+
async findSelectedKey () {
|
|
51
|
+
throw new Error("Method not implemented.");
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
return ListProvider;
|
|
56
|
+
});
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @file This is an empty wrapper for the ListProviderAPI implementation to document the required interface
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
], (
|
|
8
|
+
) => {
|
|
9
|
+
"use strict";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @alias sap.ushell.modules.NavigationMenu.ListProviderAPI
|
|
13
|
+
* @namespace
|
|
14
|
+
* @description The API for an navigation menu list provider.
|
|
15
|
+
* This module cannot be required it gets injected in the constructor of the ListProvider.
|
|
16
|
+
*
|
|
17
|
+
* @hideconstructor
|
|
18
|
+
*
|
|
19
|
+
* @since 1.141.0
|
|
20
|
+
* @private
|
|
21
|
+
* @ui5-restricted SAL
|
|
22
|
+
*/
|
|
23
|
+
class ListProviderAPI {
|
|
24
|
+
/**
|
|
25
|
+
* Returns the configuration value for the provided path.
|
|
26
|
+
* The configuration path has to be provided in dot notation.
|
|
27
|
+
* The contents of the configuration have to be set with the setter methods in {@link sap.ushell.modules.NavigationMenu}.
|
|
28
|
+
* @param {string} sPath The configuration path to get the value for.
|
|
29
|
+
* @returns {any} The configuration value for the provided path.
|
|
30
|
+
*
|
|
31
|
+
* @since 1.141.0
|
|
32
|
+
* @private
|
|
33
|
+
* @ui5-restricted SAL
|
|
34
|
+
*/
|
|
35
|
+
getConfigValue (sPath) {
|
|
36
|
+
// eslint-disable-next-line no-constant-condition
|
|
37
|
+
if (false) {
|
|
38
|
+
return undefined; // allows to defined @returns type
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
throw new Error("Method not implemented.");
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Returns the navigation container facade. With this a list provider can make updates in the surrounding NavContainer.
|
|
46
|
+
* @returns {sap.ushell.modules.NavigationMenu.NavContainer} The navigation container facade.
|
|
47
|
+
*
|
|
48
|
+
* @since 1.141.0
|
|
49
|
+
* @private
|
|
50
|
+
* @ui5-restricted SAL
|
|
51
|
+
*/
|
|
52
|
+
getNavContainerFacade () {
|
|
53
|
+
// eslint-disable-next-line no-constant-condition
|
|
54
|
+
if (false) {
|
|
55
|
+
return undefined; // allows to defined @returns type
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
throw new Error("Method not implemented.");
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Updates the selected key in the navigation container based on {@link sap.ushell.modules.NavigationMenu.ListProvider#findSelectedKey}.
|
|
63
|
+
* @returns {Promise} Resolves once selected key was updated
|
|
64
|
+
*
|
|
65
|
+
* @since 1.141.0
|
|
66
|
+
* @private
|
|
67
|
+
* @ui5-restricted SAL
|
|
68
|
+
*/
|
|
69
|
+
async updateSelectedKey () {
|
|
70
|
+
throw new Error("Method not implemented.");
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Opens the side navigation.
|
|
75
|
+
*
|
|
76
|
+
* @since 1.141.0
|
|
77
|
+
* @private
|
|
78
|
+
* @ui5-restricted SAL
|
|
79
|
+
*/
|
|
80
|
+
openSideNavigation () {
|
|
81
|
+
throw new Error("Method not implemented.");
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Closes the side navigation.
|
|
86
|
+
*
|
|
87
|
+
* @since 1.141.0
|
|
88
|
+
* @private
|
|
89
|
+
* @ui5-restricted SAL
|
|
90
|
+
*/
|
|
91
|
+
closeSideNavigation () {
|
|
92
|
+
throw new Error("Method not implemented.");
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Expands the side navigation.
|
|
97
|
+
*
|
|
98
|
+
* @since 1.141.0
|
|
99
|
+
* @private
|
|
100
|
+
* @ui5-restricted SAL
|
|
101
|
+
*/
|
|
102
|
+
expandSideNavigation () {
|
|
103
|
+
throw new Error("Method not implemented.");
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Collapses the side navigation.
|
|
108
|
+
*
|
|
109
|
+
* @since 1.141.0
|
|
110
|
+
* @private
|
|
111
|
+
* @ui5-restricted SAL
|
|
112
|
+
*/
|
|
113
|
+
collapseSideNavigation () {
|
|
114
|
+
throw new Error("Method not implemented.");
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
return ListProviderAPI;
|
|
119
|
+
});
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @file This is an empty wrapper for the NavContainer API which provides methods to interact with the navigation menu container.
|
|
5
|
+
*/
|
|
6
|
+
sap.ui.define([
|
|
7
|
+
], (
|
|
8
|
+
) => {
|
|
9
|
+
"use strict";
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @alias sap.ushell.modules.NavigationMenu.NavContainer
|
|
13
|
+
* @namespace
|
|
14
|
+
* @description The API to interact with the navigation menu container.
|
|
15
|
+
* This module cannot be required. It has to be fetched via the respective APIs e.g. {@link sap.ushell.modules.NavigationMenu.ListProviderAPI#getNavContainerFacade}.
|
|
16
|
+
* @hideconstructor
|
|
17
|
+
*
|
|
18
|
+
* @since 1.141.0
|
|
19
|
+
* @private
|
|
20
|
+
* @ui5-restricted SAL
|
|
21
|
+
*/
|
|
22
|
+
class NavContainer {
|
|
23
|
+
/**
|
|
24
|
+
* Adds a control to the navigation container.
|
|
25
|
+
* @param {sap.ui.core.Control} oControl The control to add.
|
|
26
|
+
*
|
|
27
|
+
* @since 1.141.0
|
|
28
|
+
* @private
|
|
29
|
+
* @ui5-restricted SAL
|
|
30
|
+
*/
|
|
31
|
+
add (oControl) {
|
|
32
|
+
throw new Error("Method not implemented.");
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Navigates to the specified control.
|
|
37
|
+
* @param {string|sap.ui.core.Control} vControl The control to navigate to.
|
|
38
|
+
*
|
|
39
|
+
* @since 1.141.0
|
|
40
|
+
* @private
|
|
41
|
+
* @ui5-restricted SAL
|
|
42
|
+
*/
|
|
43
|
+
to (vControl) {
|
|
44
|
+
throw new Error("Method not implemented.");
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Navigates to the root control.
|
|
49
|
+
*
|
|
50
|
+
* @since 1.141.0
|
|
51
|
+
* @private
|
|
52
|
+
* @ui5-restricted SAL
|
|
53
|
+
*/
|
|
54
|
+
toRoot () {
|
|
55
|
+
throw new Error("Method not implemented.");
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return NavContainer;
|
|
60
|
+
});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
+
|
|
3
|
+
sap.ui.define([
|
|
4
|
+
], (
|
|
5
|
+
) => {
|
|
6
|
+
"use strict";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @alias sap.ushell.modules.NavigationMenu.NavigationMenuMode
|
|
10
|
+
* @enum {string}
|
|
11
|
+
*
|
|
12
|
+
* @since 1.141.0
|
|
13
|
+
* @private
|
|
14
|
+
* @ui5-restricted SAL
|
|
15
|
+
*/
|
|
16
|
+
const NavigationMenuMode = {
|
|
17
|
+
/**
|
|
18
|
+
* Renders the NavigationMenu primarily as docked area.
|
|
19
|
+
*
|
|
20
|
+
* @since 1.141.0
|
|
21
|
+
* @private
|
|
22
|
+
* @ui5-restricted SAL
|
|
23
|
+
*/
|
|
24
|
+
Docked: "Docked",
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Renders the NavigationMenu primarily as popover.
|
|
28
|
+
*
|
|
29
|
+
* @since 1.141.0
|
|
30
|
+
* @private
|
|
31
|
+
* @ui5-restricted SAL
|
|
32
|
+
*/
|
|
33
|
+
Popover: "Popover"
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
return NavigationMenuMode;
|
|
37
|
+
});
|
|
@@ -6,26 +6,21 @@
|
|
|
6
6
|
* The navigation menu is an extension of the sap.tnt.SideNavigation that provides navigation capabilities.
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
|
-
"sap/ushell/Config"
|
|
9
|
+
"sap/ushell/Config",
|
|
10
|
+
"sap/ushell/modules/NavigationMenu/NavigationMenuMode"
|
|
10
11
|
], (
|
|
11
|
-
Config
|
|
12
|
+
Config,
|
|
13
|
+
NavigationMenuMode
|
|
12
14
|
) => {
|
|
13
15
|
"use strict";
|
|
14
16
|
|
|
15
|
-
/**
|
|
16
|
-
* @enum {string} NavigationMenuMode - Defines the position of the navigation menu.
|
|
17
|
-
* @private
|
|
18
|
-
* @ui5-restricted SAL
|
|
19
|
-
*/
|
|
20
|
-
const NavigationMenuMode = {
|
|
21
|
-
Docked: "Docked",
|
|
22
|
-
Popover: "Popover"
|
|
23
|
-
};
|
|
24
|
-
|
|
25
17
|
/**
|
|
26
18
|
* @alias sap.ushell.modules.NavigationMenu
|
|
27
19
|
* @namespace
|
|
28
20
|
* @description The navigation menu API provides a way of placing content on the navigation menu.
|
|
21
|
+
* The ListProviders have to provide items as {@link sap.tnt.NavigationList} which is then embedded in the {@link sap.tnt.SideNavigation}.
|
|
22
|
+
* The items have to provide unique keys to have them properly selected on navigation. The selected key has to be determined by the
|
|
23
|
+
* extending ListProvider via {@link sap.ushell.modules.NavigationMenu.ListProvider#findSelectedKey}.
|
|
29
24
|
*
|
|
30
25
|
* @since 1.136.0
|
|
31
26
|
* @private
|
|
@@ -41,7 +36,9 @@ sap.ui.define([
|
|
|
41
36
|
/**
|
|
42
37
|
* Sets the navigation list provider for the navigation menu.
|
|
43
38
|
*
|
|
44
|
-
* @param {string} sModulePath
|
|
39
|
+
* @param {string} sModulePath
|
|
40
|
+
* The module path of the navigation list provider.
|
|
41
|
+
* The module needs to fulfill the {@link sap.ushell.modules.NavigationMenu.ListProvider} interface.
|
|
45
42
|
* @param {object} oConfiguration The configuration object for the navigation list provider.
|
|
46
43
|
*
|
|
47
44
|
* @since 1.136.0
|
|
@@ -58,7 +55,9 @@ sap.ui.define([
|
|
|
58
55
|
/**
|
|
59
56
|
* Sets the navigation list provider for the fixed area of the navigation menu.
|
|
60
57
|
*
|
|
61
|
-
* @param {string} sModulePath
|
|
58
|
+
* @param {string} sModulePath
|
|
59
|
+
* The module path of the navigation list provider.
|
|
60
|
+
* The module needs to fulfill the {@link sap.ushell.modules.NavigationMenu.ListProvider} interface.
|
|
62
61
|
* @param {object} oConfiguration The configuration object for the navigation list provider.
|
|
63
62
|
*
|
|
64
63
|
* @since 1.136.0
|
|
@@ -75,10 +74,12 @@ sap.ui.define([
|
|
|
75
74
|
/**
|
|
76
75
|
* Sets the mode of the navigation menu.
|
|
77
76
|
*
|
|
78
|
-
* @param {NavigationMenuMode} sMode The mode of the navigation menu. Can be "Docked" or "Popover".
|
|
77
|
+
* @param {sap.ushell.modules.NavigationMenu.NavigationMenuMode} sMode The mode of the navigation menu. Can be "Docked" or "Popover".
|
|
78
|
+
*
|
|
79
|
+
* @private
|
|
79
80
|
*/
|
|
80
81
|
setMode (sMode) {
|
|
81
|
-
if (
|
|
82
|
+
if (!Object.values(NavigationMenuMode).includes(sMode)) {
|
|
82
83
|
throw new Error(`Invalid mode: ${sMode}`);
|
|
83
84
|
}
|
|
84
85
|
Config.emit("/core/sideNavigation/mode", sMode);
|
|
@@ -68,8 +68,6 @@ sap.ui.define([
|
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
70
|
|
|
71
|
-
const oRendererManagedComponents = new RendererManagedComponents();
|
|
72
|
-
|
|
73
71
|
const oFesrEnhancer = {
|
|
74
72
|
_fnOriginalOnBeforeCreated: null,
|
|
75
73
|
_oLastTrackedRecord: null,
|
|
@@ -441,7 +439,7 @@ sap.ui.define([
|
|
|
441
439
|
sDeterminedScenario = SCENARIOS.FINDER_INITIAL;
|
|
442
440
|
break;
|
|
443
441
|
default:
|
|
444
|
-
if (
|
|
442
|
+
if (RendererManagedComponents.isManagedComponentName(oFesrHandle.appNameLong)) {
|
|
445
443
|
// managed renderer component, e.g. "sap.ushell.components.pages", or menu
|
|
446
444
|
if (oLastClosedRecord.getStep() === SCENARIOS.APP_INITIAL) {
|
|
447
445
|
sDeterminedScenario = SCENARIOS.APP_INITIAL;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @fileOverview Class for statistical record
|
|
4
4
|
* It should contain data like step, duration after a navigation in the shell, can have status open.
|
|
5
5
|
* The closing of a record is logged in debug mode
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.141.0
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
9
|
"sap/base/Log",
|
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
2
|
sap.ui.define([
|
|
3
3
|
"sap/ui/core/Component",
|
|
4
|
-
"sap/ui/core/Element",
|
|
5
4
|
"sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils",
|
|
6
5
|
"sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions",
|
|
7
6
|
"sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger"
|
|
7
|
+
/*
|
|
8
|
+
* Be careful with new dependencies.
|
|
9
|
+
* Only include dependencies that are already bundled in
|
|
10
|
+
* core-min/core-ext, appruntime or the flex-plugins bundle
|
|
11
|
+
* otherwise load the library lazily before use.
|
|
12
|
+
*/
|
|
8
13
|
], (
|
|
9
14
|
Component,
|
|
10
|
-
Element,
|
|
11
15
|
AppLifeCycleUtils,
|
|
12
16
|
CheckConditions,
|
|
13
17
|
Trigger
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
this.oConfigModel = ShellModel.getConfigModel();
|
|
58
58
|
// prevent browser event ctrl+up/down from scrolling page
|
|
59
59
|
// created by user `keydown` native event needs to be cancelled so browser will not make default action, which is scroll.
|
|
60
|
-
// Instead we clone same event and dispatch it programmatic, so all handlers expecting to this event will still work
|
|
60
|
+
// Instead, we clone same event and dispatch it programmatic, so all handlers expecting to this event will still work
|
|
61
61
|
|
|
62
62
|
document.addEventListener("keydown", (oEvent) => {
|
|
63
63
|
// if Shift key was pressed alone, don't perform any action
|
|
@@ -95,9 +95,9 @@ sap.ui.define([
|
|
|
95
95
|
if (this.fnExternalShortcuts) {
|
|
96
96
|
this.fnExternalShortcuts(oEvent);
|
|
97
97
|
}
|
|
98
|
-
}, true);
|
|
98
|
+
}, true);
|
|
99
99
|
|
|
100
|
-
//
|
|
100
|
+
// Save the bound function so that it can be deregistered later
|
|
101
101
|
this._cancelHelpEvent = this._cancelHelpEvent.bind(this);
|
|
102
102
|
};
|
|
103
103
|
|
|
@@ -162,11 +162,6 @@ sap.ui.define([
|
|
|
162
162
|
const bEnableAppFinder = Config.last("/core/catalog/enabled");
|
|
163
163
|
const bEnableNotifications = Config.last("/core/shell/model/enableNotifications");
|
|
164
164
|
|
|
165
|
-
if (Device.browser.msie) {
|
|
166
|
-
// the Internet Explorer would display its F1 help also on CTRL + F1 if the help event wasn't cancelled
|
|
167
|
-
document.addEventListener("help", this._cancelHelpEvent);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
165
|
let aShortCuts = [];
|
|
171
166
|
aShortCuts = aShortCuts.concat(this.aShortcutsDescriptions);
|
|
172
167
|
|
|
@@ -270,6 +265,11 @@ sap.ui.define([
|
|
|
270
265
|
return;
|
|
271
266
|
}
|
|
272
267
|
|
|
268
|
+
if (Config.last("/core/shellBar/enabled")) {
|
|
269
|
+
Element.getElementById("shell-header").setFocusToAppFinderButton();
|
|
270
|
+
return;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
273
|
const oAppFinderBtn = window.document.getElementById("openCatalogBtn");
|
|
274
274
|
|
|
275
275
|
if (oAppFinderBtn) {
|
|
@@ -346,7 +346,7 @@ sap.ui.define([
|
|
|
346
346
|
if (bAdvancedShellActions) {
|
|
347
347
|
if (oEvent.keyCode === 65) { // ALT + A
|
|
348
348
|
this._blockBrowserDefault(oEvent).then(this._focusAppFinderButton.bind(this));
|
|
349
|
-
} else if (oEvent.keyCode === 83) {
|
|
349
|
+
} else if (oEvent.keyCode === 83) { // ALT + S
|
|
350
350
|
this._blockBrowserDefault(oEvent).then(this._focusSettingsButton.bind(this));
|
|
351
351
|
}
|
|
352
352
|
}
|
|
@@ -372,10 +372,13 @@ sap.ui.define([
|
|
|
372
372
|
return;
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
375
|
+
if (Config.last("/core/shellBar/enabled")) {
|
|
376
|
+
oShellHeader.setFocusToLogo();
|
|
377
|
+
} else {
|
|
378
|
+
const oLogo = document.getElementById("shell-header-logo");
|
|
379
|
+
if (oLogo) {
|
|
380
|
+
oLogo.focus();
|
|
381
|
+
}
|
|
379
382
|
}
|
|
380
383
|
});
|
|
381
384
|
} else if (oEvent.keyCode === 77) { // ALT + M
|
|
@@ -402,6 +405,7 @@ sap.ui.define([
|
|
|
402
405
|
}
|
|
403
406
|
};
|
|
404
407
|
|
|
408
|
+
// eslint-disable-next-line complexity
|
|
405
409
|
AccessKeysHandler.prototype._handleCtrlShortcutKeys = function (oEvent, bAdvancedShellActions) {
|
|
406
410
|
if (oEvent.shiftKey) {
|
|
407
411
|
if (oEvent.keyCode === 70) { // CTRL + SHIFT + F
|
|
@@ -106,9 +106,9 @@ sap.ui.define([
|
|
|
106
106
|
*/
|
|
107
107
|
const Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", /** @lends sap.ushell.renderer.Renderer.prototype */ {
|
|
108
108
|
metadata: {
|
|
109
|
-
version: "1.
|
|
109
|
+
version: "1.141.0",
|
|
110
110
|
dependencies: {
|
|
111
|
-
version: "1.
|
|
111
|
+
version: "1.141.0",
|
|
112
112
|
libs: ["sap.ui.core", "sap.m"],
|
|
113
113
|
components: []
|
|
114
114
|
},
|
|
@@ -1126,13 +1126,13 @@ sap.ui.define([
|
|
|
1126
1126
|
|
|
1127
1127
|
if (!controlType) {
|
|
1128
1128
|
Log.warning("You must specify control type in order to create it");
|
|
1129
|
-
oDeferred.reject("You must specify control type in order to create it");
|
|
1129
|
+
oDeferred.reject(new Error("You must specify control type in order to create it"));
|
|
1130
1130
|
return oDeferred.promise();
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
1133
|
if (!oControlProperties) {
|
|
1134
1134
|
Log.warning("You must specify control properties in order to create it");
|
|
1135
|
-
oDeferred.reject("You must specify control properties in order to create it");
|
|
1135
|
+
oDeferred.reject(new Error("You must specify control properties in order to create it"));
|
|
1136
1136
|
return oDeferred.promise();
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
@@ -1477,13 +1477,13 @@ sap.ui.define([
|
|
|
1477
1477
|
|
|
1478
1478
|
if (!controlType) {
|
|
1479
1479
|
Log.warning("You must specify control type in order to create it");
|
|
1480
|
-
oDeferred.reject("You must specify control type in order to create it");
|
|
1480
|
+
oDeferred.reject(new Error("You must specify control type in order to create it"));
|
|
1481
1481
|
return oDeferred.promise();
|
|
1482
1482
|
}
|
|
1483
1483
|
|
|
1484
1484
|
if (!oControlProperties) {
|
|
1485
1485
|
Log.warning("You must specify control properties in order to create it");
|
|
1486
|
-
oDeferred.reject("You must specify control properties in order to create it");
|
|
1486
|
+
oDeferred.reject(new Error("You must specify control properties in order to create it"));
|
|
1487
1487
|
return oDeferred.promise();
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
@@ -1635,7 +1635,7 @@ sap.ui.define([
|
|
|
1635
1635
|
} else {
|
|
1636
1636
|
const sNoControlTypeErrorMessage = "You must specify control type in order to create it";
|
|
1637
1637
|
Log.warning(sNoControlTypeErrorMessage);
|
|
1638
|
-
oDeferred.reject(sNoControlTypeErrorMessage);
|
|
1638
|
+
oDeferred.reject(new Error(sNoControlTypeErrorMessage));
|
|
1639
1639
|
return oDeferred.promise();
|
|
1640
1640
|
}
|
|
1641
1641
|
}
|
|
@@ -1643,7 +1643,7 @@ sap.ui.define([
|
|
|
1643
1643
|
if (!oControlProperties) {
|
|
1644
1644
|
const sNoControlPropertiesErrorMessage = "You must specify control properties in order to create it";
|
|
1645
1645
|
Log.warning(sNoControlPropertiesErrorMessage);
|
|
1646
|
-
oDeferred.reject(sNoControlPropertiesErrorMessage);
|
|
1646
|
+
oDeferred.reject(new Error(sNoControlPropertiesErrorMessage));
|
|
1647
1647
|
return oDeferred.promise();
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
@@ -1667,7 +1667,7 @@ sap.ui.define([
|
|
|
1667
1667
|
}, () => {
|
|
1668
1668
|
const sControlTypeErrorMessage = `The control type ${sControlType} is not available.`;
|
|
1669
1669
|
Log.error(sControlTypeErrorMessage);
|
|
1670
|
-
oDeferred.reject(sControlTypeErrorMessage);
|
|
1670
|
+
oDeferred.reject(new Error(sControlTypeErrorMessage));
|
|
1671
1671
|
});
|
|
1672
1672
|
|
|
1673
1673
|
return oDeferred.promise();
|
|
@@ -1787,7 +1787,7 @@ sap.ui.define([
|
|
|
1787
1787
|
|
|
1788
1788
|
if (!oControlProperties) {
|
|
1789
1789
|
Log.warning("You must specify control properties in order to create it");
|
|
1790
|
-
oDeferred.reject("You must specify control properties in order to create it");
|
|
1790
|
+
oDeferred.reject(new Error("You must specify control properties in order to create it"));
|
|
1791
1791
|
return oDeferred.promise();
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
@@ -1933,13 +1933,13 @@ sap.ui.define([
|
|
|
1933
1933
|
|
|
1934
1934
|
if (!controlType) {
|
|
1935
1935
|
Log.warning("You must specify control type in order to create it");
|
|
1936
|
-
oDeferred.reject("You must specify control type in order to create it");
|
|
1936
|
+
oDeferred.reject(new Error("You must specify control type in order to create it"));
|
|
1937
1937
|
return oDeferred.promise();
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
1940
|
if (!oControlProperties) {
|
|
1941
1941
|
Log.warning("You must specify control properties in order to create it");
|
|
1942
|
-
oDeferred.reject("You must specify control properties in order to create it");
|
|
1942
|
+
oDeferred.reject(new Error("You must specify control properties in order to create it"));
|
|
1943
1943
|
return oDeferred.promise();
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
@@ -140,13 +140,13 @@ sap.ui.define([
|
|
|
140
140
|
* @since 1.136.0
|
|
141
141
|
* @private
|
|
142
142
|
*/
|
|
143
|
-
RendererAppContainer.prototype.loadChild = function () {
|
|
143
|
+
RendererAppContainer.prototype.loadChild = async function () {
|
|
144
144
|
if (!this._hasValidConfig()) {
|
|
145
|
-
|
|
145
|
+
throw new Error("The RenderAppContainer does not yet have all of the required properties set, and thus can not be loaded.");
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
if (this._getChild()) {
|
|
149
|
-
|
|
149
|
+
throw new Error("The RenderAppContainer already has a Component loaded. A Component is not allowed to be loaded twice!");
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
if (!this._oComponentPromise) {
|