@sapui5/sap.ushell 1.141.3 → 1.143.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 -7
- package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +7 -11
- package/src/main/js/sap/ushell/ApplicationType/utils.js +9 -9
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -3
- 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/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -12
- 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 -2
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +2 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +41 -24
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +3 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +94 -114
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +43 -20
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +0 -11
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +89 -32
- package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +53 -52
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +1 -3
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NWBCHandler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +4 -4
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +58 -17
- package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +15 -28
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +16 -27
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +0 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +20 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +17 -6
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +35 -17
- 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/cdm/cdm.constants.js +0 -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 +29 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Component.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +5 -5
- 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/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +2 -2
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +3 -3
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +10 -10
- 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 +3 -3
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +4 -4
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/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/controller/NavigationBarMenuButton.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 +25 -50
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsModule.js +169 -0
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +4 -4
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +6 -2
- package/src/main/js/sap/ushell/components/shell/Search/SearchModule.js +58 -0
- 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/SearchCEPNew/Component.js +33 -22
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +2 -2
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +35 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +14 -9
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +15 -21
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +23 -18
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +6 -6
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -8
- package/src/main/js/sap/ushell/modules/Assistant/AssistantAPI.js +94 -0
- package/src/main/js/sap/ushell/modules/Assistant/AssistantProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Assistant/VisualConfiguration.js +41 -0
- package/src/main/js/sap/ushell/modules/Assistant.js +56 -0
- package/src/main/js/sap/ushell/modules/BaseAPI.js +107 -0
- package/src/main/js/sap/ushell/modules/BaseProvider.js +43 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsAPI.js +253 -0
- package/src/main/js/sap/ushell/modules/Notifications/NotificationsProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Notifications.js +53 -0
- package/src/main/js/sap/ushell/modules/Search/SearchAPI.js +271 -0
- package/src/main/js/sap/ushell/modules/Search/SearchProvider.js +50 -0
- package/src/main/js/sap/ushell/modules/Search.js +56 -0
- package/src/main/js/sap/ushell/modules/loader/AbstractLoader.js +95 -0
- package/src/main/js/sap/ushell/modules/loader/AssistantLoader.js +156 -0
- package/src/main/js/sap/ushell/modules/loader/NotificationsLoader.js +148 -0
- package/src/main/js/sap/ushell/modules/loader/SearchLoader.js +153 -0
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/FesrEnhancer.js +136 -40
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +26 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +19 -14
- package/src/main/js/sap/ushell/renderer/Renderer.js +6 -7
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +204 -102
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +7 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +1 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +4 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +6 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +13 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +3 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +3 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +0 -14
- package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.fragment.xml +0 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +5 -63
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +45 -37
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +6 -5
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +13 -13
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +15 -3
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +21 -8
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -181
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +3 -3
- package/src/main/js/sap/ushell/services/MessageBroker.js +3 -3
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +3 -3
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +20 -20
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +2 -6
- 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 +6 -7
- package/src/main/js/sap/ushell/services/SearchableContent.js +3 -5
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +52 -73
- 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/URLParsing.js +65 -47
- 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 +6 -44
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +2 -2
- package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +5 -5
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/StateManager.js +14 -5
- package/src/main/js/sap/ushell/state/StateRules.js +10 -1
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ApplicationContainer.less +0 -9
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +0 -14
- package/src/main/js/sap/ushell/ui/ShellHeader.js +4 -29
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -14
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +11 -11
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +12 -12
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +113 -22
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +0 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +0 -8
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/SmartBusiness.js +139 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +335 -208
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils.js +36 -56
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +19 -34
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +0 -228
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +0 -2128
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +0 -462
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +0 -182
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +0 -135
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +0 -400
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +0 -345
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +0 -103
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +0 -147
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +0 -60
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +0 -277
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +0 -96
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +0 -59
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +0 -177
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +0 -79
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +0 -90
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +0 -93
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +0 -248
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageCellDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageRowDeleteDialog.fragment.xml +0 -25
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +0 -67
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +0 -176
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +0 -50
- package/src/main/js/sap/ushell/components/workPageRuntime/view/WorkPageRuntime.view.xml +0 -37
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -119
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +0 -219
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +0 -75
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -76
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +0 -39
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +0 -153
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -185
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -198
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +0 -576
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +0 -98
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -135
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -91
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -134
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +0 -55
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -163
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +0 -83
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +0 -36
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +0 -53
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +0 -55
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -380
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -78
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -88
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +0 -157
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +0 -49
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -197
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +0 -83
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -42
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +0 -1652
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +0 -2823
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +0 -58
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +0 -35
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +0 -65
- package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +0 -453
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +0 -233
- package/src/main/js/sap/ushell/thirdparty/Button.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/Button2.js +0 -656
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/Icon.js +0 -313
- package/src/main/js/sap/ushell/thirdparty/Icons.js +0 -234
- package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +0 -1297
- package/src/main/js/sap/ushell/thirdparty/Label.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/Link.js +0 -316
- package/src/main/js/sap/ushell/thirdparty/List.js +0 -1253
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +0 -14
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +0 -251
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -1689
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +0 -637
- package/src/main/js/sap/ushell/thirdparty/Menu.js +0 -389
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +0 -10
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +0 -762
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +0 -291
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +0 -310
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +0 -534
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +0 -98
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +0 -2312
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +0 -157
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +0 -49
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +0 -1809
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +0 -119
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +0 -89
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +0 -3453
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +0 -40
- package/src/main/js/sap/ushell/thirdparty/Tag.js +0 -302
- package/src/main/js/sap/ushell/thirdparty/Text.js +0 -127
- package/src/main/js/sap/ushell/thirdparty/Title.js +0 -167
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +0 -950
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +0 -114
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +0 -61
- package/src/main/js/sap/ushell/thirdparty/ValueState.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +0 -24
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +0 -35
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +0 -397
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +0 -193
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +0 -585
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +0 -1194
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +0 -2509
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +0 -866
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +0 -611
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/encodeXML.js +0 -87
- package/src/main/js/sap/ushell/thirdparty/event-strict.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +0 -9
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +0 -115
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +0 -159
- package/src/main/js/sap/ushell/thirdparty/information.js +0 -100
- package/src/main/js/sap/ushell/thirdparty/information2.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/overflow.js +0 -25
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +0 -11
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +0 -8
- package/src/main/js/sap/ushell/thirdparty/query.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +0 -44
- package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +0 -26
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +0 -4301
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +0 -146
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +0 -170
- package/src/main/js/sap/ushell/thirdparty/willShowContent.js +0 -7
|
@@ -1,277 +0,0 @@
|
|
|
1
|
-
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
-
|
|
3
|
-
sap.ui.define([
|
|
4
|
-
"sap/ui/core/Control",
|
|
5
|
-
"sap/ushell/components/workPageBuilder/controls/WorkPageButton",
|
|
6
|
-
"sap/ushell/ui/launchpad/ExtendedChangeDetection",
|
|
7
|
-
"sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer"
|
|
8
|
-
], (
|
|
9
|
-
Control,
|
|
10
|
-
WorkPageButton,
|
|
11
|
-
ExtendedChangeDetection,
|
|
12
|
-
Renderer
|
|
13
|
-
) => {
|
|
14
|
-
"use strict";
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Constructor for a new WorkPageRow.
|
|
18
|
-
*
|
|
19
|
-
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
20
|
-
* @param {object} [mSettings] Initial settings for the new control
|
|
21
|
-
*
|
|
22
|
-
* @class
|
|
23
|
-
* The WorkPageRow represents a title and a collection of WorkPageColumns.
|
|
24
|
-
* In edit mode, there are "Add Row" buttons rendered, additionally.
|
|
25
|
-
* @extends sap.ui.core.Control
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
* @version 1.141.3
|
|
29
|
-
*
|
|
30
|
-
* @private
|
|
31
|
-
* @experimental
|
|
32
|
-
* @alias sap.ushell.components.workPageBuilder.controls.WorkPageRow
|
|
33
|
-
*/
|
|
34
|
-
const WorkPageRow = Control.extend("sap.ushell.components.workPageBuilder.controls.WorkPageRow", /** @lends sap.ushell.components.workPageBuilder.controls.WorkPageRow.prototype */ {
|
|
35
|
-
metadata: {
|
|
36
|
-
library: "sap.ushell",
|
|
37
|
-
properties: {
|
|
38
|
-
/**
|
|
39
|
-
* Indicating if the WorkPageRow should render itself in edit mode.
|
|
40
|
-
*/
|
|
41
|
-
editMode: { type: "boolean", group: "Misc", defaultValue: false, bindable: true },
|
|
42
|
-
/**
|
|
43
|
-
* The tooltip text to display for the "Add Row" button
|
|
44
|
-
*/
|
|
45
|
-
addRowButtonTooltip: { type: "string", group: "Misc", defaultValue: "", bindable: true },
|
|
46
|
-
/**
|
|
47
|
-
* The maximum amount of allowed columns
|
|
48
|
-
*/
|
|
49
|
-
maxColumns: { type: "int", group: "Misc", defaultValue: 4, bindable: true },
|
|
50
|
-
/**
|
|
51
|
-
* The minimum pixel value of a column to accommodate 1 wide tile
|
|
52
|
-
*/
|
|
53
|
-
columnMinFlex: { type: "int", group: "Misc", defaultValue: 4, bindable: true },
|
|
54
|
-
/**
|
|
55
|
-
* Aria label for screen reader support. Will be rendered into the HTML element.
|
|
56
|
-
**/
|
|
57
|
-
ariaLabel: { type: "string", group: "Misc", defaultValue: "", bindable: true }
|
|
58
|
-
},
|
|
59
|
-
defaultAggregation: "columns",
|
|
60
|
-
aggregations: {
|
|
61
|
-
/**
|
|
62
|
-
* A set of WorkPage Columns which are rendered horizontally in the WorkPageRow.
|
|
63
|
-
*/
|
|
64
|
-
columns: { type: "sap.ushell.components.workPageBuilder.controls.WorkPageColumn", multiple: true, singularName: "column" },
|
|
65
|
-
/**
|
|
66
|
-
* The header toolbar that displays the title
|
|
67
|
-
*/
|
|
68
|
-
headerBar: { type: "sap.m.IBar", multiple: false },
|
|
69
|
-
/**
|
|
70
|
-
* The buttons for row editing, such as delete or config
|
|
71
|
-
*/
|
|
72
|
-
controlButtons: { type: "sap.m.Button", multiple: true, singularName: "controlButton" },
|
|
73
|
-
/**
|
|
74
|
-
* The title of the row shown in display mode.
|
|
75
|
-
*/
|
|
76
|
-
title: { type: "sap.m.Title", multiple: false },
|
|
77
|
-
/**
|
|
78
|
-
* A message strip to show above all columns in the row.
|
|
79
|
-
*/
|
|
80
|
-
messageStrip: { type: "sap.m.MessageStrip", multiple: false },
|
|
81
|
-
/**
|
|
82
|
-
* Private aggregation to store the "Add Row" button.
|
|
83
|
-
* @private
|
|
84
|
-
*/
|
|
85
|
-
_addButtonBottom: {
|
|
86
|
-
type: "sap.ushell.components.workPageBuilder.controls.WorkPageButton",
|
|
87
|
-
multiple: false,
|
|
88
|
-
visibility: "hidden"
|
|
89
|
-
},
|
|
90
|
-
/**
|
|
91
|
-
* Private aggregation to store the "Add Row" button.
|
|
92
|
-
* @private
|
|
93
|
-
*/
|
|
94
|
-
_addButtonTop: {
|
|
95
|
-
type: "sap.ushell.components.workPageBuilder.controls.WorkPageButton",
|
|
96
|
-
multiple: false,
|
|
97
|
-
visibility: "hidden"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
events: {
|
|
101
|
-
/**
|
|
102
|
-
* Fired if an "Add Row" button was pressed.
|
|
103
|
-
*/
|
|
104
|
-
addRow: {
|
|
105
|
-
parameters: {
|
|
106
|
-
/**
|
|
107
|
-
* Indicates if the new WorkPageRow should be added after or before the current one.
|
|
108
|
-
*/
|
|
109
|
-
bottom: { type: "boolean" }
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
renderer: Renderer
|
|
115
|
-
});
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* Initializes the control.
|
|
119
|
-
* Extended Change Detection for the columns aggregation
|
|
120
|
-
*/
|
|
121
|
-
WorkPageRow.prototype.init = function () {
|
|
122
|
-
this._oColumnsChangeDetection = new ExtendedChangeDetection("columns", this);
|
|
123
|
-
Control.prototype.init.apply(this, arguments);
|
|
124
|
-
};
|
|
125
|
-
|
|
126
|
-
/**
|
|
127
|
-
* Called if the control is destroyed.
|
|
128
|
-
* Detaches the listeners
|
|
129
|
-
*/
|
|
130
|
-
WorkPageRow.prototype.exit = function () {
|
|
131
|
-
this._oColumnsChangeDetection.destroy();
|
|
132
|
-
Control.prototype.exit.apply(this, arguments);
|
|
133
|
-
};
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* Returns the width of one single column in the row.
|
|
137
|
-
* There are max. 24 columns.
|
|
138
|
-
*
|
|
139
|
-
* @returns {int} The value.
|
|
140
|
-
*/
|
|
141
|
-
WorkPageRow.prototype.getSingleColumnWidth = function () {
|
|
142
|
-
const oDomRef = this.getDomRef();
|
|
143
|
-
if (!oDomRef) { return 1; }
|
|
144
|
-
|
|
145
|
-
const oInnerDomRef = oDomRef.querySelector(".workPageRowInner");
|
|
146
|
-
if (!oInnerDomRef) { return 1; }
|
|
147
|
-
|
|
148
|
-
return oInnerDomRef.offsetWidth / 24;
|
|
149
|
-
};
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Called when the control or any child element of the control gains focus.
|
|
153
|
-
* Adds focused class to control.
|
|
154
|
-
*/
|
|
155
|
-
WorkPageRow.prototype.onfocusin = function () {
|
|
156
|
-
if (!this.hasStyleClass("workPageRowFocused")) {
|
|
157
|
-
this.addStyleClass("workPageRowFocused");
|
|
158
|
-
}
|
|
159
|
-
};
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* Called when focus leaves the control and any child element of the control.
|
|
163
|
-
* Removes focused class from control.
|
|
164
|
-
*/
|
|
165
|
-
WorkPageRow.prototype.onfocusout = function () {
|
|
166
|
-
if (this.hasStyleClass("workPageRowFocused")) {
|
|
167
|
-
this.removeStyleClass("workPageRowFocused");
|
|
168
|
-
}
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Creates a new "Add Row" button at the given position.
|
|
173
|
-
* @param {string} sPosition The position of the button ("top"|"bottom").
|
|
174
|
-
* @returns {sap.ushell.components.workPageBuilder.controls.WorkPageButton} The WorkPageButton control.
|
|
175
|
-
* @private
|
|
176
|
-
*/
|
|
177
|
-
WorkPageRow.prototype._createAddButton = function (sPosition) {
|
|
178
|
-
const sClass = sPosition === "bottom" ? "workPageRowButtonBottom" : "workPageRowButtonTop";
|
|
179
|
-
|
|
180
|
-
return new WorkPageButton(`${this.getId()}-addRowButton-${sPosition}`, {
|
|
181
|
-
icon: "sap-icon://add",
|
|
182
|
-
tooltip: this.getAddRowButtonTooltip(),
|
|
183
|
-
press: function () {
|
|
184
|
-
this.fireEvent("addRow", {
|
|
185
|
-
bottom: sPosition === "bottom"
|
|
186
|
-
});
|
|
187
|
-
}.bind(this)
|
|
188
|
-
}).addStyleClass(`workPageRowButton ${sClass}`);
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Checks if the "Add Row" button for the given position already exists in the aggregation. If not, a new
|
|
193
|
-
* button is created and stored.
|
|
194
|
-
*
|
|
195
|
-
* @param {string} sPosition The button position.
|
|
196
|
-
* @returns {sap.ushell.components.workPageBuilder.controls.WorkPageButton} The WorkPageButton control.
|
|
197
|
-
*/
|
|
198
|
-
WorkPageRow.prototype.getAddButton = function (sPosition) {
|
|
199
|
-
if (sPosition === "bottom") {
|
|
200
|
-
if (!this.getAggregation("_addButtonBottom")) {
|
|
201
|
-
this.setAggregation("_addButtonBottom", this._createAddButton(sPosition));
|
|
202
|
-
}
|
|
203
|
-
return this.getAggregation("_addButtonBottom");
|
|
204
|
-
} else if (!this.getAggregation("_addButtonTop")) {
|
|
205
|
-
this.setAggregation("_addButtonTop", this._createAddButton(sPosition));
|
|
206
|
-
}
|
|
207
|
-
return this.getAggregation("_addButtonTop");
|
|
208
|
-
};
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* Returns the index of the current row in the WorkPage
|
|
212
|
-
*
|
|
213
|
-
* @returns {int} The index.
|
|
214
|
-
*/
|
|
215
|
-
WorkPageRow.prototype.getIndex = function () {
|
|
216
|
-
return this.getParent().indexOfAggregation("rows", this);
|
|
217
|
-
};
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* Returns an array containing the column flex values.
|
|
221
|
-
* The array length is equal to the number of columns.
|
|
222
|
-
*
|
|
223
|
-
* @returns {int[]} The array.
|
|
224
|
-
*/
|
|
225
|
-
WorkPageRow.prototype.getColumnFlexValues = function () {
|
|
226
|
-
return this.getColumns().map((oColumn) => oColumn.getColumnWidth());
|
|
227
|
-
};
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* Returns a string concatenating the column flex values.
|
|
231
|
-
* e.g. 12-8-8-4 for 4 columns
|
|
232
|
-
*
|
|
233
|
-
* @returns {string} The concatenated string.
|
|
234
|
-
* @since 1.118.0
|
|
235
|
-
*/
|
|
236
|
-
WorkPageRow.prototype.getGridLayoutString = function () {
|
|
237
|
-
const aColumnWidths = this.getColumnFlexValues();
|
|
238
|
-
return `${aColumnWidths.join("-")}`;
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Sets the data attribute on the inner dom ref of the WorkPageRow by concatenating the numbers given in aColumnFlexValues.
|
|
243
|
-
*
|
|
244
|
-
* @param {int[]} aColumnFlexValues An array of integers.
|
|
245
|
-
* @since 1.118.0
|
|
246
|
-
*/
|
|
247
|
-
WorkPageRow.prototype.setGridLayoutString = function (aColumnFlexValues) {
|
|
248
|
-
const oDomRef = this.getDomRef();
|
|
249
|
-
|
|
250
|
-
if (!oDomRef) { return; }
|
|
251
|
-
|
|
252
|
-
const oInnerDomRef = oDomRef.querySelector(".workPageRowInner");
|
|
253
|
-
|
|
254
|
-
if (!oInnerDomRef) { return; }
|
|
255
|
-
|
|
256
|
-
oInnerDomRef.dataset.wpGridLayout = `${aColumnFlexValues.join("-")}`;
|
|
257
|
-
};
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* In edit mode: Returns the amount of WorkPageColumns in the WorkPageRow
|
|
261
|
-
* In display mode: Returns the amount of WorkPageColumns in the WorkPageRow, capped to the defined maximum amount of WorkPageColumns.
|
|
262
|
-
*
|
|
263
|
-
* @returns {int} The amount.
|
|
264
|
-
*/
|
|
265
|
-
WorkPageRow.prototype.getCappedColumnCount = function () {
|
|
266
|
-
const iColumnCount = this.getColumns().length;
|
|
267
|
-
const iMaxColumns = this.getMaxColumns();
|
|
268
|
-
|
|
269
|
-
if (this.getEditMode()) {
|
|
270
|
-
return iColumnCount;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
return iColumnCount > iMaxColumns ? iMaxColumns : iColumnCount;
|
|
274
|
-
};
|
|
275
|
-
|
|
276
|
-
return WorkPageRow;
|
|
277
|
-
});
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
// Copyright (c) 2009-2025 SAP SE, All Rights Reserved
|
|
2
|
-
|
|
3
|
-
sap.ui.define(() => {
|
|
4
|
-
"use strict";
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* WorkPageRow renderer.
|
|
8
|
-
* @namespace
|
|
9
|
-
* @static
|
|
10
|
-
*
|
|
11
|
-
* @private
|
|
12
|
-
*/
|
|
13
|
-
const WorkPageRowRenderer = {
|
|
14
|
-
apiVersion: 2,
|
|
15
|
-
/**
|
|
16
|
-
* Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
|
|
17
|
-
*
|
|
18
|
-
* @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the render output buffer
|
|
19
|
-
* @param {sap.ushell.components.workPageBuilder.controls.WorkPageRow} workPageRow an object representation of the control that should be rendered
|
|
20
|
-
*/
|
|
21
|
-
render: function (rm, workPageRow) {
|
|
22
|
-
// Return immediately if control is invisible
|
|
23
|
-
if (!workPageRow.getVisible()) {
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
const iIndex = workPageRow.getIndex();
|
|
27
|
-
const aColumns = workPageRow.getColumns();
|
|
28
|
-
const iMaxColumns = workPageRow.getCappedColumnCount();
|
|
29
|
-
|
|
30
|
-
rm.openStart("div", workPageRow);
|
|
31
|
-
rm.attr("role", "region");
|
|
32
|
-
|
|
33
|
-
const oRowTitle = workPageRow.getTitle();
|
|
34
|
-
|
|
35
|
-
rm.attr("aria-label", workPageRow.getAriaLabel());
|
|
36
|
-
|
|
37
|
-
rm.class("workPageRow");
|
|
38
|
-
|
|
39
|
-
if (iIndex === 0) {
|
|
40
|
-
rm.class("workPageRowFirst");
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
rm.openEnd(); // div - tag
|
|
44
|
-
|
|
45
|
-
rm.openStart("div");
|
|
46
|
-
rm.class("workPageRowLimiter");
|
|
47
|
-
rm.openEnd(); // div - tag
|
|
48
|
-
|
|
49
|
-
if (workPageRow.getEditMode()) {
|
|
50
|
-
const aControlButtons = workPageRow.getControlButtons();
|
|
51
|
-
|
|
52
|
-
if (aControlButtons.length > 0) {
|
|
53
|
-
rm.openStart("div");
|
|
54
|
-
rm.class("workPageRowControlButtons");
|
|
55
|
-
rm.openEnd(); // div - tag
|
|
56
|
-
|
|
57
|
-
for (let j = 0; j < aControlButtons.length; j++) {
|
|
58
|
-
rm.renderControl(aControlButtons[j]);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
rm.close("div");
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
if (workPageRow.getEditMode()) {
|
|
66
|
-
rm.renderControl(workPageRow.getHeaderBar());
|
|
67
|
-
} else {
|
|
68
|
-
rm.renderControl(oRowTitle);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (workPageRow.getMessageStrip()) {
|
|
72
|
-
rm.renderControl(workPageRow.getMessageStrip());
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
rm.openStart("div");
|
|
76
|
-
rm.class("workPageRowInner");
|
|
77
|
-
rm.attr("data-wp-grid-layout", workPageRow.getGridLayoutString());
|
|
78
|
-
rm.attr("data-wp-col-min-flex", workPageRow.getColumnMinFlex());
|
|
79
|
-
rm.attr("data-wp-cols", iMaxColumns);
|
|
80
|
-
rm.openEnd(); // div - tag
|
|
81
|
-
|
|
82
|
-
for (let i = 0; i < iMaxColumns; i++) {
|
|
83
|
-
rm.renderControl(aColumns[i]);
|
|
84
|
-
}
|
|
85
|
-
if (workPageRow.getEditMode()) {
|
|
86
|
-
rm.renderControl(workPageRow.getAddButton("top"));
|
|
87
|
-
rm.renderControl(workPageRow.getAddButton("bottom"));
|
|
88
|
-
}
|
|
89
|
-
rm.close("div");
|
|
90
|
-
rm.close("div");
|
|
91
|
-
rm.close("div");
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
return WorkPageRowRenderer;
|
|
96
|
-
}, /* bExport= */ true);
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_version": "1.39.0",
|
|
3
|
-
"sap.app": {
|
|
4
|
-
"id": "sap.ushell.components.workPageBuilder",
|
|
5
|
-
"applicationVersion": {
|
|
6
|
-
"version": "1.141.3"
|
|
7
|
-
},
|
|
8
|
-
"i18n": "../../utils/workpage/resources/resources.properties",
|
|
9
|
-
"ach": "CA-FLP-FE-UI",
|
|
10
|
-
"type": "component",
|
|
11
|
-
"title": ""
|
|
12
|
-
},
|
|
13
|
-
"sap.ui": {
|
|
14
|
-
"fullWidth": false,
|
|
15
|
-
"technology": "UI5",
|
|
16
|
-
"deviceTypes": {
|
|
17
|
-
"desktop": true,
|
|
18
|
-
"tablet": true,
|
|
19
|
-
"phone": true
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
"sap.ui5": {
|
|
23
|
-
"models": {
|
|
24
|
-
"i18n": {
|
|
25
|
-
"type": "sap.ui.model.resource.ResourceModel",
|
|
26
|
-
"uri": "resources/resources.properties"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"componentName": "sap.ushell.components.workPageBuilder",
|
|
30
|
-
"componentUsages": {
|
|
31
|
-
"ContentFinder": {
|
|
32
|
-
"settings": {
|
|
33
|
-
"id": "contentFinder",
|
|
34
|
-
"noItemsInCatalogDescription": "{{ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description}}"
|
|
35
|
-
},
|
|
36
|
-
"name": "sap.ushell.components.contentFinder.dialog",
|
|
37
|
-
"lazy": true
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"rootView": {
|
|
41
|
-
"viewName": "sap.ushell.components.workPageBuilder.view.WorkPageBuilder",
|
|
42
|
-
"type": "XML",
|
|
43
|
-
"id": "workPageBuilder",
|
|
44
|
-
"async": true
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"minUI5Version": "1.99",
|
|
48
|
-
"libs": {
|
|
49
|
-
"sap.ui.core": {},
|
|
50
|
-
"sap.m": {},
|
|
51
|
-
"sap.f": {}
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"contentDensities": {
|
|
55
|
-
"compact": true,
|
|
56
|
-
"cozy": true
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1,177 +0,0 @@
|
|
|
1
|
-
# Translatable texts for the Fiori Launchpad
|
|
2
|
-
# __ldi.translation.uuid=bc59a778-900a-11ec-b909-0242ac120002
|
|
3
|
-
|
|
4
|
-
#XTIT
|
|
5
|
-
WorkPage.EmptyPage.Title=Empty Page
|
|
6
|
-
#XMSG
|
|
7
|
-
WorkPage.EmptyPage.Message=This page does not contain any sections yet.
|
|
8
|
-
#XBUT
|
|
9
|
-
WorkPage.EmptyPage.Button.Add=Add Section
|
|
10
|
-
|
|
11
|
-
#XBUT
|
|
12
|
-
WorkPage.EditMode.Save=Save
|
|
13
|
-
#XBUT
|
|
14
|
-
WorkPage.EditMode.Cancel=Cancel
|
|
15
|
-
#XMSG
|
|
16
|
-
WorkPage.Message.WidgetMoved=Widget moved
|
|
17
|
-
|
|
18
|
-
# WorkPage Row Overflow toolbar
|
|
19
|
-
|
|
20
|
-
#XFLD
|
|
21
|
-
WorkPage.Row.OverflowToolbar.RowTitleLabel=Section Title
|
|
22
|
-
#XTXT
|
|
23
|
-
WorkPage.Row.OverflowToolbar.RowTitleOptional=Enter an optional section title
|
|
24
|
-
#XBUT
|
|
25
|
-
WorkPage.Row.OverflowToolbar.DeleteRowButtonText=Remove Section
|
|
26
|
-
#XTOL
|
|
27
|
-
WorkPage.Row.OverflowToolbar.DeleteRowButtonTooltip=Delete section
|
|
28
|
-
#XTIT
|
|
29
|
-
WorkPage.Row.DeleteDialog.Title=Delete
|
|
30
|
-
#XMSG
|
|
31
|
-
WorkPage.Row.DeleteDialog.ConfirmText=Do you want to delete this section and all its content?
|
|
32
|
-
#XBUT
|
|
33
|
-
WorkPage.Row.DeleteDialog.Button.Confirm=Delete
|
|
34
|
-
#XBUT
|
|
35
|
-
WorkPage.Row.DeleteDialog.Button.Cancel=Cancel
|
|
36
|
-
#XTOL
|
|
37
|
-
WorkPage.Row.AddRowButtonTooltip=Add section
|
|
38
|
-
#XMSG
|
|
39
|
-
WorkPage.Row.MessageStrip.DeprecatedColumnCount=In runtime, only the first four columns will be visible. Please reduce the number of columns to four.
|
|
40
|
-
#XACT
|
|
41
|
-
WorkPage.Row.AriaLabel=WorkPage Sections
|
|
42
|
-
#XMSG: If the Section Title is empty this text should be read instead of the section title. "{0}" is the position of the section on the page.
|
|
43
|
-
WorkPage.Row.Unnamed.AriaLabel=Unnamed section at position {0}
|
|
44
|
-
#XMSG: "{0}" is the Section Title, this is read when a user navigates to the section and should describe the UI type as well as the title.
|
|
45
|
-
WorkPage.Row.Named.AriaLabel={0} Section
|
|
46
|
-
|
|
47
|
-
# WorkPage Column
|
|
48
|
-
|
|
49
|
-
#XACT: Accessibility label for the column info
|
|
50
|
-
WorkPage.Column.AriaLabel=Column {0} of {1}
|
|
51
|
-
#XBUT
|
|
52
|
-
WorkPage.Column.AddWidgetButtonText=Add Widget
|
|
53
|
-
#XTOL
|
|
54
|
-
WorkPage.Column.DeleteColumnButtonTooltip=Remove column
|
|
55
|
-
#XTOL
|
|
56
|
-
WorkPage.Column.AddColumnButtonTooltip=Add column
|
|
57
|
-
#XTIT
|
|
58
|
-
WorkPage.Column.EmptyIllustrationTitle=Search for Apps
|
|
59
|
-
#XMSG
|
|
60
|
-
WorkPage.Column.EmptyIllustrationDescription=Add apps to the widget, or remove the widget if you don't need it.
|
|
61
|
-
|
|
62
|
-
# WorkPage Cell
|
|
63
|
-
|
|
64
|
-
#XTOL
|
|
65
|
-
WorkPage.Cell.HeaderBar.AddTilesTooltip=Add app
|
|
66
|
-
#XTOL
|
|
67
|
-
WorkPage.Cell.HeaderBar.DeleteWidgetTooltip=Delete widget
|
|
68
|
-
#XTIT
|
|
69
|
-
WorkPage.Cell.EmptyIllustrationTitle=Search for Apps
|
|
70
|
-
#XMSG
|
|
71
|
-
WorkPage.Cell.EmptyIllustrationDescription=Add apps to the widget, or remove the widget if you don't need it.
|
|
72
|
-
#XTIT
|
|
73
|
-
WorkPage.Cell.DeleteDialog.Title=Delete
|
|
74
|
-
#XMSG
|
|
75
|
-
WorkPage.Cell.DeleteDialog.ConfirmText=Are you sure you want to delete this widget? All apps inside will also be removed from the page.
|
|
76
|
-
#XBUT
|
|
77
|
-
WorkPage.Cell.DeleteDialog.Button.Confirm=Delete
|
|
78
|
-
#XBUT
|
|
79
|
-
WorkPage.Cell.DeleteDialog.Button.Cancel=Cancel
|
|
80
|
-
|
|
81
|
-
# WorkPage WidgetContainer
|
|
82
|
-
|
|
83
|
-
#XTOL
|
|
84
|
-
WorkPage.WidgetContainer.OpenWidgetSettingsButtonTooltip=Open widget settings
|
|
85
|
-
#XTOL
|
|
86
|
-
WorkPage.WidgetContainer.DeleteWidgetButtonTooltip=Delete widget
|
|
87
|
-
|
|
88
|
-
# WorkPage Section
|
|
89
|
-
|
|
90
|
-
#XBUT
|
|
91
|
-
WorkPage.Section.AddVizInstanceButtonText=Add Tiles
|
|
92
|
-
|
|
93
|
-
# ContentFinder Add Widgets Dialog
|
|
94
|
-
|
|
95
|
-
#XTIT
|
|
96
|
-
ContentFinder.Categories.Applications.Title=Applications
|
|
97
|
-
#XBUT
|
|
98
|
-
ContentFinder.Widgets.Tiles.Title=Tiles
|
|
99
|
-
#XTXT
|
|
100
|
-
ContentFinder.Widgets.Tiles.Description=Visual representations of apps.
|
|
101
|
-
#XBUT
|
|
102
|
-
ContentFinder.Widgets.Cards.Title=Cards
|
|
103
|
-
#XTXT
|
|
104
|
-
ContentFinder.Widgets.Cards.Description=Visual representations of apps, displayed in flexible layouts.
|
|
105
|
-
#XTXT
|
|
106
|
-
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description=You can add apps to this catalog in the Content Manager.
|
|
107
|
-
#XBUT
|
|
108
|
-
ContentFinder.AppSearch.VisualizationsFilter.Tiles=Tiles
|
|
109
|
-
#XBUT
|
|
110
|
-
ContentFinder.AppSearch.VisualizationsFilter.Cards=Cards
|
|
111
|
-
|
|
112
|
-
# ContentFinder Category Tree Root Node Titles
|
|
113
|
-
|
|
114
|
-
#XTIT
|
|
115
|
-
ContentFinder.CategoryTree.Category.AllTiles=All Tiles
|
|
116
|
-
#XTIT
|
|
117
|
-
ContentFinder.CategoryTree.Category.Catalogs=Catalogs
|
|
118
|
-
|
|
119
|
-
# CardEditor
|
|
120
|
-
|
|
121
|
-
#XBUT
|
|
122
|
-
WorkPage.CardEditor.Save=Save
|
|
123
|
-
#XBUT
|
|
124
|
-
WorkPage.CardEditor.Cancel=Cancel
|
|
125
|
-
#XTIT: "{0}" is the card title
|
|
126
|
-
WorkPage.CardEditor.Title=Configure "{0}"
|
|
127
|
-
#XTIT: If no card title is available, use this one here
|
|
128
|
-
WorkPage.CardEditor.Title.NoCardTitle=Configure
|
|
129
|
-
#XBUT
|
|
130
|
-
WorkPage.Card.ActionDefinition.Configure=Configure
|
|
131
|
-
#XBUT
|
|
132
|
-
WorkPage.Card.ActionDefinition.Reset=Delete Configuration
|
|
133
|
-
|
|
134
|
-
# CardEditor Context Configuration
|
|
135
|
-
|
|
136
|
-
#XFLD
|
|
137
|
-
WorkPage.Host.Context.WorkZone.Label=SAP Build Work Zone
|
|
138
|
-
#XFLD
|
|
139
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Label=Current User
|
|
140
|
-
#XFLD
|
|
141
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Id.Label=Id of the SAP Build Work Zone user
|
|
142
|
-
#XFLD
|
|
143
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Id.Placeholder=SAP Build Work Zone user id
|
|
144
|
-
#YTXT
|
|
145
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Id.Desc=Id of the current user. The value will change based on the logged on user. To show the users name, use Name of the SAP Build Work Zone user.
|
|
146
|
-
#XFLD
|
|
147
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Name.Label=Name of the SAP Build Work Zone user
|
|
148
|
-
#XFLD
|
|
149
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Name.Placeholder=SAP Build Work Zone user name
|
|
150
|
-
#YTXT
|
|
151
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Name.Desc=Name of the current user with first, middle and last name. The middle name will be abbreviated. The value will change based on the logged on user.
|
|
152
|
-
#XFLD
|
|
153
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.FirstName.Label=Firstname of the SAP Build Work Zone user
|
|
154
|
-
#XFLD
|
|
155
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.FirstName.Placeholder=SAP Build Work Zone user firstname
|
|
156
|
-
#YTXT
|
|
157
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.FirstName.Desc=Firstname of the current user. The value will change based on the logged on user.
|
|
158
|
-
#XFLD
|
|
159
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.LastName.Label=Lastname of the SAP Build Work Zone user
|
|
160
|
-
#XFLD
|
|
161
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.LastName.Placeholder=SAP Build Work Zone user lastname
|
|
162
|
-
#YTXT
|
|
163
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.LastName.Desc=Lastname of the current user. The value will change based on the logged on user.
|
|
164
|
-
#XFLD
|
|
165
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Email.Label=Email address of current SAP Build Work Zone user
|
|
166
|
-
#XFLD
|
|
167
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Email.Placeholder=SAP Build Work Zone user email
|
|
168
|
-
#YTXT
|
|
169
|
-
WorkPage.Host.Context.WorkZone.CurrentUser.Email.Desc=Email address of current SAP Build Work Zone user. The value will change based on the logged on user.
|
|
170
|
-
#XTIT: The title of the delete configuration dialog
|
|
171
|
-
WorkPage.CardEditor.DeleteConfigurationDialog.Title=Delete Configuration
|
|
172
|
-
#YTXT: The content text of the delete configuration dialog
|
|
173
|
-
WorkPage.CardEditor.DeleteConfigurationDialog.Content=This card has individual configurations. Do you want to delete them irrevocably and reset the card to its default settings?
|
|
174
|
-
#XBTN: The accept button of the delete configuration dialog
|
|
175
|
-
WorkPage.CardEditor.DeleteConfigurationDialog.Accept=Delete
|
|
176
|
-
#XBTN: The deny button of the delete configuration dialog
|
|
177
|
-
WorkPage.CardEditor.DeleteConfigurationDialog.Deny=Cancel
|