@sapui5/sap.ushell 1.124.2 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +29 -27
- package/src/main/js/sap/ushell/Container.js +6 -10
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +13 -10
- package/src/main/js/sap/ushell/Layout.js +7 -4
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +5 -3
- 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 +9 -3
- package/src/main/js/sap/ushell/UserActivityLog.js +5 -3
- 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 +4 -4
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +2 -4
- 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 +12 -10
- package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +8 -6
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +14 -13
- 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 +7 -5
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +15 -13
- 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/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +6 -4
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +7 -5
- 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 +7 -9
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +7 -5
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +5 -3
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +6 -4
- 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 +5 -4
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +5 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +5 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +1 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +37 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +21 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +21 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +38 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +19 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +20 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +28 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +25 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +8 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +20 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +18 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +16 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +14 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +24 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +18 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +23 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +21 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +28 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +19 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +13 -4
- package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.util.js +8 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +9 -4
- package/src/main/js/sap/ushell/components/CatalogsManager.js +24 -16
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +14 -12
- package/src/main/js/sap/ushell/components/HomepageManager.js +6 -4
- package/src/main/js/sap/ushell/components/MessagingHelper.js +5 -4
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +6 -4
- package/src/main/js/sap/ushell/components/_HeaderManager/ControlManager.js +6 -4
- package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +5 -3
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +4 -2
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +18 -23
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +6 -4
- package/src/main/js/sap/ushell/components/appfinder/Component.js +6 -4
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +10 -10
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +6 -4
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +5 -3
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +78 -3
- 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 +239 -94
- 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 +3 -2
- package/src/main/js/sap/ushell/components/cards/Card.controller.js +5 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +9 -14
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +7 -14
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +19 -19
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
- package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +3 -3
- 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_sh.properties +3 -3
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +3 -5
- 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/contentFinderStandalone/manifestAppSearch.json +1 -1
- 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.controller.js +2 -27
- 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 +6 -5
- package/src/main/js/sap/ushell/components/pages/Component.js +5 -4
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +9 -7
- package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +10 -8
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +18 -13
- package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +6 -5
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +21 -32
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +8 -6
- 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/Notifications/Notifications.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +8 -5
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +6 -4
- package/src/main/js/sap/ushell/components/shell/Search/Component.js +5 -4
- package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +5 -4
- 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 +10 -8
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +7 -5
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +9 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +6 -4
- package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +5 -3
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +6 -4
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +6 -4
- package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +9 -7
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +6 -4
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +7 -5
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +11 -9
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +9 -7
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +5 -3
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +6 -4
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +11 -9
- package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +5 -3
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +6 -4
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +5 -3
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +5 -3
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +10 -10
- 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 +6 -6
- 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 +2 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +17 -17
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +6 -4
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +8 -6
- 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_sh.properties +2 -2
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +6 -4
- package/src/main/js/sap/ushell/renderer/LogonFrameProvider.js +5 -3
- package/src/main/js/sap/ushell/renderer/Renderer.js +34 -35
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +36 -36
- package/src/main/js/sap/ushell/renderer/Shell.view.js +9 -4
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.controller.js +8 -6
- package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +13 -11
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +19 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +21 -24
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +17 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +0 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +26 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +19 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +25 -28
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -924
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +27 -30
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +19 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +14 -17
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +22 -25
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +24 -27
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +18 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +26 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +17 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +21 -24
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +24 -27
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +22 -25
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +0 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +18 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +17 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +30 -33
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +18 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +13 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +16 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +17 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +118 -121
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +17 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +19 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +0 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +19 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +20 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +21 -24
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +18 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +15 -18
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +21 -24
- package/src/main/js/sap/ushell/renderer/search/searchComponent/Component.js +4 -3
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +323 -273
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +14 -14
- 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 +12 -10
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +14 -9
- package/src/main/js/sap/ushell/services/CommonDataModel.js +7 -5
- package/src/main/js/sap/ushell/services/Configuration.js +5 -4
- 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 +2 -2
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +9 -7
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +18 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +8 -6
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +18 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +6 -4
- package/src/main/js/sap/ushell/services/Message.js +91 -412
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +448 -0
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -1
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/Notifications.js +4 -2
- package/src/main/js/sap/ushell/services/NotificationsV2.js +7 -5
- 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.js +7 -5
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +13 -11
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +5 -4
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +3 -3
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +38 -56
- package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +8 -6
- package/src/main/js/sap/ushell/services/SpaceContent.js +16 -14
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLParsing.js +6 -4
- 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 +6 -4
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +11 -9
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +2 -2
- 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 +7 -5
- 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/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.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 +6 -4
- 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 +3 -3
- package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +2 -2
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +32 -24
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +10 -1
- package/src/main/js/sap/ushell/themes/sap_belize_base/.theming +4 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ActionMode.less +107 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/AddBookmarkButton.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/AnchorItem.less +81 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/AnchorNavigationBar.less +86 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +213 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ApplicationContainer.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +387 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ContactSupport.less +12 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ContentFinder.less +26 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/CustomGroupHeaderListItem.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Dashboard.less +66 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/DynamicTile.less +114 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Factsheet.less +225 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/FloatingContainer.less +125 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/FlpSettings.less +83 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/GroupList.less +68 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/GroupListItem.less +54 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/IconFonts.less +21 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ImageTile.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/LoadingDialog.less +47 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/MenuBar.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Notifications.less +135 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Page.less +49 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/PictureTile.less +119 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/PictureViewer.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/PlusTile.less +38 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/QuickAccess.less +18 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/RightFloatingContainerItem.less +82 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/SearchCEP.less +121 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/SearchFLP.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Section.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellAppTitle.less +207 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellFloatingAction.less +61 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellFloatingActions.less +14 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellHeader.less +389 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ShellLayout.less +168 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/SidePane.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/StaticTile.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/SubHeader.less +3 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/SysInfoBar.less +164 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/TargetMappingConfiguration.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Tile.less +223 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/TileBase.less +152 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/TileContainer.less +495 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/TilePlaceholder.less +75 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/TileState.less +62 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ToolAreaItem.less +85 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/UserActionsMenu.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/UserConsentDialog.less +52 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/UserSettings.less +113 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/ViewPortContainer.less +28 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPage.less +58 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPageButton.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPageCell.less +144 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPageColumn.less +39 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPageColumnResizer.less +128 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/WorkPageRow.less +987 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +64 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/shared.less +40 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/main/js/sap/ushell/themes/sap_horizon/ShellHeader.less +9 -18
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellHeader.less +9 -18
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellHeader.less +7 -14
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellHeader.less +7 -14
- package/src/main/js/sap/ushell/ui/AppContainer.js +5 -3
- package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +78 -21
- package/src/main/js/sap/ushell/ui/ContentNodeSelectorRenderer.js +32 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +8 -5
- package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +1 -1
- package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +5 -4
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +6 -5
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +11 -7
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +3 -3
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +4 -4
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +6 -4
- package/src/main/js/sap/ushell/ui/footerbar/JamDiscussButton.js +8 -5
- package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +8 -6
- package/src/main/js/sap/ushell/ui/footerbar/LogoutButton.js +10 -7
- package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +5 -3
- package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +6 -4
- package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +7 -4
- 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/TileContainer.js +14 -10
- package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +10 -7
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +4 -3
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +5 -3
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +3 -0
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLink.js +5 -3
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +9 -7
- package/src/main/js/sap/ushell/utils/UriParameters.js +43 -0
- package/src/main/js/sap/ushell/utils/UrlParsing.js +2 -4
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/WindowUtils.js +3 -5
- package/src/main/js/sap/ushell/utils/chipsUtils.js +4 -3
- 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/workpage/resources/resources_en.properties +5 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +21 -20
- package/src/main/js/sap/ushell/utils.js +69 -64
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +6 -8
- package/src/main/js/sap/ushell/ui/ContentNodeSelector.control.xml +0 -26
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The menu service provides the entries for the menu bar
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.125.0
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ushell/Config",
|
|
@@ -11,7 +11,8 @@ sap.ui.define([
|
|
|
11
11
|
"sap/ui/model/json/JSONModel",
|
|
12
12
|
"sap/base/util/deepClone",
|
|
13
13
|
"sap/base/Log",
|
|
14
|
-
"sap/ushell/resources"
|
|
14
|
+
"sap/ushell/resources",
|
|
15
|
+
"sap/ushell/Container"
|
|
15
16
|
], function (
|
|
16
17
|
Config,
|
|
17
18
|
ushellLibrary,
|
|
@@ -19,7 +20,8 @@ sap.ui.define([
|
|
|
19
20
|
JSONModel,
|
|
20
21
|
deepClone,
|
|
21
22
|
Log,
|
|
22
|
-
resources
|
|
23
|
+
resources,
|
|
24
|
+
Container
|
|
23
25
|
) {
|
|
24
26
|
"use strict";
|
|
25
27
|
|
|
@@ -597,7 +599,7 @@ sap.ui.define([
|
|
|
597
599
|
Menu.prototype.savePersonalization = function () {
|
|
598
600
|
var oMenuPersonalizationData = this._extractPersonalization();
|
|
599
601
|
|
|
600
|
-
return
|
|
602
|
+
return Container.getServiceAsync("PersonalizationV2")
|
|
601
603
|
.then(async function (oPersonalizationService) {
|
|
602
604
|
var oPersId;
|
|
603
605
|
|
|
@@ -2,51 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The Unified Shell's message service.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.125.0
|
|
6
|
+
* @deprecated since 1.120
|
|
6
7
|
*/
|
|
7
8
|
sap.ui.define([
|
|
8
|
-
"sap/
|
|
9
|
-
"sap/m/MessageBox",
|
|
10
|
-
"sap/ushell/Config",
|
|
11
|
-
"sap/ushell/resources",
|
|
12
|
-
"sap/m/Dialog",
|
|
13
|
-
"sap/m/Text",
|
|
14
|
-
"sap/m/Link",
|
|
15
|
-
"sap/m/Button",
|
|
16
|
-
"sap/m/VBox",
|
|
17
|
-
"sap/m/FormattedText",
|
|
18
|
-
"sap/m/library",
|
|
19
|
-
"sap/ui/core/library"
|
|
9
|
+
"sap/ushell/services/MessageInternal"
|
|
20
10
|
], function (
|
|
21
|
-
|
|
22
|
-
MessageBox,
|
|
23
|
-
Config,
|
|
24
|
-
resources,
|
|
25
|
-
Dialog,
|
|
26
|
-
Text,
|
|
27
|
-
Link,
|
|
28
|
-
Button,
|
|
29
|
-
VBox,
|
|
30
|
-
FormattedText,
|
|
31
|
-
mobileLibrary,
|
|
32
|
-
coreLibrary
|
|
11
|
+
MessageInternal
|
|
33
12
|
) {
|
|
34
13
|
"use strict";
|
|
35
14
|
|
|
36
|
-
// shortcut for sap.m.ButtonType
|
|
37
|
-
var ButtonType = mobileLibrary.ButtonType;
|
|
38
|
-
|
|
39
|
-
// shortcut for sap.m.DialogType
|
|
40
|
-
var DialogType = mobileLibrary.DialogType;
|
|
41
|
-
|
|
42
|
-
// shortcut for sap.ui.core.ValueState
|
|
43
|
-
var ValueState = coreLibrary.ValueState;
|
|
44
|
-
|
|
45
|
-
// shortcut for sap.m.FlexRendertype
|
|
46
|
-
var FlexRendertype = mobileLibrary.FlexRendertype;
|
|
47
|
-
|
|
48
15
|
/**
|
|
49
|
-
* @
|
|
16
|
+
* @name sap.ushell.services.Message
|
|
50
17
|
* @class
|
|
51
18
|
* @classdesc Message service.
|
|
52
19
|
*
|
|
@@ -65,388 +32,100 @@ sap.ui.define([
|
|
|
65
32
|
* @public
|
|
66
33
|
* @deprecated since 1.120
|
|
67
34
|
*/
|
|
68
|
-
function Message () {
|
|
69
|
-
var fnShellCallBackFunction;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Initialization:
|
|
73
|
-
* This method is to be invoked by the Shell to register the message callback function.
|
|
74
|
-
* The signature of the callback is defined via the show function.
|
|
75
|
-
*
|
|
76
|
-
* @param {function} fnShellCallback callback for the shell to execute showing the message
|
|
77
|
-
* @returns {this} <code>this</code> for method chaining
|
|
78
|
-
*
|
|
79
|
-
* @private
|
|
80
|
-
*/
|
|
81
|
-
this.init = function (fnShellCallback) {
|
|
82
|
-
fnShellCallBackFunction = fnShellCallback;
|
|
83
|
-
|
|
84
|
-
return this;
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* Shows a message on the screen.
|
|
89
|
-
*
|
|
90
|
-
* @param {sap.ushell.services.Message.Type} iType message type
|
|
91
|
-
* @param {string} sMessage the localized message as plain text
|
|
92
|
-
* @param {object} oParameters Some parameters
|
|
93
|
-
*
|
|
94
|
-
* @private
|
|
95
|
-
*/
|
|
96
|
-
this.show = function (iType, sMessage, oParameters) {
|
|
97
|
-
if (!sMessage) {
|
|
98
|
-
Log.error("Message must not be empty.");
|
|
99
|
-
return;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
if (fnShellCallBackFunction && typeof fnShellCallBackFunction === "function") {
|
|
103
|
-
fnShellCallBackFunction(iType, sMessage, oParameters || {});
|
|
104
|
-
} else {
|
|
105
|
-
this.buildMessage(iType, sMessage, oParameters || {});
|
|
106
|
-
}
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Decides wether a MessageBox or a SupportMessage needs to be send and accordingly builds a configuration for it.
|
|
111
|
-
*
|
|
112
|
-
* @param {int} iType message type
|
|
113
|
-
* @param {string} sMessage message text
|
|
114
|
-
* @param {object} oParameters message parameters
|
|
115
|
-
*
|
|
116
|
-
* @private
|
|
117
|
-
*/
|
|
118
|
-
this.buildMessage = function (iType, sMessage, oParameters) {
|
|
119
|
-
var oMessageBoxConfig = {
|
|
120
|
-
title: oParameters.title,
|
|
121
|
-
actions: oParameters.actions,
|
|
122
|
-
details: oParameters.details,
|
|
123
|
-
onClose: oParameters.callback,
|
|
124
|
-
emphasizedAction: oParameters.emphasizedAction
|
|
125
|
-
};
|
|
126
|
-
var sMessageBoxType;
|
|
127
|
-
|
|
128
|
-
switch (iType) {
|
|
129
|
-
case Message.Type.ERROR:
|
|
130
|
-
this._createAndOpenErrorDialog(sMessage, oMessageBoxConfig);
|
|
131
|
-
return;
|
|
132
|
-
case Message.Type.CONFIRM:
|
|
133
|
-
if (!oParameters.actions) {
|
|
134
|
-
sMessageBoxType = "confirm";
|
|
135
|
-
} else if (oParameters.actions.indexOf("DELETE") > -1) {
|
|
136
|
-
sMessageBoxType = "warning";
|
|
137
|
-
oMessageBoxConfig.emphasizedAction = MessageBox.Action.DELETE;
|
|
138
|
-
} else {
|
|
139
|
-
oMessageBoxConfig.icon = MessageBox.Icon.QUESTION;
|
|
140
|
-
sMessageBoxType = "show";
|
|
141
|
-
}
|
|
142
|
-
break;
|
|
143
|
-
case Message.Type.INFO:
|
|
144
|
-
sMessageBoxType = "info";
|
|
145
|
-
this.buildAndSendMessageToast(sMessage, oParameters.duration || 3000);
|
|
146
|
-
// Show only Toast. Don't need to show the MessageBox.
|
|
147
|
-
return;
|
|
148
|
-
default:
|
|
149
|
-
oMessageBoxConfig = { duration: oParameters.duration || 3000 };
|
|
150
|
-
sMessageBoxType = "show";
|
|
151
|
-
break;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
this.sendMessageBox(sMessage, sMessageBoxType, oMessageBoxConfig); // Give me some parameters please!
|
|
155
|
-
};
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* Copies the content of the dialog to the clipboard.
|
|
159
|
-
*
|
|
160
|
-
* @param {string} message The message displayed by the dialog.
|
|
161
|
-
* @param {object} config The configuration of the dialog.
|
|
162
|
-
* @param {string} dialogTitle The title of the dialog.
|
|
163
|
-
*
|
|
164
|
-
* @private
|
|
165
|
-
*/
|
|
166
|
-
this._copyToClipboard = function (message, config, dialogTitle) {
|
|
167
|
-
var sFormattedDetails = config.details;
|
|
168
|
-
|
|
169
|
-
if (typeof config.details === "object") {
|
|
170
|
-
// Using stringify() with "tab" as space argument and escaping the JSON to prevent binding
|
|
171
|
-
sFormattedDetails = JSON.stringify(config.details, null, "\t");
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
var aCopiedText = [
|
|
175
|
-
"Title: " + (dialogTitle || "-"),
|
|
176
|
-
"Message: " + (message || "-"),
|
|
177
|
-
"Details: " + (sFormattedDetails || "-")
|
|
178
|
-
];
|
|
179
|
-
|
|
180
|
-
var oElementWithPrevFocus = document.activeElement;
|
|
181
|
-
var oTemporaryDomElement = document.createElement("textarea");
|
|
182
|
-
var sMessageToastText;
|
|
183
|
-
|
|
184
|
-
try {
|
|
185
|
-
oTemporaryDomElement.contentEditable = true;
|
|
186
|
-
oTemporaryDomElement.readonly = false;
|
|
187
|
-
oTemporaryDomElement.innerText = aCopiedText.join("\n");
|
|
188
|
-
document.documentElement.appendChild(oTemporaryDomElement);
|
|
189
|
-
|
|
190
|
-
if (navigator.userAgent.match(/ipad|iphone/i)) {
|
|
191
|
-
var oRange = document.createRange();
|
|
192
|
-
oRange.selectNodeContents(oTemporaryDomElement);
|
|
193
|
-
window.getSelection().removeAllRanges();
|
|
194
|
-
window.getSelection().addRange(oRange);
|
|
195
|
-
oTemporaryDomElement.setSelectionRange(0, 999999);
|
|
196
|
-
} else {
|
|
197
|
-
oTemporaryDomElement.select();
|
|
198
|
-
}
|
|
199
35
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
*
|
|
215
|
-
* @param {string} message message text
|
|
216
|
-
* @param {object} messageConfig message configuration (title and details)
|
|
217
|
-
*
|
|
218
|
-
* @private
|
|
219
|
-
*/
|
|
220
|
-
this._createAndOpenErrorDialog = function (message, messageConfig) {
|
|
221
|
-
var vDetails = messageConfig.details;
|
|
222
|
-
var oDetailControl;
|
|
223
|
-
if (vDetails) {
|
|
224
|
-
oDetailControl = new FormattedText({
|
|
225
|
-
htmlText: typeof vDetails === "object" ? vDetails.info : vDetails
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
var oErrorDialog = this.errorWithDetails(message, oDetailControl, messageConfig.title);
|
|
230
|
-
|
|
231
|
-
// Check that SupportTicket is enabled and verify that we are not in a flow in which Support ticket creation is failing,
|
|
232
|
-
// if this is the case we don't want to show the user the contact support button again
|
|
233
|
-
// Note: Renderer.qunit.js deletes sap.ushell.container before this code is called.
|
|
234
|
-
// check if container is available
|
|
235
|
-
if (sap.ushell.Container
|
|
236
|
-
&& Config.last("/core/extension/SupportTicket")
|
|
237
|
-
&& message !== resources.i18n.getText("supportTicketCreationFailed")) {
|
|
238
|
-
oErrorDialog.addButton(new Button({
|
|
239
|
-
text: resources.i18n.getText("contactSupportBtn"),
|
|
240
|
-
tooltip: resources.i18n.getText("contactSupportBtn_tooltip"),
|
|
241
|
-
press: function () {
|
|
242
|
-
sap.ui.require(["sap/ushell/ui/footerbar/ContactSupportButton"],
|
|
243
|
-
function (ContactSupportButton) {
|
|
244
|
-
var oContactSupport = new ContactSupportButton();
|
|
245
|
-
if (oContactSupport) {
|
|
246
|
-
oContactSupport.showContactSupportDialog();
|
|
247
|
-
// oContactSupport is redundant after creation of the Contact Support Dialog.
|
|
248
|
-
oContactSupport.destroy();
|
|
249
|
-
}
|
|
250
|
-
});
|
|
251
|
-
|
|
252
|
-
oErrorDialog.close();
|
|
253
|
-
}
|
|
254
|
-
}));
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
if (document.queryCommandSupported("copy")) {
|
|
258
|
-
oErrorDialog.addButton(new Button({
|
|
259
|
-
text: resources.i18n.getText("CopyToClipboardBtn"),
|
|
260
|
-
tooltip: resources.i18n.getText("CopyToClipboardBtn_tooltip"),
|
|
261
|
-
press: this._copyToClipboard.bind(this, message, messageConfig, oErrorDialog.getTitle())
|
|
262
|
-
}));
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
oErrorDialog.addButton(new Button({
|
|
266
|
-
text: resources.i18n.getText("closeBtn"),
|
|
267
|
-
type: ButtonType.Emphasized,
|
|
268
|
-
press: oErrorDialog.close.bind(oErrorDialog)
|
|
269
|
-
}));
|
|
270
|
-
};
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* Sends a MessageToast with provided Message and Duration
|
|
274
|
-
*
|
|
275
|
-
* @param {string} sMessage The message
|
|
276
|
-
* @param {int} iDuration The duration of the MessageToast in ms
|
|
277
|
-
*
|
|
278
|
-
* @private
|
|
279
|
-
*/
|
|
280
|
-
this.buildAndSendMessageToast = function (sMessage, iDuration) {
|
|
281
|
-
sap.ui.require(["sap/m/MessageToast"], function (MessageToast) {
|
|
282
|
-
MessageToast.show(sMessage, { duration: iDuration });
|
|
283
|
-
});
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
/**
|
|
287
|
-
* Sends a MessageBox based on the provided configuration
|
|
288
|
-
*
|
|
289
|
-
* @param {string} sMessage The actual error message
|
|
290
|
-
* @param {string} sType The type of the MessageBox. e.g.: show, confirm
|
|
291
|
-
* @param {object} oConfig The configuration of the MessageBox
|
|
292
|
-
*
|
|
293
|
-
* @private
|
|
294
|
-
*/
|
|
295
|
-
this.sendMessageBox = function (sMessage, sType, oConfig) {
|
|
296
|
-
if (typeof MessageBox[sType] === "function") {
|
|
297
|
-
MessageBox[sType](sMessage, oConfig);
|
|
298
|
-
} else {
|
|
299
|
-
Log.error("Unknown Message type: " + sType, null, "Message Service");
|
|
300
|
-
}
|
|
301
|
-
};
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* Shows a MessageToast on the screen.
|
|
305
|
-
*
|
|
306
|
-
* @param {string} sMessage the localized message as plain text
|
|
307
|
-
* @param {int} [iDuration=3000] display duration in ms
|
|
308
|
-
*
|
|
309
|
-
* @since 1.16.0
|
|
310
|
-
* @public
|
|
311
|
-
*/
|
|
312
|
-
this.info = function (sMessage, iDuration) {
|
|
313
|
-
this.show(Message.Type.INFO, sMessage, { duration: iDuration || 3000 });
|
|
314
|
-
};
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* Shows an error message on the screen.
|
|
318
|
-
*
|
|
319
|
-
* @param {string} sMessage the localized message as plain text
|
|
320
|
-
* @param {string} [sTitle] the localized title as plain text
|
|
321
|
-
*
|
|
322
|
-
* @since 1.16.0
|
|
323
|
-
* @public
|
|
324
|
-
*/
|
|
325
|
-
this.error = function (sMessage, sTitle) {
|
|
326
|
-
Log.error(sMessage);
|
|
327
|
-
|
|
328
|
-
this.show(Message.Type.ERROR, sMessage, { title: sTitle });
|
|
329
|
-
};
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* Shows an confirmation dialog on the screen.
|
|
333
|
-
*
|
|
334
|
-
* The callback is called with the following signature:
|
|
335
|
-
* <code>function(Action)</code> where Action is the action type that the user has tapped.
|
|
336
|
-
* For example, when the user has pressed the close button, a sap.m.MessageBox.Action.Close is returned.
|
|
337
|
-
*
|
|
338
|
-
* If no actions are provided, "OK" and "Cancel" will be shown. In this case Action is set by one of the following three values:
|
|
339
|
-
* 1. sap.m.MessageBox.Action.OK: "OK" (confirmed) button is tapped.
|
|
340
|
-
* 2. sap.m.MessageBox.Action.Cancel: "Cancel" (unconfirmed) button is tapped.
|
|
341
|
-
* 3. null: Confirm dialog is closed by calling sap.m.InstanceManager.closeAllDialogs()
|
|
342
|
-
*
|
|
343
|
-
* @param {string} sMessage the localized message as plain text
|
|
344
|
-
* @param {function(): string} fnCallback callback function
|
|
345
|
-
* @param {string} [sTitle] the localized title as plain text
|
|
346
|
-
* @param {sap.m.MessageBox.Action|sap.m.MessageBox.Action[]|string|string[]} [vActions]
|
|
347
|
-
* Either a single action, or an array of two actions.
|
|
348
|
-
* If no action(s) are given, the single action MessageBox.Action.OK is taken as a default for the parameter.
|
|
349
|
-
* If more than two actions are given, only the first two actions are taken.
|
|
350
|
-
* Custom action string(s) can be provided, and then the translation of custom action string(s)
|
|
351
|
-
* needs to be done by the application.
|
|
352
|
-
*
|
|
353
|
-
* @since 1.16.0
|
|
354
|
-
* @public
|
|
355
|
-
*/
|
|
356
|
-
this.confirm = function (sMessage, fnCallback, sTitle, vActions) {
|
|
357
|
-
this.show(Message.Type.CONFIRM, sMessage, { title: sTitle, callback: fnCallback, actions: vActions });
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
/**
|
|
361
|
-
* Shows an error message with details on the screen.
|
|
362
|
-
* If more than one control should be shown, an {sap.m.VBox} can be used.
|
|
363
|
-
* The default title is "error".
|
|
364
|
-
* If no custom buttons are given, an emphasized "close" button is shown.
|
|
365
|
-
*
|
|
366
|
-
* @param {string} message The localized message as plain text
|
|
367
|
-
* @param {sap.ui.core.Control} [detailControl] The control that should be displayed,
|
|
368
|
-
* once a user presses the "View Details" link
|
|
369
|
-
* @param {string} [title] The localized title as plain text
|
|
370
|
-
* @param {sap.m.Button[]} [buttons] The custom buttons that should be shown on the dialog
|
|
371
|
-
*
|
|
372
|
-
* @returns {sap.m.Dialog} The error dialog, so it can be destroyed by a custom button
|
|
373
|
-
*
|
|
374
|
-
* @since 1.81.0
|
|
375
|
-
* @protected
|
|
376
|
-
*/
|
|
377
|
-
this.errorWithDetails = function (message, detailControl, title, buttons) {
|
|
378
|
-
if (Array.isArray(detailControl)) {
|
|
379
|
-
buttons = detailControl;
|
|
380
|
-
detailControl = null;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
if (typeof detailControl === "string") {
|
|
384
|
-
buttons = title;
|
|
385
|
-
title = detailControl;
|
|
386
|
-
detailControl = null;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
var oText = new Text({
|
|
390
|
-
text: message,
|
|
391
|
-
visible: !!message
|
|
392
|
-
});
|
|
36
|
+
/**
|
|
37
|
+
* @name info
|
|
38
|
+
* @function
|
|
39
|
+
* @memberof sap.ushell.services.Message#
|
|
40
|
+
*
|
|
41
|
+
* Shows a MessageToast on the screen.
|
|
42
|
+
*
|
|
43
|
+
* @param {string} sMessage the localized message as plain text
|
|
44
|
+
* @param {int} [iDuration=3000] display duration in ms
|
|
45
|
+
*
|
|
46
|
+
* @since 1.16.0
|
|
47
|
+
* @public
|
|
48
|
+
* @deprecated since 1.120
|
|
49
|
+
*/
|
|
393
50
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
text: resources.i18n.getText("ViewDetails"),
|
|
409
|
-
visible: !!detailControl,
|
|
410
|
-
press: function () {
|
|
411
|
-
oErrorDialog.getContent()[0].addItem(detailControl);
|
|
412
|
-
this.destroy();
|
|
413
|
-
}
|
|
414
|
-
})
|
|
415
|
-
]
|
|
416
|
-
})
|
|
417
|
-
],
|
|
418
|
-
buttons: buttons,
|
|
419
|
-
endButton: new Button({
|
|
420
|
-
text: resources.i18n.getText("closeBtn"),
|
|
421
|
-
type: ButtonType.Emphasized,
|
|
422
|
-
press: function () {
|
|
423
|
-
oErrorDialog.close();
|
|
424
|
-
}
|
|
425
|
-
}),
|
|
426
|
-
afterClose: function () {
|
|
427
|
-
this.destroy();
|
|
428
|
-
}
|
|
429
|
-
}).addStyleClass("sapContrastPlus");
|
|
430
|
-
oErrorDialog.open();
|
|
51
|
+
/**
|
|
52
|
+
* @name error
|
|
53
|
+
* @function
|
|
54
|
+
* @memberof sap.ushell.services.Message#
|
|
55
|
+
*
|
|
56
|
+
* Shows an error message on the screen.
|
|
57
|
+
*
|
|
58
|
+
* @param {string} sMessage the localized message as plain text
|
|
59
|
+
* @param {string} [sTitle] the localized title as plain text
|
|
60
|
+
*
|
|
61
|
+
* @since 1.16.0
|
|
62
|
+
* @public
|
|
63
|
+
* @deprecated since 1.120
|
|
64
|
+
*/
|
|
431
65
|
|
|
432
|
-
|
|
433
|
-
|
|
66
|
+
/**
|
|
67
|
+
* @name confirm
|
|
68
|
+
* @function
|
|
69
|
+
* @memberof sap.ushell.services.Message#
|
|
70
|
+
*
|
|
71
|
+
* Shows an confirmation dialog on the screen.
|
|
72
|
+
*
|
|
73
|
+
* The callback is called with the following signature:
|
|
74
|
+
* <code>function(Action)</code> where Action is the action type that the user has tapped.
|
|
75
|
+
* For example, when the user has pressed the close button, a sap.m.MessageBox.Action.Close is returned.
|
|
76
|
+
*
|
|
77
|
+
* If no actions are provided, "OK" and "Cancel" will be shown. In this case Action is set by one of the following three values:
|
|
78
|
+
* 1. sap.m.MessageBox.Action.OK: "OK" (confirmed) button is tapped.
|
|
79
|
+
* 2. sap.m.MessageBox.Action.Cancel: "Cancel" (unconfirmed) button is tapped.
|
|
80
|
+
* 3. null: Confirm dialog is closed by calling sap.m.InstanceManager.closeAllDialogs()
|
|
81
|
+
*
|
|
82
|
+
* @param {string} sMessage the localized message as plain text
|
|
83
|
+
* @param {function(): string} fnCallback callback function
|
|
84
|
+
* @param {string} [sTitle] the localized title as plain text
|
|
85
|
+
* @param {sap.m.MessageBox.Action|sap.m.MessageBox.Action[]|string|string[]} [vActions]
|
|
86
|
+
* Either a single action, or an array of two actions.
|
|
87
|
+
* If no action(s) are given, the single action MessageBox.Action.OK is taken as a default for the parameter.
|
|
88
|
+
* If more than two actions are given, only the first two actions are taken.
|
|
89
|
+
* Custom action string(s) can be provided, and then the translation of custom action string(s)
|
|
90
|
+
* needs to be done by the application.
|
|
91
|
+
*
|
|
92
|
+
* @since 1.16.0
|
|
93
|
+
* @public
|
|
94
|
+
* @deprecated since 1.120
|
|
95
|
+
*/
|
|
434
96
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
97
|
+
/**
|
|
98
|
+
* @name errorWithDetails
|
|
99
|
+
* @function
|
|
100
|
+
* @memberof sap.ushell.services.Message#
|
|
101
|
+
*
|
|
102
|
+
* Shows an error message with details on the screen.
|
|
103
|
+
* If more than one control should be shown, an {sap.m.VBox} can be used.
|
|
104
|
+
* The default title is "error".
|
|
105
|
+
* If no custom buttons are given, an emphasized "close" button is shown.
|
|
106
|
+
*
|
|
107
|
+
* @param {string} message The localized message as plain text
|
|
108
|
+
* @param {sap.ui.core.Control} [detailControl] The control that should be displayed,
|
|
109
|
+
* once a user presses the "View Details" link
|
|
110
|
+
* @param {string} [title] The localized title as plain text
|
|
111
|
+
* @param {sap.m.Button[]} [buttons] The custom buttons that should be shown on the dialog
|
|
112
|
+
*
|
|
113
|
+
* @returns {sap.m.Dialog} The error dialog, so it can be destroyed by a custom button
|
|
114
|
+
*
|
|
115
|
+
* @since 1.81.0
|
|
116
|
+
* @protected
|
|
117
|
+
* @deprecated since 1.120
|
|
118
|
+
*/
|
|
438
119
|
|
|
439
120
|
/**
|
|
440
|
-
* @
|
|
121
|
+
* @name Type
|
|
122
|
+
* @enum
|
|
123
|
+
* @memberof sap.ushell.services.Message
|
|
441
124
|
* @since 1.16.0
|
|
442
125
|
* @private
|
|
126
|
+
*
|
|
127
|
+
* @deprecated since 1.120
|
|
443
128
|
*/
|
|
444
|
-
Message.Type = {
|
|
445
|
-
INFO: 0,
|
|
446
|
-
ERROR: 1,
|
|
447
|
-
CONFIRM: 2
|
|
448
|
-
};
|
|
449
129
|
|
|
450
|
-
|
|
451
|
-
return Message;
|
|
130
|
+
return MessageInternal;
|
|
452
131
|
});
|