@sapui5/sap.ushell 1.113.0 → 1.115.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/ApplicationType.js +59 -57
- package/src/main/js/sap/ushell/CanvasShapesManager.js +41 -19
- package/src/main/js/sap/ushell/Config.js +5 -0
- package/src/main/js/sap/ushell/Container.js +32 -13
- 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 +10 -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/System.js +50 -0
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/UIActions.js +8 -23
- 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 +0 -10
- 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 +51 -65
- 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/AppCommunicationMgr.js +6 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +128 -48
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +24 -4
- 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 +11 -2
- 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/_HeaderManager/ShellHeader.controller.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
- 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 +12 -7
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +4 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +33 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +61 -20
- 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/Component.js +3 -76
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +196 -215
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +10 -25
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Component.js +140 -50
- 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 +65 -2
- 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 +34 -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 +51 -26
- package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +21 -12
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +198 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +333 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionStandard.js +59 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +309 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +852 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Highlighter.js +19 -44
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Paginator.css +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Paginator.js +15 -18
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/All.js +65 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +209 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +183 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +131 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Workpage.js +30 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n.properties +43 -0
- 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 +73 -39
- 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 +46 -34
- 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/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +1 -2
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +11 -4
- package/src/main/js/sap/ushell/components/homepage/Component.js +5 -0
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +16 -6
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +36 -29
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +10 -7
- 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 +42 -6
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +0 -2
- 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/Component.js +44 -41
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +19 -5
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +5 -9
- package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBar.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBarPersonalization.view.xml +37 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +16 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +360 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +52 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +28 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +23 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +58 -0
- 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/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +31 -5
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +13 -9
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +15 -6
- 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/tiles/utils.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +27 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +245 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +476 -154
- 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 +193 -156
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +143 -102
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +6 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +50 -8
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +79 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +14 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +14 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +48 -13
- 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 +4 -27
- 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/manifest.json +2 -1
- package/src/main/js/sap/ushell/plugins/rta-personalize/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 +120 -91
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +440 -294
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +492 -140
- package/src/main/js/sap/ushell/renderers/fiori2/ShellAsync.view.js +498 -164
- package/src/main/js/sap/ushell/renderers/fiori2/ShellLayout.js +99 -0
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +33 -36
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +19 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +18 -20
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +17 -19
- 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 +46 -32
- package/src/main/js/sap/ushell/services/AppState.js +30 -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 +251 -18
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +20 -4
- 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 +73 -32
- 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 +11 -3
- 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/Dashboard.less +0 -2
- package/src/main/js/sap/ushell/themes/base/FloatingContainer.less +83 -9
- package/src/main/js/sap/ushell/themes/base/MenuBar.less +23 -0
- package/src/main/js/sap/ushell/themes/base/SearchCEP.less +5 -1
- package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +4 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +2 -20
- package/src/main/js/sap/ushell/themes/base/ShellLayout.less +131 -183
- package/src/main/js/sap/ushell/themes/base/SidePane.less +8 -0
- package/src/main/js/sap/ushell/themes/base/SubHeader.less +3 -0
- package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +114 -0
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -5
- package/src/main/js/sap/ushell/themes/base/WorkPageCell.less +48 -10
- package/src/main/js/sap/ushell/themes/base/WorkPageColumnResizer.less +1 -0
- package/src/main/js/sap/ushell/themes/base/WorkPageRow.less +8 -1
- package/src/main/js/sap/ushell/themes/base/library.source.less +5 -3
- package/src/main/js/sap/ushell/themes/sap_belize/FloatingContainer.less +5 -2
- package/src/main/js/sap/ushell/themes/sap_belize/ShellLayout.less +11 -9
- package/src/main/js/sap/ushell/themes/sap_belize/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_belize_plus/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/ShellLayout.less +7 -5
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellLayout.less +11 -7
- package/src/main/js/sap/ushell/themes/sap_fiori_3/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellLayout.less +11 -7
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon/ShellLayout.less +12 -15
- package/src/main/js/sap/ushell/themes/sap_horizon/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellLayout.less +12 -14
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +9 -3
- package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -1
- package/src/main/js/sap/ushell/ui/RendererRootView.fragment.xml +8 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +3 -32
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -3
- 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/AnchorNavigationBarRenderer.js +11 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +3 -2
- 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/Tile.js +7 -7
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/FloatingContainer.js +107 -67
- package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +6 -3
- 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 +72 -0
- package/src/main/js/sap/ushell/ui/shell/SubHeader.js +81 -0
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +194 -0
- package/src/main/js/sap/ushell/ui/shell/SysInfoBarRenderer.js +41 -0
- 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/main/js/sap/ushell/utils.js +8 -8
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +2 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Main.controller.js +0 -140
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Main.view.xml +0 -10
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/SearchResultList.css +0 -248
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/SearchResultList.js +0 -486
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/Tile.js +0 -61
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/css/style.css +0 -13
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/appTile.fragment.xml +0 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/default.fragment.xml +0 -34
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/peopleCard.fragment.xml +0 -39
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/peopleList.fragment.xml +0 -41
- package/src/main/js/sap/ushell/components/cepsearchresult/app/controls/FilterField.js +0 -65
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AppDataExtension.js +0 -96
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/SearchResultManager.js +0 -292
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/SearchResultModel.js +0 -166
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/config.advanced.json +0 -136
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/config.standard.json +0 -73
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettingsErrorMessagePopover.fragment.xml +0 -23
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettingsErrorMessagePopover.js +0 -49
- package/src/main/js/sap/ushell/themes/base/ContentFinderAppBox.less +0 -182
- package/src/main/js/sap/ushell/themes/base/SplitContainer.less +0 -72
- package/src/main/js/sap/ushell/themes/sap_belize/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_horizon/SplitContainer.less +0 -8
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/SplitContainer.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/ui/ShellLayout.fragment.xml +0 -34
- package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +0 -404
- package/src/main/js/sap/ushell/ui/contentFinder/AppBoxRenderer.js +0 -299
- package/src/main/js/sap/ushell/ui/shell/ShellLayout.js +0 -386
- package/src/main/js/sap/ushell/ui/shell/ShellLayoutRenderer.js +0 -102
- package/src/main/js/sap/ushell/ui/shell/SplitContainer.js +0 -343
- package/src/main/js/sap/ushell/ui/shell/SplitContainerRenderer.js +0 -107
|
@@ -1,92 +1,41 @@
|
|
|
1
1
|
|
|
2
|
-
CATEGORIES.All.Title=\u062C\u0645\u064A\u0639 \u0627\u0644\u0641\u0626\u0627\u062A
|
|
3
|
-
CATEGORIES.All.ShortTitle=\u0627\u0644\u0643\u0644
|
|
4
|
-
CATEGORIES.All.Card.Title=\u0646\u062A\u0627\u0626\u062C \u0627\u0644\u0628\u062D\u062B
|
|
5
|
-
CATEGORIES.All.Card.SubTitle=
|
|
6
|
-
CATEGORIES.All.LoadingData=\u0642\u064A\u062F \u0627\u0644\u0628\u062D\u062B
|
|
7
|
-
CATEGORIES.All.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0637\u0627\u0628\u0642\u0627\u062A
|
|
8
2
|
|
|
3
|
+
CARD.Widget.Title=\u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u062F\u0627\u0629 \u0645\u0635\u0648\u0631\u0629 \u0644\u0644\u0646\u062A\u064A\u062C\u0629
|
|
4
|
+
|
|
5
|
+
CARD.Widget.SubTitle=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0641\u064A \u0646\u062A\u064A\u062C\u0629 \u0627\u0644\u0628\u062D\u062B
|
|
6
|
+
|
|
7
|
+
CARD.List.Button.ViewAll=\u0639\u0631\u0636 \u0627\u0644\u0643\u0644
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=\u0646\u062A\u0627\u0626\u062C \u0644\u0640 {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} \u0645\u0646 \u0623\u0635\u0644 {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
9
40
|
|
|
10
|
-
CATEGORIES.App.Title=\u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
|
|
11
|
-
CATEGORIES.App.ShortTitle=\u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
|
|
12
|
-
CATEGORIES.App.Card.Title=\u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A
|
|
13
|
-
CATEGORIES.App.Card.SubTitle=
|
|
14
|
-
CATEGORIES.App.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u062A\u0637\u0628\u064A\u0642\u0627\u062A...
|
|
15
|
-
CATEGORIES.App.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0645\u0637\u0627\u0628\u0642\u0629
|
|
16
41
|
|
|
17
|
-
CATEGORIES.Content.Title=\u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
18
|
-
CATEGORIES.Content.ShortTitle=\u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
19
|
-
CATEGORIES.Content.Card.Title=\u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
20
|
-
CATEGORIES.Content.Card.SubTitle=
|
|
21
|
-
CATEGORIES.Content.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u062D\u062A\u0648\u0649...
|
|
22
|
-
CATEGORIES.Content.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u062D\u062A\u0648\u0649 \u0645\u0637\u0627\u0628\u0642
|
|
23
|
-
|
|
24
|
-
CATEGORIES.Event.Title=\u0627\u0644\u0623\u062D\u062F\u0627\u062B
|
|
25
|
-
CATEGORIES.Event.ShortTitle=\u0627\u0644\u0623\u062D\u062F\u0627\u062B
|
|
26
|
-
CATEGORIES.Event.Card.Title=\u0627\u0644\u0623\u062D\u062F\u0627\u062B
|
|
27
|
-
CATEGORIES.Event.Card.SubTitle=
|
|
28
|
-
CATEGORIES.Event.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u062D\u062F\u0627\u062B...
|
|
29
|
-
CATEGORIES.Event.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u062D\u062F\u0627\u062B \u0645\u0637\u0627\u0628\u0642\u0629
|
|
30
|
-
|
|
31
|
-
CATEGORIES.People.Title=\u0627\u0644\u0623\u0634\u062E\u0627\u0635
|
|
32
|
-
CATEGORIES.People.ShortTitle=\u0627\u0644\u0623\u0634\u062E\u0627\u0635
|
|
33
|
-
CATEGORIES.People.Card.Title=\u0627\u0644\u0623\u0634\u062E\u0627\u0635
|
|
34
|
-
CATEGORIES.People.Card.SubTitle=
|
|
35
|
-
CATEGORIES.People.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u0634\u062E\u0627\u0635...
|
|
36
|
-
CATEGORIES.People.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0623\u0634\u062E\u0627\u0635 \u0645\u0637\u0627\u0628\u0642\u064A\u0646
|
|
37
|
-
|
|
38
|
-
CATEGORIES.Task.Title=\u0627\u0644\u0645\u0647\u0627\u0645
|
|
39
|
-
CATEGORIES.Task.ShortTitle=\u0627\u0644\u0645\u0647\u0627\u0645
|
|
40
|
-
CATEGORIES.Task.Card.Title=\u0627\u0644\u0645\u0647\u0627\u0645
|
|
41
|
-
CATEGORIES.Task.Card.SubTitle=
|
|
42
|
-
CATEGORIES.Task.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0627\u0644\u0645\u0647\u0627\u0645...
|
|
43
|
-
CATEGORIES.Task.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0647\u0627\u0645 \u0645\u0637\u0627\u0628\u0642\u0629
|
|
44
|
-
|
|
45
|
-
CATEGORIES.Forum.Title=\u0627\u0644\u0645\u0646\u062A\u062F\u064A\u0627\u062A
|
|
46
|
-
CATEGORIES.Forum.ShortTitle=\u0627\u0644\u0645\u0646\u062A\u062F\u064A\u0627\u062A
|
|
47
|
-
CATEGORIES.Forum.Card.Title=\u0627\u0644\u0645\u0646\u062A\u062F\u064A\u0627\u062A
|
|
48
|
-
CATEGORIES.Forum.Card.SubTitle=
|
|
49
|
-
CATEGORIES.Forum.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0646\u062A\u062F\u064A\u0627\u062A...
|
|
50
|
-
CATEGORIES.Forum.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0646\u062A\u062F\u064A\u0627\u062A \u0645\u0637\u0627\u0628\u0642\u0629
|
|
51
|
-
|
|
52
|
-
CATEGORIES.KnowledgeBase.Title=\u0645\u0642\u0627\u0644\u0627\u062A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0645\u0639\u0631\u0641\u0629
|
|
53
|
-
CATEGORIES.KnowledgeBase.ShortTitle=\u0642\u0627\u0639\u062F\u0629\u0627\u0644\u0645\u0639\u0631\u0641\u0629
|
|
54
|
-
CATEGORIES.KnowledgeBase.Card.Title=\u0645\u0642\u0627\u0644\u0627\u062A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0645\u0639\u0631\u0641\u0629
|
|
55
|
-
CATEGORIES.KnowledgeBase.Card.SubTitle=
|
|
56
|
-
CATEGORIES.KnowledgeBase.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0642\u0627\u0644\u0627\u062A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0645\u0639\u0631\u0641\u0629...
|
|
57
|
-
CATEGORIES.KnowledgeBase.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0642\u0627\u0644\u0627\u062A \u0642\u0627\u0639\u062F\u0629 \u0645\u0639\u0631\u0641\u0629 \u0645\u0637\u0627\u0628\u0642\u0629
|
|
58
|
-
|
|
59
|
-
CATEGORIES.Tag.Title=\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A
|
|
60
|
-
CATEGORIES.Tag.ShortTitle=\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A
|
|
61
|
-
CATEGORIES.Tag.Card.Title=\u0627\u0644\u0639\u0644\u0627\u0645\u0627\u062A
|
|
62
|
-
CATEGORIES.Tag.Card.SubTitle=
|
|
63
|
-
CATEGORIES.Tag.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0639\u0644\u0627\u0645\u0627\u062A...
|
|
64
|
-
CATEGORIES.Tag.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0639\u0644\u0627\u0645\u0627\u062A \u0645\u0637\u0627\u0628\u0642\u0629
|
|
65
|
-
|
|
66
|
-
CATEGORIES.WorkPage.Title=\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
67
|
-
CATEGORIES.WorkPage.ShortTitle=\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
68
|
-
CATEGORIES.WorkPage.Card.Title=\u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
69
|
-
CATEGORIES.WorkPage.Card.SubTitle=
|
|
70
|
-
CATEGORIES.WorkPage.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644...
|
|
71
|
-
CATEGORIES.WorkPage.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0635\u0641\u062D\u0627\u062A \u0639\u0645\u0644 \u0645\u0637\u0627\u0628\u0642\u0629
|
|
72
|
-
|
|
73
|
-
CATEGORIES.WorkSpace.Title=\u0645\u0633\u0627\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
74
|
-
CATEGORIES.WorkSpace.ShortTitle=\u0645\u0633\u0627\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
75
|
-
CATEGORIES.WorkSpace.Card.Title=\u0645\u0633\u0627\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644
|
|
76
|
-
CATEGORIES.WorkSpace.Card.SubTitle=
|
|
77
|
-
CATEGORIES.WorkSpace.LoadingData=\u062C\u0627\u0631\u064D \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0645\u0633\u0627\u062D\u0627\u062A \u0627\u0644\u0639\u0645\u0644...
|
|
78
|
-
CATEGORIES.WorkSpace.NoData=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0633\u0627\u062D\u0627\u062A \u0639\u0645\u0644 \u0645\u0637\u0627\u0628\u0642\u0629
|
|
79
|
-
|
|
80
|
-
CATEGORIES.Comment.Title=Comments
|
|
81
|
-
CATEGORIES.Comment.ShortTitle=Comments
|
|
82
|
-
CATEGORIES.Comment.Card.Title=Comments
|
|
83
|
-
CATEGORIES.Comment.Card.SubTitle=
|
|
84
|
-
CATEGORIES.Comment.LoadingData=Searching for comments
|
|
85
|
-
CATEGORIES.Comment.NoData=No matching comments found
|
|
86
|
-
|
|
87
|
-
CATEGORIES.BusinessRecord.Title=Business Records
|
|
88
|
-
CATEGORIES.BusinessRecord.ShortTitle=Records
|
|
89
|
-
CATEGORIES.BusinessRecord.Card.Title=Business Records
|
|
90
|
-
CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
91
|
-
CATEGORIES.BusinessRecord.LoadingData=Searching for business records
|
|
92
|
-
CATEGORIES.BusinessRecord.NoData=No matching business records found
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=\u0423\u0438\u0434\u0436\u0435\u0442 \u0437\u0430 \u0440\u0435
|
|
|
5
5
|
CARD.Widget.SubTitle=\u041F\u043E\u043A\u0430\u0437\u0432. \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0442 \u0442\u044A\u0440\u0441\u0435\u043D\u0435 \u0432 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442 \u043E\u0442 \u0442\u044A\u0440\u0441\u0435\u043D\u0435
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430\: {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} \u043E\u0442 {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Widget de resultats de cerca
|
|
|
5
5
|
CARD.Widget.SubTitle=Mostrar resultats cerca en un resul.cerca
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=Veure-ho tot
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Resultats per a {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} de {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Pom\u016Fcka v\u00FDsledku hled\u00E1n\u00ED
|
|
|
5
5
|
CARD.Widget.SubTitle=Zobrazit v\u00FDsledky hled\u00E1n\u00ED ve v\u00FDsledku hled\u00E1n\u00ED
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=Zobrazit v\u0161e
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=V\u00FDsledky pro {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} z {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Ano
|
|
14
|
+
CARD.Config.No=Ne
|
|
15
|
+
CARD.Config.HeaderSettings=Nastaven\u00ED hlavi\u010Dky
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Typ hlavi\u010Dky
|
|
17
|
+
CARD.Config.HeaderType.Default=Standardn\u00ED hlavi\u010Dka
|
|
18
|
+
CARD.Config.HeaderType.Custom=Vlastn\u00ED hlavi\u010Dka
|
|
19
|
+
CARD.Config.HeaderType.None=\u017D\u00E1dn\u00E1 hlavi\u010Dka
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Titulek
|
|
21
|
+
CARD.Config.Header.Title.Desc=Pomoc\u00ED ($count) nebo ($searchText) v textu zahr\u0148te odpov\u00EDdaj\u00EDc\u00ED hodnoty.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Popis
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Pomoc\u00ED ($count) nebo ($searchText) v textu zahr\u0148te odpov\u00EDdaj\u00EDc\u00ED hodnoty.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Ikona
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Barva ikony
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Tvar ikony
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigovat do aplikace hled\u00E1n\u00ED
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Kliknut\u00EDm na hlavi\u010Dku p\u0159ejdete do aplikace hled\u00E1n\u00ED
|
|
29
|
+
CARD.Config.ContentSettings=Nastaven\u00ED obsahu
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Hled\u00E1n\u00ED textu
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Kategorie
|
|
32
|
+
CARD.Config.Content.View.Lbl=Kategorie
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Polo\u017Eky na str\u00E1nku
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Zv\u00FDraznit v\u00FDsledky
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Zv\u00FDrazn\u011Bte hledan\u00FD text ve v\u00FDsledc\u00EDch.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Akce pati\u010Dky
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Str\u00E1nkov\u00E1n\u00ED v\u00FDsledk\u016F hled\u00E1n\u00ED
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Pro zobrazen\u00ED v\u0161ech v\u00FDsledk\u016F p\u0159ejd\u011Bte do aplikace hled\u00E1n\u00ED
|
|
39
|
+
CARD.Config.Content.FooterActions.None=\u017D\u00E1dn\u00E9 akce
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Teclyn Canlyniad Chwilio
|
|
|
5
5
|
CARD.Widget.SubTitle=Dangos Canlyniadau Chwilio mewn Canlyniad Chwilio
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=Gweld Pob Un
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Canlyniadau ar gyfer {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} o {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=S\u00F8geresultatwidget
|
|
|
5
5
|
CARD.Widget.SubTitle=Vis s\u00F8geresultater i et s\u00F8geresultat
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=Vis alt
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Resultater for {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} af {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Suchergebnis-Widget
|
|
|
5
5
|
CARD.Widget.SubTitle=Suchergebnisse in einem Suchergebnis anzeigen
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=Alles anzeigen
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Ergebnisse f\u00FCr {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} of {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 Widget
|
|
|
5
5
|
CARD.Widget.SubTitle=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03B5\u03C3\u03BC\u03AC\u03C4\u03C9\u03BD \u0391\u03BD\u03B1\u03B6\u03AE\u03C4.\u03C3\u03B5 \u0391\u03C0\u03BF\u03C4\u03AD\u03BB.\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u039F\u03BB\u03C9\u03BD
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=\u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B3\u03B9\u03B1 {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} \u03B1\u03C0\u03CC {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Search Result Widget
|
|
|
5
5
|
CARD.Widget.SubTitle=Show Search Results in a Search Result
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=View All
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Results for {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} of {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per Page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging Search Results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=Search Result Widget
|
|
|
5
5
|
CARD.Widget.SubTitle=Show Search Results in a Search Result
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=View All
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=Results for {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0}-{1} of {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=Yes
|
|
14
|
+
CARD.Config.No=No
|
|
15
|
+
CARD.Config.HeaderSettings=Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=[[[\u015C\u0113\u0105\u0157\u010B\u0125 \u0158\u0113\u015F\u01
|
|
|
5
5
|
CARD.Widget.SubTitle=[[[\u015C\u0125\u014F\u0175 \u015C\u0113\u0105\u0157\u010B\u0125 \u0158\u0113\u015F\u0171\u013A\u0163\u015F \u012F\u014B \u0105 \u015C\u0113\u0105\u0157\u010B\u0125 \u0158\u0113\u015F\u0171\u013A\u0163\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=[[[\u01B2\u012F\u0113\u0175 \u0100\u013A\u013A\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=[[[\u0158\u0113\u015F\u0171\u013A\u0163\u015F \u0192\u014F\u0157 {0}]]]
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus=[[[{0}-{1} \u014F\u0192 {2}]]]
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=[[[\u0176\u0113\u015F\u2219]]]
|
|
14
|
+
CARD.Config.No=[[[\u0143\u014F\u2219\u2219]]]
|
|
15
|
+
CARD.Config.HeaderSettings=[[[\u0124\u0113\u0105\u018C\u0113\u0157 \u015C\u0113\u0163\u0163\u012F\u014B\u011F\u015F\u2219\u2219\u2219\u2219]]]
|
|
16
|
+
CARD.Config.HeaderType.Lbl=[[[\u0124\u0113\u0105\u018C\u0113\u0157 \u0162\u0177\u03C1\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
17
|
+
CARD.Config.HeaderType.Default=[[[\u010E\u0113\u0192\u0105\u0171\u013A\u0163 \u0124\u0113\u0105\u018C\u0113\u0157\u2219\u2219\u2219\u2219\u2219]]]
|
|
18
|
+
CARD.Config.HeaderType.Custom=[[[\u0108\u0171\u015F\u0163\u014F\u0271 \u0124\u0113\u0105\u018C\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
19
|
+
CARD.Config.HeaderType.None=[[[\u0143\u014F \u0124\u0113\u0105\u018C\u0113\u0157\u2219\u2219\u2219\u2219\u2219]]]
|
|
20
|
+
CARD.Config.Header.Title.Lbl=[[[\u0162\u012F\u0163\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
21
|
+
CARD.Config.Header.Title.Desc=[[[\!\!\!\u016E\u015F\u012F\u014B\u011F ($\u010B\u014F\u0171\u014B\u0163) \u014F\u0157 ($\u015F\u0113\u0105\u0157\u010B\u0125\u0162\u0113\u03C7\u0163) \u0175\u012F\u0163\u0125\u012F\u014B \u0163\u0125\u0113 \u0163\u0113\u03C7\u0163 \u0163\u014F \u012F\u014B\u010B\u013A\u0171\u018C\u0113 \u0163\u0125\u0113 \u010B\u014F\u0157\u0157\u0113\u015F\u03C1\u014F\u014B\u018C\u012F\u014B\u011F \u028B\u0105\u013A\u0171\u0113\u015F.]]]
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=[[[\u010E\u0113\u015F\u010B\u0157\u012F\u03C1\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=[[[\!\!\!\u016E\u015F\u012F\u014B\u011F ($\u010B\u014F\u0171\u014B\u0163) \u014F\u0157 ($\u015F\u0113\u0105\u0157\u010B\u0125\u0162\u0113\u03C7\u0163) \u0175\u012F\u0163\u0125\u012F\u014B \u0163\u0125\u0113 \u0163\u0113\u03C7\u0163 \u0163\u014F \u012F\u014B\u010B\u013A\u0171\u018C\u0113 \u0163\u0125\u0113 \u010B\u014F\u0157\u0157\u0113\u015F\u03C1\u014F\u014B\u018C\u012F\u014B\u011F \u028B\u0105\u013A\u0171\u0113\u015F.]]]
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=[[[\u012C\u010B\u014F\u014B]]]
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=[[[\u012C\u010B\u014F\u014B \u0108\u014F\u013A\u014F\u0157\u2219\u2219\u2219\u2219]]]
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=[[[\u012C\u010B\u014F\u014B \u015C\u0125\u0105\u03C1\u0113\u2219\u2219\u2219\u2219]]]
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u0113 \u0163\u014F \u015C\u0113\u0105\u0157\u010B\u0125 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
28
|
+
CARD.Config.Header.Nav.Desc=[[[\!\!\!\u0108\u013A\u012F\u010B\u0137\u012F\u014B\u011F \u0163\u0125\u0113 \u0125\u0113\u0105\u018C\u0113\u0157 \u0175\u012F\u013A\u013A \u014B\u0105\u028B\u012F\u011F\u0105\u0163\u0113 \u0163\u014F \u0163\u0125\u0113 \u015C\u0113\u0105\u0157\u010B\u0125 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B]]]
|
|
29
|
+
CARD.Config.ContentSettings=[[[\u0108\u014F\u014B\u0163\u0113\u014B\u0163 \u015C\u0113\u0163\u0163\u012F\u014B\u011F\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=[[[\u015C\u0113\u0105\u0157\u010B\u0125 \u0162\u0113\u03C7\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
31
|
+
CARD.Config.Content.Category.Lbl=[[[\u0108\u0105\u0163\u0113\u011F\u014F\u0157\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
32
|
+
CARD.Config.Content.View.Lbl=[[[\u0108\u0105\u0163\u0113\u011F\u014F\u0157\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=[[[\u012C\u0163\u0113\u0271\u015F \u03C1\u0113\u0157 \u03C1\u0105\u011F\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=[[[\u0124\u012F\u011F\u0125\u013A\u012F\u011F\u0125\u0163 \u0158\u0113\u015F\u0171\u013A\u0163\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=[[[\!\!\!\u0124\u012F\u011F\u0125\u013A\u012F\u011F\u0125\u0163 \u0163\u0125\u0113 \u015F\u0113\u0105\u0157\u010B\u0125\u0113\u018C \u0163\u0113\u03C7\u0163 \u0175\u012F\u0163\u0125\u012F\u014B \u0163\u0125\u0113 \u0157\u0113\u015F\u0171\u013A\u0163\u015F.]]]
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=[[[\u0191\u014F\u014F\u0163\u0113\u0157 \u0100\u010B\u0163\u012F\u014F\u014B\u015F\u2219\u2219\u2219\u2219\u2219]]]
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=[[[\u01A4\u0105\u011F\u012F\u014B\u011F \u015F\u0113\u0105\u0157\u010B\u0125 \u0157\u0113\u015F\u0171\u013A\u0163\u015F\u2219\u2219\u2219\u2219\u2219]]]
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=[[[\!\!\!\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u0113 \u0163\u014F \u015C\u0113\u0105\u0157\u010B\u0125 \u0100\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B \u0163\u014F \u028B\u012F\u0113\u0175 \u0105\u013A\u013A \u0157\u0113\u015F\u0171\u013A\u0163\u015F]]]
|
|
39
|
+
CARD.Config.Content.FooterActions.None=[[[\u0143\u014F \u0100\u010B\u0163\u012F\u014F\u014B\u015F\u2219\u2219\u2219\u2219]]]
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u
|
|
|
5
5
|
CARD.Widget.SubTitle=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u206AShow Search Results in a Search Result\u206A\u206A
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200B\u200D\u206AView All\u206A\u206A
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u206AResults for \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200B\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C-\u200B\u200B\u200B{1}\u200C\u200C\u200C of \u200B\u200B\u200B{2}\u200C\u200C\u200C\u206A\u206A
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=\u206A\u206A\u206A\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u206AYes\u206A\u206A
|
|
14
|
+
CARD.Config.No=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u206ANo\u206A\u206A
|
|
15
|
+
CARD.Config.HeaderSettings=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u206AHeader Settings\u206A\u206A
|
|
16
|
+
CARD.Config.HeaderType.Lbl=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u206AHeader Type\u206A\u206A
|
|
17
|
+
CARD.Config.HeaderType.Default=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u206ADefault Header\u206A\u206A
|
|
18
|
+
CARD.Config.HeaderType.Custom=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200D\u206ACustom Header\u206A\u206A
|
|
19
|
+
CARD.Config.HeaderType.None=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200C\u200C\u206ANo Header\u206A\u206A
|
|
20
|
+
CARD.Config.Header.Title.Lbl=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u206ATitle\u206A\u206A
|
|
21
|
+
CARD.Config.Header.Title.Desc=\u206A\u206A\u206A\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u206AUsing ($count) or ($searchText) within the text to include the corresponding values.\u206A\u206A
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=\u206A\u206A\u206A\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200D\u206ADescription\u206A\u206A
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u206AUsing ($count) or ($searchText) within the text to include the corresponding values.\u206A\u206A
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u206AIcon\u206A\u206A
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=\u206A\u206A\u206A\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u206AIcon Color\u206A\u206A
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u206AIcon Shape\u206A\u206A
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200D\u206ANavigate to Search Application\u206A\u206A
|
|
28
|
+
CARD.Config.Header.Nav.Desc=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u206AClicking the header will navigate to the Search Application\u206A\u206A
|
|
29
|
+
CARD.Config.ContentSettings=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u206AContent Settings\u206A\u206A
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200D\u200D\u200B\u206ASearch Text\u206A\u206A
|
|
31
|
+
CARD.Config.Content.Category.Lbl=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200B\u206ACategory\u206A\u206A
|
|
32
|
+
CARD.Config.Content.View.Lbl=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u206ACategory\u206A\u206A
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u206AItems per page\u206A\u206A
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200D\u200D\u200D\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u206AHighlight Results\u206A\u206A
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=\u206A\u206A\u206A\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200C\u200C\u206AHighlight the searched text within the results.\u206A\u206A
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u206AFooter Actions\u206A\u206A
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200C\u206APaging search results\u206A\u206A
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=\u206A\u206A\u206A\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u206ANavigate to Search Application to view all results\u206A\u206A
|
|
39
|
+
CARD.Config.Content.FooterActions.None=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u206ANo Actions\u206A\u206A
|
|
40
|
+
|
|
41
|
+
|
|
@@ -5,3 +5,37 @@ CARD.Widget.Title=RxPrg1B73HTcPzajv4LCKg_Search Result Widget
|
|
|
5
5
|
CARD.Widget.SubTitle=rkesggJPkm9CRsMPqXPpeQ_Show Search Results in a Search Result
|
|
6
6
|
|
|
7
7
|
CARD.List.Button.ViewAll=bmP/raZZ5dEVRP12jRGCvg_View All
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=OK73JKT8dNlqmepeCb5mqg_Results for {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus=dHEB7eVaQKEOINWHKMhpHQ_{0}-{1} of {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=2Sq3vGvHJoWjYaVI/0kn+A_Yes
|
|
14
|
+
CARD.Config.No=cMac/n6q5NLgdAfVgFrTHg_No
|
|
15
|
+
CARD.Config.HeaderSettings=4IVp3zfcxJ2oIfI85KE0xw_Header Settings
|
|
16
|
+
CARD.Config.HeaderType.Lbl=8tpM6AaHPgvJwhLW5Gb4xw_Header Type
|
|
17
|
+
CARD.Config.HeaderType.Default=6FXtkrDtFYuZ1QIIm7wMXQ_Default Header
|
|
18
|
+
CARD.Config.HeaderType.Custom=5ee/T4nxhaiiQHevNFa4hw_Custom Header
|
|
19
|
+
CARD.Config.HeaderType.None=HfzJQ4bSmybDs1PedHHT3w_No Header
|
|
20
|
+
CARD.Config.Header.Title.Lbl=/tNJlj45R8WacyYHqXspIQ_Title
|
|
21
|
+
CARD.Config.Header.Title.Desc=oIbykfpq1W3mz0vZ1vmawg_Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=GOUVTPjsoeHh00HFXCe9eA_Description
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=zhNr8I1UW0DqPsahtp7aXA_Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=uH3dkJ6NJUf33HlC3sJV/Q_Icon
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=eUG79JI41mJnCnMJ4Yrn+A_Icon Color
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=IHYaG6tmfvVMP44NocRrtg_Icon Shape
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=mLU/1JWxSX15LC9QgCTguQ_Navigate to Search Application
|
|
28
|
+
CARD.Config.Header.Nav.Desc=I7htJ5sh6y0Ce6/YNhHmAg_Clicking the header will navigate to the Search Application
|
|
29
|
+
CARD.Config.ContentSettings=zdAi5O3S9aFwLKg2liYv7w_Content Settings
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=ZDLdWV8lqY0r2pTojd75mA_Search Text
|
|
31
|
+
CARD.Config.Content.Category.Lbl=+XrPFeWxlFNsGN7Vw0nQbQ_Category
|
|
32
|
+
CARD.Config.Content.View.Lbl=QXhC+ITvTztSyzxs0Q1PVw_Category
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=bvToseRfne9QyH5+bu4NSg_Items per page
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=FfSzQEBCA5yMEjp1vJVLNQ_Highlight Results
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=67fsYpVPY2rY3lURRieV+Q_Highlight the searched text within the results.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=JZTM+0TDBlyEttRP22dMnA_Footer Actions
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=tpJ9Iym5gLtyAXDkGUkIog_Paging search results
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=rc+1ok147L0r5zSKjRJloA_Navigate to Search Application to view all results
|
|
39
|
+
CARD.Config.Content.FooterActions.None=yHYU/Nw1JE3auR9M3wUHyQ_No Actions
|
|
40
|
+
|
|
41
|
+
|