@sapui5/sap.ushell 1.129.1 → 1.130.1
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/AppInfoParameters.js +478 -346
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +41 -6
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +3 -3
- 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 +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +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 +7 -3
- 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/api/S4MyHome.js +33 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +8 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/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/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +871 -733
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +50 -50
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +121 -116
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +16 -12
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +48 -53
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +2 -1
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +26 -5
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +20 -13
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +28 -35
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +60 -5
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +17 -6
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +11 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +174 -176
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +28 -7
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +28 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +17 -14
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -2
- 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 +2 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +74 -5
- 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/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +20 -4
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +149 -197
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +88 -85
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +15 -19
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +30 -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 +30 -16
- 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/workPageBuilder/resources/resources.properties +29 -15
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
- 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/iconfonts.js +2 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +18 -6
- 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/Renderer.js +21 -20
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +378 -576
- package/src/main/js/sap/ushell/renderer/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +57 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +6 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +102 -107
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/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 +2 -2
- 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 +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +161 -144
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +3 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +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.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
- 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.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +74 -100
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- 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/utils.js +2 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +4 -4
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/ShellModel.js +31 -0
- package/src/main/js/sap/ushell/state/StateManager.js +28 -0
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +17 -21
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +358 -100
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +169 -90
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +77 -9
- package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +20 -20
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- 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/DynamicTileRequest.js +1 -3
- package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +3 -1
- package/src/main/js/sap/ushell/utils/UrlParsing.js +38 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +13 -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/workpage/resources/resources.properties +43 -27
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +5 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +2 -2
- package/src/main/js/sap/ushell/utils.js +8 -20
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/themes/base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +0 -213
|
@@ -7,13 +7,15 @@ sap.ui.define([
|
|
|
7
7
|
"sap/ushell/components/applicationIntegration/application/PostMessageUtils",
|
|
8
8
|
"sap/ushell/Container"
|
|
9
9
|
], function (
|
|
10
|
-
ushellUtils,
|
|
10
|
+
ushellUtils,
|
|
11
|
+
PostMessageUtils,
|
|
12
|
+
Container
|
|
11
13
|
) {
|
|
12
14
|
"use strict";
|
|
13
15
|
|
|
14
16
|
var WebGUIStatefulHandler = {};
|
|
15
17
|
|
|
16
|
-
WebGUIStatefulHandler.guiStatefulCreateApp = function (oAppLifeCycle, oContainer, oTarget) {
|
|
18
|
+
WebGUIStatefulHandler.guiStatefulCreateApp = async function (oAppLifeCycle, oContainer, oTarget) {
|
|
17
19
|
if (oContainer.setCurrentAppUrl) {
|
|
18
20
|
oContainer.setProperty("currentAppUrl", oTarget.url, true);
|
|
19
21
|
}
|
|
@@ -21,68 +23,61 @@ sap.ui.define([
|
|
|
21
23
|
oContainer.setProperty("currentAppTargetResolution", oTarget, true);
|
|
22
24
|
}
|
|
23
25
|
oContainer.setProperty("iframeReusedForApp", true, true);
|
|
24
|
-
return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSessionImmediately", {}, true).then(function () {
|
|
25
|
-
return createGuiApp(oContainer, oTarget).then(function () {
|
|
26
|
-
oAppLifeCycle.navTo(oContainer.getId());
|
|
27
|
-
if (oContainer.hasStyleClass("sapUShellApplicationContainerShiftedIframe")) {
|
|
28
|
-
oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
|
|
29
|
-
} else {
|
|
30
|
-
oContainer.toggleStyleClass("hidden", false);
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
});
|
|
34
|
-
};
|
|
35
26
|
|
|
36
|
-
|
|
37
|
-
|
|
27
|
+
await PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSessionImmediately", {}, true);
|
|
28
|
+
|
|
29
|
+
await createGuiApp(oContainer, oTarget);
|
|
30
|
+
|
|
31
|
+
// todo: [FLPCOREANDUX-10024] Move styles into control? or at least out of here
|
|
32
|
+
if (oContainer.hasStyleClass("sapUShellApplicationContainerShiftedIframe")) {
|
|
33
|
+
oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
|
|
34
|
+
} else {
|
|
35
|
+
oContainer.toggleStyleClass("hidden", false);
|
|
36
|
+
}
|
|
38
37
|
};
|
|
39
38
|
|
|
40
|
-
function
|
|
41
|
-
return
|
|
42
|
-
|
|
43
|
-
oFLPParams,
|
|
44
|
-
sUrl = oTarget.url;
|
|
39
|
+
WebGUIStatefulHandler.guiStatefulCloseCurrentApp = async function (oContainer) {
|
|
40
|
+
return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.gui", "triggerCloseSession", {}, false);
|
|
41
|
+
};
|
|
45
42
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
oFLPParams["sap-flp-url"] = Container.getFLPUrl(true);
|
|
49
|
-
oFLPParams["system-alias"] = oContainer.getSystemAlias();
|
|
50
|
-
oPostParams["sap-flp-params"] = oFLPParams;
|
|
51
|
-
}
|
|
52
|
-
PostMessageUtils.postMessageToIframeApp(oContainer, "sap.its", "startService", oPostParams, true).then(fnResolve, fnReject);
|
|
53
|
-
}
|
|
43
|
+
async function createGuiApp (oContainer, oTarget) {
|
|
44
|
+
let sUrl = oTarget.url;
|
|
54
45
|
|
|
55
|
-
|
|
56
|
-
|
|
46
|
+
sUrl = await ushellUtils.appendSapShellParam(sUrl);
|
|
47
|
+
sUrl = ushellUtils.filterOutParamsFromLegacyAppURL(sUrl);
|
|
57
48
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
49
|
+
let oFLPParams;
|
|
50
|
+
const oPostParams = {
|
|
51
|
+
url: sUrl
|
|
52
|
+
};
|
|
53
|
+
if (oContainer.getIframeWithPost && oContainer.getIframeWithPost() === true) {
|
|
54
|
+
var oAppStatesInfo = ushellUtils.getParamKeys(sUrl);
|
|
63
55
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
oAppStatesInfo.aAppStateNamesArray.forEach(function (item, index) {
|
|
69
|
-
if (aDataArray[index]) {
|
|
70
|
-
oFLPParams[item] = aDataArray[index];
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
callPostMessage();
|
|
74
|
-
}, function (sError) {
|
|
75
|
-
callPostMessage();
|
|
76
|
-
});
|
|
77
|
-
});
|
|
78
|
-
} else {
|
|
56
|
+
if (oAppStatesInfo.aAppStateNamesArray.length > 0) {
|
|
57
|
+
const Navigation = await Container.getServiceAsync("Navigation");
|
|
58
|
+
try {
|
|
59
|
+
const aDataArray = await Navigation.getAppStateData(oAppStatesInfo.aAppStateKeysArray);
|
|
79
60
|
oFLPParams = {};
|
|
80
|
-
|
|
61
|
+
oAppStatesInfo.aAppStateNamesArray.forEach(function (item, index) {
|
|
62
|
+
if (aDataArray[index]) {
|
|
63
|
+
oFLPParams[item] = aDataArray[index];
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
} catch {
|
|
67
|
+
// fail silently
|
|
81
68
|
}
|
|
82
69
|
} else {
|
|
83
|
-
|
|
70
|
+
oFLPParams = {};
|
|
84
71
|
}
|
|
85
|
-
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
if (oFLPParams) {
|
|
75
|
+
oFLPParams["sap-flp-url"] = Container.getFLPUrl(true);
|
|
76
|
+
oFLPParams["system-alias"] = oContainer.getSystemAlias();
|
|
77
|
+
oPostParams["sap-flp-params"] = oFLPParams;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
return PostMessageUtils.postMessageToIframeApp(oContainer, "sap.its", "startService", oPostParams, true);
|
|
86
81
|
}
|
|
87
82
|
|
|
88
83
|
return WebGUIStatefulHandler;
|
package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview handle all the services for the different applications.
|
|
4
|
-
* @version 1.
|
|
4
|
+
* @version 1.130.1
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ui/core/EventBus",
|
|
@@ -25,6 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
window.history.back();
|
|
26
26
|
};
|
|
27
27
|
|
|
28
|
+
// todo: [FLPCOREANDUX-10024] should be based on UI5 History
|
|
28
29
|
this.isBackNavigation = function () {
|
|
29
30
|
return bBackNavigation;
|
|
30
31
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The UI integration's SAPUI5 control which supports application embedding.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.130.1
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/base/Log",
|
|
@@ -1643,7 +1643,7 @@ sap.ui.define([
|
|
|
1643
1643
|
};
|
|
1644
1644
|
|
|
1645
1645
|
ApplicationContainer.prototype.getDeffedControlCreation = function (sUrl) {
|
|
1646
|
-
return this.oDeferredControlCreation ? this.oDeferredControlCreation.promise() : jQuery.Deferred().resolve().promise();
|
|
1646
|
+
return this.oDeferredControlCreation ? this.oDeferredControlCreation.promise() : new jQuery.Deferred().resolve().promise();
|
|
1647
1647
|
};
|
|
1648
1648
|
|
|
1649
1649
|
//Attach private functions which should be testable via unit tests to the prototype of the ApplicationContainer
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview This module communicates with the content API graphql service to retrieve catalogs and visualization data for catalogs.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.130.1
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/base/i18n/Localization",
|
|
@@ -82,7 +82,11 @@ sap.ui.define([
|
|
|
82
82
|
nodes {
|
|
83
83
|
id,
|
|
84
84
|
descriptor { value }
|
|
85
|
-
|
|
85
|
+
provider {
|
|
86
|
+
id
|
|
87
|
+
},
|
|
88
|
+
systemLabel,
|
|
89
|
+
},
|
|
86
90
|
}
|
|
87
91
|
}`;
|
|
88
92
|
// Replace line breaks and spaces
|
|
@@ -105,11 +109,28 @@ sap.ui.define([
|
|
|
105
109
|
return this._doRequest(sQuery, JSON.stringify(oVariables)).then((oCatalogData) => {
|
|
106
110
|
const aCatalogs = [];
|
|
107
111
|
if (oCatalogData.data.catalogs) {
|
|
108
|
-
oCatalogData.data.catalogs.nodes.forEach((item) => {
|
|
112
|
+
oCatalogData.data.catalogs.nodes.forEach((item, index) => {
|
|
109
113
|
if (item.descriptor.value) {
|
|
110
|
-
|
|
114
|
+
let catalog = {
|
|
115
|
+
id: item.id,
|
|
116
|
+
title: item.descriptor.value.title
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
if (item.provider?.id && item.provider.id !== "SUB_ACCOUNT") {
|
|
120
|
+
catalog = {
|
|
121
|
+
...catalog,
|
|
122
|
+
contentProviderId: item.provider.id
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
if (item.systemLabel) {
|
|
126
|
+
catalog = {
|
|
127
|
+
...catalog,
|
|
128
|
+
contentProviderLabel: item.systemLabel
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
aCatalogs.push(catalog);
|
|
111
133
|
}
|
|
112
|
-
|
|
113
134
|
});
|
|
114
135
|
}
|
|
115
136
|
return {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview ContentFinder Component
|
|
4
4
|
*
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.130.1
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
sap.ui.define([
|
|
@@ -99,9 +99,11 @@ sap.ui.define([
|
|
|
99
99
|
},
|
|
100
100
|
totalCount: 0,
|
|
101
101
|
originalRestrictedVisualizations: [],
|
|
102
|
-
restrictedVisualizations: []
|
|
102
|
+
restrictedVisualizations: [],
|
|
103
|
+
listView: false
|
|
103
104
|
},
|
|
104
|
-
categoryTree: []
|
|
105
|
+
categoryTree: [],
|
|
106
|
+
categoryTreeVisible: false
|
|
105
107
|
};
|
|
106
108
|
|
|
107
109
|
/**
|
|
@@ -240,24 +242,29 @@ sap.ui.define([
|
|
|
240
242
|
this.getModel().setProperty("/widgetGallery/widgetGroups", aWidgetGroups);
|
|
241
243
|
},
|
|
242
244
|
|
|
245
|
+
/**
|
|
246
|
+
* @typedef {Object} CatalogItem
|
|
247
|
+
* @property {string} id The ID of the catalog.
|
|
248
|
+
* @property {string} title The title of the catalog.
|
|
249
|
+
*/
|
|
250
|
+
/**
|
|
251
|
+
* @typedef {Object} CategoryTreeItem
|
|
252
|
+
* @property {string|undefined} id The ID of the category node.
|
|
253
|
+
* @property {string} title The title of the category node.$
|
|
254
|
+
* @property {boolean} inactive Indicates if the category node is inactive.
|
|
255
|
+
* @property {number} [$count] The count of catalogs inside the node.
|
|
256
|
+
* @property {CatalogItem[]} [nodes] The child nodes of the category node.
|
|
257
|
+
*/
|
|
243
258
|
/**
|
|
244
259
|
* Sets the category tree data for the Content Finder model.
|
|
245
260
|
* The category tree does not support pagination. All tree data must be set at once.
|
|
246
261
|
*
|
|
247
|
-
* @
|
|
248
|
-
* @property {string} id ID of the category. This will be passed as event parameter when a category item is pressed
|
|
249
|
-
* @property {string} title Title that is displayed in the category tree
|
|
250
|
-
* @property {string} description Description that is displayed in the category tree
|
|
251
|
-
* @property {string} contentProviderId ID of the content provider
|
|
252
|
-
* @property {string} contentProviderLabel Label of the content provider
|
|
253
|
-
* @property {boolean} inactive Sets the <code>sap.m.TreeItemBase[type]</code> to Inactive. No events will be passed for this item.
|
|
254
|
-
* @property {category[]} nodes Next hierarchy level of categories
|
|
255
|
-
*
|
|
256
|
-
* @param {category[]} aCategoryTree A tree of category objects
|
|
262
|
+
* @param {CategoryTreeItem[]|[]|undefined} aCategoryTree A tree of category objects, undefined to hide the category tree or empty array to show message in DT.
|
|
257
263
|
* @experimental
|
|
258
264
|
* @private
|
|
259
265
|
*/
|
|
260
266
|
setCategoryTree: function (aCategoryTree) {
|
|
267
|
+
this.getModel().setProperty("/categoryTreeVisible", Array.isArray(aCategoryTree));
|
|
261
268
|
this.getModel().setProperty("/categoryTree", aCategoryTree);
|
|
262
269
|
},
|
|
263
270
|
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @file AppSearch controller for AppSearch view
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.130.1
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"./ContentFinderDialog.controller",
|
|
9
9
|
"../model/formatter",
|
|
10
10
|
"sap/ushell/Config",
|
|
11
11
|
"sap/base/Log",
|
|
12
|
+
"sap/m/library",
|
|
12
13
|
"sap/ushell/utils/WindowUtils",
|
|
13
14
|
"sap/ui/thirdparty/hasher",
|
|
14
|
-
"sap/m/ListType",
|
|
15
15
|
"sap/ui/model/Filter",
|
|
16
16
|
"sap/ui/model/FilterOperator",
|
|
17
17
|
"sap/f/library"
|
|
@@ -20,9 +20,9 @@ sap.ui.define([
|
|
|
20
20
|
formatter,
|
|
21
21
|
Config,
|
|
22
22
|
Log,
|
|
23
|
+
mobileLibrary,
|
|
23
24
|
WindowUtils,
|
|
24
25
|
hasher,
|
|
25
|
-
ListType,
|
|
26
26
|
Filter,
|
|
27
27
|
FilterOperator,
|
|
28
28
|
library
|
|
@@ -30,6 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
"use strict";
|
|
31
31
|
|
|
32
32
|
const LayoutType = library.LayoutType;
|
|
33
|
+
const ListType = mobileLibrary.ListType;
|
|
33
34
|
|
|
34
35
|
/**
|
|
35
36
|
* @alias sap.ushell.components.contentFinder.controller.AppSearch
|
|
@@ -66,7 +67,7 @@ sap.ui.define([
|
|
|
66
67
|
this.oSelectionModel = oComponent.getModel("Selection");
|
|
67
68
|
this.oResourceBundle = oComponent.getModel("i18n").getResourceBundle();
|
|
68
69
|
this.oModel.setProperty("/sidebarStatus", LayoutType.TwoColumnsMidExpanded);
|
|
69
|
-
this.oModel.setProperty("/appSearch/isDesignTime", Config.last("/core/site/siteId"));
|
|
70
|
+
this.oModel.setProperty("/appSearch/isDesignTime", !!Config.last("/core/site/siteId"));
|
|
70
71
|
|
|
71
72
|
const oContentFinder = this.byId("contentFinderAppSearchFlexibleColumnLayout");
|
|
72
73
|
oContentFinder.attachStateChange(this.onFlexibleColumnLayoutStateChange.bind(this));
|
|
@@ -145,7 +146,17 @@ sap.ui.define([
|
|
|
145
146
|
|
|
146
147
|
onCatalogSearch: async function (oEvent) {
|
|
147
148
|
const sQuery = oEvent.getParameter("newValue") || "";
|
|
148
|
-
const
|
|
149
|
+
const oTitleFilter = new Filter("title", FilterOperator.Contains, sQuery);
|
|
150
|
+
const oProviderIdFilter = new Filter("contentProviderId", FilterOperator.Contains, sQuery);
|
|
151
|
+
const oProviderLabelFilter = new Filter("contentProviderLabel", FilterOperator.Contains, sQuery);
|
|
152
|
+
const oFilter = new Filter({
|
|
153
|
+
filters: [
|
|
154
|
+
oTitleFilter,
|
|
155
|
+
oProviderIdFilter,
|
|
156
|
+
oProviderLabelFilter
|
|
157
|
+
],
|
|
158
|
+
and: false
|
|
159
|
+
});
|
|
149
160
|
this.byId("CategoryTreeFragment--CategoryTree").getBinding().filter(oFilter);
|
|
150
161
|
},
|
|
151
162
|
|
|
@@ -191,6 +202,11 @@ sap.ui.define([
|
|
|
191
202
|
aNewSelectedItems.sort((a, b) => a.index < b.index ? -1 : 1);
|
|
192
203
|
|
|
193
204
|
this.oSelectionModel.setProperty("/appSearch/visualizations/tiles", aNewSelectedItems);
|
|
205
|
+
|
|
206
|
+
// If there are no AppBoxes left, switch back to the default view to avoid showing the "no data" message.
|
|
207
|
+
if (!this.oSelectionModel.getProperty("/appSearch/visualizations/tiles/length")) {
|
|
208
|
+
this.toggleSelectionView(false);
|
|
209
|
+
}
|
|
194
210
|
},
|
|
195
211
|
|
|
196
212
|
/**
|
|
@@ -276,23 +292,6 @@ sap.ui.define([
|
|
|
276
292
|
this.byId(tilesView).setModel(oModel);
|
|
277
293
|
},
|
|
278
294
|
|
|
279
|
-
_formatVisibilityIllustratedMessage: function (bVisualizationsLoaded, iTilesLength, iCardsLength, bShowSelectedPressed, iSelectedAppCount, bTreeItemPressed) {
|
|
280
|
-
if (bVisualizationsLoaded) {
|
|
281
|
-
if (bTreeItemPressed) {
|
|
282
|
-
return false;
|
|
283
|
-
}
|
|
284
|
-
if (bShowSelectedPressed && !iSelectedAppCount) {
|
|
285
|
-
this.toggleSelectionView(!bShowSelectedPressed);
|
|
286
|
-
return false;
|
|
287
|
-
}
|
|
288
|
-
if ((iTilesLength === 0 || iCardsLength > 0) && (iCardsLength === 0 || iTilesLength > 0)) {
|
|
289
|
-
return true;
|
|
290
|
-
}
|
|
291
|
-
return false;
|
|
292
|
-
}
|
|
293
|
-
return false;
|
|
294
|
-
},
|
|
295
|
-
|
|
296
295
|
onCategoryTreeItemPressed: function (oEvent) {
|
|
297
296
|
const oItem = oEvent.getParameter("listItem");
|
|
298
297
|
if (oItem.getType() !== ListType.Inactive) {
|
|
@@ -313,11 +312,15 @@ sap.ui.define([
|
|
|
313
312
|
}
|
|
314
313
|
},
|
|
315
314
|
|
|
315
|
+
onCategoryTreeClosePressed: function () {
|
|
316
|
+
this.oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
|
|
317
|
+
},
|
|
318
|
+
|
|
316
319
|
onCategoryTreeUpdateFinished: function (oEvent) {
|
|
317
320
|
const oTree = oEvent.getSource();
|
|
318
321
|
/** The <code>checkUpdate</code> implementation of the <code>ClientTreeBinding</code>
|
|
319
322
|
* does not check for actual changes but always fires an update whenever a model property changes.
|
|
320
|
-
* Hence we check if there is already a selected item and only set an initial selection if there is none.
|
|
323
|
+
* Hence, we check if there is already a selected item and only set an initial selection if there is none.
|
|
321
324
|
*/
|
|
322
325
|
if (!oTree.getSelectedItem()) {
|
|
323
326
|
const aItems = oTree.getItems();
|
|
@@ -333,17 +336,7 @@ sap.ui.define([
|
|
|
333
336
|
}
|
|
334
337
|
}
|
|
335
338
|
},
|
|
336
|
-
|
|
337
|
-
if (bVisualizationsLoaded) {
|
|
338
|
-
if (!bTreeItemPressed) {
|
|
339
|
-
return false;
|
|
340
|
-
}
|
|
341
|
-
if ((iTilesLength === 0 || iCardsLength > 0) && (iCardsLength === 0 || iTilesLength > 0)) {
|
|
342
|
-
return true;
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
return false;
|
|
346
|
-
},
|
|
339
|
+
|
|
347
340
|
/**
|
|
348
341
|
* Updates the sidebar status based on the current layout and the maximum number of columns,
|
|
349
342
|
* which causes the layout of the 'FlexibleColumnLayout' to change into it's new desired state.
|
|
@@ -364,8 +357,8 @@ sap.ui.define([
|
|
|
364
357
|
this.oModel.setProperty("/sidebarStatus", LayoutType.MidColumnFullScreen);
|
|
365
358
|
}
|
|
366
359
|
},
|
|
367
|
-
onLaunchApplication: function (oEvent) {
|
|
368
360
|
|
|
361
|
+
onLaunchApplication: function (oEvent) {
|
|
369
362
|
var sSelectedTileLaunchUrl = oEvent.getSource().getBindingContext().getObject().launchUrl;
|
|
370
363
|
if (!sSelectedTileLaunchUrl) {
|
|
371
364
|
Log.info("AppBox url property is not set.", null, "sap.ushell.components.Catalog.controller");
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
|
|
3
|
-
sap.ui.define([
|
|
3
|
+
sap.ui.define([
|
|
4
|
+
"sap/base/i18n/Localization",
|
|
5
|
+
"sap/f/library",
|
|
6
|
+
"sap/m/library"
|
|
7
|
+
], function (
|
|
8
|
+
Localization,
|
|
9
|
+
fLibrary,
|
|
10
|
+
mLibrary
|
|
11
|
+
) {
|
|
4
12
|
"use strict";
|
|
5
13
|
|
|
6
|
-
const LayoutType =
|
|
14
|
+
const LayoutType = fLibrary.LayoutType;
|
|
15
|
+
const IllustratedMessageType = mLibrary.IllustratedMessageType;
|
|
7
16
|
|
|
8
17
|
return {
|
|
9
18
|
/**
|
|
@@ -113,13 +122,13 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/f/library"], function (Localiz
|
|
|
113
122
|
*
|
|
114
123
|
* @since 1.127.0
|
|
115
124
|
* @private
|
|
116
|
-
* @param {
|
|
125
|
+
* @param {boolean} categoryTreeVisible The visibility of the category tree
|
|
117
126
|
* @param {sap.f.LayoutType} sidebarStatus The current status of the sidebar.
|
|
118
127
|
* @returns {sap.f.LayoutType} "MidColumnFullScreen" to hide the category tree (if list is empty) or
|
|
119
128
|
* the current status of the sidebar.
|
|
120
129
|
*/
|
|
121
|
-
formatFlexibleColumnLayout: function (
|
|
122
|
-
if (!
|
|
130
|
+
formatFlexibleColumnLayout: function (categoryTreeVisible, sidebarStatus) {
|
|
131
|
+
if (!categoryTreeVisible) {
|
|
123
132
|
return LayoutType.MidColumnFullScreen;
|
|
124
133
|
}
|
|
125
134
|
|
|
@@ -147,6 +156,52 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/f/library"], function (Localiz
|
|
|
147
156
|
return sLabel + " • " + sId;
|
|
148
157
|
}
|
|
149
158
|
return sId + " • " + sLabel;
|
|
159
|
+
},
|
|
160
|
+
|
|
161
|
+
formatVisualizationsNoDataIllustratedMessageTitle: function (treeItemPressed, searchTerm, noItemsInCatalogTitle) {
|
|
162
|
+
// If search term is provided, show the default noData description
|
|
163
|
+
if (searchTerm) {
|
|
164
|
+
return undefined;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// If no search term is provided and a tree item is pressed, show the noItemsInCatalogTitle
|
|
168
|
+
if (treeItemPressed) {
|
|
169
|
+
return noItemsInCatalogTitle;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// Fallback to default noData title
|
|
173
|
+
return undefined;
|
|
174
|
+
},
|
|
175
|
+
|
|
176
|
+
formatVisualizationsNoDataIllustratedMessageDescription: function (
|
|
177
|
+
isDesignTime,
|
|
178
|
+
treeItemPressed,
|
|
179
|
+
searchTerm,
|
|
180
|
+
noItemsInCatalogDescriptionDT,
|
|
181
|
+
noItemsInCatalogDescriptionRT
|
|
182
|
+
) {
|
|
183
|
+
// If search term is provided, show the default noData description
|
|
184
|
+
if (searchTerm) {
|
|
185
|
+
return undefined;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// If tree item is pressed, decide the description based on the context (DesignTime or RunTime)
|
|
189
|
+
if (treeItemPressed) {
|
|
190
|
+
if (isDesignTime) {
|
|
191
|
+
return noItemsInCatalogDescriptionDT;
|
|
192
|
+
}
|
|
193
|
+
return noItemsInCatalogDescriptionRT;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// Fallback to default noData description
|
|
197
|
+
return undefined;
|
|
198
|
+
},
|
|
199
|
+
|
|
200
|
+
formatVisualizationsNoDataIllustratedMessageType: function (searchTerm) {
|
|
201
|
+
if (searchTerm) {
|
|
202
|
+
return IllustratedMessageType.SearchFolder;
|
|
203
|
+
}
|
|
204
|
+
return IllustratedMessageType.Tent;
|
|
150
205
|
}
|
|
151
206
|
};
|
|
152
207
|
});
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
# __ldi.translation.uuid=8d87cb08-55aa-4ec1-8982-2cb84f34d554
|
|
3
3
|
|
|
4
4
|
# Content Finder Dialog
|
|
5
|
+
|
|
5
6
|
#XBUT: "{0}" is the quantity to be added
|
|
6
7
|
ContentFinder.Button.Add=Add ({0})
|
|
7
8
|
#XBUT
|
|
8
9
|
ContentFinder.Button.Cancel=Cancel
|
|
9
10
|
|
|
10
|
-
|
|
11
11
|
# Add Widgets View
|
|
12
|
+
|
|
12
13
|
#XTIT
|
|
13
14
|
ContentFinder.WidgetGallery.Title=Add Widgets
|
|
14
15
|
#XTIT
|
|
@@ -16,8 +17,8 @@ ContentFinder.WidgetGallery.AllWidgets.Title=All Widgets
|
|
|
16
17
|
#XTIT
|
|
17
18
|
ContentFinder.WidgetGallery.Applications.Title=Applications
|
|
18
19
|
|
|
19
|
-
|
|
20
20
|
# App Search View
|
|
21
|
+
|
|
21
22
|
#XTIT
|
|
22
23
|
ContentFinder.AppSearch.AddTiles.Title=Add Tiles
|
|
23
24
|
#XTIT
|
|
@@ -47,6 +48,10 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
|
|
|
47
48
|
#XTOL
|
|
48
49
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
|
|
49
50
|
#XTOL
|
|
51
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=List View
|
|
52
|
+
#XTOL
|
|
53
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standard View
|
|
54
|
+
#XTOL
|
|
50
55
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
51
56
|
#XFLD
|
|
52
57
|
ContentFinder.AppSearch.Label.Application=Application
|
|
@@ -61,20 +66,26 @@ ContentFinder.AppSearch.Label.Actions=Actions
|
|
|
61
66
|
#XFLD
|
|
62
67
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
63
68
|
#XFLD
|
|
64
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Not
|
|
69
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not maintained
|
|
65
70
|
#XBUT
|
|
66
71
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
67
72
|
#XBUT
|
|
68
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
73
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Hide Catalogs
|
|
69
74
|
#XBUT
|
|
70
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
75
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Show Catalogs
|
|
71
76
|
#XMSG
|
|
72
77
|
ContentFinder.AppSearch.Message.Select=Select {0}
|
|
73
78
|
#XMSG
|
|
74
|
-
ContentFinder.CategoryTree.Search=Search
|
|
79
|
+
ContentFinder.CategoryTree.Search=Search for catalogs
|
|
80
|
+
#XBUT
|
|
81
|
+
ContentFinder.CategoryTree.Close=Close
|
|
75
82
|
#XTIT
|
|
76
83
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalog.
|
|
77
84
|
#XTXT
|
|
78
85
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=When there are apps, you will see them here.
|
|
79
86
|
#XTXT
|
|
80
87
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalog in the Content Manager.
|
|
88
|
+
#XTIT
|
|
89
|
+
ContentFinder.CategoryTree.NoData.Title=There are no catalogs.
|
|
90
|
+
#XTXT
|
|
91
|
+
ContentFinder.CategoryTree.NoData.Description=You can create catalogs in the Content Manager.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u0644\u0627 \u062A\u0648\u062C\u06
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0639\u0631\u0636 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0639\u0631\u0636 \u0643\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0628\u062F\u0621 \u062A\u0634\u063A\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u062A\u0637\u0628\u064A\u0642
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=\u0645\u0639\u0631\u0641 SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0645\u0639\u0631\u0641 \u0627\u0644\u0646\u0638\u0627\u0645
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0627\u0644\u0625\u062C\u0631\u0627\u0621\u0627\u062A
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0627\u0644\u0646\u0638\u0627\u0645
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u0645\u0639\u0627\u064A\u0646\u0629
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0641\u0626\u0627\u062A
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0641\u0626\u0627\u062A
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u062D\u062F\u062F {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0627\u0644\u0628\u062D\u062B \u062D\u0633\u0628 \u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u0648 \u0627\u0644\u062F\u0644\u064A\u0644 \u0623\u0648 \u0627\u0644\u062F\u0648\u0631
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0644\u0627 \u062A\u0648\u062C\u062F \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u062F\u0644\u064A\u0644.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0641\u064A \u062D\u0627\u0644\u0629 \u0648\u062C\u0648\u062F \u062A\u0637\u0628\u064A\u0642\u0627\u062A\u060C \u0633\u062A\u0631\u0627\u0647\u0627 \u0647\u0646\u0627.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u064A\u0645\u0643\u0646\u0643 \u0625\u0636\u0627\u0641\u0629 \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u062F\u0644\u064A\u0644 \u0641\u064A \u0645\u062F\u064A\u0631 \u0627\u0644\u0645\u062D\u062A\u0648\u0649.
|