@sapui5/sap.ushell 1.139.0 → 1.139.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 +1 -1
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +0 -9
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -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 +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/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/appIntegration/AppLifeCycle.js +4 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +8 -5
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -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 +74 -17
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
- 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 +4 -4
- 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.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 +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +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/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +8 -0
- 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 +22 -20
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +6 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/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/dist/Avatar.js +112 -113
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +211 -136
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +69 -70
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +71 -81
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +34 -40
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -83
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -119
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +190 -155
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +538 -367
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -78
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +86 -76
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +127 -98
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +50 -47
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -137
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +78 -63
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +31 -29
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +48 -46
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +49 -49
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -213
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +73 -71
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -63
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -126
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +44 -42
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -136
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +78 -76
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +37 -35
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1641 -1388
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2818 -2449
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
- package/src/main/js/sap/ushell/renderer/NavContainer.js +6 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +26 -3
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +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/StrategyFactory/HeadEndItemsStrategy.js +7 -0
- package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +13 -10
- package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Button2.js +88 -25
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/Icon.js +32 -15
- package/src/main/js/sap/ushell/thirdparty/Icons.js +130 -92
- package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Link.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/List.js +108 -129
- package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +24 -12
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +62 -46
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +238 -73
- package/src/main/js/sap/ushell/thirdparty/Menu.js +13 -14
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +54 -20
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +23 -14
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +104 -56
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +54 -8
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +4 -7
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +73 -39
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +385 -180
- package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Title.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +7 -54
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -717
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -717
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -711
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -711
- 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.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.css26.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 +17 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +2 -0
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +40 -4
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -39
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +76 -62
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +53 -53
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +54 -265
- 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/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -0
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/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/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
- package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
- package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
- package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
- package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
- package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -590
- package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
- package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
- package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
- package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, Title, Text, Icons, parametersBundle_css$1, i18nDefaults, willShowContent) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function SearchMessageAreaTemplate() {
|
|
4
4
|
return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("div", { class: "ui5-search-message-area-wrapper", children: [parametersBundle_css.jsx(Title.Title, { size: Title.TitleLevel.H6, children: this.text }), parametersBundle_css.jsx(Text.Text, { class: "ui5-search-message-area-description", children: this.description })] }) }));
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
8
|
-
Icons.p("@
|
|
9
|
-
var SearchMessageAreaStyles = `:host{width:
|
|
7
|
+
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
8
|
+
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
9
|
+
var SearchMessageAreaStyles = `:host{width:100%;border-bottom:1px solid var(--sapGroup_TitleBorderColor);box-sizing:border-box;display:inline-block}.ui5-search-message-area-wrapper{padding:.5rem;box-sizing:border-box}.ui5-search-message-area-description{margin-top:.25rem;font-size:.75rem;color:var(--sapContent_LabelColor)}
|
|
10
10
|
`;
|
|
11
11
|
|
|
12
12
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.
|
|
1
|
+
sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Menu', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/MenuItem2'], (function (require, webcomponentsBase, webcomponents, webcomponentsFiori, Icons, eventStrict, i18nDefaults, parametersBundle_css, BusyIndicator, ListItemBase, ListItemCustom, Icon, WrappingType, List, ResponsivePopover, Button, Tag, Menu, slimArrowDown, overflow, parametersBundle_css$1, i18nDefaults$1, willShowContent, Label, FocusableElements, information, ListItemAdditionalText_css, ValueState, toLowercaseEnumValue, ListItemGroup, Title, MenuItem) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const predefinedHooks = {
|
|
4
4
|
imageBegin,
|
|
@@ -14,7 +14,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
14
14
|
return parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("div", { class: "ui5-li-text-wrapper", children: [renderTitle.call(this), renderDescription.call(this), !this.typeActive && parametersBundle_css.jsx("span", { class: "ui5-hidden-text", children: this.type })] }), !this.description && renderAdditionalText.call(this)] });
|
|
15
15
|
}
|
|
16
16
|
function renderTitle() {
|
|
17
|
-
if (this.wrappingType ===
|
|
17
|
+
if (this.wrappingType === WrappingType.WrappingType.Normal) {
|
|
18
18
|
return this.expandableTextTemplate?.call(this, {
|
|
19
19
|
className: "ui5-li-title",
|
|
20
20
|
text: this._textContent,
|
|
@@ -28,7 +28,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
28
28
|
if (!this.description) {
|
|
29
29
|
return null;
|
|
30
30
|
}
|
|
31
|
-
if (this.wrappingType ===
|
|
31
|
+
if (this.wrappingType === WrappingType.WrappingType.Normal) {
|
|
32
32
|
return (parametersBundle_css.jsxs("div", { class: "ui5-li-description-info-wrapper", children: [this.expandableTextTemplate?.call(this, {
|
|
33
33
|
className: "ui5-li-desc",
|
|
34
34
|
text: this.description,
|
|
@@ -95,14 +95,6 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
95
95
|
* @csspart delete-button - Used to style the button rendered when the list item is in delete mode
|
|
96
96
|
* @csspart radio - Used to style the radio button rendered when the list item is in single selection mode
|
|
97
97
|
* @csspart checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode
|
|
98
|
-
* @slot {Node[]} default - Defines the custom formatted text of the component.
|
|
99
|
-
*
|
|
100
|
-
* **Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.
|
|
101
|
-
*
|
|
102
|
-
* Use the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.
|
|
103
|
-
* Be aware that wrapping (via `wrappingType="Normal"`) may not function correctly with custom HTML content in the `default` slot.
|
|
104
|
-
*
|
|
105
|
-
* If both `text` and `default` slot are used, the `text` property takes precedence.
|
|
106
98
|
* @constructor
|
|
107
99
|
* @extends ListItem
|
|
108
100
|
* @public
|
|
@@ -238,6 +230,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
238
230
|
__decorate$2([
|
|
239
231
|
webcomponentsBase.s({ noAttribute: true })
|
|
240
232
|
], ListItemStandard.prototype, "expandableTextTemplate", void 0);
|
|
233
|
+
__decorate$2([
|
|
234
|
+
webcomponentsBase.d({ type: Node, "default": true })
|
|
235
|
+
], ListItemStandard.prototype, "content", void 0);
|
|
241
236
|
__decorate$2([
|
|
242
237
|
webcomponentsBase.d()
|
|
243
238
|
], ListItemStandard.prototype, "image", void 0);
|
|
@@ -255,9 +250,9 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
255
250
|
return parametersBundle_css.jsx(Tag.Tag, { design: "Critical", "hide-state-icon": true, children: this.effectiveText });
|
|
256
251
|
}
|
|
257
252
|
|
|
258
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
259
|
-
Icons.p("@
|
|
260
|
-
var buttonBadgeCss = `[ui5-tag]::part(root){border:.0625rem solid var(--sapContent_BadgeBorderColor);background-color:var(--sapContent_BadgeBackground);color:var(--sapContent_BadgeTextColor);height:1rem;border-radius:.5rem;display:flex;align-items:center}:host([design="AttentionDot"]) [ui5-tag]::part(root){min-width:var(--_ui5-v2-
|
|
253
|
+
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
254
|
+
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
255
|
+
var buttonBadgeCss = `[ui5-tag]::part(root){border:.0625rem solid var(--sapContent_BadgeBorderColor);background-color:var(--sapContent_BadgeBackground);color:var(--sapContent_BadgeTextColor);height:1rem;border-radius:.5rem;display:flex;align-items:center}:host([design="AttentionDot"]) [ui5-tag]::part(root){min-width:var(--_ui5-v2-15-0-button-badge-diameter);min-height:var(--_ui5-v2-15-0-button-badge-diameter);height:var(--_ui5-v2-15-0-button-badge-diameter);width:var(--_ui5-v2-15-0-button-badge-diameter);border-radius:100%}
|
|
261
256
|
`;
|
|
262
257
|
|
|
263
258
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -329,7 +324,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
329
324
|
const collection$5 = "SAP-icons-v4";
|
|
330
325
|
const packageName$5 = "@ui5/webcomponents-icons";
|
|
331
326
|
|
|
332
|
-
Icons.
|
|
327
|
+
Icons.y(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
|
|
333
328
|
|
|
334
329
|
const name$4 = "da";
|
|
335
330
|
const pathData$4 = "M256.499 511.002q-12.975 0-20.959-10.979L5.988 180.647q-11.976-14.97 0-29.941L114.776 9.98Q122.76 0 134.736 0h255.502q14.97 0 20.959 10.979l95.813 140.725q9.98 14.97 0 28.943L277.458 500.023q-7.984 10.979-20.959 10.979zM57.887 166.674l198.612 275.462 198.612-276.46-77.848-114.775H147.712zm318.378 19.961q-25.95 7.985-39.423 21.459t-22.456 39.423q-1.996 7.984-9.98 7.984t-10.98-7.984q-8.982-25.95-22.455-39.423t-39.423-21.459q-7.985-2.994-7.985-10.978t7.985-10.979q25.95-7.984 39.423-21.957t22.456-39.922q2.994-7.984 10.978-7.984t9.981 7.984q8.982 25.95 22.456 39.922t39.423 21.957q7.985 2.995 7.985 10.979t-7.985 10.978z";
|
|
@@ -337,7 +332,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
337
332
|
const collection$4 = "SAP-icons-v5";
|
|
338
333
|
const packageName$4 = "@ui5/webcomponents-icons";
|
|
339
334
|
|
|
340
|
-
Icons.
|
|
335
|
+
Icons.y(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
|
|
341
336
|
|
|
342
337
|
var da = "da";
|
|
343
338
|
|
|
@@ -347,7 +342,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
347
342
|
const collection$3 = "SAP-icons-v4";
|
|
348
343
|
const packageName$3 = "@ui5/webcomponents-icons";
|
|
349
344
|
|
|
350
|
-
Icons.
|
|
345
|
+
Icons.y(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
|
|
351
346
|
|
|
352
347
|
const name$2 = "bell";
|
|
353
348
|
const pathData$2 = "M475 374q5 7 5 16 0 11-7 18.5t-18 7.5H334q-5 27-27 45.5T256 480t-51-18.5-27-45.5H58q-11 0-18.5-7.5T32 390q0-10 6-16 1-1 8-9.5T61 341t14.5-35.5T82 260v-20q0-100 45-154t129-54 129.5 54T431 240v20q0 25 6.5 45.5T452 341t15 23.5 8 9.5zm-69-9q-11-20-19-46.5t-8-58.5v-20q0-32-5.5-60t-20-50-38-34.5T256 83t-59.5 12.5-38 34.5-20 50-5.5 60v20q0 32-8 58.5T106 365h300z";
|
|
@@ -355,7 +350,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
355
350
|
const collection$2 = "SAP-icons-v5";
|
|
356
351
|
const packageName$2 = "@ui5/webcomponents-icons";
|
|
357
352
|
|
|
358
|
-
Icons.
|
|
353
|
+
Icons.y(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
|
|
359
354
|
|
|
360
355
|
var bell = "bell";
|
|
361
356
|
|
|
@@ -365,7 +360,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
365
360
|
const collection$1 = "SAP-icons-v4";
|
|
366
361
|
const packageName$1 = "@ui5/webcomponents-icons";
|
|
367
362
|
|
|
368
|
-
Icons.
|
|
363
|
+
Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
369
364
|
|
|
370
365
|
const name = "grid";
|
|
371
366
|
const pathData = "M80 128q-20 0-34-14T32 80t14-34 34-14 34 14 14 34-14 34-34 14zm176 0q-20 0-34-14t-14-34 14-34 34-14 34 14 14 34-14 34-34 14zm176 0q-20 0-34-14t-14-34 14-34 34-14 34 14 14 34-14 34-34 14zM80 208q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zM80 384q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14zm176 0q20 0 34 14t14 34-14 34-34 14-34-14-14-34 14-34 34-14z";
|
|
@@ -373,14 +368,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
373
368
|
const collection = "SAP-icons-v5";
|
|
374
369
|
const packageName = "@ui5/webcomponents-icons";
|
|
375
370
|
|
|
376
|
-
Icons.
|
|
371
|
+
Icons.y(name, { pathData, ltr, collection, packageName });
|
|
377
372
|
|
|
378
373
|
var grid = "grid";
|
|
379
374
|
|
|
380
375
|
function n(e,o){let t=null,l=null;return function(...u){if(l){t=u;return}e(...u),l=setTimeout(()=>{t&&(e(...t),t=null),l=null;},o);}}
|
|
381
376
|
|
|
382
377
|
function PopoversTemplate() {
|
|
383
|
-
return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-menu-popover", hideArrow: true, placement: "Bottom", preventInitialFocus: true, onBeforeOpen: this._menuPopoverBeforeOpen, onClose: this._menuPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", selectionMode: "Single", onItemClick: this._menuItemPress, children: parametersBundle_css.jsx("slot", { name: "menuItems" }) }) }), parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-overflow-popover", placement: "Bottom", preventInitialFocus: true, horizontalAlign: this.popoverHorizontalAlign, hideArrow: true, onBeforeOpen: this._overflowPopoverBeforeOpen, onClose: this._overflowPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", onItemClick: this._handleActionListClick, children: this._hiddenIcons.map((icon, index) => (parametersBundle_css.jsx(ListItemStandard$1, { "data-count": icon.count, "data-ui5-external-action-item-id": icon.refItemid, icon: icon.icon ? icon.icon : "", type: "Active", "onui5-_press": icon.press, tooltip: icon.tooltip, accessibilityAttributes: this.accInfo.search.accessibilityAttributes, children: icon.text }, index))) }) })] }));
|
|
378
|
+
return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-menu-popover", hideArrow: true, placement: "Bottom", preventInitialFocus: true, onBeforeOpen: this._menuPopoverBeforeOpen, onClose: this._menuPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", selectionMode: "Single", onItemClick: this._menuItemPress, children: parametersBundle_css.jsx("slot", { name: "menuItems" }) }) }), parametersBundle_css.jsx(ResponsivePopover.Popover, { class: "ui5-shellbar-overflow-popover", placement: "Bottom", preventInitialFocus: true, horizontalAlign: this.popoverHorizontalAlign, hideArrow: true, onBeforeOpen: this._overflowPopoverBeforeOpen, onClose: this._overflowPopoverAfterClose, children: parametersBundle_css.jsx(List.List, { separators: "None", onItemClick: this._handleActionListClick, children: this._hiddenIcons.map((icon, index) => (parametersBundle_css.jsx(ListItemStandard$1, { "data-count": icon.count, "data-ui5-external-action-item-id": icon.refItemid, "data-ui5-stable": icon.stableDomRef, icon: icon.icon ? icon.icon : "", type: "Active", "onui5-_press": icon.press, tooltip: icon.tooltip, accessibilityAttributes: this.accInfo.search.accessibilityAttributes, children: icon.text }, index))) }) })] }));
|
|
384
379
|
}
|
|
385
380
|
|
|
386
381
|
function ShellBarTemplate() {
|
|
@@ -422,7 +417,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
422
417
|
"ui5-shellbar-bell-button": true,
|
|
423
418
|
"ui5-shellbar-items-for-arrow-nav": true,
|
|
424
419
|
...this.classes.notification,
|
|
425
|
-
}, icon: "sap-icon://bell", "data-ui5-text": "Notifications", onClick: this._handleNotificationsPress, tooltip: this._notificationsText, accessibilityAttributes: this.accInfo.notifications.accessibilityAttributes, "data-ui5-stable": "notifications", children: this.notificationsCount && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: this.notificationsCount })) })), this.customItemsInfo.map(item => (parametersBundle_css.jsx(Button.Button, { id: item.id, class: `${item.classes} ui5-shellbar-items-for-arrow-nav`, icon: item.icon, tooltip: item.tooltip, "data-ui5-notifications-count": this.notificationsCount, "data-ui5-external-action-item-id": item.refItemid, "data-ui5-stable": item.stableDomRef, onClick: item.press, accessibilityAttributes: item.accessibilityAttributes, children: item.count && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: item.count })) }, item.id)))] })] }) }), parametersBundle_css.jsx(Button.Button, { id: `${this._id}-item-5`, class: {
|
|
420
|
+
}, icon: "sap-icon://bell", "data-ui5-text": "Notifications", onClick: this._handleNotificationsPress, tooltip: this._notificationsText, accessibilityAttributes: this.accInfo.notifications.accessibilityAttributes, "data-ui5-stable": "notifications", children: this.notificationsCount && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: this.notificationsCount })) })), this.customItemsInfo.map(item => (parametersBundle_css.jsx(Button.Button, { id: item.id, class: `${item.classes} ui5-shellbar-items-for-arrow-nav`, icon: item.icon, tooltip: item.tooltip, "data-ui5-notifications-count": this.notificationsCount, "data-ui5-external-action-item-id": item.refItemid, "data-ui5-stable": item.icon && !this.isIconHidden(item.icon) ? item.stableDomRef : undefined, onClick: item.press, accessibilityAttributes: item.accessibilityAttributes, children: item.count && (parametersBundle_css.jsx(ButtonBadge$1, { slot: "badge", design: "OverlayText", text: item.count })) }, item.id)))] })] }) }), parametersBundle_css.jsx(Button.Button, { id: `${this._id}-item-5`, class: {
|
|
426
421
|
"ui5-shellbar-button": true,
|
|
427
422
|
"ui5-shellbar-overflow-button": true,
|
|
428
423
|
"ui5-shellbar-items-for-arrow-nav": true,
|
|
@@ -439,14 +434,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
439
434
|
return (parametersBundle_css.jsxs("div", { role: this.accLogoRole, class: "ui5-shellbar-logo-area", onClick: this._logoPress, tabIndex: 0, onKeyDown: this._logoKeydown, onKeyUp: this._logoKeyup, "aria-label": this.accessibilityAttributes.branding?.name || this._logoAreaText, children: [this.hasLogo && (parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", title: this._logoText, "data-ui5-stable": "logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) })), parametersBundle_css.jsx("div", { class: "ui5-shellbar-headings", children: this.primaryTitle && (parametersBundle_css.jsx("h1", { class: "ui5-shellbar-title", children: parametersBundle_css.jsx("bdi", { children: this.primaryTitle }) })) })] }));
|
|
440
435
|
}
|
|
441
436
|
|
|
442
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
443
|
-
Icons.p("@
|
|
444
|
-
var shellBarStyles = `.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:inline-block;width:100%;max-width:100%;background:var(--sapShellColor);box-sizing:border-box}:host{--_ui5-v2-13-0-rc-0_input_placeholder_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-13-0-rc-0_input_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_input_border_radius);--_ui5-v2-13-0-rc-0_input_focus_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_input_focus_border_radius);--_ui5-v2-13-0-rc-0_input_background_color: var(--_ui5-v2-13-0-rc-0_shellbar_input_background_color);--_ui5-v2-13-0-rc-0_input_focus_outline_color: var(--_ui5-v2-13-0-rc-0_shellbar_input_focus_outline_color);--_ui5-v2-13-0-rc-0_input_margin_top_bottom: 0;box-shadow:inset 0 -.0625rem 0 0 var(--sapPageHeader_BorderColor);--_ui5-v2-13-0-rc-0_button_base_min_width: 2.25rem;--_ui5-v2-13-0-rc-0_button_base_padding: .5625rem;--_ui5-v2-13-0-rc-0_button_base_height: var(--sapElement_Height);--_ui5-v2-13-0-rc-0-button-badge-diameter: .75rem}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;height:var(--_ui5-v2-13-0-rc-0_shellbar_root_height);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-menu-button,.ui5-shellbar-button,.ui5-shellbar-image-button,::slotted([ui5-toggle-button]:not([slot^="content"])),::slotted([ui5-button]:not([slot^="content"])){height:2.25rem;padding:0;margin-inline-start:var(--_ui5-v2-13-0-rc-0-shellbar-overflow-button-margin);border:.0625rem solid var(--sapButton_Lite_BorderColor);background:var(--sapButton_Lite_Background);outline-color:var(--_ui5-v2-13-0-rc-0_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_button_border_radius);position:relative;font-weight:700;white-space:initial;overflow:initial;text-overflow:initial;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}::slotted([ui5-toggle-button][slot="assistant"]){margin-inline-start:0}.ui5-shellbar-assistant-button{margin-inline-start:var(--_ui5-v2-13-0-rc-0-shellbar-overflow-button-margin)}::slotted([ui5-button][slot="startButton"]){margin-inline-start:0}::slotted([ui5-toggle-button]:hover),::slotted([ui5-button]:hover),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,::slotted([ui5-button][slot="midContent"]:hover){background:var(--sapShell_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapShell_TextColor)}::slotted([ui5-toggle-button][slot="assistant"][pressed]),::slotted([ui5-toggle-button][slot="assistant"][pressed]:hover:not([active])){color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-toggle-button][active]),::slotted([ui5-button][active]),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,.ui5-shellbar-button[active],.ui5-shellbar-image-button:active{background:var(--sapShell_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--_ui5-v2-13-0-rc-0_shellbar_button_active_color)}:host([desktop]) .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus-visible{outline:var(--_ui5-v2-13-0-rc-0_shellbar_logo_outline);outline-offset:var(--_ui5-v2-13-0-rc-0_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot="profile"]){display:block;width:2rem;height:2rem;min-width:0;min-height:2rem;pointer-events:none;font-size:var(--_ui5-v2-13-0-rc-0_avatar_fontsize_XS);font-weight:400}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button-title,.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldDuplexFamily);margin:0;font-size:var(--_ui5-v2-13-0-rc-0_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor)}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}.ui5-shellbar-secondary-title{display:inline-block;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;text-align:start}.ui5-shellbar-headings{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;margin-left:.25rem}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-inline-start:.375rem}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:flex-start;height:var(--_ui5-v2-13-0-rc-0_shellbar_overflow_container_middle_height);width:0;flex-shrink:0}.ui5-shellbar-mid-content{height:var(--_ui5-v2-13-0-rc-0_shellbar_overflow_container_middle_height)}:host([breakpoint-size="S"]) .ui5-shellbar-menu-button{margin-inline-start:0}:host([breakpoint-size="S"]){padding:0 1rem}:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper{padding:0 1rem}:host([breakpoint-size="M"]){padding:0 2rem}:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper{padding:0 2rem}:host([breakpoint-size="L"]){padding:0 2rem}:host([breakpoint-size="XL"]){padding:0 3rem}:host([breakpoint-size="XXL"]){padding:0 3rem}.ui5-shellbar-logo{overflow:hidden;cursor:pointer;max-height:2rem}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}.ui5-shellbar-logo:focus,.ui5-shellbar-logo-area:focus{outline:var(--_ui5-v2-13-0-rc-0_shellbar_logo_outline);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_logo_border_radius)}.ui5-shellbar-overflow-container>.ui5-shellbar-logo:hover,.ui5-shellbar-logo-area:hover{box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_logo_border_radius)}.ui5-shellbar-logo-area:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover{box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_button_box_shadow)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active{box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_button_box_shadow_active)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-title{color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button .ui5-shellbar-logo:hover{box-shadow:none}.ui5-shellbar-button{width:2.5rem;box-sizing:border-box}.ui5-shellbar-button,::slotted([ui5-button][slot="startButton"]){--_ui5-v2-13-0-rc-0_button_focused_border: var(--_ui5-v2-13-0-rc-0_shellbar_button_focused_border)}.ui5-shellbar-search-button{--_ui5-v2-13-0-rc-0_button_focused_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_search_button_border_radius);--_ui5-v2-13-0-rc-0_shellbar_button_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_search_button_border_radius);height:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size);width:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size);min-width:var(--_ui5-v2-13-0-rc-0_shellbar_search_button_size)}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:auto;height:2.5rem;--_ui5-v2-13-0-rc-0_button_focused_border_radius: var(--_ui5-v2-13-0-rc-0_shellbar_image_button_border_radius);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_image_button_border_radius)}.ui5-shellbar-overflow-container-left{padding:0;justify-content:flex-start;max-width:75%;flex-shrink:0}.ui5-shellbar-overflow-container-left>:nth-child(n){margin-inline-end:.5rem}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background:var(--sapButton_Lite_Background);border:var(--_ui5-v2-13-0-rc-0_shellbar_button_border);color:var(--sapShell_TextColor)}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-inline-start:0}.ui5-shellbar-overflow-container-right{flex-grow:1;justify-content:flex-end}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end;height:inherit;align-items:center}.ui5-shellbar-overflow-container-right-inner{display:flex;flex-grow:1}.ui5-shellbar-content-items{display:flex;justify-content:center;align-items:center;flex-grow:1;min-width:max-content}.ui5-shellbar-spacer{flex-grow:1;height:1px;flex-basis:1rem;flex-shrink:1}.ui5-shellbar-separator{flex-grow:0;flex-shrink:0;height:1rem;width:1px;background-color:var(--sapToolbar_SeparatorColor)}.ui5-shellbar-separator-end{margin-inline-start:.5rem}:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right{padding-inline-start:0}::slotted([hidden]){visibility:hidden;order:-1;position:absolute}.ui5-shellbar-content-item{display:flex;align-items:center;flex-shrink:0;padding-inline-start:var(--_ui5-v2-13-0-rc-0-shellbar-content-margin-start)}.ui5-shellbar-overflow-container-right-child .ui5-shellbar-bell-button [slot=badge],.ui5-shellbar-overflow-container-right-child .ui5-shellbar-custom-item [slot=badge]{inset-inline-end:var(--_ui5-v2-13-0-rc-0-shellbar-notification-btn-count-offset)}.ui5-shellbar-menu-button{margin-inline-start:.5rem}.ui5-shellbar-search-field{padding-inline-start:var(--_ui5-v2-13-0-rc-0-shellbar-content-margin-start);min-width:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_width);align-items:center;flex-grow:1;margin-inline-start:.5rem}.ui5-shellbar-overflow-container-right-child>:first-child,.ui5-shellbar-search-field:first-child+.ui5-shellbar-button:not(.ui5-shellbar-search-button){margin-inline-start:0}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;bottom:.0625rem;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:1001;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}.ui5-shellbar-search-full-width-wrapper ::slotted([ui5-shellbar-search]){max-width:unset}::slotted([ui5-input]){background:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_background);border:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_border);box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_box_shadow);color:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_color);height:2.25rem;width:100%;min-width:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_width)}:host([breakpoint-size="M"]) ::slotted([ui5-input]),:host([breakpoint-size="S"]) ::slotted([ui5-input]){min-width:1rem}:host([breakpoint-size="M"][show-search-field]) .ui5-shellbar-overflow-container-right-child{flex-grow:1}::slotted([ui5-input]:hover){background:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_background_hover);box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_box_shadow_hover)}::slotted([ui5-input][focused]){outline:var(--_ui5-v2-13-0-rc-0_shellbar_search_field_outline_focused)}::slotted([slot="logo"]){max-height:2rem;pointer-events:none}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-coPilot-pressed,.ui5-shellbar-coPilot-pressed:hover{color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-button][slot="startButton"]){margin-inline:0 .5rem;justify-content:center;align-items:center}::slotted([ui5-button][data-profile-btn]){width:auto}::slotted(.ui5-shellbar-hidden-button),.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden;order:-1;opacity:0;min-width:0;width:0;margin:0;padding:0;padding-inline-start:0;border:0;margin-inline-start:0}
|
|
437
|
+
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
438
|
+
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
439
|
+
var shellBarStyles = `.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:inline-block;width:100%;max-width:100%;background:var(--sapShellColor);box-sizing:border-box}:host{--_ui5-v2-15-0_input_placeholder_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-15-0_input_border_radius: var(--_ui5-v2-15-0_shellbar_input_border_radius);--_ui5-v2-15-0_input_focus_border_radius: var(--_ui5-v2-15-0_shellbar_input_focus_border_radius);--_ui5-v2-15-0_input_background_color: var(--_ui5-v2-15-0_shellbar_input_background_color);--_ui5-v2-15-0_input_focus_outline_color: var(--_ui5-v2-15-0_shellbar_input_focus_outline_color);--_ui5-v2-15-0_input_margin_top_bottom: 0;box-shadow:inset 0 -.0625rem 0 0 var(--sapPageHeader_BorderColor);--_ui5-v2-15-0_button_base_min_width: 2.25rem;--_ui5-v2-15-0_button_base_padding: .5625rem;--_ui5-v2-15-0_button_base_height: var(--sapElement_Height);--_ui5-v2-15-0-button-badge-diameter: .75rem}.ui5-shellbar-root{position:relative;display:flex;justify-content:space-between;align-items:center;height:var(--_ui5-v2-15-0_shellbar_root_height);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;box-sizing:border-box}.ui5-shellbar-menu-button,.ui5-shellbar-button,.ui5-shellbar-image-button,::slotted([ui5-toggle-button]:not([slot^="content"])),::slotted([ui5-button]:not([slot^="content"])){height:2.25rem;padding:0;margin-inline-start:var(--_ui5-v2-15-0-shellbar-overflow-button-margin);border:.0625rem solid var(--sapButton_Lite_BorderColor);background:var(--sapButton_Lite_Background);outline-color:var(--_ui5-v2-15-0_shellbar_logo_outline_color);color:var(--sapShell_TextColor);box-sizing:border-box;cursor:pointer;border-radius:var(--_ui5-v2-15-0_shellbar_button_border_radius);position:relative;font-weight:700;white-space:initial;overflow:initial;text-overflow:initial;line-height:inherit;letter-spacing:inherit;word-spacing:inherit}::slotted([ui5-toggle-button][slot="assistant"]){margin-inline-start:0}.ui5-shellbar-assistant-button{margin-inline-start:var(--_ui5-v2-15-0-shellbar-overflow-button-margin)}::slotted([ui5-button][slot="startButton"]){margin-inline-start:0}::slotted([ui5-toggle-button]:hover),::slotted([ui5-button]:hover),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover,.ui5-shellbar-button:hover,.ui5-shellbar-image-button:hover,::slotted([ui5-button][slot="midContent"]:hover){background:var(--sapShell_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapShell_TextColor)}::slotted([ui5-toggle-button][slot="assistant"][pressed]),::slotted([ui5-toggle-button][slot="assistant"][pressed]:hover:not([active])){color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-toggle-button][active]),::slotted([ui5-button][active]),.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active,.ui5-shellbar-button[active],.ui5-shellbar-image-button:active{background:var(--sapShell_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--_ui5-v2-15-0_shellbar_button_active_color)}:host([desktop]) .ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:focus-visible{outline:var(--_ui5-v2-15-0_shellbar_logo_outline);outline-offset:var(--_ui5-v2-15-0_shellbar_outline_offset)}slot[name=profile]{min-width:0}::slotted([ui5-avatar][slot="profile"]){display:block;width:2rem;height:2rem;min-width:0;min-height:2rem;font-size:var(--_ui5-v2-15-0_avatar_fontsize_XS);font-weight:400}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive::-moz-focus-inner{border:none}.ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button-title,.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldDuplexFamily);margin:0;font-size:var(--_ui5-v2-15-0_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor)}:host(:not([primary-title])) .ui5-shellbar-menu-button{min-width:2.25rem;justify-content:center}.ui5-shellbar-secondary-title{display:inline-block;font-size:var(--sapFontSmallSize);color:var(--sapShell_TextColor);font-weight:400;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0;text-align:start}.ui5-shellbar-headings{display:flex;flex-direction:column;justify-content:center;height:100%;overflow:hidden;margin-inline-start:.25rem}.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow{margin-inline-start:.375rem}.ui5-shellbar-overflow-container{display:flex;justify-content:center;align-items:center;height:100%;overflow:hidden}.ui5-shellbar-overflow-container-middle{align-self:flex-start;height:var(--_ui5-v2-15-0_shellbar_overflow_container_middle_height);width:0;flex-shrink:0}.ui5-shellbar-mid-content{height:var(--_ui5-v2-15-0_shellbar_overflow_container_middle_height)}:host([breakpoint-size="S"]) .ui5-shellbar-menu-button{margin-inline-start:0}:host([breakpoint-size="S"]){padding:0 1rem}:host([breakpoint-size="S"]) .ui5-shellbar-search-full-width-wrapper{padding:0 1rem}:host([breakpoint-size="M"]){padding:0 2rem}:host([breakpoint-size="M"]) .ui5-shellbar-search-full-width-wrapper{padding:0 2rem}:host([breakpoint-size="L"]){padding:0 2rem}:host([breakpoint-size="XL"]){padding:0 3rem}:host([breakpoint-size="XXL"]){padding:0 3rem}.ui5-shellbar-logo{overflow:hidden;cursor:pointer;max-height:2rem}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}.ui5-shellbar-logo:focus,.ui5-shellbar-logo-area:focus{outline:var(--_ui5-v2-15-0_shellbar_logo_outline);border-radius:var(--_ui5-v2-15-0_shellbar_logo_border_radius)}.ui5-shellbar-overflow-container>.ui5-shellbar-logo:hover,.ui5-shellbar-logo-area:hover{box-shadow:var(--_ui5-v2-15-0_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-15-0_shellbar_logo_border_radius)}.ui5-shellbar-logo-area:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:hover{box-shadow:var(--_ui5-v2-15-0_shellbar_button_box_shadow)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active{box-shadow:var(--_ui5-v2-15-0_shellbar_button_box_shadow_active)}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-arrow,.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive:active .ui5-shellbar-menu-button-title{color:var(--sapShell_Active_TextColor)}.ui5-shellbar-menu-button .ui5-shellbar-logo:hover{box-shadow:none}.ui5-shellbar-button{width:2.5rem;box-sizing:border-box}.ui5-shellbar-button,::slotted([ui5-button][slot="startButton"]){--_ui5-v2-15-0_button_focused_border: var(--_ui5-v2-15-0_shellbar_button_focused_border)}.ui5-shellbar-cancel-button,.ui5-shellbar-cancel-button:hover{color:var(--_ui5-v2-15-0-shellbar_cancel-button-color)}.ui5-shellbar-image-button{display:flex;justify-content:center;align-items:center;min-width:auto;height:2.5rem;--_ui5-v2-15-0_button_focused_border_radius: var(--_ui5-v2-15-0_shellbar_image_button_border_radius);border-radius:var(--_ui5-v2-15-0_shellbar_image_button_border_radius)}.ui5-shellbar-overflow-container-left{padding:0;justify-content:flex-start;max-width:75%;flex-shrink:0}.ui5-shellbar-overflow-container-left>:nth-child(n){margin-inline-end:.5rem}.ui5-shellbar-menu-button{white-space:nowrap;overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ui5-shellbar-menu-button.ui5-shellbar-menu-button--interactive{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;background:var(--sapButton_Lite_Background);border:var(--_ui5-v2-15-0_shellbar_button_border);color:var(--sapShell_TextColor)}:host(:not([with-logo])) .ui5-shellbar-menu-button{margin-inline-start:0}.ui5-shellbar-overflow-container-right{flex-grow:1;justify-content:flex-end}.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child{display:flex;justify-content:flex-end;height:inherit;align-items:center}.ui5-shellbar-overflow-container-right-inner{display:flex;flex-grow:1}.ui5-shellbar-content-items{display:flex;justify-content:center;align-items:center;flex-grow:1;min-width:max-content}.ui5-shellbar-spacer{flex-grow:1;height:1px;flex-basis:1rem;flex-shrink:1}.ui5-shellbar-separator{flex-grow:0;flex-shrink:0;height:var(--_ui5-v2-15-0-shellbar-separator-height);width:1px;background-color:var(--_ui5-v2-15-0-shellbar_separator-color)}.ui5-shellbar-separator-end{margin-inline-start:.5rem}:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-right{padding-inline-start:0}::slotted([hidden]){visibility:hidden;order:-1;position:absolute}.ui5-shellbar-content-item{display:flex;align-items:center;flex-shrink:0;padding-inline-start:var(--_ui5-v2-15-0-shellbar-content-margin-start)}.ui5-shellbar-overflow-container-right-child .ui5-shellbar-bell-button [slot=badge],.ui5-shellbar-overflow-container-right-child .ui5-shellbar-custom-item [slot=badge]{inset-inline-end:var(--_ui5-v2-15-0-shellbar-notification-btn-count-offset)}.ui5-shellbar-menu-button{margin-inline-start:.5rem}.ui5-shellbar-search-field{padding-inline-start:var(--_ui5-v2-15-0-shellbar-content-margin-start);min-width:var(--_ui5-v2-15-0_shellbar_search_field_width);align-items:center;flex-grow:1;margin-inline-start:.5rem}.ui5-shellbar-overflow-container-right-child>:first-child{margin-inline-start:0}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field{height:2.25rem;width:100%}.ui5-shellbar-search-full-width-wrapper{position:absolute;bottom:.0625rem;left:0;background:var(--sapShellColor);height:100%;width:100%;z-index:1001;display:flex;align-items:center;box-sizing:border-box}.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-button{width:auto}.ui5-shellbar-search-full-width-wrapper ::slotted([ui5-shellbar-search]){max-width:unset}::slotted([ui5-input]){background:var(--_ui5-v2-15-0_shellbar_search_field_background);border:var(--_ui5-v2-15-0_shellbar_search_field_border);box-shadow:var(--_ui5-v2-15-0_shellbar_search_field_box_shadow);color:var(--_ui5-v2-15-0_shellbar_search_field_color);height:2.25rem;width:100%;min-width:var(--_ui5-v2-15-0_shellbar_search_field_width)}:host([breakpoint-size="M"]) ::slotted([ui5-input]),:host([breakpoint-size="S"]) ::slotted([ui5-input]){min-width:1rem}:host([breakpoint-size="M"][show-search-field]) .ui5-shellbar-overflow-container-right-child{flex-grow:1}::slotted([ui5-input]:hover){background:var(--_ui5-v2-15-0_shellbar_search_field_background_hover);box-shadow:var(--_ui5-v2-15-0_shellbar_search_field_box_shadow_hover)}::slotted([ui5-input][focused]){outline:var(--_ui5-v2-15-0_shellbar_search_field_outline_focused)}::slotted([slot="logo"]){max-height:2rem;pointer-events:none}.ui5-shellbar-co-pilot-placeholder{width:2.75rem;height:2.75rem}.ui5-shellbar-coPilot-pressed,.ui5-shellbar-coPilot-pressed:hover{color:var(--sapShell_Assistant_ForegroundColor)}::slotted([ui5-button][slot="startButton"]){margin-inline:0 .5rem;justify-content:center;align-items:center}::slotted([ui5-button][data-profile-btn]){width:auto}::slotted(.ui5-shellbar-hidden-button),.ui5-shellbar-hidden-button,.ui5-shellbar-invisible-button{visibility:hidden;order:-1;opacity:0;min-width:0;width:0;margin:0;padding:0;padding-inline-start:0;border:0;margin-inline-start:0}
|
|
445
440
|
`;
|
|
446
441
|
|
|
447
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
448
|
-
Icons.p("@
|
|
449
|
-
var ShellBarPopoverCss = `.ui5-shellbar-menu-popover::part(content),.ui5-shellbar-overflow-popover::part(content){padding:0}.ui5-shellbar-overflow-popover [ui5-li]::part(icon){color:var(--sapList_TextColor)}.ui5-shellbar-overflow-popover [ui5-li]::part(title){font-size:var(--sapFontSize)}.ui5-shellbar-overflow-popover [ui5-li]:after{position:relative;width:fit-content;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);border:var(--_ui5-v2-
|
|
442
|
+
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
443
|
+
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
444
|
+
var ShellBarPopoverCss = `.ui5-shellbar-menu-popover::part(content),.ui5-shellbar-overflow-popover::part(content){padding:0}.ui5-shellbar-overflow-popover [ui5-li]::part(icon){color:var(--sapList_TextColor)}.ui5-shellbar-overflow-popover [ui5-li]::part(title){font-size:var(--sapFontSize)}.ui5-shellbar-overflow-popover [ui5-li]:after{position:relative;width:fit-content;height:1rem;min-width:1rem;background:var(--sapContent_BadgeBackground);border:var(--_ui5-v2-15-0_shellbar_button_badge_border);color:var(--sapContent_BadgeTextColor);bottom:calc(100% + .0625rem);left:1.25rem;padding:0 .3125rem;border-radius:.5rem;display:flex;justify-content:center;align-items:center;font-size:var(--sapFontSmallSize);font-family:var(--sapFontFamily);z-index:2;box-sizing:border-box;pointer-events:none}.ui5-shellbar-overflow-popover [ui5-li][data-count]:after{content:attr(data-count)}
|
|
450
445
|
`;
|
|
451
446
|
|
|
452
447
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -653,9 +648,14 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
653
648
|
this._detachSearchFieldListeners(e.target);
|
|
654
649
|
return;
|
|
655
650
|
}
|
|
656
|
-
|
|
657
|
-
|
|
651
|
+
// Decide when to toggle the search field:
|
|
652
|
+
// - On mobile, the search opens on its own (we don’t interfere).
|
|
653
|
+
// - If there’s already a value, onSearch is responsible for triggering the search (we don’t interfere)
|
|
654
|
+
// - If the field is closed, we must open it regardless.
|
|
655
|
+
if (Icons.d() || (this.search?.value && this.showSearchField)) {
|
|
656
|
+
return;
|
|
658
657
|
}
|
|
658
|
+
this.setSearchState(!this.showSearchField);
|
|
659
659
|
}
|
|
660
660
|
_updateSearchFieldState() {
|
|
661
661
|
const spacerWidth = this.shadowRoot.querySelector(".ui5-shellbar-spacer") ? this.shadowRoot.querySelector(".ui5-shellbar-spacer").getBoundingClientRect().width : 0;
|
|
@@ -674,7 +674,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
674
674
|
}
|
|
675
675
|
}
|
|
676
676
|
_onKeyDown(e) {
|
|
677
|
-
if (!webcomponentsBase.
|
|
677
|
+
if (!webcomponentsBase.D(e) && !webcomponentsBase.R(e) && !webcomponentsBase.M(e) && !webcomponentsBase.n(e)) {
|
|
678
678
|
return;
|
|
679
679
|
}
|
|
680
680
|
const domRef = this.getDomRef();
|
|
@@ -696,12 +696,20 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
696
696
|
if (currentIndex !== -1) {
|
|
697
697
|
e.preventDefault();
|
|
698
698
|
// Focus navigation based on the key pressed
|
|
699
|
-
if (webcomponentsBase.
|
|
699
|
+
if (webcomponentsBase.D(e)) {
|
|
700
700
|
this._focusPreviousItem(items, currentIndex);
|
|
701
701
|
}
|
|
702
|
-
else if (webcomponentsBase.
|
|
702
|
+
else if (webcomponentsBase.R(e)) {
|
|
703
703
|
this._focusNextItem(items, currentIndex);
|
|
704
704
|
}
|
|
705
|
+
else if (webcomponentsBase.M(e)) {
|
|
706
|
+
// Move focus to the first ShellBar item
|
|
707
|
+
items[0]?.focus();
|
|
708
|
+
}
|
|
709
|
+
else if (webcomponentsBase.n(e)) {
|
|
710
|
+
// Move focus to the last ShellBar item
|
|
711
|
+
items[items.length - 1]?.focus();
|
|
712
|
+
}
|
|
705
713
|
}
|
|
706
714
|
}
|
|
707
715
|
_allowChildNavigation(activeElement, e) {
|
|
@@ -714,8 +722,8 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
714
722
|
const cursorPosition = inputElement.selectionStart || 0;
|
|
715
723
|
const textLength = inputElement.value.length;
|
|
716
724
|
// Allow internal navigation if cursor is not at the boundaries
|
|
717
|
-
if ((webcomponentsBase.
|
|
718
|
-
|| (webcomponentsBase.
|
|
725
|
+
if ((webcomponentsBase.D(e) && cursorPosition > 0)
|
|
726
|
+
|| (webcomponentsBase.R(e) && cursorPosition < textLength)) {
|
|
719
727
|
return true;
|
|
720
728
|
}
|
|
721
729
|
// Let ShellBar handle navigation if at boundaries
|
|
@@ -775,12 +783,12 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
775
783
|
this._overflowPopoverExpanded = false;
|
|
776
784
|
}
|
|
777
785
|
_logoKeyup(e) {
|
|
778
|
-
if (webcomponentsBase.
|
|
786
|
+
if (webcomponentsBase.A(e)) {
|
|
779
787
|
this._logoPress();
|
|
780
788
|
}
|
|
781
789
|
}
|
|
782
790
|
_logoKeydown(e) {
|
|
783
|
-
if (webcomponentsBase.
|
|
791
|
+
if (webcomponentsBase.A(e)) {
|
|
784
792
|
e.preventDefault();
|
|
785
793
|
return;
|
|
786
794
|
}
|
|
@@ -1014,8 +1022,15 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1014
1022
|
});
|
|
1015
1023
|
}
|
|
1016
1024
|
_handleCancelButtonPress() {
|
|
1025
|
+
const cancelButtonRef = this.shadowRoot.querySelector(".ui5-shellbar-cancel-button");
|
|
1026
|
+
const clearDefaultPrevented = !this.fireDecoratorEvent("search-field-clear", {
|
|
1027
|
+
targetRef: cancelButtonRef,
|
|
1028
|
+
});
|
|
1017
1029
|
this.showFullWidthSearch = false;
|
|
1018
1030
|
this.setSearchState(false);
|
|
1031
|
+
if (!clearDefaultPrevented) {
|
|
1032
|
+
this._clearSearchFieldValue();
|
|
1033
|
+
}
|
|
1019
1034
|
}
|
|
1020
1035
|
_handleProductSwitchPress(e) {
|
|
1021
1036
|
const buttonRef = this.shadowRoot.querySelector(".ui5-shellbar-button-product-switch"), target = e.target;
|
|
@@ -1023,6 +1038,11 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1023
1038
|
targetRef: buttonRef.classList.contains("ui5-shellbar-hidden-button") ? target : buttonRef,
|
|
1024
1039
|
});
|
|
1025
1040
|
}
|
|
1041
|
+
_clearSearchFieldValue() {
|
|
1042
|
+
if (this.search) {
|
|
1043
|
+
this.search.value = "";
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1026
1046
|
/**
|
|
1027
1047
|
* Returns the `logo` DOM ref.
|
|
1028
1048
|
* @public
|
|
@@ -1130,7 +1150,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1130
1150
|
const bIndex = PREDEFINED_PLACE_ACTIONS.indexOf(b.icon || "");
|
|
1131
1151
|
return aIndex - bIndex;
|
|
1132
1152
|
}).map((item) => {
|
|
1133
|
-
item._getRealDomRef = () => this.
|
|
1153
|
+
item._getRealDomRef = () => this.shadowRoot.querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
|
1134
1154
|
// check if included for lean mode
|
|
1135
1155
|
const show = !!item.icon || false;
|
|
1136
1156
|
return {
|
|
@@ -1370,7 +1390,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1370
1390
|
return this.menuItems.length > 0;
|
|
1371
1391
|
}
|
|
1372
1392
|
get imageBtnText() {
|
|
1373
|
-
return
|
|
1393
|
+
return BusyIndicator.A(this);
|
|
1374
1394
|
}
|
|
1375
1395
|
get _shellbarText() {
|
|
1376
1396
|
return ShellBar_1.i18nBundle.getText(i18nDefaults$1.SHELLBAR_LABEL);
|
|
@@ -1748,6 +1768,20 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
1748
1768
|
eventStrict.l("search-field-toggle", {
|
|
1749
1769
|
bubbles: true,
|
|
1750
1770
|
})
|
|
1771
|
+
/**
|
|
1772
|
+
* Fired, when the search cancel button is activated.
|
|
1773
|
+
*
|
|
1774
|
+
* **Note:** You can prevent the default behavior (clearing the search field value) by calling `event.preventDefault()`. The search will still be closed.
|
|
1775
|
+
* **Note:** The `search-field-clear` event is in an experimental state and is a subject to change.
|
|
1776
|
+
* @param {HTMLElement} targetRef dom ref of the cancel button element
|
|
1777
|
+
* @since 2.14.0
|
|
1778
|
+
* @public
|
|
1779
|
+
*/
|
|
1780
|
+
,
|
|
1781
|
+
eventStrict.l("search-field-clear", {
|
|
1782
|
+
cancelable: true,
|
|
1783
|
+
bubbles: true,
|
|
1784
|
+
})
|
|
1751
1785
|
/**
|
|
1752
1786
|
* Fired, when an item from the content slot is hidden or shown.
|
|
1753
1787
|
* **Note:** The `content-item-visibility-change` event is in an experimental state and is a subject to change.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function ShellBarBrandingTemplate() {
|
|
4
4
|
return (parametersBundle_css.jsxs("a", { class: "ui5-shellbar-branding-root", href: this.parsedRef, target: this.target, role: this._role, tabIndex: 0, "aria-label": this.accessibleNameText, onClick: this._onclick, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) }), !this._isSBreakPoint && (parametersBundle_css.jsx("bdi", { class: "ui5-shellbar-title", children: parametersBundle_css.jsx("slot", {}) }))] }));
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
8
|
-
Icons.p("@
|
|
9
|
-
var shellBarBrandingCss = `:host(:not([hidden])) .ui5-shellbar-branding-root{text-decoration:none}:host(:not([hidden])){display:inline}.ui5-shellbar-branding-root{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem
|
|
7
|
+
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
8
|
+
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
9
|
+
var shellBarBrandingCss = `:host(:not([hidden])) .ui5-shellbar-branding-root{text-decoration:none}:host(:not([hidden])){display:inline}.ui5-shellbar-branding-root{overflow:hidden;display:flex;align-items:center;padding-block:.25rem;padding-inline:.25rem .5rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem;margin-inline-end:.5rem}.ui5-shellbar-branding-root:focus{outline:var(--_ui5-v2-15-0_shellbar_logo_outline);border-radius:var(--_ui5-v2-15-0_shellbar_logo_border_radius)}.ui5-shellbar-branding-root:hover{box-shadow:var(--_ui5-v2-15-0_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-15-0_shellbar_logo_border_radius)}.ui5-shellbar-branding-root:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldDuplexFamily);margin:0;font-size:var(--_ui5-v2-15-0_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor);margin-inline-start:.25rem}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}::slotted([slot="logo"]){max-height:2rem;max-width:3.75rem;pointer-events:none;padding-inline:.25rem}
|
|
10
10
|
`;
|
|
11
11
|
|
|
12
12
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -62,12 +62,12 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
62
62
|
this._fireClick();
|
|
63
63
|
}
|
|
64
64
|
_onkeyup(e) {
|
|
65
|
-
if (webcomponentsBase.
|
|
65
|
+
if (webcomponentsBase.A(e)) {
|
|
66
66
|
this._fireClick();
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
_onkeydown(e) {
|
|
70
|
-
if (webcomponentsBase.
|
|
70
|
+
if (webcomponentsBase.A(e)) {
|
|
71
71
|
e.preventDefault();
|
|
72
72
|
return;
|
|
73
73
|
}
|
|
@@ -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/ShellBarSearch2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ShellBarSearch2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ShellBarSearch, Icons, i18nDefaults, eventStrict, parametersBundle_css, Button, i18nDefaults$1, BusyIndicator, willShowContent, Label, toLowercaseEnumValue, Icon, ListItemBase, ListItemAdditionalText_css, ValueState, information, List, ListItemGroup, WrappingType, ResponsivePopover, Title, FocusableElements, slimArrowDown, encodeXML, information$1, sysEnter2, parametersBundle_css$1) { 'use strict';
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|