@sapui5/sap.ushell 1.120.4 → 1.120.6
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/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/_ApplicationType/urlTemplateResolution.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/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/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +69 -45
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +7 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +23 -10
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/HomepageManager.js +25 -0
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +23 -19
- 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/cards/searchresultwidget/i18n/i18n_en.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +11 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +111 -0
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/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/resources/resources_en.properties +29 -0
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +76 -0
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +10 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +14 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +44 -37
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -19
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +4 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +2 -2
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +66 -44
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_UserRecents/RecentActivity.js +36 -23
- package/src/main/js/sap/ushell/services/_UserRecents/RecentAppsUsage.js +11 -11
- package/src/main/js/sap/ushell/services/_UserRecents/RecentsList.js +8 -8
- package/src/main/js/sap/ushell/services/_UserRecents/UserRecentsBase.js +40 -36
- 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/ui/ContentNodeSelector.js +3 -1
- package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -6
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +24 -4
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
prepareUshellConfig();
|
|
3
3
|
prepareModules();
|
|
4
4
|
sap.ui.define([
|
|
5
|
+
"sap/base/i18n/Formatting",
|
|
6
|
+
"sap/base/i18n/Localization",
|
|
5
7
|
"sap/ui/core/Core",
|
|
6
8
|
"sap/base/Log",
|
|
7
9
|
"sap/base/util/ObjectPath",
|
|
@@ -34,6 +36,8 @@ sap.ui.define([
|
|
|
34
36
|
"sap/ushell/renderer/utils",
|
|
35
37
|
"sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer"
|
|
36
38
|
], function (
|
|
39
|
+
Formatting,
|
|
40
|
+
Localization,
|
|
37
41
|
Core,
|
|
38
42
|
Log,
|
|
39
43
|
ObjectPath,
|
|
@@ -177,33 +181,35 @@ sap.ui.define([
|
|
|
177
181
|
|
|
178
182
|
this._setUI5LocaleAttributes = function (oLocaleData) {
|
|
179
183
|
if (Object.keys(oLocaleData).length > 0) {
|
|
180
|
-
|
|
184
|
+
if (oLocaleData.calendarType) {
|
|
185
|
+
Formatting.setCalendarType(oLocaleData.calendarType);
|
|
186
|
+
}
|
|
181
187
|
if (oLocaleData.dateFormatShort) {
|
|
182
|
-
|
|
188
|
+
Formatting.setDatePattern("short", oLocaleData.dateFormatShort);
|
|
183
189
|
}
|
|
184
190
|
if (oLocaleData.dateFormatMedium) {
|
|
185
|
-
|
|
191
|
+
Formatting.setDatePattern("medium", oLocaleData.dateFormatMedium);
|
|
186
192
|
}
|
|
187
193
|
if (oLocaleData.numberFormatGroup) {
|
|
188
|
-
|
|
194
|
+
Formatting.setNumberSymbol("group", oLocaleData.numberFormatGroup);
|
|
189
195
|
}
|
|
190
196
|
if (oLocaleData.numberFormatDecimal) {
|
|
191
|
-
|
|
197
|
+
Formatting.setNumberSymbol("decimal", oLocaleData.numberFormatDecimal);
|
|
192
198
|
}
|
|
193
199
|
if (oLocaleData.timeFormatShort) {
|
|
194
|
-
|
|
200
|
+
Formatting.setTimePattern("short", oLocaleData.timeFormatShort);
|
|
195
201
|
}
|
|
196
202
|
if (oLocaleData.timeFormatMedium) {
|
|
197
|
-
|
|
203
|
+
Formatting.setTimePattern("medium", oLocaleData.timeFormatMedium);
|
|
198
204
|
}
|
|
199
205
|
if (oLocaleData.calendarMapping) {
|
|
200
|
-
|
|
206
|
+
Formatting.setCustomIslamicCalendarData(oLocaleData.calendarMapping);
|
|
201
207
|
}
|
|
202
208
|
if (oLocaleData.timeZone) {
|
|
203
|
-
|
|
209
|
+
Localization.setTimezone(oLocaleData.timeZone);
|
|
204
210
|
}
|
|
205
211
|
if (oLocaleData.currencyFormats) {
|
|
206
|
-
|
|
212
|
+
Formatting.setCustomCurrencies(oLocaleData.currencyFormats);
|
|
207
213
|
}
|
|
208
214
|
}
|
|
209
215
|
};
|
|
@@ -346,8 +352,8 @@ sap.ui.define([
|
|
|
346
352
|
var oTargetHashParts = oTargetUrlParts[1] && oTargetUrlParts[1].split("&/"),
|
|
347
353
|
oCurrHashParts = oCurrUrlParts[1] && oCurrUrlParts[1].split("&/");
|
|
348
354
|
if (typeof oTargetHashParts[0] === "string" && typeof oCurrHashParts[0] === "string" && oTargetHashParts[0] !== oCurrHashParts[0]) {
|
|
349
|
-
sap.ushell.Container.getServiceAsync("
|
|
350
|
-
oNavService.
|
|
355
|
+
sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
|
|
356
|
+
oNavService.toExternal({
|
|
351
357
|
target: {
|
|
352
358
|
shellHash: oTargetUrlParts[1]
|
|
353
359
|
}
|
|
@@ -541,8 +547,8 @@ sap.ui.define([
|
|
|
541
547
|
var oTargetHashParts = newHash.split("&/"),
|
|
542
548
|
oCurrHashParts = oldHash.split("&/");
|
|
543
549
|
if (oTargetHashParts[0] !== oCurrHashParts[0]) {
|
|
544
|
-
sap.ushell.Container.getServiceAsync("
|
|
545
|
-
oNavService.
|
|
550
|
+
sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
|
|
551
|
+
oNavService.toExternal({
|
|
546
552
|
target: {
|
|
547
553
|
shellHash: newHash
|
|
548
554
|
}
|
|
@@ -680,23 +686,8 @@ sap.ui.define([
|
|
|
680
686
|
false,
|
|
681
687
|
undefined
|
|
682
688
|
);
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
for (var sParameter in oAppInfo) {
|
|
686
|
-
if (oAppInfo[sParameter] === undefined || oAppInfo[sParameter] === "") {
|
|
687
|
-
delete (oAppInfo[sParameter]);
|
|
688
|
-
}
|
|
689
|
-
}
|
|
690
|
-
oAppInfo.appFrameworkId = "UI5";
|
|
691
|
-
oAppInfo.technicalAppComponentId = oAppProperties.ui5ComponentName;
|
|
692
|
-
if (typeof sAppTitle === "string") {
|
|
693
|
-
oAppInfo.appTitle = sAppTitle;
|
|
694
|
-
}
|
|
695
|
-
AppLifeCycleAgent.setCurrentAppAttributes(oAppInfo);
|
|
696
|
-
setTimeout(function () {
|
|
697
|
-
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.AppLifeCycle.updateCurrentAppInfo", {info: oAppInfo});
|
|
698
|
-
}, 500);
|
|
699
|
-
});
|
|
689
|
+
|
|
690
|
+
_that.getCurrentAppInfo(oAppLifeCycleService, oURLParameters, oAppProperties, sAppTitle);
|
|
700
691
|
_that.considerChangingTheDefaultFullWidthVal(oResolutionResultWithComponentHandle);
|
|
701
692
|
_that.overrideUrlHelperFuncs();
|
|
702
693
|
fnResolve({
|
|
@@ -711,30 +702,63 @@ sap.ui.define([
|
|
|
711
702
|
});
|
|
712
703
|
};
|
|
713
704
|
|
|
705
|
+
/**
|
|
706
|
+
* @private
|
|
707
|
+
*/
|
|
708
|
+
this.getCurrentAppInfo = function (oAppLifeCycleService, oURLParameters, oAppProperties, sAppTitle) {
|
|
709
|
+
|
|
710
|
+
var aAppInfoParams = [
|
|
711
|
+
"appFrameworkVersion",
|
|
712
|
+
"appVersion"
|
|
713
|
+
];
|
|
714
|
+
if (!oURLParameters["sap-startup-params"] || oURLParameters["sap-startup-params"].indexOf("sap-fiori-id") === -1) {
|
|
715
|
+
aAppInfoParams.push("appId");
|
|
716
|
+
}
|
|
717
|
+
if (!oURLParameters["sap-startup-params"] || oURLParameters["sap-startup-params"].indexOf("sap-ach") === -1) {
|
|
718
|
+
aAppInfoParams.push("appSupportInfo");
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
var oCurrentApp = oAppLifeCycleService.getCurrentApplication();
|
|
722
|
+
oCurrentApp.getInfo(aAppInfoParams).then(function (oAppInfo) {
|
|
723
|
+
for (var sParameter in oAppInfo) {
|
|
724
|
+
if (oAppInfo[sParameter] === undefined || oAppInfo[sParameter] === "") {
|
|
725
|
+
delete (oAppInfo[sParameter]);
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
oAppInfo.appFrameworkId = "UI5";
|
|
729
|
+
oAppInfo.technicalAppComponentId = oAppProperties.ui5ComponentName;
|
|
730
|
+
if (typeof sAppTitle === "string") {
|
|
731
|
+
oAppInfo.appTitle = sAppTitle;
|
|
732
|
+
}
|
|
733
|
+
AppLifeCycleAgent.setCurrentAppAttributes(oAppInfo);
|
|
734
|
+
setTimeout(function () {
|
|
735
|
+
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.AppLifeCycle.updateCurrentAppInfo", {info: oAppInfo});
|
|
736
|
+
}, 500);
|
|
737
|
+
});
|
|
738
|
+
};
|
|
739
|
+
|
|
714
740
|
/**
|
|
715
741
|
* @private
|
|
716
742
|
*/
|
|
717
743
|
this.considerChangingTheDefaultFullWidthVal = function (oResolutionResultWithComponentHandle) {
|
|
744
|
+
//letter box width for users who use this parameter
|
|
718
745
|
if (vGetFullWidthParamFromManifest === true || vGetFullWidthParamFromManifest === "true") {
|
|
719
746
|
//Making sure that if the previous app was opened in letter box, it will not affect the default behavior
|
|
720
747
|
// of the next app to be opened in full width state
|
|
721
748
|
EventHub.emit("appWidthChange", false);
|
|
722
|
-
var oComp = oResolutionResultWithComponentHandle.componentHandle.getInstance();
|
|
723
|
-
var metadata = oComp.getMetadata();
|
|
724
|
-
var vFullwidth;
|
|
725
|
-
if (metadata) {
|
|
726
|
-
vFullwidth = oComp.getMetadata().getManifestEntry("/sap.ui/fullWidth");
|
|
727
|
-
if (vFullwidth === true || vFullwidth === "true") {
|
|
728
|
-
EventHub.emit("appWidthChange", true);
|
|
729
|
-
} else if (vFullwidth === undefined) {
|
|
730
|
-
vFullwidth = oComp.getMetadata().getManifestEntry("/sap.ui5/config/fullWidth");
|
|
731
|
-
if (vFullwidth === true || vFullwidth === "true") {
|
|
732
|
-
EventHub.emit("appWidthChange", true);
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
749
|
}
|
|
737
750
|
|
|
751
|
+
var oComp = oResolutionResultWithComponentHandle.componentHandle.getInstance();
|
|
752
|
+
var metadata = oComp.getMetadata();
|
|
753
|
+
if (metadata) {
|
|
754
|
+
var vFullwidthUi = oComp.getMetadata().getManifestEntry("/sap.ui/fullWidth");
|
|
755
|
+
var vFullwidthUi5Config = oComp.getMetadata().getManifestEntry("/sap.ui5/config/fullWidth");
|
|
756
|
+
if (vFullwidthUi === true || vFullwidthUi === "true" || vFullwidthUi5Config === true || vFullwidthUi5Config === "true") {
|
|
757
|
+
EventHub.emit("appWidthChange", true);
|
|
758
|
+
} else if (vFullwidthUi === false || vFullwidthUi === "false" || vFullwidthUi5Config === false || vFullwidthUi5Config === "false") {
|
|
759
|
+
EventHub.emit("appWidthChange", false);
|
|
760
|
+
}
|
|
761
|
+
}
|
|
738
762
|
};
|
|
739
763
|
|
|
740
764
|
/**
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
};
|
|
56
56
|
});
|
|
57
57
|
|
|
58
|
-
sap.ushell.Container.getServiceAsync("
|
|
58
|
+
sap.ushell.Container.getServiceAsync("CrossApplicationNavigation").then(function (oNavService) {
|
|
59
59
|
oNavService.isNavigationSupported(aIntents, undefined, true).then(function (aIntentsSupported) {
|
|
60
60
|
for (var i = 0; i < aIntentsSupported.length; i++) {
|
|
61
61
|
if (!aIntentsSupported[i].supported) {
|
|
@@ -1,10 +1,17 @@
|
|
|
1
|
+
# Resource bundle for runtime authoring ushell plug-in in the cFLP (IFrame part)
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTIT: Application title of the FLP plugin in app descriptor
|
|
2
5
|
APP_TITLE=RTA cFLP Agent Plug-In
|
|
3
6
|
|
|
7
|
+
#XTIT: Title of an error message box explaining that adaptation cannot be started
|
|
4
8
|
ERROR_TITLE=UI adaptation cannot be started
|
|
5
9
|
|
|
10
|
+
#XMSG: Technical error
|
|
6
11
|
TECHNICAL_ERROR=Technical error. Please contact the support team.
|
|
7
12
|
|
|
13
|
+
#XHED: Title of a dialog explaining that adaptation will be closed
|
|
8
14
|
HEADER_FLEX_DISABLED=Information
|
|
9
15
|
|
|
16
|
+
#XMSG: Dialog message for flex not enabled
|
|
10
17
|
MSG_FLEX_DISABLED=This application is not enabled for adaptation. For more information, see [here](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
# Resource bundle for runtime authoring ushell plug-in in the cFLP (Shell part)
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTIT: Application title of the FLP plugin in app descriptor
|
|
2
5
|
APP_TITLE=RTA cFLP Shell Plug-In
|
|
3
6
|
|
|
7
|
+
#XTIT: Title of the button starting key user ui adaptation
|
|
4
8
|
RTA_BUTTON_TEXT=Adapt UI
|
|
@@ -99,22 +99,14 @@ sap.ui.define([
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
|
+
|
|
102
103
|
EventHub.on("disableKeepAliveRestoreRouterRetrigger").do(function (oData) {
|
|
103
104
|
if (oData.componentId && oRouterDisableRetriggerApplications[oData.componentId]) {
|
|
104
105
|
oRouterDisableRetriggerApplications[oData.componentId] = oData.disable;
|
|
105
106
|
}
|
|
106
107
|
});
|
|
107
108
|
|
|
108
|
-
|
|
109
|
-
"sap.ushell.services.appLifeCycle.setup", {
|
|
110
|
-
isStateful: true,
|
|
111
|
-
isKeepAlive: true,
|
|
112
|
-
isIframeValid: true,
|
|
113
|
-
session: {
|
|
114
|
-
bLogoutSupport: true
|
|
115
|
-
}
|
|
116
|
-
});
|
|
117
|
-
|
|
109
|
+
this._sendAppRuntimeSetup();
|
|
118
110
|
//handle dirty state confirmation dialog within the iframe and not
|
|
119
111
|
//in the outer shell
|
|
120
112
|
if (!resources.browserI18n) {
|
|
@@ -129,6 +121,27 @@ sap.ui.define([
|
|
|
129
121
|
};
|
|
130
122
|
};
|
|
131
123
|
|
|
124
|
+
/**
|
|
125
|
+
* @private
|
|
126
|
+
*/
|
|
127
|
+
this._sendAppRuntimeSetup = () => {
|
|
128
|
+
const oAppRuntimeFullSetup = {
|
|
129
|
+
isStateful: true,
|
|
130
|
+
isKeepAlive: true,
|
|
131
|
+
isIframeValid: true,
|
|
132
|
+
session: {
|
|
133
|
+
bLogoutSupport: true
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
const oAppRuntimeMinSetup = {
|
|
137
|
+
session: {
|
|
138
|
+
bLogoutSupport: true
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.appLifeCycle.setup",
|
|
142
|
+
(window["sap-ushell-config"]?.ui5appruntime?.config?.stateful === false) ? oAppRuntimeMinSetup : oAppRuntimeFullSetup);
|
|
143
|
+
};
|
|
144
|
+
|
|
132
145
|
/**
|
|
133
146
|
* @private
|
|
134
147
|
*/
|
|
@@ -1942,6 +1942,10 @@ sap.ui.define([
|
|
|
1942
1942
|
}.bind(this), 0);
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
|
+
if (!this.bIsFirstSegmentViewLoaded && this.isBlindLoading()) {
|
|
1946
|
+
this.bIsFirstSegmentViewLoaded = !this._isAtLeastOneTileVisibleInASegment(aFirstSegmentFrame);
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1945
1949
|
// Tiles loaded with views when there is no blind-loading
|
|
1946
1950
|
// In this case the first segment is loaded after setting the model
|
|
1947
1951
|
if (this.bIsFirstSegmentViewLoaded) {
|
|
@@ -1951,6 +1955,27 @@ sap.ui.define([
|
|
|
1951
1955
|
Measurement.end("FLP:DashboardManager.loadGroupsFromArray");
|
|
1952
1956
|
},
|
|
1953
1957
|
|
|
1958
|
+
/**
|
|
1959
|
+
* Checks if at least one tile in the given Segment is visible.
|
|
1960
|
+
*
|
|
1961
|
+
* @param {object[]} aSegment containing group and tiles information
|
|
1962
|
+
* @returns {boolean} whether at least one tile in the given Segment is visible.
|
|
1963
|
+
*/
|
|
1964
|
+
_isAtLeastOneTileVisibleInASegment: function (aSegment) {
|
|
1965
|
+
var oGroup;
|
|
1966
|
+
var oTile;
|
|
1967
|
+
for (var i = 0; i < aSegment.length; ++i) {
|
|
1968
|
+
oGroup = aSegment[i];
|
|
1969
|
+
for (var j = 0; j < oGroup.tiles.length; ++j) {
|
|
1970
|
+
oTile = oGroup.tiles[j];
|
|
1971
|
+
if (oTile.isTileIntentSupported) {
|
|
1972
|
+
return true;
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
return false;
|
|
1977
|
+
},
|
|
1978
|
+
|
|
1954
1979
|
getPreparedGroupModel: function () {
|
|
1955
1980
|
return this.aGroupModel;
|
|
1956
1981
|
},
|
package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview handle all the resources for the different applications.
|
|
4
|
-
* @version 1.120.
|
|
4
|
+
* @version 1.120.6
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ushell/components/applicationIntegration/application/BlueBoxesCache",
|
package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview defines the post message API for all applications running in iframe within the shell
|
|
5
|
-
* @version 1.120.
|
|
5
|
+
* @version 1.120.6
|
|
6
6
|
* @private
|
|
7
7
|
*/
|
|
8
8
|
sap.ui.define([
|
|
9
|
+
"sap/base/i18n/Formatting",
|
|
10
|
+
"sap/base/i18n/Localization",
|
|
9
11
|
"sap/ushell/utils",
|
|
10
12
|
"sap/ui/core/library",
|
|
11
13
|
"sap/ui/thirdparty/jquery",
|
|
@@ -27,6 +29,8 @@ sap.ui.define([
|
|
|
27
29
|
"sap/ui/core/Configuration",
|
|
28
30
|
"sap/base/util/uid"
|
|
29
31
|
], function (
|
|
32
|
+
Formatting,
|
|
33
|
+
Localization,
|
|
30
34
|
utils,
|
|
31
35
|
coreLib,
|
|
32
36
|
jQuery,
|
|
@@ -994,24 +998,24 @@ sap.ui.define([
|
|
|
994
998
|
},
|
|
995
999
|
getLocaleData: {
|
|
996
1000
|
executeServiceCallFn: function (oServiceParams) {
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1001
|
+
const oLocaleData = {
|
|
1002
|
+
//date format
|
|
1003
|
+
calendarType: Formatting.getCalendarType(),
|
|
1004
|
+
dateFormatShort: Formatting.getDatePattern("short"),
|
|
1005
|
+
dateFormatMedium: Formatting.getDatePattern("medium"),
|
|
1006
|
+
//number format
|
|
1007
|
+
numberFormatGroup: Formatting.getNumberSymbol("group"),
|
|
1008
|
+
numberFormatDecimal: Formatting.getNumberSymbol("decimal"),
|
|
1009
|
+
//time format
|
|
1010
|
+
timeFormatShort: Formatting.getTimePattern("short"),
|
|
1011
|
+
timeFormatMedium: Formatting.getTimePattern("medium"),
|
|
1012
|
+
//calendar customizing
|
|
1013
|
+
calendarMapping: Formatting.getCustomIslamicCalendarData(),
|
|
1014
|
+
//timezone
|
|
1015
|
+
timeZone: Localization.getTimezone(),
|
|
1016
|
+
//currency formats
|
|
1017
|
+
currencyFormats: Formatting.getCustomCurrencies()
|
|
1018
|
+
};
|
|
1015
1019
|
return new jQuery.Deferred().resolve(oLocaleData).promise();
|
|
1016
1020
|
}
|
|
1017
1021
|
}
|
|
@@ -1,41 +1,75 @@
|
|
|
1
|
+
# Translatable texts for the SAP Build Work Zone search result widget
|
|
2
|
+
#
|
|
1
3
|
|
|
2
4
|
|
|
5
|
+
#XTIT,35: Title of card widget
|
|
3
6
|
CARD.Widget.Title=Search Result Widget
|
|
4
7
|
|
|
8
|
+
#XTIT,50: Subtitle of card widget
|
|
5
9
|
CARD.Widget.SubTitle=Show Search Results in a Search Result
|
|
6
10
|
|
|
11
|
+
#XBUT,25: Title of the view all button
|
|
7
12
|
CARD.List.Button.ViewAll=View All
|
|
8
13
|
|
|
14
|
+
#XBUT,50: SubTitle of the card
|
|
9
15
|
CARD.List.Title.SearchResults=Results for {0}
|
|
10
16
|
|
|
17
|
+
#XBUT,50: RowStatus for search result showing rowX-rowY of totalRows, example 1-7 or 100
|
|
11
18
|
CARD.List.RowStatus={0}-{1} of {2}
|
|
12
19
|
|
|
20
|
+
#XBUT,10: Switch yes
|
|
13
21
|
CARD.Config.Yes=Yes
|
|
22
|
+
#XBUT,10: Switch no
|
|
14
23
|
CARD.Config.No=No
|
|
24
|
+
#XTIT,50: Title for header settings
|
|
15
25
|
CARD.Config.HeaderSettings=Header Settings
|
|
26
|
+
#XFLD,50: Label for the header type
|
|
16
27
|
CARD.Config.HeaderType.Lbl=Header Type
|
|
28
|
+
#XFLD,50: Default Header
|
|
17
29
|
CARD.Config.HeaderType.Default=Default Header
|
|
30
|
+
#XFLD,50: Custom Header
|
|
18
31
|
CARD.Config.HeaderType.Custom=Custom Header
|
|
32
|
+
#XFLD,50: No Header
|
|
19
33
|
CARD.Config.HeaderType.None=No Header
|
|
34
|
+
#XFLD,50: Label for header title field
|
|
20
35
|
CARD.Config.Header.Title.Lbl=Title
|
|
36
|
+
#XTOL,200: Description for header title field
|
|
21
37
|
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
38
|
+
#XFLD,50: Label for header description/subtitle field
|
|
22
39
|
CARD.Config.Header.SubTitle.Lbl=Description
|
|
40
|
+
#XTOL,200: Description for header description/subtitle field
|
|
23
41
|
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
42
|
+
#XFLD,50: Label for the Icon Selection field
|
|
24
43
|
CARD.Config.Header.Icon.Lbl=Icon
|
|
44
|
+
#XFLD,50: Label for the Icon Color field
|
|
25
45
|
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
46
|
+
#XFLD,50: Label for the Icon Shape field
|
|
26
47
|
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
48
|
+
#XFLD,100: Label for the navigation select (yes/no)
|
|
27
49
|
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
50
|
+
#XTOL,200: Description for the navigation select (yes/no)
|
|
28
51
|
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
52
|
+
#XTIT,50: Title for content settings
|
|
29
53
|
CARD.Config.ContentSettings=Content Settings
|
|
54
|
+
#XFLD,50: Label for the Search Term/Search Text field
|
|
30
55
|
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
56
|
+
#XFLD,50: Label for the Category select field
|
|
31
57
|
CARD.Config.Content.Category.Lbl=Category
|
|
58
|
+
#XFLD,50: Label for the View select field
|
|
32
59
|
CARD.Config.Content.View.Lbl=Category
|
|
60
|
+
#XFLD,50: Label for the PageSize slider
|
|
33
61
|
CARD.Config.Content.PageSize.Lbl=Items per Page
|
|
62
|
+
#XFLD,50: Label for the Highlight select
|
|
34
63
|
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
64
|
+
#XTOL,200: Description for the Highlight select
|
|
35
65
|
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
66
|
+
#XFLD,50: Label for the Footer Action select
|
|
36
67
|
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
68
|
+
#XFLD,100: Footer Action Paging
|
|
37
69
|
CARD.Config.Content.FooterActions.Page=Paging Search Results
|
|
70
|
+
#XFLD,200: Footer Action Navigation
|
|
38
71
|
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
72
|
+
#XFLD,50: Footer Action None
|
|
39
73
|
CARD.Config.Content.FooterActions.None=No Actions
|
|
40
74
|
|
|
41
75
|
|
|
@@ -1,19 +1,30 @@
|
|
|
1
|
+
# Translatable texts for the SAP Build Work Zone search result app
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#TIT,30: Title of the search application
|
|
2
5
|
SEARCHRESULTAPP.App.Title=Search Result Application
|
|
3
6
|
|
|
7
|
+
#TIT,50: Sub title of the search application
|
|
4
8
|
SEARCHRESULTAPP.App.SubTitle=Search Result Application for Work Zone Content
|
|
5
9
|
|
|
10
|
+
#XBUT,20: Button text for configuration of the search
|
|
6
11
|
SEARCHRESULTAPP.Config.ButtonText=Configure
|
|
7
12
|
|
|
13
|
+
#XTOL,50: Tooltip for the configuration of the search application, important for accessibility
|
|
8
14
|
SEARCHRESULTAPP.Config.ButtonTooltip=Configure the Search Result Application
|
|
9
15
|
|
|
16
|
+
#XTIT,50: Header of the search result application, {0} is the search term, {1} is the result count
|
|
10
17
|
SEARCHRESULTAPP.HeaderTitle=Search Results for\: {0} {1}
|
|
11
18
|
|
|
19
|
+
#XBUT,25: Menu entry to save as tile
|
|
12
20
|
SEARCHRESULTAPP.TitleMenu.SaveAsTile=Save as Tile
|
|
13
21
|
|
|
22
|
+
#XBUT,25: Menu entry to send email
|
|
14
23
|
SEARCHRESULTAPP.TitleMenu.Email=Email
|
|
15
24
|
|
|
25
|
+
#XTIT,50: Mail Subject to send the search result URL, placeholder is the current search term
|
|
16
26
|
SEARCHRESULTAPP.EMail.Subject=Search Results for "{0}"
|
|
17
27
|
|
|
28
|
+
#XTIT,35: Title of the bookmark for the search results, placeholder is the current search term
|
|
18
29
|
SEARCHRESULTAPP.Bookmark.Title=Search for {0}
|
|
19
30
|
|