@sapui5/sap.ushell 1.131.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +37 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +26 -21
- 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/UIActions.js +8 -13
- 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/User.js +74 -48
- 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 +67 -11
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +357 -182
- 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 +68 -4
- 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/appRuntime/ui5/AppRuntime.js +0 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +21 -27
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saptrc.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saptrc.properties +2 -2
- 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/AppLifeCycleAgent.js +4 -12
- 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 +33 -9
- 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 +13 -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/appRuntime/ui5/style.css +48 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +20 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +10 -4
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +11 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +1 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/MessagingHelper.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +14 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +32 -51
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +31 -68
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +26 -8
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +40 -32
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +109 -109
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saptrc.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +507 -359
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +253 -161
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +30 -39
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +98 -0
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +50 -0
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +5 -6
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +193 -141
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -30
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +2 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +45 -26
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +8 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +90 -96
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +58 -38
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +20 -8
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +41 -26
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -58
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +7 -9
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +5 -5
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +180 -162
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +33 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +5 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saptrc.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +9 -8
- 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 +5 -3
- 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 +1 -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 +49 -16
- package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +27 -0
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -6
- 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/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -0
- 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 +4 -12
- 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 +4 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +16 -0
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +40 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +57 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +432 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +45 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +35 -0
- 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/applauncher/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +1 -1
- 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 +61 -61
- 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 +4 -10
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +88 -77
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +9 -2
- 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/library.js +7 -2
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +27 -11
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +1009 -990
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +7 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +19 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +8 -8
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +12 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +56 -8
- package/src/main/js/sap/ushell/services/BookmarkV2.js +180 -171
- 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 +1 -1
- 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 +156 -137
- 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 +1 -1
- 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 +17 -86
- 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 +18 -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 +1 -1
- 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/ShellNavigationHashChanger.js +3 -5
- 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 +1 -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/RecentActivity.js +4 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- 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/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +5 -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/sap_belize_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +1 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/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/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saptrc.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +8 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +75 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +47 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +95 -77
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +5 -5
- package/src/main/js/sap/ushell/utils.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -0
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +0 -62
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +0 -102
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +0 -50
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prikaz izbranih aplikacij
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prikaz vseh aplikacij
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Pogled seznama
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardni pogled
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Pogled mre\u017Ee
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Za\u017Eeni aplikacijo {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informacija
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Dejanja
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ni vzdr\u017Eevano
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokalno
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Predogled
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skrij kataloge
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Prika\u017Ei kataloge
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u017De uporabljeno
|
|
40
42
|
ContentFinder.CategoryTree.Search=Iskanje katalogov
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zapri
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tem katalogu ni aplikacij.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u01
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikacije v ta katalog lahko dodajate v Upravitelju vsebine.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Ni nobenega kataloga.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Kataloge lahko ustvarite v Upravitelju vsebine.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Niste na\u0161li, kar ste iskali?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Odprite klasi\u010Dno razli\u010Dico iskalnika aplikacij.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0438\u043A\u04
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0441\u0432\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u041F\u043E\u0433\u043B\u0435\u0434 \u043B\u0438\u0441\u0442\u0435
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u043D\u0438 \u043F\u043E\u0433\u043B\u0435\u0434
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u041F\u043E\u0433\u043B\u0435\u0434 \u043C\u0440\u0435\u0436\u0435
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u041F\u043E\u043A\u0440\u0435\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID \u0441\u0438\u0441\u0442\u0435\u043C\u
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0420\u0430\u0434\u045A\u0435
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0438\u0458\u0435 \u043E\u0434\u0440\u0436\u0430\u0432\u0430\u043D\u043E
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u041B\u043E\u043A\u0430\u043B\u043D\u043E
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 \u043F\u0440\u0438\u043A\u0430\u0437
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u0430\u043A\u0440\u0438\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0412\u0435\u045B \u0441\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u0422\u0440\u0430\u0436\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u041D\u0435\u043C\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u0443 \u043E\u0432\u043E\u043C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u04
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435 \u0443 \u043E\u0432\u0430\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u0437 \u041C\u0435\u043D\u0430\u045F\u0435\u0440\u0430 \u0441\u0430\u0434\u0440\u0436\u0430\u0458\u0430.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u043C\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0430.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u041C\u043E\u0436\u0435\u0442\u0435 \u043A\u0440\u0435\u0438\u0440\u0430\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435 \u0443 \u041C\u0435\u043D\u0430\u045F\u0435\u0440\u0443 \u0441\u0430\u0434\u0440\u0436\u0430\u0458\u0430.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u041D\u0438\u0441\u0442\u0435 \u043F\u0440\u043E\u043D\u0430\u0448\u043B\u0438 \u043E\u043D\u043E \u0448\u0442\u043E \u0441\u0442\u0435 \u0442\u0440\u0430\u0436\u0438\u043B\u0438?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u041E\u0442\u0432\u043E\u0440\u0438\u0442\u0435 \u043A\u043B\u0430\u0441\u0438\u0447\u043D\u0443 \u0432\u0435\u0440\u0437\u0438\u0458\u0443 \u041D\u0430\u043B\u0430\u0437\u0430\u0447\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visa valda appar
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visa alla appar
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Listvy
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvy
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Rutn\u00E4tsvy
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Starta applikation {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Applikation
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Information
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u00C5tg\u00E4rder
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Underh\u00E5lls ej
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=F\u00F6rhandsgranska
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=D\u00F6lj kataloger
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Visa kataloger
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Redan anv\u00E4nd
|
|
40
42
|
ContentFinder.CategoryTree.Search=S\u00F6k efter kataloger
|
|
41
43
|
ContentFinder.CategoryTree.Close=St\u00E4ng
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finns inga appar i den h\u00E4r katalogen.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Om d
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan l\u00E4gga till appar i den h\u00E4r katalogen via inneh\u00E5llshanteraren.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Det finns inga kataloger.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Du kan skapa kataloger i inneh\u00E5llshanteraren.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Hittade du inte det du letade efter?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u00D6ppna den klassiska versionen av App Finder.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0E14\u0E39\u0E41\u0E2D\u0E
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E15\u0E32\u0E23\u0E32\u0E07
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID \u0E23\u0E30\u0E1A\u0E1A
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0E23\u0E30\u0E1A\u0E1A
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E1B\u0E23\u0E31\u0E1A\u0E1B\u0E23\u0E38\u0E07
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u0E20\u0E32\u0E22\u0E43\u0E19
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u0E41\u0E2A\u0E14\u0E07\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0E0B\u0E48\u0E2D\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0E43\u0E0A\u0E49\u0E41\u0E25\u0E49\u0E27
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0E1B\u0E34\u0E14
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E2D\u0E1E\u0E43\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E19\u0E35\u0E49
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0E
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E2D\u0E1E\u0E43\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E19\u0E35\u0E49\u0E43\u0E19 "\u0E15\u0E31\u0E27\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32"
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E43\u0E19 "\u0E15\u0E31\u0E27\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32"
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E2A\u0E34\u0E48\u0E07\u0E17\u0E35\u0E48\u0E04\u0E38\u0E13\u0E01\u0E33\u0E25\u0E31\u0E07\u0E21\u0E2D\u0E07\u0E2B\u0E32\u0E43\u0E0A\u0E48\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u0E40\u0E1B\u0E34\u0E14 App Finder \u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E04\u0E25\u0E32\u0E2A\u0E2A\u0E34\u0E01
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Se\u00E7ilen uygulamalar\u01
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=T\u00FCm uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Liste g\u00F6r\u00FCn\u00FCm\u00FC
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standart g\u00F6r\u00FCn\u00FCm
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Izgara g\u00F6r\u00FCn\u00FCm\u00FC
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication={0} uygulamas\u0131n\u0131 ba\u015Flat
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Uygulama
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Bilgi
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori tan\u0131t\u0131c\u0131s\u0131
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=Sistem tan\u0131t\u0131c\u0131s\u0131
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0130\u015Flemler
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Bak\u0131m\u0131 yap\u0131lmad\u0131
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Yerel
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u00D6nizleme
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Kataloglar\u0131 gizle
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Kataloglar\u0131 g\u00F6ster
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Zaten kullan\u0131l\u0131yor
|
|
40
42
|
ContentFinder.CategoryTree.Search=Kataloglar\u0131 ara
|
|
41
43
|
ContentFinder.CategoryTree.Close=Kapat
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Bu katalogda uygulama yok.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Uygu
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0130\u00E7erik y\u00F6neticisinde bu katalo\u011Fa uygulamalar ekleyebilirsiniz.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Katalog yok.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u0130\u00E7erik y\u00F6neticisinde kataloglar olu\u015Fturabilirsiniz.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Arad\u0131\u011F\u0131n\u0131z\u0131 bulamad\u0131n\u0131z m\u0131?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Uygulama bulucunun klasik versiyonunu a\u00E7\u0131n.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0435\u0440\u0435\u04
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u041F\u043E\u0434\u0430\u043D\u043D\u044F \u0441\u043F\u0438\u0441\u043A\u0443
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u0435 \u043F\u043E\u0434\u0430\u043D\u043D\u044F
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u041F\u043E\u0434\u0430\u043D\u043D\u044F \u0441\u0456\u0442\u043A\u0438
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043E\u043A {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043E\u043A
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=\u0406\u0414 SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u0406\u0414 \u0441\u0438\u0441\u0442\u04
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0414\u0456\u0457
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0432\u0435\u0434\u0435\u0442\u044C\u0441\u044F
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u043E
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0412\u0436\u0435 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u043D\u043E
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u041F\u043E\u0448\u0443\u043A \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0456\u0432
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0417\u0430\u043A\u0440\u0438\u0442\u0438
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0423 \u0446\u044C\u043E\u043C\u0443 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u043D\u0435\u043C\u0430\u0454 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0456\u0432.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u04
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438 \u0434\u043E \u0446\u044C\u043E\u0433\u043E \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0432 \u041C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0456 \u0432\u043C\u0456\u0441\u0442\u0443.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0456\u0432 \u043D\u0435\u043C\u0430\u0454.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438 \u0443 \u041C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0456 \u0432\u043C\u0456\u0441\u0442\u0443.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u041D\u0435 \u0437\u043D\u0430\u0439\u0448\u043B\u0438 \u0442\u0435, \u0449\u043E \u0448\u0443\u043A\u0430\u043B\u0438?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u0412\u0456\u0434\u043A\u0440\u0438\u0439\u0442\u0435 \u043A\u043B\u0430\u0441\u0438\u0447\u043D\u0443 \u0432\u0435\u0440\u0441\u0456\u044E \u0437\u0430\u0441\u043E\u0431\u0443 \u043F\u043E\u0448\u0443\u043A\u0443 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0456\u0432.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Xem \u1EE9ng d\u1EE5ng \u011
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Xem t\u1EA5t c\u1EA3 \u1EE9ng d\u1EE5ng
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Ma\u0300n hi\u0300nh danh sa\u0301ch
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=M\u00E0n h\u00ECnh ti\u00EAu chu\u1EA9n
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Ma\u0300n hi\u0300nh l\u01B0\u01A1\u0301i
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Kh\u1EDFi ch\u1EA1y \u1EE9ng d\u1EE5ng {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u01AF\u0301ng du\u0323ng
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Th\u00F4ng tin
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID h\u00EA\u0323 th\u00F4\u0301ng
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Ha\u0300nh \u0111\u00F4\u0323ng
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=H\u00EA\u0323 th\u00F4\u0301ng
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Kh\u00F4ng \u0111\u01B0\u01A1\u0323c duy tri\u0300
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=C\u1EE5c b\u1ED9
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Xem tr\u01B0\u1EDBc
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u1EA8n danh m\u1EE5c
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Hi\u1EC7n danh m\u1EE5c
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0110\u00E3 \u0111\u01B0\u1EE3c s\u1EED d\u1EE5ng
|
|
40
42
|
ContentFinder.CategoryTree.Search=Ti\u0300m ki\u00EA\u0301m danh mu\u0323c
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0110o\u0301ng
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Kh\u00F4ng c\u00F3 \u1EE9ng d\u1EE5ng n\u00E0o trong danh m\u1EE5c n\u00E0y.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=N\u1
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=B\u1EA1n c\u00F3 th\u1EC3 th\u00EAm \u1EE9ng d\u1EE5ng v\u00E0o danh m\u1EE5c n\u00E0y trong Tr\u00ECnh qu\u1EA3n l\u00FD n\u1ED9i dung.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Kh\u00F4ng c\u00F3 danh m\u1EE5c.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=B\u1EA1n c\u00F3 th\u1EC3 t\u1EA1o danh m\u1EE5c trong Tr\u00ECnh qu\u1EA3n l\u00FD n\u1ED9i dung.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Kh\u00F4ng t\u00ECm th\u1EA5y nh\u1EEFng g\u00EC b\u1EA1n \u0111ang t\u00ECm ki\u1EBFm?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=M\u1EDF phi\u00EAn b\u1EA3n c\u0169 c\u1EE7a App Finder.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u67E5\u770B\u6240\u9009\u5E
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u67E5\u770B\u6240\u6709\u5E94\u7528\u7A0B\u5E8F
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u5217\u8868\u89C6\u56FE
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u6807\u51C6\u89C6\u56FE
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u7F51\u683C\u89C6\u56FE
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u542F\u52A8\u5E94\u7528\u7A0B\u5E8F {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u5E94\u7528\u7A0B\u5E8F
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u4FE1\u606F
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u6807\u8BC6
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u7CFB\u7EDF\u6807\u8BC6
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u64CD\u4F5C
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u7CFB\u7EDF
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u672A\u7EF4\u62A4
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u672C\u5730
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u9884\u89C8
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u9690\u85CF\u76EE\u5F55
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u663E\u793A\u76EE\u5F55
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u5DF2\u4F7F\u7528
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u641C\u7D22\u76EE\u5F55
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u5173\u95ED
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u6B64\u76EE\u5F55\u4E2D\u6CA1\u6709\u4EFB\u4F55\u5E94\u7528\u7A0B\u5E8F\u3002
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u59
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u53EF\u5728\u5185\u5BB9\u7BA1\u7406\u5668\u4E2D\u5411\u6B64\u76EE\u5F55\u6DFB\u52A0\u5E94\u7528\u7A0B\u5E8F\u3002
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u6CA1\u6709\u4EFB\u4F55\u76EE\u5F55\u3002
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u53EF\u4EE5\u5728\u5185\u5BB9\u7BA1\u7406\u5668\u4E2D\u521B\u5EFA\u76EE\u5F55\u3002
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u627E\u4E0D\u5230\u8981\u67E5\u627E\u7684\u5185\u5BB9\u5417\uFF1F
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u6253\u5F00\u5E94\u7528\u7A0B\u5E8F\u67E5\u627E\u5668\u7684\u7ECF\u5178\u7248\u672C\u3002
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u6AA2\u8996\u6240\u9078\u61
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u6AA2\u8996\u5168\u90E8\u61C9\u7528\u7A0B\u5F0F
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u6E05\u55AE\u6AA2\u8996
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u6A19\u6E96\u6AA2\u8996
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u683C\u7DDA\u6AA2\u8996
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u555F\u52D5\u61C9\u7528\u7A0B\u5F0F {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u61C9\u7528\u7A0B\u5F0F
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u8CC7\u8A0A
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u7CFB\u7D71 ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u52D5\u4F5C
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u7CFB\u7D71
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u672A\u7DAD\u8B77
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u672C\u7AEF
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u9810\u89BD
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u96B1\u85CF\u76EE\u9304
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u986F\u793A\u76EE\u9304
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u5DF2\u4F7F\u7528
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u641C\u5C0B\u76EE\u9304
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u95DC\u9589
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u6B64\u76EE\u9304\u6C92\u6709\u61C9\u7528\u7A0B\u5F0F\u3002
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u82
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u60A8\u53EF\u5728\u300C\u5167\u5BB9\u7BA1\u7406\u54E1\u300D\u5C07\u61C9\u7528\u7A0B\u5F0F\u52A0\u5165\u6B64\u76EE\u9304\u3002
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u6C92\u6709\u76EE\u9304\u3002
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u60A8\u53EF\u5728\u300C\u5167\u5BB9\u7BA1\u7406\u54E1\u300D\u4E2D\u5EFA\u7ACB\u76EE\u9304\u3002
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u627E\u4E0D\u5230\u60F3\u8981\u7684\u8CC7\u8A0A\u55CE\uFF1F
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u958B\u555F\u7D93\u5178\u7248\u672C\u7684\u300C\u61C9\u7528\u7A0B\u5F0F\u641C\u5C0B\u5668\u300D\u3002
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
<VBox height="100%">
|
|
17
17
|
<MessageStrip
|
|
18
18
|
text="{i18n>ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText}"
|
|
19
|
-
type="
|
|
19
|
+
type="Information"
|
|
20
20
|
showCloseButton="true"
|
|
21
21
|
class="sapUiResponsiveMargin"
|
|
22
|
-
visible="{
|
|
22
|
+
visible="{= !!${ui>/linkToAppFinder} }"
|
|
23
23
|
>
|
|
24
24
|
<link>
|
|
25
25
|
<Link text="{i18n>ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText}"
|
|
26
26
|
target="_blank"
|
|
27
|
-
href="{
|
|
27
|
+
href="{ui>/linkToAppFinder}" />
|
|
28
28
|
</link>
|
|
29
29
|
</MessageStrip>
|
|
30
30
|
<f:FlexibleColumnLayout
|
|
31
31
|
id="contentFinderAppSearchFlexibleColumnLayout"
|
|
32
|
-
layout="{
|
|
32
|
+
layout="{ui>/layoutType}"
|
|
33
33
|
>
|
|
34
34
|
<f:layoutData>
|
|
35
35
|
<FlexItemData growFactor="1" />
|
|
@@ -68,41 +68,45 @@
|
|
|
68
68
|
class="contentFinderToolbar sapUiResponsiveMargin"
|
|
69
69
|
>
|
|
70
70
|
<OverflowToolbarToggleButton
|
|
71
|
-
id="
|
|
71
|
+
id="categoryTreeToggleButton"
|
|
72
72
|
icon="sap-icon://menu2"
|
|
73
|
-
tooltip="{=
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
tooltip="{=
|
|
74
|
+
${ui>/categoryTree/visible}
|
|
75
|
+
? ${i18n>ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree}
|
|
76
|
+
: ${i18n>ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree}
|
|
77
|
+
}"
|
|
78
|
+
press=".onCategoryTreeTogglePressed"
|
|
79
|
+
visible="{= (${ui>/componentSettings/showCategoryTreeWhenEmpty} || ${ui>/categoryTree/hasData})
|
|
80
|
+
&& ${ui>/visualizations/filters/selected} === 'tiles'
|
|
81
|
+
}"
|
|
82
|
+
pressed="{ui>/categoryTree/visible}"
|
|
77
83
|
/>
|
|
78
84
|
<Title
|
|
79
|
-
id="
|
|
85
|
+
id="appSearchVisualizationsTitle"
|
|
80
86
|
titleStyle="H5"
|
|
81
87
|
text="{
|
|
82
88
|
parts: [
|
|
83
|
-
'/
|
|
84
|
-
'/
|
|
85
|
-
'/
|
|
86
|
-
'/
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'/
|
|
90
|
-
'/
|
|
91
|
-
'/
|
|
92
|
-
'/appSearch/totalCount'
|
|
89
|
+
'ui>/visualizations/filters/selected',
|
|
90
|
+
'ui>/visualizations/filters/available',
|
|
91
|
+
'ui>/visualizations/filters/filterIsTitle',
|
|
92
|
+
'ui>/visualizations/searchTerm',
|
|
93
|
+
'ui>/categoryTree/selectedTitle',
|
|
94
|
+
'ui>/visualizations/showSelectedPressed',
|
|
95
|
+
'selection>/visualizations/items/length',
|
|
96
|
+
'data>/visualizations/items',
|
|
97
|
+
'data>/visualizations/totalCount'
|
|
93
98
|
], formatter: '.formatter.formatAppSearchTitle' }"
|
|
94
99
|
tooltip="{
|
|
95
100
|
parts: [
|
|
96
|
-
'/
|
|
97
|
-
'/
|
|
98
|
-
'/
|
|
99
|
-
'/
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'/
|
|
103
|
-
'/
|
|
104
|
-
'/
|
|
105
|
-
'/appSearch/totalCount'
|
|
101
|
+
'ui>/visualizations/filters/selected',
|
|
102
|
+
'ui>/visualizations/filters/available',
|
|
103
|
+
'ui>/visualizations/filters/filterIsTitle',
|
|
104
|
+
'ui>/visualizations/searchTerm',
|
|
105
|
+
'ui>/categoryTree/selectedTitle',
|
|
106
|
+
'ui>/visualizations/showSelectedPressed',
|
|
107
|
+
'selection>/visualizations/items/length',
|
|
108
|
+
'data>/visualizations/items',
|
|
109
|
+
'data>/visualizations/totalCount'
|
|
106
110
|
], formatter: '.formatter.formatAppSearchTitle' }"
|
|
107
111
|
>
|
|
108
112
|
<layoutData>
|
|
@@ -113,6 +117,27 @@
|
|
|
113
117
|
/>
|
|
114
118
|
</layoutData>
|
|
115
119
|
</Title>
|
|
120
|
+
<SegmentedButton
|
|
121
|
+
id="selectVisualizationsFilter"
|
|
122
|
+
items="{ui>/visualizations/filters/available}"
|
|
123
|
+
selectedKey="{ui>/visualizations/filters/selected}"
|
|
124
|
+
selectionChange=".onSelectVisualizationsFilter"
|
|
125
|
+
enabled="{= ${selection>/visualizations/items/length} === 0 && ${ui>/visualizations/loaded} }"
|
|
126
|
+
visible="{= !${ui>/visualizations/showSelectedPressed} && ${ui>/visualizations/filters/displayed/length} > 1 }"
|
|
127
|
+
>
|
|
128
|
+
<layoutData>
|
|
129
|
+
<OverflowToolbarLayoutData
|
|
130
|
+
priority="Low"
|
|
131
|
+
/>
|
|
132
|
+
</layoutData>
|
|
133
|
+
<items>
|
|
134
|
+
<SegmentedButtonItem
|
|
135
|
+
key="{ui>key}"
|
|
136
|
+
text="{ui>title}"
|
|
137
|
+
tooltip="{ui>title}"
|
|
138
|
+
/>
|
|
139
|
+
</items>
|
|
140
|
+
</SegmentedButton>
|
|
116
141
|
<ToolbarSpacer />
|
|
117
142
|
|
|
118
143
|
<!-- Add 'search=".onSearch"' for server side searching -->
|
|
@@ -120,6 +145,7 @@
|
|
|
120
145
|
id="appSearchField"
|
|
121
146
|
placeholder="{i18n>ContentFinder.AppSearch.SearchPlaceholder}"
|
|
122
147
|
search=".onSearch"
|
|
148
|
+
value="{ui>/visualizations/searchFieldValue}"
|
|
123
149
|
>
|
|
124
150
|
<layoutData>
|
|
125
151
|
<OverflowToolbarLayoutData
|
|
@@ -132,12 +158,12 @@
|
|
|
132
158
|
</SearchField>
|
|
133
159
|
<OverflowToolbarToggleButton
|
|
134
160
|
id="showAllSelectedBtn"
|
|
135
|
-
visible="{
|
|
136
|
-
pressed="{/
|
|
137
|
-
enabled="{= ${
|
|
161
|
+
visible="{ui>/componentSettings/enablePersonalization}"
|
|
162
|
+
pressed="{ui>/visualizations/showSelectedPressed}"
|
|
163
|
+
enabled="{= ${selection>/visualizations/items/length} > 0 || ${ui>/visualizations/showSelectedPressed} }"
|
|
138
164
|
icon="sap-icon://multi-select"
|
|
139
165
|
text="{i18n>ContentFinder.AppSearch.Button.Tooltip.ShowSelected}"
|
|
140
|
-
tooltip="{= ${/
|
|
166
|
+
tooltip="{= ${ui>/visualizations/showSelectedPressed} ? ${i18n>ContentFinder.AppSearch.Button.Tooltip.ShowAll} : ${i18n>ContentFinder.AppSearch.Button.Tooltip.ShowSelected}}"
|
|
141
167
|
press=".onShowSelectedPressed"
|
|
142
168
|
>
|
|
143
169
|
<layoutData>
|
|
@@ -177,28 +203,33 @@
|
|
|
177
203
|
<Page
|
|
178
204
|
id="contentPage"
|
|
179
205
|
showHeader="false"
|
|
180
|
-
busy="{= !${/
|
|
206
|
+
busy="{= !${ui>/visualizations/loaded}}"
|
|
181
207
|
>
|
|
182
208
|
<ScrollContainer class="sapUiResponsiveContentPadding" horizontal="false" vertical="true" height="100%">
|
|
183
209
|
<!-- Table for appSearch in list view -->
|
|
184
210
|
<Table
|
|
211
|
+
id="visualizationsTable"
|
|
185
212
|
fixedLayout="false"
|
|
186
|
-
id="tilesList"
|
|
187
213
|
includeItemInSelection="true"
|
|
188
214
|
updateStarted=".onUpdateStarted"
|
|
189
215
|
items="{
|
|
190
|
-
|
|
191
|
-
|
|
216
|
+
model: 'data',
|
|
217
|
+
path: '/visualizations/items',
|
|
218
|
+
parameters: { totalCountPropertyPath: '/visualizations/totalCount' }
|
|
192
219
|
}"
|
|
193
|
-
mode="{
|
|
220
|
+
mode="{ parts: [
|
|
221
|
+
'ui>/componentSettings/enablePersonalization',
|
|
222
|
+
'ui>/visualizations/filters/selected'
|
|
223
|
+
], formatter: '.formatter.formatVisualizationsListMode'
|
|
224
|
+
}"
|
|
225
|
+
multiSelectMode="ClearAll"
|
|
194
226
|
growingScrollToLoad="true"
|
|
195
|
-
growingThreshold="{/
|
|
227
|
+
growingThreshold="{ui>/visualizations/growingThreshold}"
|
|
196
228
|
selectionChange=".onAppBoxSelected"
|
|
197
229
|
popinLayout="GridSmall"
|
|
198
230
|
sticky="{= mLibrary.Sticky.ColumnHeaders}"
|
|
199
231
|
rememberSelections="false"
|
|
200
|
-
visible="{
|
|
201
|
-
}"
|
|
232
|
+
visible="{ui>/visualizations/listView}"
|
|
202
233
|
>
|
|
203
234
|
<columns>
|
|
204
235
|
<Column>
|
|
@@ -213,7 +244,7 @@
|
|
|
213
244
|
demandPopin="true"
|
|
214
245
|
>
|
|
215
246
|
<Text
|
|
216
|
-
id="
|
|
247
|
+
id="appIdColumn"
|
|
217
248
|
text="{i18n>ContentFinder.AppSearch.Label.FioriId}"
|
|
218
249
|
tooltip="{i18n>ContentFinder.AppSearch.Label.FioriId}"
|
|
219
250
|
/>
|
|
@@ -241,7 +272,7 @@
|
|
|
241
272
|
<Column
|
|
242
273
|
minScreenWidth="XSmall"
|
|
243
274
|
demandPopin="true"
|
|
244
|
-
visible="{/
|
|
275
|
+
visible="{ui>/componentSettings/showApplicationLaunchButton}"
|
|
245
276
|
>
|
|
246
277
|
<Text
|
|
247
278
|
id="actionsColumn"
|
|
@@ -267,20 +298,26 @@
|
|
|
267
298
|
</Table>
|
|
268
299
|
<!-- Grid for appSearch in grid view -->
|
|
269
300
|
<f:GridList
|
|
270
|
-
id="
|
|
301
|
+
id="visualizationsGridList"
|
|
271
302
|
includeItemInSelection="true"
|
|
272
|
-
mode="{
|
|
303
|
+
mode="{ parts: [
|
|
304
|
+
'ui>/componentSettings/enablePersonalization',
|
|
305
|
+
'ui>/visualizations/filters/selected'
|
|
306
|
+
], formatter: '.formatter.formatVisualizationsListMode'
|
|
307
|
+
}"
|
|
273
308
|
growing="true"
|
|
274
309
|
growingScrollToLoad="true"
|
|
275
|
-
growingThreshold="{/
|
|
310
|
+
growingThreshold="{ui>/visualizations/growingThreshold}"
|
|
276
311
|
updateStarted=".onUpdateStarted"
|
|
277
312
|
items="{
|
|
278
|
-
|
|
279
|
-
|
|
313
|
+
model: 'data',
|
|
314
|
+
key: 'id',
|
|
315
|
+
path: '/visualizations/items',
|
|
316
|
+
parameters: { totalCountPropertyPath: '/visualizations/totalCount' }
|
|
280
317
|
}"
|
|
281
318
|
selectionChange=".onAppBoxSelected"
|
|
282
319
|
rememberSelections="false"
|
|
283
|
-
visible="{= !${/
|
|
320
|
+
visible="{= !${ui>/visualizations/listView} }"
|
|
284
321
|
>
|
|
285
322
|
<f:customLayout>
|
|
286
323
|
<grid:GridResponsiveLayout
|
|
@@ -289,9 +326,9 @@
|
|
|
289
326
|
<grid:layout>
|
|
290
327
|
<!-- Set GridSettings only if there are tiles otherwise the noData messages are affected by it. -->
|
|
291
328
|
<grid:GridSettings
|
|
292
|
-
gridTemplateColumns="{= ${
|
|
293
|
-
gridAutoRows="{= ${
|
|
294
|
-
gridGap="{= ${
|
|
329
|
+
gridTemplateColumns="{= ${data>/visualizations/items}.length > 0 ? 'repeat(auto-fill, 19.0625rem)' : ''}"
|
|
330
|
+
gridAutoRows="{= ${data>/visualizations/items}.length > 0 ? '12.75rem' : ''}"
|
|
331
|
+
gridGap="{= ${data>/visualizations/items}.length > 0 ? '1rem' : ''}"
|
|
295
332
|
/>
|
|
296
333
|
</grid:layout>
|
|
297
334
|
</grid:GridResponsiveLayout>
|
|
@@ -309,49 +346,6 @@
|
|
|
309
346
|
/>
|
|
310
347
|
</f:noData>
|
|
311
348
|
</f:GridList>
|
|
312
|
-
<f:GridList
|
|
313
|
-
id="cards"
|
|
314
|
-
includeItemInSelection="true"
|
|
315
|
-
mode="SingleSelectMaster"
|
|
316
|
-
growing="true"
|
|
317
|
-
growingScrollToLoad="true"
|
|
318
|
-
growingThreshold="{/appSearch/growingThreshold}"
|
|
319
|
-
updateStarted=".onUpdateStarted"
|
|
320
|
-
items="{
|
|
321
|
-
path: '/appSearch/visualizations/cards',
|
|
322
|
-
parameters: { totalCountPropertyPath: '/appSearch/totalCount' }
|
|
323
|
-
}"
|
|
324
|
-
selectionChange=".onAppBoxSelectedAndClose"
|
|
325
|
-
rememberSelections="false"
|
|
326
|
-
visible="{= !${/appSearch/listView} && (${/activeNavigationTarget} === ${/navigationTargets/appSearchCards})}"
|
|
327
|
-
>
|
|
328
|
-
<f:customLayout>
|
|
329
|
-
<grid:GridResponsiveLayout
|
|
330
|
-
containerQuery="true"
|
|
331
|
-
>
|
|
332
|
-
<grid:layout>
|
|
333
|
-
<!-- Set GridSettings only if there are tiles otherwise the noData messages are affected by it. -->
|
|
334
|
-
<grid:GridSettings
|
|
335
|
-
gridTemplateColumns="{= ${/appSearch/visualizations/cards}.length > 0 ? 'repeat(auto-fill, 19.0625rem)' : ''}"
|
|
336
|
-
gridAutoRows="{= ${/appSearch/visualizations/cards}.length > 0 ? '12.75rem' : ''}"
|
|
337
|
-
gridGap="{= ${/appSearch/visualizations/cards}.length > 0 ? '1rem' : ''}"
|
|
338
|
-
/>
|
|
339
|
-
</grid:layout>
|
|
340
|
-
</grid:GridResponsiveLayout>
|
|
341
|
-
</f:customLayout>
|
|
342
|
-
<core:Fragment
|
|
343
|
-
id="cardsBox"
|
|
344
|
-
fragmentName="sap.ushell.components.contentFinder.view.AppSearchBox"
|
|
345
|
-
type="XML"
|
|
346
|
-
/>
|
|
347
|
-
<f:noData>
|
|
348
|
-
<core:Fragment
|
|
349
|
-
id="VisualizationsNoDataIllustratedMessage"
|
|
350
|
-
fragmentName="sap.ushell.components.contentFinder.view.VisualizationsNoDataIllustratedMessage"
|
|
351
|
-
type="XML"
|
|
352
|
-
/>
|
|
353
|
-
</f:noData>
|
|
354
|
-
</f:GridList>
|
|
355
349
|
</ScrollContainer>
|
|
356
350
|
</Page>
|
|
357
351
|
</l:flexContent>
|