@sapui5/sap.ushell 1.136.0 → 1.136.2
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 +5 -2
- 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 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
- 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 +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/api/NewExperience.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- 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 +1 -1
- 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 +1 -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 +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 +5 -2
- 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 +1 -1
- 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/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/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/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +28 -3
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +31 -2
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +4 -2
- 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 +2 -9
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +4 -4
- 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/PostLoadingHeaderEnhancement/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +27 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
- 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 +9 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -3
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +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 +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +10 -9
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +45 -16
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1317 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2376 -0
- package/src/main/js/sap/ushell/library.js +19 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +1 -1
- package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/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 +7 -13
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.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/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.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/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/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +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/_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/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/Favicon.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
- package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +3 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
- package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +9 -4
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +12 -12
- package/src/main/js/sap/ushell/thirdparty/Button2.js +61 -12
- package/src/main/js/sap/ushell/thirdparty/Icon.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/Icons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Link.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/List.js +48 -26
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +65 -62
- package/src/main/js/sap/ushell/thirdparty/Menu.js +53 -58
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +82 -17
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +158 -54
- package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
- package/src/main/js/sap/ushell/thirdparty/Text.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +35 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +12 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +24 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +29 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +31 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +31 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +30 -12
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +12 -8
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +3 -3
- package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +5 -9
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +55 -36
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +34 -19
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +27 -2
- package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLink.js +88 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
- 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/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/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +6 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
|
@@ -51,7 +51,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
51
51
|
MenuSeparator = __decorate$1([
|
|
52
52
|
webcomponentsBase.m({
|
|
53
53
|
tag: "ui5-menu-separator",
|
|
54
|
-
renderer: i18nDefaults.
|
|
54
|
+
renderer: i18nDefaults.y,
|
|
55
55
|
styles: [menuSeparatorCss],
|
|
56
56
|
template: MenuSeparatorTemplate,
|
|
57
57
|
})
|
|
@@ -61,13 +61,13 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
61
61
|
function MenuTemplate() {
|
|
62
62
|
return (i18nDefaults.jsxs(ListItemTemplate.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp", placement: "Bottom", verticalAlign: "Bottom", horizontalAlign: this.horizontalAlign, opener: this.opener, open: this.open, preventInitialFocus: true, hideArrow: true, allowTargetOverlap: true, accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone &&
|
|
63
63
|
i18nDefaults.jsxs("div", { slot: "header", class: "ui5-menu-dialog-header", children: [i18nDefaults.jsx("div", { class: "ui5-menu-dialog-title", children: i18nDefaults.jsx("h1", { children: this.headerText }) }), i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", "aria-label": this.labelClose, onClick: this._close })] }), i18nDefaults.jsx("div", { id: `${this._id}-menu-main`, children: this.items.length ?
|
|
64
|
-
(i18nDefaults.jsx(List.List, { id: `${this._id}- menu-list`, selectionMode: "None", loading: this.loading, loadingDelay: this.loadingDelay, separators: "None", accessibleRole: "Menu", onItemClick: this._itemClick, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, "onui5-close-menu": this._close, children: i18nDefaults.jsx("slot", {}) }))
|
|
64
|
+
(i18nDefaults.jsx(List.List, { id: `${this._id}- menu-list`, selectionMode: "None", loading: this.loading, loadingDelay: this.loadingDelay, separators: "None", accessibleRole: "Menu", onItemClick: this._itemClick, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, "onui5-close-menu": this._close, "onui5-exit-end-content": this._navigateOutOfEndContent, children: i18nDefaults.jsx("slot", {}) }))
|
|
65
65
|
: this.loading && (i18nDefaults.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true })) })] }));
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
69
69
|
Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
70
|
-
var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-
|
|
70
|
+
var menuCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-11-0-rc-3_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-11-0-rc-3-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}
|
|
71
71
|
`;
|
|
72
72
|
|
|
73
73
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -188,26 +188,17 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
188
188
|
item._popover.open = true;
|
|
189
189
|
item.selected = true;
|
|
190
190
|
}
|
|
191
|
-
_closeItemSubMenu(item) {
|
|
192
|
-
if (item && item._popover) {
|
|
193
|
-
const openedSibling = item._menuItems.find(menuItem => menuItem._popover && menuItem._popover.open);
|
|
194
|
-
if (openedSibling) {
|
|
195
|
-
this._closeItemSubMenu(openedSibling);
|
|
196
|
-
}
|
|
197
|
-
item._popover.open = false;
|
|
198
|
-
item.selected = false;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
191
|
_itemMouseOver(e) {
|
|
202
|
-
if (Icons.f$1()) {
|
|
203
|
-
|
|
204
|
-
const item = e.target;
|
|
205
|
-
if (this._isInstanceOfMenuItem(item)) {
|
|
206
|
-
item.focus();
|
|
207
|
-
// Opens submenu with 300ms delay
|
|
208
|
-
this._startOpenTimeout(item);
|
|
209
|
-
}
|
|
192
|
+
if (!Icons.f$1()) {
|
|
193
|
+
return;
|
|
210
194
|
}
|
|
195
|
+
const item = e.target;
|
|
196
|
+
if (!MenuItem.isInstanceOfMenuItem(item)) {
|
|
197
|
+
return;
|
|
198
|
+
}
|
|
199
|
+
item.focus();
|
|
200
|
+
// Opens submenu with 300ms delay
|
|
201
|
+
this._startOpenTimeout(item);
|
|
211
202
|
}
|
|
212
203
|
async focus(focusOptions) {
|
|
213
204
|
await Icons.f$3();
|
|
@@ -217,14 +208,21 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
217
208
|
}
|
|
218
209
|
return super.focus(focusOptions);
|
|
219
210
|
}
|
|
211
|
+
_closeOtherSubMenus(item) {
|
|
212
|
+
const menuItems = this._menuItems;
|
|
213
|
+
if (!menuItems.includes(item)) {
|
|
214
|
+
return;
|
|
215
|
+
}
|
|
216
|
+
menuItems.forEach(menuItem => {
|
|
217
|
+
if (menuItem !== item) {
|
|
218
|
+
menuItem._close();
|
|
219
|
+
}
|
|
220
|
+
});
|
|
221
|
+
}
|
|
220
222
|
_startOpenTimeout(item) {
|
|
221
223
|
clearTimeout(this._timeout);
|
|
222
224
|
this._timeout = setTimeout(() => {
|
|
223
|
-
|
|
224
|
-
const openedSibling = opener && opener._menuItems.find(menuItem => menuItem._popover && menuItem._popover.open);
|
|
225
|
-
if (openedSibling) {
|
|
226
|
-
this._closeItemSubMenu(openedSibling);
|
|
227
|
-
}
|
|
225
|
+
this._closeOtherSubMenus(item);
|
|
228
226
|
this._openItemSubMenu(item);
|
|
229
227
|
}, MENU_OPEN_DELAY);
|
|
230
228
|
}
|
|
@@ -246,39 +244,39 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
246
244
|
_itemKeyDown(e) {
|
|
247
245
|
const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
|
|
248
246
|
const item = e.target;
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
if (!MenuItem.isInstanceOfMenuItem(item)) {
|
|
248
|
+
return;
|
|
249
|
+
}
|
|
250
|
+
const menuItemInMenu = this._menuItems.includes(item);
|
|
251
|
+
const isItemNavigation = webcomponentsBase.D(e) || webcomponentsBase.P(e);
|
|
252
|
+
const isItemSelection = webcomponentsBase.b$1(e) || webcomponentsBase.i(e);
|
|
253
|
+
const isEndContentNavigation = webcomponentsBase.c(e) || webcomponentsBase.K(e);
|
|
251
254
|
const shouldOpenMenu = this.isRtl ? webcomponentsBase.K(e) : webcomponentsBase.c(e);
|
|
252
|
-
const shouldCloseMenu =
|
|
253
|
-
if (
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
item._navigateToEndContent(webcomponentsBase.K(e));
|
|
259
|
-
}
|
|
260
|
-
if (shouldOpenMenu) {
|
|
261
|
-
this._openItemSubMenu(item);
|
|
262
|
-
}
|
|
263
|
-
else if ((shouldCloseMenu || isTabNextPrevious) && parentElement._popover) {
|
|
264
|
-
parentElement._popover.open = false;
|
|
265
|
-
parentElement.selected = false;
|
|
266
|
-
parentElement._popover.focusOpener();
|
|
267
|
-
}
|
|
255
|
+
const shouldCloseMenu = menuItemInMenu && !(isItemNavigation || isItemSelection || isEndContentNavigation);
|
|
256
|
+
if (webcomponentsBase.b$1(e) || isTabNextPrevious) {
|
|
257
|
+
e.preventDefault();
|
|
258
|
+
}
|
|
259
|
+
if (isEndContentNavigation) {
|
|
260
|
+
item._navigateToEndContent(webcomponentsBase.K(e));
|
|
268
261
|
}
|
|
269
|
-
|
|
270
|
-
this.
|
|
262
|
+
if (shouldOpenMenu) {
|
|
263
|
+
this._openItemSubMenu(item);
|
|
271
264
|
}
|
|
272
|
-
else if (
|
|
273
|
-
this.
|
|
265
|
+
else if ((shouldCloseMenu || isTabNextPrevious)) {
|
|
266
|
+
this._close();
|
|
274
267
|
}
|
|
275
268
|
}
|
|
276
|
-
_navigateOutOfEndContent(
|
|
277
|
-
const
|
|
278
|
-
const
|
|
279
|
-
const
|
|
280
|
-
const
|
|
281
|
-
|
|
269
|
+
_navigateOutOfEndContent(e) {
|
|
270
|
+
const item = e.target;
|
|
271
|
+
const shouldNavigateToNextItem = e.detail.shouldNavigateToNextItem;
|
|
272
|
+
const menuItems = this._menuItems;
|
|
273
|
+
const itemIndex = menuItems.indexOf(item);
|
|
274
|
+
if (itemIndex > -1) {
|
|
275
|
+
const nextItem = shouldNavigateToNextItem ? menuItems[itemIndex + 1] : menuItems[itemIndex - 1];
|
|
276
|
+
const itemToFocus = nextItem || menuItems[itemIndex];
|
|
277
|
+
itemToFocus?.focus();
|
|
278
|
+
e.stopPropagation();
|
|
279
|
+
}
|
|
282
280
|
}
|
|
283
281
|
_beforePopoverOpen(e) {
|
|
284
282
|
const prevented = !this.fireDecoratorEvent("before-open", {});
|
|
@@ -302,9 +300,6 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
302
300
|
this.open = false;
|
|
303
301
|
this.fireDecoratorEvent("close");
|
|
304
302
|
}
|
|
305
|
-
_isInstanceOfMenuItem(object) {
|
|
306
|
-
return "isMenuItem" in object;
|
|
307
|
-
}
|
|
308
303
|
};
|
|
309
304
|
__decorate([
|
|
310
305
|
webcomponentsBase.s()
|
|
@@ -333,7 +328,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
333
328
|
Menu = Menu_1 = __decorate([
|
|
334
329
|
webcomponentsBase.m({
|
|
335
330
|
tag: "ui5-menu",
|
|
336
|
-
renderer: i18nDefaults.
|
|
331
|
+
renderer: i18nDefaults.y,
|
|
337
332
|
styles: menuCss,
|
|
338
333
|
template: MenuTemplate,
|
|
339
334
|
})
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, i18nDefaults, eventStrict, Icons, MenuItem, ListItemTemplate, information, Button, toLowercaseEnumValue, Icon, List, BusyIndicator, Label) { 'use strict';
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label'], (function (exports, webcomponentsBase, webcomponents, i18nDefaults, eventStrict, Icons, MenuItem, ListItemTemplate, information, Button, toLowercaseEnumValue, Icon, List, BusyIndicator, Label) { 'use strict';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
exports.default = MenuItem.MenuItem;
|
|
6
|
+
exports.isInstanceOfMenuItem = MenuItem.isInstanceOfMenuItem;
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6
9
|
|
|
7
10
|
}));
|
|
@@ -5,7 +5,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
5
5
|
const ltr$1 = false;
|
|
6
6
|
const accData$1 = information.ICON_NAV_BACK;
|
|
7
7
|
const collection$1 = "SAP-icons-v4";
|
|
8
|
-
const packageName$1 = "
|
|
8
|
+
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
9
9
|
|
|
10
10
|
Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
|
|
11
11
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
14
14
|
const ltr = false;
|
|
15
15
|
const accData = information.ICON_NAV_BACK;
|
|
16
16
|
const collection = "SAP-icons-v5";
|
|
17
|
-
const packageName = "
|
|
17
|
+
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
18
18
|
|
|
19
19
|
Icons.f(name, { pathData, ltr, accData, collection, packageName });
|
|
20
20
|
|
|
@@ -36,7 +36,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
36
36
|
case this.hasSubmenu:
|
|
37
37
|
return (i18nDefaults.jsx("div", { class: "ui5-menu-item-submenu-icon", children: i18nDefaults.jsx(Icon.Icon, { part: "subicon", name: ListItemTemplate.slimArrowRight, class: "ui5-menu-item-icon-end" }) }));
|
|
38
38
|
case this.hasEndContent:
|
|
39
|
-
return i18nDefaults.jsx("slot", { name: "endContent" });
|
|
39
|
+
return i18nDefaults.jsx("slot", { name: "endContent", onKeyDown: this._endContentKeyDown });
|
|
40
40
|
case !!this.additionalText:
|
|
41
41
|
return (i18nDefaults.jsx("span", { part: "additional-text", class: "ui5-li-additional-text", "aria-hidden": this._accInfo.ariaHidden, children: this.additionalText }));
|
|
42
42
|
}
|
|
@@ -50,12 +50,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
function listItemPostContent() {
|
|
53
|
-
return this.hasSubmenu && i18nDefaults.jsxs(ListItemTemplate.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp ui5-menu-rp-sub-menu", preventInitialFocus: true, preventFocusRestore: true, hideArrow: true, allowTargetOverlap: true, placement: this.placement, verticalAlign: "Top", accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone && (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsxs("div", { slot: "header", class: "ui5-menu-dialog-header", children: [i18nDefaults.jsx(Button.Button, { icon: navBackIcon, class: "ui5-menu-back-button", design: "Transparent", "aria-label": this.labelBack, onClick: this._close }), i18nDefaults.jsx("div", { class: "ui5-menu-dialog-title", children: i18nDefaults.jsx("div", { children: this.text }) }), i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", "aria-label": this.labelClose, onClick: this._closeAll })] }) })), i18nDefaults.jsx("div", { id: `${this._id}-menu-main`, children: this.items.length ? (i18nDefaults.jsx(List.List, { id: `${this._id}-menu-list`, selectionMode: "None", separators: "None", accessibleRole: "Menu", loading: this.loading, loadingDelay: this.loadingDelay, "onui5-close-menu": this._close, children: i18nDefaults.jsx("slot", {}) })) : this.loading && i18nDefaults.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true }) })] });
|
|
53
|
+
return this.hasSubmenu && i18nDefaults.jsxs(ListItemTemplate.ResponsivePopover, { id: `${this._id}-menu-rp`, class: "ui5-menu-rp ui5-menu-rp-sub-menu", preventInitialFocus: true, preventFocusRestore: true, hideArrow: true, allowTargetOverlap: true, placement: this.placement, verticalAlign: "Top", accessibleName: this.acessibleNameText, onBeforeOpen: this._beforePopoverOpen, onOpen: this._afterPopoverOpen, onBeforeClose: this._beforePopoverClose, onClose: this._afterPopoverClose, children: [this.isPhone && (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsxs("div", { slot: "header", class: "ui5-menu-dialog-header", children: [i18nDefaults.jsx(Button.Button, { icon: navBackIcon, class: "ui5-menu-back-button", design: "Transparent", "aria-label": this.labelBack, onClick: this._close }), i18nDefaults.jsx("div", { class: "ui5-menu-dialog-title", children: i18nDefaults.jsx("div", { children: this.text }) }), i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", "aria-label": this.labelClose, onClick: this._closeAll })] }) })), i18nDefaults.jsx("div", { id: `${this._id}-menu-main`, children: this.items.length ? (i18nDefaults.jsx(List.List, { id: `${this._id}-menu-list`, selectionMode: "None", separators: "None", accessibleRole: "Menu", loading: this.loading, loadingDelay: this.loadingDelay, onMouseOver: this._itemMouseOver, onKeyDown: this._itemKeyDown, "onui5-close-menu": this._close, "onui5-exit-end-content": this._navigateOutOfEndContent, children: i18nDefaults.jsx("slot", {}) })) : this.loading && i18nDefaults.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-menu-busy-indicator`, delay: this.loadingDelay, class: "ui5-menu-busy-indicator", active: true }) })] });
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
Icons.p("
|
|
57
|
-
Icons.p("
|
|
58
|
-
var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-
|
|
56
|
+
Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
57
|
+
Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
58
|
+
var menuItemCss = `:host{line-height:initial}::slotted([ui5-menu-item]){line-height:inherit}.ui5-menu-rp[ui5-responsive-popover]::part(header),.ui5-menu-rp[ui5-responsive-popover]::part(content),.ui5-menu-rp[ui5-responsive-popover]::part(footer){padding:0}.ui5-menu-rp[ui5-responsive-popover]{box-shadow:var(--sapContent_Shadow1);border-radius:var(--_ui5-v2-11-0-rc-3_menu_popover_border_radius)}.ui5-menu-busy-indicator{width:100%}.ui5-menu-dialog-header{display:flex;height:var(--_ui5-v2-11-0-rc-3-responsive_popover_header_height);align-items:center;justify-content:space-between;padding:0px 1rem;width:100%;overflow:hidden}.ui5-menu-dialog-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:calc(100% - 6.5rem);padding-right:1rem;font-family:var(--sapFontHeaderFamily)}.ui5-menu-dialog-title>h1{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--sapFontHeader5Size)}.ui5-menu-back-button{margin-right:1rem}.ui5-menu-rp.ui5-menu-rp-sub-menu{margin-top:.25rem;margin-inline:var(--_ui5-v2-11-0-rc-3_menu_submenu_margin_offset)}.ui5-menu-rp.ui5-menu-rp-sub-menu[actual-placement=Start]{margin-top:.25rem;margin-inline:var(--_ui5-v2-11-0-rc-3_menu_submenu_placement_type_left_margin_offset)}:host([disabled]){pointer-events:initial;opacity:initial}:host([disabled])::part(content){opacity:var(--_ui5-v2-11-0-rc-3-listitembase_disabled_opacity)}:host([disabled][actionable]:not([active]):not([selected]):hover),:host([disabled][active][actionable]){background:var(--ui5-v2-11-0-rc-3-listitem-background-color)}:host([active]:not([disabled])),:host([active]:not([disabled])):hover{background-color:var(--sapList_Active_Background)}:host(:not([active]):not([selected]):not([disabled]):hover){background-color:var(--sapList_Hover_Background)}:host([disabled][active][actionable]) .ui5-li-root .ui5-li-icon{color:var(--sapContent_NonInteractiveIconColor)}:host([active]:not([disabled]))::part(content),:host([active]:not([disabled]))::part(additional-text),:host([active]:not([disabled])) .ui5-li-root .ui5-li-icon{color:var(--sapList_Active_TextColor)}:host([focused]:not([active]):not([disabled])){background-color:var(--sapList_Hover_Background)}:host::part(additional-text){margin:unset;margin-inline-start:1rem;color:var(--sapContent_LabelColor);min-width:max-content}.ui5-menu-item-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;display:inline-block}.ui5-menu-item-dummy-icon{visibility:hidden}:host::part(title){font-size:var(--sapFontSize);padding-top:.125rem}:host([icon]:not([is-phone]))::part(title),:host([is-phone]:not([icon=""]))::part(title){padding-top:0}:host(:not([is-phone]))::part(native-li){padding:var(--_ui5-v2-11-0-rc-3_menu_item_padding)}:host::part(content){padding-inline-end:.25rem}.ui5-menu-item-submenu-icon{min-width:var(--_ui5-v2-11-0-rc-3_list_item_icon_size);min-height:var(--_ui5-v2-11-0-rc-3_list_item_icon_size);display:inline-block;vertical-align:middle;pointer-events:none}.ui5-menu-item-icon-end{display:inline-block;vertical-align:middle;padding-inline-start:.5rem;pointer-events:none;position:absolute;inset-inline-end:var(--_ui5-v2-11-0-rc-3_menu_item_submenu_icon_right)}.ui5-menu-item-submenu-icon .ui5-menu-item-icon-end{color:var(--sapContent_NonInteractiveIconColor)}.ui5-menu-item-dummy-icon{min-width:var(--_ui5-v2-11-0-rc-3_list_item_icon_size);min-height:var(--_ui5-v2-11-0-rc-3_list_item_icon_size);display:inline-block;vertical-align:middle;padding-inline-end:.5rem;pointer-events:none}
|
|
59
59
|
`;
|
|
60
60
|
|
|
61
61
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -81,7 +81,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
81
81
|
*
|
|
82
82
|
* ### ES6 Module Import
|
|
83
83
|
*
|
|
84
|
-
* `import "
|
|
84
|
+
* `import "sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js";`
|
|
85
85
|
* @constructor
|
|
86
86
|
* @extends ListItem
|
|
87
87
|
* @implements {IMenuItem}
|
|
@@ -132,10 +132,11 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
132
132
|
|| (item.hasAttribute("ui5-icon") && item.getAttribute("mode") === "Interactive");
|
|
133
133
|
});
|
|
134
134
|
}
|
|
135
|
-
_navigateToEndContent(
|
|
136
|
-
const
|
|
137
|
-
|
|
138
|
-
|
|
135
|
+
_navigateToEndContent(shouldNavigateToPreviousItem) {
|
|
136
|
+
const navigatableItems = this._navigableItems;
|
|
137
|
+
const item = shouldNavigateToPreviousItem
|
|
138
|
+
? navigatableItems[navigatableItems.length - 1]
|
|
139
|
+
: navigatableItems[0];
|
|
139
140
|
if (item) {
|
|
140
141
|
this._itemNavigation.setCurrentItem(item);
|
|
141
142
|
this._itemNavigation._focusCurrentItem();
|
|
@@ -159,9 +160,6 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
159
160
|
get isSubMenuOpen() {
|
|
160
161
|
return this._popover?.open;
|
|
161
162
|
}
|
|
162
|
-
get ariaLabelledByText() {
|
|
163
|
-
return `${this.text} ${this.accessibleName}`.trim();
|
|
164
|
-
}
|
|
165
163
|
get menuHeaderTextPhone() {
|
|
166
164
|
return this.text;
|
|
167
165
|
}
|
|
@@ -212,6 +210,60 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
212
210
|
get _menuItems() {
|
|
213
211
|
return this.items.filter((item) => !item.isSeparator);
|
|
214
212
|
}
|
|
213
|
+
_closeOtherSubMenus(item) {
|
|
214
|
+
const menuItems = this._menuItems;
|
|
215
|
+
if (!menuItems.includes(item)) {
|
|
216
|
+
return;
|
|
217
|
+
}
|
|
218
|
+
menuItems.forEach(menuItem => {
|
|
219
|
+
if (menuItem !== item) {
|
|
220
|
+
menuItem._close();
|
|
221
|
+
}
|
|
222
|
+
});
|
|
223
|
+
}
|
|
224
|
+
_itemMouseOver(e) {
|
|
225
|
+
if (!Icons.f$1()) {
|
|
226
|
+
return;
|
|
227
|
+
}
|
|
228
|
+
const item = e.target;
|
|
229
|
+
if (!isInstanceOfMenuItem(item)) {
|
|
230
|
+
return;
|
|
231
|
+
}
|
|
232
|
+
item.focus();
|
|
233
|
+
this._closeOtherSubMenus(item);
|
|
234
|
+
}
|
|
235
|
+
_itemKeyDown(e) {
|
|
236
|
+
const item = e.target;
|
|
237
|
+
const itemInMenuItems = this._menuItems.includes(item);
|
|
238
|
+
const isTabNextPrevious = webcomponentsBase.B(e) || webcomponentsBase.m$1(e);
|
|
239
|
+
const isItemNavigation = webcomponentsBase.D(e) || webcomponentsBase.P(e);
|
|
240
|
+
const isItemSelection = webcomponentsBase.i(e) || webcomponentsBase.b$1(e);
|
|
241
|
+
const shouldOpenMenu = this.isRtl ? webcomponentsBase.K(e) : webcomponentsBase.c(e);
|
|
242
|
+
const shouldCloseMenu = !(isItemNavigation || isItemSelection || shouldOpenMenu) || isTabNextPrevious;
|
|
243
|
+
if (itemInMenuItems && shouldCloseMenu) {
|
|
244
|
+
this._close();
|
|
245
|
+
this.focus();
|
|
246
|
+
e.stopPropagation();
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
_endContentKeyDown(e) {
|
|
250
|
+
const shouldNavigateOutOfEndContent = webcomponentsBase.D(e) || webcomponentsBase.P(e);
|
|
251
|
+
if (shouldNavigateOutOfEndContent) {
|
|
252
|
+
this.fireDecoratorEvent("exit-end-content", { shouldNavigateToNextItem: webcomponentsBase.P(e) });
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
_navigateOutOfEndContent(e) {
|
|
256
|
+
const item = e.target;
|
|
257
|
+
const shouldNavigateToNextItem = e.detail.shouldNavigateToNextItem;
|
|
258
|
+
const menuItems = this._menuItems;
|
|
259
|
+
const itemIndex = menuItems.indexOf(item);
|
|
260
|
+
if (itemIndex > -1) {
|
|
261
|
+
const nextItem = shouldNavigateToNextItem ? menuItems[itemIndex + 1] : menuItems[itemIndex - 1];
|
|
262
|
+
const itemToFocus = nextItem || menuItems[itemIndex];
|
|
263
|
+
itemToFocus?.focus();
|
|
264
|
+
e.stopPropagation();
|
|
265
|
+
}
|
|
266
|
+
}
|
|
215
267
|
_closeAll() {
|
|
216
268
|
if (this._popover) {
|
|
217
269
|
this._popover.open = false;
|
|
@@ -222,6 +274,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
222
274
|
_close() {
|
|
223
275
|
if (this._popover) {
|
|
224
276
|
this._popover.open = false;
|
|
277
|
+
this._menuItems.forEach(item => item._close());
|
|
225
278
|
}
|
|
226
279
|
this.selected = false;
|
|
227
280
|
}
|
|
@@ -293,12 +346,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
293
346
|
webcomponentsBase.d({ type: HTMLElement })
|
|
294
347
|
], MenuItem.prototype, "endContent", void 0);
|
|
295
348
|
__decorate([
|
|
296
|
-
i18nDefaults.i("
|
|
349
|
+
i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
|
|
297
350
|
], MenuItem, "i18nBundle", void 0);
|
|
298
351
|
MenuItem = MenuItem_1 = __decorate([
|
|
299
352
|
webcomponentsBase.m({
|
|
300
353
|
tag: "ui5-menu-item",
|
|
301
|
-
renderer: i18nDefaults.
|
|
354
|
+
renderer: i18nDefaults.y,
|
|
302
355
|
template: MenuItemTemplate,
|
|
303
356
|
styles: [ListItemTemplate.ListItem.styles, menuItemCss],
|
|
304
357
|
})
|
|
@@ -328,6 +381,14 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
328
381
|
eventStrict.l("close-menu", {
|
|
329
382
|
bubbles: true,
|
|
330
383
|
})
|
|
384
|
+
/**
|
|
385
|
+
* Fired when navigating out of end-content.
|
|
386
|
+
* @private
|
|
387
|
+
*/
|
|
388
|
+
,
|
|
389
|
+
eventStrict.l("exit-end-content", {
|
|
390
|
+
bubbles: true,
|
|
391
|
+
})
|
|
331
392
|
/**
|
|
332
393
|
* Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
|
|
333
394
|
* @public
|
|
@@ -347,9 +408,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
347
408
|
eventStrict.l("close")
|
|
348
409
|
], MenuItem);
|
|
349
410
|
MenuItem.define();
|
|
411
|
+
const isInstanceOfMenuItem = (object) => {
|
|
412
|
+
return "isMenuItem" in object;
|
|
413
|
+
};
|
|
350
414
|
var MenuItem$1 = MenuItem;
|
|
351
415
|
|
|
352
416
|
exports.MenuItem = MenuItem$1;
|
|
353
417
|
exports.MenuItemTemplate = MenuItemTemplate;
|
|
418
|
+
exports.isInstanceOfMenuItem = isInstanceOfMenuItem;
|
|
354
419
|
|
|
355
420
|
}));
|
|
@@ -246,7 +246,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
246
246
|
NotificationList = NotificationList_1 = __decorate([
|
|
247
247
|
webcomponentsBase.m({
|
|
248
248
|
tag: "ui5-notification-list",
|
|
249
|
-
renderer: i18nDefaults.
|
|
249
|
+
renderer: i18nDefaults.y,
|
|
250
250
|
languageAware: true,
|
|
251
251
|
styles: [NotificationListCss],
|
|
252
252
|
template: NotificationListTemplate,
|
|
@@ -94,7 +94,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
94
94
|
|
|
95
95
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
96
96
|
Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
|
|
97
|
-
var NotificationListGroupItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-
|
|
97
|
+
var NotificationListGroupItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-11-0-rc-3_list_item_base_height);background:var(--ui5-v2-11-0-rc-3-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-11-0-rc-3-notification_item-state-icon-padding)}:host([collapsed]) .ui5-nli-group-items{display:none}:host([read]) .ui5-nli-group-title-text{font-weight:400}.ui5-nli-group-root{width:100%}.ui5-nli-group-content-wrapper{position:relative;box-sizing:border-box;width:100%;display:flex;flex-direction:column}[ui5-busy-indicator]{width:100%}.ui5-nli-group-header{height:2.75rem;position:sticky;top:0;z-index:90;background:var(--sapList_GroupHeaderBackground);display:flex;align-items:center;padding-inline:var(--_ui5-v2-11-0-rc-3-notification_group_header-padding);width:100%;border-bottom:var(--_ui5-v2-11-0-rc-3-notification_group_header-border-bottom-width) solid var(--sapList_GroupHeaderBorderColor);box-sizing:border-box;cursor:pointer;margin-bottom:var(--_ui5-v2-11-0-rc-3-notification_group_header-margin)}.ui5-nli-group-header-expanded{margin-bottom:var(--_ui5-v2-11-0-rc-3-notification_group_header-margin-expanded)}:host([desktop]) .ui5-nli-focusable.ui5-nli-group-root:focus .ui5-nli-group-header:before,.ui5-nli-focusable.ui5-nli-group-root:focus-visible .ui5-nli-group-header:before{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;top:var(--_ui5-v2-11-0-rc-3-notification_group_header-margin);bottom:var(--_ui5-v2-11-0-rc-3-notification_group_header-margin);left:0;right:0;pointer-events:none}.ui5-nli-group-toggle-icon{min-width:1rem;min-height:1rem;margin-inline:.5rem;color:var(--sapContent_IconColor)}.ui5-nli-group-title-text{color:var(--sapGroup_TitleTextColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontHeader5Size);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2rem;margin-inline-start:.75rem}.ui5-nli-group-divider{flex:1}:host([ui5-li-notification-group]){-webkit-tap-highlight-color:transparent}[ui5-notification-group-list]::part(growing-button){border:none}[ui5-notification-group-list]::part(growing-button-inner){margin:var(--_ui5-v2-11-0-rc-3-notification_item-margin);border:var(--_ui5-v2-11-0-rc-3-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}[ui5-notification-group-list]::part(growing-button-inner){border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);height:3.125rem}[ui5-notification-group-list]::part(growing-button-inner):focus,[ui5-notification-group-list]::part(growing-button-inner):focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:var(--_ui5-v2-11-0-rc-3-notification_item-outline-offset)}[ui5-notification-group-list]::part(growing-button-inner):focus:active,[ui5-notification-group-list]::part(growing-button-inner):focus-visible:active{background-color:var(--_ui5-v2-11-0-rc-3-notification_item-growing-btn-background-color-active);border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border:var(--_ui5-v2-11-0-rc-3-notification_item-border-active)}[ui5-notification-group-list]::part(growing-button-busy-indicator){padding:.875rem 0 1rem}
|
|
98
98
|
`;
|
|
99
99
|
|
|
100
100
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -277,7 +277,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
277
277
|
webcomponentsBase.m({
|
|
278
278
|
tag: "ui5-li-notification-group",
|
|
279
279
|
languageAware: true,
|
|
280
|
-
renderer: i18nDefaults.
|
|
280
|
+
renderer: i18nDefaults.y,
|
|
281
281
|
styles: [
|
|
282
282
|
NotificationListGroupItemCss,
|
|
283
283
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/NotificationListItemBase', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, query, eventStrict, overflow, information, Button, i18nDefaults, NotificationListItemBase, Icons, i18nDefaults$1, BusyIndicator, Icon, Link, Tag, parametersBundle_css, toLowercaseEnumValue, Label) { 'use strict';
|
|
2
2
|
|
|
3
3
|
var iconError = "error";
|
|
4
4
|
|
|
@@ -54,7 +54,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
54
54
|
|
|
55
55
|
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
56
56
|
Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
|
|
57
|
-
var NotificationListItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-
|
|
57
|
+
var NotificationListItemCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block;max-width:100%;min-height:var(--_ui5-v2-11-0-rc-3_list_item_base_height);background:var(--ui5-v2-11-0-rc-3-listitem-background-color);cursor:pointer}.ui5-nli-focusable:focus{outline:none}:host([desktop]) .ui5-nli-focusable:focus:not(.ui5-nli-group-root):after,.ui5-nli-focusable:focus-visible:not(.ui5-nli-group-root):after{content:"";border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);position:absolute;inset:0;pointer-events:none}.ui5-state-icon{min-width:1rem;min-height:1rem;padding-inline-end:var(--_ui5-v2-11-0-rc-3-notification_item-state-icon-padding)}:host(:not([wrapping-type="Normal"])) .ui5-nli-title-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host(:not([wrapping-type="Normal"])) .ui5-nli-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:host([_show-more-pressed]) .ui5-nli-title-text{-webkit-line-clamp:unset}:host([_show-more-pressed]) .ui5-nli-description{-webkit-line-clamp:unset}:host([read]) .ui5-nli-title-text{font-weight:400}:host(:first-of-type){border-top-left-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}:host(:last-of-type){border-bottom-left-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}:host(:first-of-type) .ui5-nli-focusable:after{border-top-left-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border-top-right-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}:host(:last-of-type) .ui5-nli-focusable:after{border-bottom-left-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border-bottom-right-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}:host([has-border]){border-bottom:var(--_ui5-v2-11-0-rc-3-notification_item-border-bottom)}:host([ui5-li-notification]){margin:var(--_ui5-v2-11-0-rc-3-notification_item-margin);border-left:var(--_ui5-v2-11-0-rc-3-notification_item-border-top-left-right);border-right:var(--_ui5-v2-11-0-rc-3-notification_item-border-top-left-right);border-top:var(--_ui5-v2-11-0-rc-3-notification_item-border-top-left-right);border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);list-style:none}.ui5-nli-root{position:relative;width:100%;box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border:1px solid transparent}.ui5-nli-root:hover{background-color:var(--_ui5-v2-11-0-rc-3-notification_item-background-color-hover);border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}:host([desktop]) .ui5-nli-root:focus:active,.ui5-nli-root:focus-visible:active{background-color:var(--_ui5-v2-11-0-rc-3-notification_item-background-color-active);border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);border:var(--_ui5-v2-11-0-rc-3-notification_item-border-active)}.ui5-nli-content-wrapper{width:100%;display:flex;flex-direction:row-reverse;padding-inline:var(--_ui5-v2-11-0-rc-3-notification_item-root-padding-inline);padding-block:1rem;position:relative;box-sizing:border-box}.ui5-nli-content{display:flex;flex-direction:column;flex:1;min-width:0;width:100%;padding-inline:var(--_ui5-v2-11-0-rc-3-notification_item-content-padding);font-family:"72override",var(--sapFontFamily);box-sizing:border-box}.ui5-nli-content.ui5-nli-content-with-importance{margin-bottom:2rem}.ui5-nli-actions{position:absolute;top:.5rem;right:.5rem}:dir(rtl) .ui5-nli-actions{left:.5rem;right:auto}.ui5-nli-title-text-wrapper{display:flex;flex-direction:row}.ui5-nli-title-text{display:flex;margin-bottom:var(--_ui5-v2-11-0-rc-3-notification_item-title-margin-bottom);box-sizing:border-box;color:var(--sapGroup_TitleTextColor);font-weight:700;font-size:var(--sapFontHeader6Size)}.ui5-nli-two-buttons .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-two-buttons)}.ui5-nli-one-button .ui5-nli-title-text{padding-inline-end:var(--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-one-button)}.ui5-nli-description{display:flex;margin-top:var(--_ui5-v2-11-0-rc-3-notification_item-description-margin-top);color:var(--sapTextColor);font-size:var(--sapFontSize);box-sizing:border-box}.ui5-nli-footer{display:flex;color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);margin-top:var(--_ui5-v2-11-0-rc-3-notification_item-footer-margin-top);box-sizing:border-box;align-items:center}.ui5-nli-footer-divider{position:relative;align-items:center;margin-inline:.5rem}.ui5-nli-footnotes{display:flex;min-width:0}.ui5-nli-footer-showMore{margin-inline-start:1rem}.ui5-nli-importance{width:fit-content;position:absolute;bottom:1rem}::slotted([slot^="footnotes"]){color:var(--sapContent_LabelColor);font-size:var(--sapFontSize);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui5-nli-menu-btn{margin-inline-end:.125rem}:host([desktop]) .ui5-nli-focusable:not(.ui5-nli-group-root):focus:after,.ui5-nli-focusable:not(.ui5-nli-group-root):focus-visible:after{border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius);top:var(--_ui5-v2-11-0-rc-3-notification_item-focus-offset);right:var(--_ui5-v2-11-0-rc-3-notification_item-focus-offset);bottom:var(--_ui5-v2-11-0-rc-3-notification_item-focus-offset);left:var(--_ui5-v2-11-0-rc-3-notification_item-focus-offset)}[ui5-busy-indicator]{width:100%;border-radius:var(--_ui5-v2-11-0-rc-3-notification_item-border-radius)}
|
|
58
58
|
`;
|
|
59
59
|
|
|
60
60
|
/**
|
|
@@ -119,7 +119,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
119
119
|
const ICON_PER_STATUS_NAME = {
|
|
120
120
|
[information.o.Negative]: iconError,
|
|
121
121
|
[information.o.Critical]: iconAlert,
|
|
122
|
-
[information.o.Positive]:
|
|
122
|
+
[information.o.Positive]: query.selectedAccount,
|
|
123
123
|
[information.o.Information]: iconInformation,
|
|
124
124
|
[information.o.None]: "",
|
|
125
125
|
};
|
|
@@ -492,13 +492,13 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
492
492
|
webcomponentsBase.d({ type: Node, "default": true })
|
|
493
493
|
], NotificationListItem.prototype, "description", void 0);
|
|
494
494
|
__decorate([
|
|
495
|
-
|
|
495
|
+
query.o(".ui5-nli-title-text")
|
|
496
496
|
], NotificationListItem.prototype, "titleTextDOM", void 0);
|
|
497
497
|
__decorate([
|
|
498
|
-
|
|
498
|
+
query.o(".ui5-nli-menu-btn")
|
|
499
499
|
], NotificationListItem.prototype, "menuButtonDOM", void 0);
|
|
500
500
|
__decorate([
|
|
501
|
-
|
|
501
|
+
query.o(".ui5-nli-description")
|
|
502
502
|
], NotificationListItem.prototype, "descriptionDOM", void 0);
|
|
503
503
|
NotificationListItem = NotificationListItem_1 = __decorate([
|
|
504
504
|
webcomponentsBase.m({
|
|
@@ -507,7 +507,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
507
507
|
styles: [
|
|
508
508
|
NotificationListItemCss,
|
|
509
509
|
],
|
|
510
|
-
renderer: i18nDefaults.
|
|
510
|
+
renderer: i18nDefaults.y,
|
|
511
511
|
template: NotificationListItemTemplate,
|
|
512
512
|
}),
|
|
513
513
|
eventStrict.l("_press", {
|
|
@@ -90,7 +90,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
90
90
|
webcomponentsBase.s({ type: Number })
|
|
91
91
|
], NotificationListItemBase.prototype, "loadingDelay", void 0);
|
|
92
92
|
__decorate([
|
|
93
|
-
i18nDefaults.i("
|
|
93
|
+
i18nDefaults.i("sap/ushell/gen/ui5/webcomponents-fiori")
|
|
94
94
|
], NotificationListItemBase, "i18nFioriBundle", void 0);
|
|
95
95
|
|
|
96
96
|
exports.NotificationListItemBase = NotificationListItemBase;
|