@sapui5/sap.ushell 1.114.0 → 1.115.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/ApplicationType.js +33 -48
- package/src/main/js/sap/ushell/CanvasShapesManager.js +2 -2
- package/src/main/js/sap/ushell/Config.js +5 -0
- package/src/main/js/sap/ushell/Container.js +20 -5
- 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/Layout.js +7 -10
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/SessionHandler.js +2 -4
- package/src/main/js/sap/ushell/TechnicalParameters.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/_ApplicationType/guiResolution.js +120 -128
- package/src/main/js/sap/ushell/_ApplicationType/systemAlias.js +297 -304
- package/src/main/js/sap/ushell/_ApplicationType/utils.js +8 -4
- package/src/main/js/sap/ushell/_ApplicationType/wdaResolution.js +50 -64
- 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/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/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 +39 -38
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +8 -8
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +3 -4
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +13 -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/SearchCEPAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPApplicationAdapter.js +264 -0
- 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/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.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/SearchAdapter.js +3 -5
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +4 -7
- 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 +40 -23
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +80 -23
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +14 -7
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +66 -8
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +5 -0
- 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/common/common.create.configcontract.core.js +4 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +35 -40
- package/src/main/js/sap/ushell/components/CatalogsManager.js +47 -21
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +22 -0
- package/src/main/js/sap/ushell/components/HomepageManager.js +23 -1
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +9 -15
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +15 -17
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +53 -12
- package/src/main/js/sap/ushell/components/appfinder/Component.js +5 -3
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +21 -16
- package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +2 -1
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +39 -8
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +30 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +3 -3
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +11 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +16 -20
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +0 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Component.js +74 -42
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Config.js +237 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +40 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n.properties +58 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ar.properties +37 -88
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_bg.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ca.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cs.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cy.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_de.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_el.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_GB.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_sappsd.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +30 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_es.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_es_MX.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hu.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_id.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ja.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_kk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lt.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_nl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_no.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pt.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pt_PT.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ru.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sv.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_th.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_TW.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/manifest.json +49 -25
- package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +4 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +45 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +103 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +248 -168
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +43 -24
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +10 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +20 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Workpage.js +1 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n.properties +30 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_da.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_de.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_GB.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_sappsd.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_et.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_id.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_kk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lt.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_zh_CN.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_zh_TW.properties +23 -0
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +172 -42
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +59 -96
- 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/GraphQLListBinding.js +37 -0
- package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +35 -0
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +5 -8
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_sappsd.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +45 -32
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +65 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchPaginated.view.xml +119 -0
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +5 -1
- package/src/main/js/sap/ushell/components/homepage/Component.js +5 -0
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +6 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +3 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +5 -2
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +5 -2
- package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +5 -0
- 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 +5 -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 +1 -1
- 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/MenuBar/controller/MenuBar.controller.js +2 -2
- 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 +10 -13
- 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/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/NavigationSvcSearchProvider.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/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +65 -28
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +23 -3
- 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 -14
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +29 -16
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +30 -16
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.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 +27 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +161 -57
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +215 -150
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +177 -0
- 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 +171 -154
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +114 -102
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +1 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +16 -8
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +67 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +32 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +32 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +7 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +32 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +7 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +36 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +39 -14
- 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/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -26
- 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/renderers/fiori2/AccessKeysHandler.js +4 -3
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +71 -98
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +111 -39
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +142 -204
- package/src/main/js/sap/ushell/renderers/fiori2/ShellAsync.view.js +165 -220
- package/src/main/js/sap/ushell/renderers/fiori2/ShellLayout.js +20 -26
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +7 -35
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +15 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +15 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +15 -26
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +15 -26
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +15 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +18 -22
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +17 -21
- package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -0
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +13 -17
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +45 -12
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.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 +4 -6
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +22 -16
- package/src/main/js/sap/ushell/services/DarkModeSupport.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.js +1 -1
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +12 -7
- 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/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 +54 -6
- package/src/main/js/sap/ushell/services/SearchableContent.js +6 -3
- 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/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.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 +20 -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/_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/_CommonDataModel/SiteConverter.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/_MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.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/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ContentFinder.less +21 -0
- package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +4 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -6
- package/src/main/js/sap/ushell/themes/base/WorkPageCell.less +44 -10
- package/src/main/js/sap/ushell/themes/base/WorkPageColumnResizer.less +1 -0
- package/src/main/js/sap/ushell/themes/base/WorkPageRow.less +1 -1
- package/src/main/js/sap/ushell/themes/base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +3 -0
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportButton.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +18 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +11 -3
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/FloatingContainer.js +17 -4
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +14 -0
- package/src/main/js/sap/ushell/ui/shell/SidePane.js +6 -4
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.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/ShellUIService.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/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ContentFinderAppBox.less +0 -182
- package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +0 -404
- package/src/main/js/sap/ushell/ui/contentFinder/AppBoxRenderer.js +0 -299
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Ei valittuja sovelluksia
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Tiedot kohteelle\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Ei tuloksia kohteelle\: \u201D{0}\u201D
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=N\u00E4yt\u00E4 kaikki valitut sovellukset
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Aucune application s\u00E9lectionn\u
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=R\u00E9sultats pour\u00A0\: {0} ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\u00A0\: {0}
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher toutes les applications s\u00E9lectionn\u00E9es
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancer application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Informations
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Aper\u00E7u
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Non disponible
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=D\u00E9j\u00E0 utilis\u00E9
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties
CHANGED
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Aucune application s\u00E9lectionn\u
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=R\u00E9sultats pour\: {0} ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\: {0}
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher toutes les applications s\u00E9lectionn\u00E9es
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u0915\u094B\u0908 \u090F\u092A\u094
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u0907\u0938\u0915\u0947 \u0932\u093F\u090F \u092A\u0930\u093F\u0923\u093E\u092E\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u0907\u0938\u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E \u0928\u0939\u0940\u0902\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0938\u092D\u0940 \u091A\u092F\u0928\u093F\u0924 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0915\u093E \u0926\u0943\u0936\u094D\u092F \u0915\u0930\u0947\u0902
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nema odabranih aplikacija
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei sve odabrane aplikacije
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nincs kiv\u00E1lasztott alkalmaz\u00
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Tal\u00E1latok a k\u00F6vetkez\u0151re\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nincs tal\u00E1lat a k\u00F6vetkez\u0151re\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u00D6sszes kiv\u00E1lasztott alkalmaz\u00E1s megtekint\u00E9se
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Tidak Ada Aplikasi yang Dipilih
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Hasil untuk\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Tidak Ada Hasil untuk\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Tampilkan Semua Aplikasi yang Dipilih
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nessuna applicazione selezionata
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Risultati per\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nessun risultato per\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizza tutte le app selezionate
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u05D0\u05D9\u05DF \u05D9\u05D9\u05E
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u05D0\u05D9\u05DF \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u05D4\u05E6\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05E9\u05E0\u05D1\u05D7\u05E8\u05D5
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u9078\u629E\u3057\u305F\u30A2\u30D7
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u6B21\u306E\u7D50\u679C\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u6B21\u306E\u7D50\u679C\u306A\u3057\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u9078\u629E\u3057\u305F\u3059\u3079\u3066\u306E\u30A2\u30D7\u30EA\u3092\u8868\u793A
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u0422\u0430\u04A3\u0434\u0430\u043B
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u041A\u0435\u043B\u0435\u0441\u0456 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041A\u0435\u043B\u0435\u0441\u0456 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440 \u0436\u043E\u049B\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0422\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u0431\u0430\u0440\u043B\u044B\u049B \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440\u0434\u044B \u043A\u04E9\u0440\u0443
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043D\u044B \u0456\u0441\u043A\u0435 \u049B\u043E\u0441\u0443
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=\u0422\u04AF\u0440\u0456
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=\u0410\u049B\u043F\u0430\u0440\u0430\u0442
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u0438\u0434.
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=\u0416\u04AF\u0439\u0435 \u0438\u0434.
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=\u0410\u043B\u0434\u044B\u043D \u0430\u043B\u0430 \u043A\u04E9\u0440\u0443
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=\u049A\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0441\u0456\u0437
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=\u0410\u043B\u0434\u044B\u043D \u0430\u043B\u0430 \u043A\u04E9\u0440\u0443
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u04D8\u043B\u0434\u0435\u049B\u0430\u0448\u0430\u043D \u049B\u043E\u043B\u0434\u0430\u043D\u044B\u043B\u0493\u0430\u043D
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u201C{0}\u201D\uC5D0 \uB300\uD55C \uACB0\uACFC({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u201C{0}\u201D\uC5D0 \uB300\uD55C \uACB0\uACFC \uC5C6\uC74C
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\uC120\uD0DD\uB41C \uBAA8\uB4E0 \uC571 \uBCF4\uAE30
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Pasirinkt\u0173 program\u0173 n\u011
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezultatai\: {0} ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Rezultat\u0173 n\u0117ra\: {0}
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Per\u017Ei\u016Br\u0117ti visas pasirinktas programas
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Neviena lietojumprogramma nav atlas\
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezult\u0101ti par\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nav rezult\u0101tu par\: "{0}\u201D
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Skat\u012Bt visas atlas\u012Bt\u0101s lietojumprogrammas
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Tiada Aplikasi yang Dipilih
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Hasil untuk\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Tiada Hasil untuk\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Papar Semua Aplikasi Terpilih
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Geen geselecteerde applicaties
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Resultaten voor\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Geen resultaten voor\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Alle geselecteerde apps weergeven
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Ingen valgte applikasjoner
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Resultater for\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Ingen resultater for\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis alle valgte apper
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Brak wybranych aplikacji
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Wyniki dla\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Brak wynik\u00F3w dla\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Wy\u015Bwietl wszystkie wybrane aplikacje
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nenhuma aplica\u00E7\u00E3o selecion
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar todos os apps selecionados
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties
CHANGED
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nenhuma aplica\u00E7\u00E3o selecion
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: {0}
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar todas as aplica\u00E7\u00F5es selecionadas
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Nicio aplica\u021Bie selectat\u0103
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezultate pentru\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Niciun rezultat pentru\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vizualizare toate aplica\u021Biile selectate
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u041D\u0435\u0442 \u0432\u044B\u043
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u0434\u043B\u044F\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432 \u0434\u043B\u044F\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0441\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Aplikacije nisu odabrane
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei sve odabrane aplikacije
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Tip
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Informacije
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Pret.prikaz
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Nije dostupno
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Pret.prikaz
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ve\u0107 u upotrebi
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u017Diadne vybrat\u00E9 aplik\u00E1
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=V\u00FDsledky pre\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u017Diadne v\u00FDsledky pre\: "{0}\u201C
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazi\u0165 v\u0161etky vybrat\u00E9 aplik\u00E1cie
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spusti\u0165 aplik\u00E1ciu
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Typ
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Inform\u00E1cie
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=N\u00E1h\u013Ead
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Nedostupn\u00E9
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=N\u00E1h\u013Ead
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=U\u017E sa pou\u017E\u00EDva
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Ni izbranih aplikacij
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Ni rezultatov za\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prikaz vseh izbranih aplikacij
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Inga valda applikationer
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=Resultat f\u00F6r\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Inga resultat f\u00F6r\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visa alla valda appar
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Starta applikation
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Typ
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=F\u00F6rhandsgranskning
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Ej tillg\u00E4nglig
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=F\u00F6rhandsgranska
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Redan anv\u00E4nd
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Se\u00E7ilen uygulama yok
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u015Eunun i\u00E7in sonu\u00E7lar\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u015Eunun i\u00E7in sonu\u00E7 yok\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=T\u00FCm se\u00E7ilen uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uygulamay\u0131 ba\u015Flat
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=T\u00FCr
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Bilgi
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori tan\u0131t\u0131c\u0131s\u0131
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=Sistem tan\u0131t\u0131c\u0131s\u0131
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=\u00D6nizleme
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Kullan\u0131lamaz
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=\u00D6nizleme
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u00D6nceden kullan\u0131ld\u0131
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u041D\u0435\u043C\u0430\u0454 \u043
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u0434\u043B\u044F\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430\u0454 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0456\u0432 \u0434\u043B\u044F\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=Kh\u00F4ng c\u00F3 \u1EE9ng d\u1EE5n
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=K\u00EA\u0301t qua\u0309 cho\: "{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=Kh\u00F4ng co\u0301 k\u00EA\u0301t qua\u0309 cho\: "{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=X\u00EAm t\u00E2\u0301t ca\u0309 \u01B0\u0301ng du\u0323ng \u0111\u01B0\u01A1\u0323c cho\u0323n
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties
CHANGED
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u65E0\u6240\u9009\u5E94\u7528\u7A0B
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u6B64\u9879\u7684\u7ED3\u679C\uFF1A"{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u65E0\u6B64\u9879\u7684\u7ED3\u679C\uFF1A"{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u67E5\u770B\u6240\u9009\u7684\u6240\u6709\u5E94\u7528\u7A0B\u5E8F
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties
CHANGED
|
@@ -20,3 +20,12 @@ ContentFinder.AppSearch.Title.NoSelectedApp=\u6240\u9078\u61C9\u7528\u7A0B\u5F0F
|
|
|
20
20
|
ContentFinder.AppSearch.Title.SearchResult=\u7D50\u679C\uFF1A"{0}" ({1})
|
|
21
21
|
ContentFinder.AppSearch.Title.NoSearchResult=\u6C92\u6709\u7D50\u679C\uFF1A"{0}"
|
|
22
22
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u6AA2\u8996\u5168\u90E8\u6240\u9078\u61C9\u7528\u7A0B\u5F0F
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
24
|
+
ContentFinder.AppSearch.Label.Type=Type
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
28
|
+
ContentFinder.AppSearch.Label.Preview=Preview
|
|
29
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
|
+
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already Used
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
<mvc:View
|
|
2
2
|
xmlns="sap.m"
|
|
3
|
+
xmlns:core="sap.ui.core"
|
|
3
4
|
xmlns:mvc="sap.ui.core.mvc"
|
|
4
5
|
xmlns:f="sap.f"
|
|
5
6
|
xmlns:l="sap.ui.layout"
|
|
7
|
+
xmlns:grid="sap.ui.layout.cssgrid"
|
|
6
8
|
controllerName="sap.ushell.components.contentFinder.controller.AppSearch"
|
|
7
9
|
id="sapContentFinderAppSearch"
|
|
8
10
|
height="100%">
|
|
@@ -22,7 +24,6 @@
|
|
|
22
24
|
'/appSearch/selectedAppCount',
|
|
23
25
|
'/appSearch/visualizations/tiles',
|
|
24
26
|
'/appSearch/visualizations/cards',
|
|
25
|
-
'/appSearch/restrictedVisualizations',
|
|
26
27
|
'/appSearch/filteredAppCount'
|
|
27
28
|
], formatter: '.formatter.formatAppSearchTitle' }">
|
|
28
29
|
<layoutData>
|
|
@@ -54,39 +55,51 @@
|
|
|
54
55
|
</OverflowToolbar>
|
|
55
56
|
</l:fixContent>
|
|
56
57
|
<l:flexContent>
|
|
57
|
-
<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
<f:
|
|
62
|
-
id="
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
58
|
+
<Page
|
|
59
|
+
showHeader="false"
|
|
60
|
+
class="sapUiResponsiveContentPadding"
|
|
61
|
+
busy="{= !${/appSearch/visualizationsLoaded}}">
|
|
62
|
+
<f:GridList
|
|
63
|
+
id="tilesGridList"
|
|
64
|
+
includeItemInSelection="true"
|
|
65
|
+
mode="MultiSelect"
|
|
66
|
+
items="{/appSearch/visualizations/tiles}"
|
|
67
|
+
selectionChange=".onAppBoxSelected"
|
|
67
68
|
visible="{= ${/activeNavigationTarget} === ${/navigationTargets/appSearchTiles}}">
|
|
68
|
-
<f:
|
|
69
|
-
<
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
69
|
+
<f:customLayout>
|
|
70
|
+
<grid:GridResponsiveLayout containerQuery="true">
|
|
71
|
+
<grid:layout>
|
|
72
|
+
<grid:GridSettings
|
|
73
|
+
gridTemplateColumns="repeat(auto-fill, 19.0625rem)"
|
|
74
|
+
gridAutoRows="12.75rem"
|
|
75
|
+
gridGap="1rem"
|
|
76
|
+
/>
|
|
77
|
+
</grid:layout>
|
|
78
|
+
</grid:GridResponsiveLayout>
|
|
79
|
+
</f:customLayout>
|
|
80
|
+
<core:Fragment fragmentName="sap.ushell.components.contentFinder.view.AppSearchBox" type="XML" />
|
|
81
|
+
</f:GridList>
|
|
82
|
+
<f:GridList
|
|
83
|
+
id="cardsGridList"
|
|
84
|
+
includeItemInSelection="true"
|
|
85
|
+
mode="SingleSelectMaster"
|
|
86
|
+
items="{/appSearch/visualizations/cards}"
|
|
87
|
+
selectionChange=".onAppBoxSelectedAndClose"
|
|
81
88
|
visible="{= ${/activeNavigationTarget} === ${/navigationTargets/appSearchCards}}">
|
|
82
|
-
<f:
|
|
83
|
-
<
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
89
|
+
<f:customLayout>
|
|
90
|
+
<grid:GridResponsiveLayout containerQuery="true">
|
|
91
|
+
<grid:layout>
|
|
92
|
+
<grid:GridSettings
|
|
93
|
+
gridTemplateColumns="repeat(auto-fill, 19.0625rem)"
|
|
94
|
+
gridAutoRows="12.75rem"
|
|
95
|
+
gridGap="1rem"
|
|
96
|
+
/>
|
|
97
|
+
</grid:layout>
|
|
98
|
+
</grid:GridResponsiveLayout>
|
|
99
|
+
</f:customLayout>
|
|
100
|
+
<core:Fragment fragmentName="sap.ushell.components.contentFinder.view.AppSearchBox" type="XML" />
|
|
101
|
+
</f:GridList>
|
|
102
|
+
</Page>
|
|
90
103
|
</l:flexContent>
|
|
91
104
|
</l:FixFlex>
|
|
92
105
|
</mvc:View>
|