@sapui5/sap.ushell 1.136.1 → 1.136.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +5 -2
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/api/NewExperience.js +4 -0
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +5 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +28 -3
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +27 -2
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/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 +4 -4
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +27 -2
- package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +8 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +10 -9
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +45 -16
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
- package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1317 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2376 -0
- package/src/main/js/sap/ushell/library.js +19 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
- package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
- package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +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/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/Favicon.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
- package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +3 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
- package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +9 -4
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +12 -12
- package/src/main/js/sap/ushell/thirdparty/Button2.js +61 -12
- package/src/main/js/sap/ushell/thirdparty/Icon.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/Icons.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Link.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/List.js +48 -26
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +65 -62
- package/src/main/js/sap/ushell/thirdparty/Menu.js +53 -58
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +82 -17
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +158 -54
- package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
- package/src/main/js/sap/ushell/thirdparty/Text.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +35 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +12 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +24 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +29 -11
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +31 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +31 -13
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +30 -12
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +27 -9
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +12 -8
- package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
- package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +3 -3
- package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +6 -0
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
- package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
|
@@ -1,307 +1,301 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, eventStrict, i18nDefaults, Button, Icons, information, Icon) { 'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
const name$1 = "sys-help-2";
|
|
4
|
+
const pathData$1 = "M256 0q53 0 99.5 20T437 74.5t55 81.5 20 100-20 99.5-55 81.5-81.5 55-99.5 20-100-20-81.5-55T20 355.5 0 256t20-100 54.5-81.5T156 20 256 0zm-5 425q15 0 26-11t11-26-11-25.5-26-10.5-25.5 10.5T215 388t10.5 26 25.5 11zm101-239q0-32-27-57t-77-25q-46 0-72.5 24T146 187h52q5-24 17.5-32.5T251 146t35 12.5 12 27.5q0 10-2.5 14T282 215l-20 17q-15 12-23 21t-11.5 18.5-4.5 21-1 27.5h50q0-12 .5-19t3-12.5T283 278t15-13l27-25 16-18 9-16z";
|
|
5
|
+
const ltr$1 = true;
|
|
6
|
+
const collection$1 = "SAP-icons-v4";
|
|
7
|
+
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
4
8
|
|
|
5
|
-
|
|
9
|
+
Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
6
10
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
const name = "sys-help-2";
|
|
12
|
+
const pathData = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm32 289q31-10 50.5-36.5T358 192q0-43-29.5-72.5T256 90q-21 0-39.5 8T184 118.5 162 148t-8 35q0 20 9 30.5t23 10.5q13 0 22.5-9t9.5-23q0-16 11-27t27-11 27 11 11 27-11 27-27 11q-14 0-23 9.5t-9 22.5v26q0 14 9 23t23 9q13 0 22-9t10-22zm-32 127q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z";
|
|
13
|
+
const ltr = true;
|
|
14
|
+
const collection = "SAP-icons-v5";
|
|
15
|
+
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
Icons.f(name, { pathData, ltr, collection, packageName });
|
|
14
18
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
/**
|
|
20
|
+
* Defines tag design types.
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
var TagDesign;
|
|
24
|
+
(function (TagDesign) {
|
|
25
|
+
/**
|
|
26
|
+
* Set1 of generic indication colors that are intended for industry-specific use cases
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
TagDesign["Set1"] = "Set1";
|
|
30
|
+
/**
|
|
31
|
+
* Set2 of generic indication colors that are intended for industry-specific use cases
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
TagDesign["Set2"] = "Set2";
|
|
35
|
+
/**
|
|
36
|
+
* Neutral design
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
TagDesign["Neutral"] = "Neutral";
|
|
40
|
+
/**
|
|
41
|
+
* Information design
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
TagDesign["Information"] = "Information";
|
|
45
|
+
/**
|
|
46
|
+
* Positive design
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
TagDesign["Positive"] = "Positive";
|
|
50
|
+
/**
|
|
51
|
+
* Negative design
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
TagDesign["Negative"] = "Negative";
|
|
55
|
+
/**
|
|
56
|
+
* Critical design
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
TagDesign["Critical"] = "Critical";
|
|
60
|
+
})(TagDesign || (TagDesign = {}));
|
|
61
|
+
var TagDesign$1 = TagDesign;
|
|
20
62
|
|
|
21
|
-
|
|
63
|
+
function TagTemplate() {
|
|
64
|
+
return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: this.interactive ?
|
|
65
|
+
i18nDefaults.jsx("button", { class: "ui5-tag-root", title: this._title, "aria-roledescription": this._roleDescription, "aria-description": this._valueState, onClick: this._onclick, part: "root", children: content.call(this) })
|
|
66
|
+
:
|
|
67
|
+
i18nDefaults.jsx("div", { class: "ui5-tag-root", title: this._title, part: "root", children: content.call(this) }) }));
|
|
68
|
+
}
|
|
69
|
+
function content() {
|
|
70
|
+
return (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx("slot", { name: "icon" }), this._semanticIconName &&
|
|
71
|
+
i18nDefaults.jsx(Icon.Icon, { class: "ui5-tag-semantic-icon", name: this._semanticIconName }), i18nDefaults.jsx("span", { class: "ui5-hidden-text", children: this.tagDescription }), this.hasText &&
|
|
72
|
+
i18nDefaults.jsx("span", { class: "ui5-tag-text", children: i18nDefaults.jsx("slot", {}) })] }));
|
|
73
|
+
}
|
|
22
74
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
* @public
|
|
26
|
-
*/
|
|
27
|
-
var TagDesign;
|
|
28
|
-
(function (TagDesign) {
|
|
29
|
-
/**
|
|
30
|
-
* Set1 of generic indication colors that are intended for industry-specific use cases
|
|
31
|
-
* @public
|
|
32
|
-
*/
|
|
33
|
-
TagDesign["Set1"] = "Set1";
|
|
34
|
-
/**
|
|
35
|
-
* Set2 of generic indication colors that are intended for industry-specific use cases
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
TagDesign["Set2"] = "Set2";
|
|
39
|
-
/**
|
|
40
|
-
* Neutral design
|
|
41
|
-
* @public
|
|
42
|
-
*/
|
|
43
|
-
TagDesign["Neutral"] = "Neutral";
|
|
44
|
-
/**
|
|
45
|
-
* Information design
|
|
46
|
-
* @public
|
|
47
|
-
*/
|
|
48
|
-
TagDesign["Information"] = "Information";
|
|
49
|
-
/**
|
|
50
|
-
* Positive design
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
TagDesign["Positive"] = "Positive";
|
|
54
|
-
/**
|
|
55
|
-
* Negative design
|
|
56
|
-
* @public
|
|
57
|
-
*/
|
|
58
|
-
TagDesign["Negative"] = "Negative";
|
|
59
|
-
/**
|
|
60
|
-
* Critical design
|
|
61
|
-
* @public
|
|
62
|
-
*/
|
|
63
|
-
TagDesign["Critical"] = "Critical";
|
|
64
|
-
})(TagDesign || (TagDesign = {}));
|
|
65
|
-
var TagDesign$1 = TagDesign;
|
|
66
|
-
|
|
67
|
-
function TagTemplate() {
|
|
68
|
-
return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: this.interactive ?
|
|
69
|
-
i18nDefaults.jsx("button", { class: "ui5-tag-root", title: this._title, "aria-roledescription": this._roleDescription, "aria-description": this._valueState, onClick: this._onclick, part: "root", children: content.call(this) })
|
|
70
|
-
:
|
|
71
|
-
i18nDefaults.jsx("div", { class: "ui5-tag-root", title: this._title, part: "root", children: content.call(this) }) }));
|
|
72
|
-
}
|
|
73
|
-
function content() {
|
|
74
|
-
return (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx("slot", { name: "icon" }), this._semanticIconName &&
|
|
75
|
-
i18nDefaults.jsx(Icon.Icon, { class: "ui5-tag-semantic-icon", name: this._semanticIconName }), i18nDefaults.jsx("span", { class: "ui5-hidden-text", children: this.tagDescription }), this.hasText &&
|
|
76
|
-
i18nDefaults.jsx("span", { class: "ui5-tag-text", children: i18nDefaults.jsx("slot", {}) })] }));
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
80
|
-
Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
81
|
-
var tagCss = `.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}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-10-0-rc-2-tag-font-weight);letter-spacing:var(--_ui5-v2-10-0-rc-2-tag-letter-spacing);line-height:var(--_ui5-v2-10-0-rc-2-tag-height)}.ui5-tag-root{display:flex;align-items:baseline;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-10-0-rc-2-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-10-0-rc-2-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type="None"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-10-0-rc-2-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-10-0-rc-2-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-10-0-rc-2-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-10-0-rc-2-tag-icon-width);min-width:var(--_ui5-v2-10-0-rc-2-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-10-0-rc-2-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-10-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Positive"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design="Positive"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Negative"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-10-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Negative"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design="Negative"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Critical"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-10-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Critical"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design="Critical"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Information"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-10-0-rc-2-tag-information-text-shadow)}:host([interactive][design="Information"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design="Information"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Set1"]) .ui5-tag-root{text-shadow:var(--ui5-v2-10-0-rc-2-tag-contrast-text-shadow)}:host([design="Set1"]) .ui5-tag-root,:host([interactive][design="Set1"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design="Set1"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design="Set1"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design="Set1"][color-scheme="2"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design="Set1"][color-scheme="3"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design="Set1"][color-scheme="4"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design="Set1"][color-scheme="5"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design="Set1"][color-scheme="6"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design="Set1"][color-scheme="7"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design="Set1"][color-scheme="8"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design="Set1"][color-scheme="9"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design="Set1"][color-scheme="10"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design="Set2"]) .ui5-tag-root{text-shadow:var(--ui5-v2-10-0-rc-2-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-10-0-rc-2-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-10-0-rc-2-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-10-0-rc-2-tag-font-size_size_l);min-width:var(--_ui5-v2-10-0-rc-2-tag-min-width_size_l);padding:var(--_ui5-v2-10-0-rc-2-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-10-0-rc-2-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-10-0-rc-2-tag-icon_min_height_size_l);height:var(--_ui5-v2-10-0-rc-2-tag-icon_height_size_l)}
|
|
75
|
+
Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
|
|
76
|
+
Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
77
|
+
var tagCss = `.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}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-11-0-rc-3-tag-font-weight);letter-spacing:var(--_ui5-v2-11-0-rc-3-tag-letter-spacing);line-height:var(--_ui5-v2-11-0-rc-3-tag-height)}.ui5-tag-root{display:flex;align-items:baseline;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-11-0-rc-3-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type="None"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-11-0-rc-3-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-11-0-rc-3-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-11-0-rc-3-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-11-0-rc-3-tag-icon-width);min-width:var(--_ui5-v2-11-0-rc-3-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Positive"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design="Positive"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Negative"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Negative"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design="Negative"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Critical"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Critical"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design="Critical"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Information"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-information-text-shadow)}:host([interactive][design="Information"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design="Information"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Set1"]) .ui5-tag-root{text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([design="Set1"]) .ui5-tag-root,:host([interactive][design="Set1"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design="Set1"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design="Set1"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design="Set1"][color-scheme="2"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design="Set1"][color-scheme="3"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design="Set1"][color-scheme="4"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design="Set1"][color-scheme="5"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design="Set1"][color-scheme="6"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design="Set1"][color-scheme="7"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design="Set1"][color-scheme="8"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design="Set1"][color-scheme="9"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design="Set1"][color-scheme="10"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design="Set2"]) .ui5-tag-root{text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-11-0-rc-3-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-11-0-rc-3-tag-font-size_size_l);min-width:var(--_ui5-v2-11-0-rc-3-tag-min-width_size_l);padding:var(--_ui5-v2-11-0-rc-3-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-11-0-rc-3-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-11-0-rc-3-tag-icon_min_height_size_l);height:var(--_ui5-v2-11-0-rc-3-tag-icon_height_size_l)}
|
|
82
78
|
`;
|
|
83
79
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
80
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
81
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
82
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
83
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
84
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
85
|
+
};
|
|
86
|
+
var Tag_1;
|
|
87
|
+
/**
|
|
88
|
+
* @class
|
|
89
|
+
* ### Overview
|
|
90
|
+
*
|
|
91
|
+
* The `ui5-tag` is a component which serves
|
|
92
|
+
* the purpose to attract the user attention to some piece
|
|
93
|
+
* of information (state, quantity, condition, etc.).
|
|
94
|
+
* It can contain icon and text information, and its design can be chosen from specific design types.
|
|
95
|
+
*
|
|
96
|
+
* ### Usage Guidelines
|
|
97
|
+
*
|
|
98
|
+
* - If the text is longer than the width of the component, it can wrap, or it can show ellipsis, depending on the `wrappingType` property.
|
|
99
|
+
* - Colors can be semantic or not semantic.
|
|
100
|
+
*
|
|
101
|
+
* ### ES6 Module Import
|
|
102
|
+
*
|
|
103
|
+
* `import "sap/ushell/gen/ui5/webcomponents/dist/Tag.js";`
|
|
104
|
+
* @csspart root - Used to style the root element.
|
|
105
|
+
* @constructor
|
|
106
|
+
* @extends UI5Element
|
|
107
|
+
* @since 2.0.0
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
let Tag = Tag_1 = class Tag extends webcomponentsBase.b {
|
|
111
|
+
constructor() {
|
|
112
|
+
super(...arguments);
|
|
113
|
+
/**
|
|
114
|
+
* Defines the design type of the component.
|
|
115
|
+
* @default "Neutral"
|
|
116
|
+
* @public
|
|
117
|
+
* @since 1.22.0
|
|
118
|
+
*/
|
|
119
|
+
this.design = "Neutral";
|
|
120
|
+
/**
|
|
121
|
+
* Defines the color scheme of the component.
|
|
122
|
+
* There are 10 predefined schemes.
|
|
123
|
+
* To use one you can set a number from `"1"` to `"10"`. The `colorScheme` `"1"` will be set by default.
|
|
124
|
+
* @default "1"
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
this.colorScheme = "1";
|
|
128
|
+
/**
|
|
129
|
+
* Defines if the default state icon is shown.
|
|
130
|
+
* @default false
|
|
131
|
+
* @public
|
|
132
|
+
* @since 1.22.0
|
|
133
|
+
*/
|
|
134
|
+
this.hideStateIcon = false;
|
|
135
|
+
/**
|
|
136
|
+
* Defines if the component is interactive (focusable and pressable).
|
|
137
|
+
*
|
|
138
|
+
* @default false
|
|
139
|
+
* @public
|
|
140
|
+
* @since 1.22.0
|
|
141
|
+
*/
|
|
142
|
+
this.interactive = false;
|
|
143
|
+
/**
|
|
144
|
+
* Defines how the text of a component will be displayed when there is not enough space.
|
|
145
|
+
*
|
|
146
|
+
* **Note:** For option "Normal" the text will wrap and the
|
|
147
|
+
* words will not be broken based on hyphenation.
|
|
148
|
+
* @default "Normal"
|
|
149
|
+
* @public
|
|
150
|
+
* @since 1.22.0
|
|
151
|
+
*/
|
|
152
|
+
this.wrappingType = "Normal";
|
|
153
|
+
/**
|
|
154
|
+
* Defines predefined size of the component.
|
|
155
|
+
* @default "S"
|
|
156
|
+
* @public
|
|
157
|
+
* @since 2.0.0
|
|
158
|
+
*/
|
|
159
|
+
this.size = "S";
|
|
160
|
+
/**
|
|
161
|
+
* Defines if the tag has an icon.
|
|
162
|
+
* @private
|
|
163
|
+
*/
|
|
164
|
+
this._hasIcon = false;
|
|
165
|
+
/**
|
|
166
|
+
* Defines if the tag has only an icon (and no text).
|
|
167
|
+
* @private
|
|
168
|
+
*/
|
|
169
|
+
this._iconOnly = false;
|
|
170
|
+
}
|
|
171
|
+
onEnterDOM() {
|
|
172
|
+
if (Icons.f$1()) {
|
|
173
|
+
this.setAttribute("desktop", "");
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
onBeforeRendering() {
|
|
177
|
+
this._hasIcon = this.hasIcon || !!this._semanticIconName;
|
|
178
|
+
this._iconOnly = this.iconOnly;
|
|
179
|
+
}
|
|
180
|
+
get _roleDescription() {
|
|
181
|
+
return Tag_1.i18nBundle.getText(i18nDefaults.TAG_ROLE_DESCRIPTION);
|
|
182
|
+
}
|
|
183
|
+
get _valueState() {
|
|
184
|
+
switch (this.design) {
|
|
185
|
+
case TagDesign$1.Positive:
|
|
186
|
+
return Tag_1.i18nBundle.getText(i18nDefaults.TAG_SUCCESS);
|
|
187
|
+
case TagDesign$1.Negative:
|
|
188
|
+
return Tag_1.i18nBundle.getText(i18nDefaults.TAG_ERROR);
|
|
189
|
+
case TagDesign$1.Critical:
|
|
190
|
+
return Tag_1.i18nBundle.getText(i18nDefaults.TAG_WARNING);
|
|
191
|
+
case TagDesign$1.Information:
|
|
192
|
+
return Tag_1.i18nBundle.getText(i18nDefaults.TAG_INFORMATION);
|
|
193
|
+
}
|
|
194
|
+
return undefined;
|
|
195
|
+
}
|
|
196
|
+
get hasText() {
|
|
197
|
+
return Button.t(this.text);
|
|
198
|
+
}
|
|
199
|
+
get hasIcon() {
|
|
200
|
+
return !!this.icon.length;
|
|
201
|
+
}
|
|
202
|
+
get iconOnly() {
|
|
203
|
+
return this.hasIcon && !this.hasText;
|
|
204
|
+
}
|
|
205
|
+
get _title() {
|
|
206
|
+
return this.title || undefined;
|
|
207
|
+
}
|
|
208
|
+
get tagDescription() {
|
|
209
|
+
if (this.interactive) {
|
|
210
|
+
return undefined;
|
|
211
|
+
}
|
|
212
|
+
const valueState = this._valueState;
|
|
213
|
+
let description = Tag_1.i18nBundle.getText(i18nDefaults.TAG_DESCRIPTION_TAG);
|
|
214
|
+
if (valueState) {
|
|
215
|
+
description = `${description} ${valueState}`;
|
|
216
|
+
}
|
|
217
|
+
return description;
|
|
218
|
+
}
|
|
219
|
+
get _semanticIconName() {
|
|
220
|
+
if (this.hideStateIcon || this.hasIcon) {
|
|
221
|
+
return null;
|
|
222
|
+
}
|
|
223
|
+
switch (this.design) {
|
|
224
|
+
case TagDesign$1.Neutral:
|
|
225
|
+
return "sys-help-2";
|
|
226
|
+
case TagDesign$1.Positive:
|
|
227
|
+
return "sys-enter-2";
|
|
228
|
+
case TagDesign$1.Negative:
|
|
229
|
+
return "error";
|
|
230
|
+
case TagDesign$1.Critical:
|
|
231
|
+
return "alert";
|
|
232
|
+
case TagDesign$1.Information:
|
|
233
|
+
return "information";
|
|
234
|
+
default:
|
|
235
|
+
return null;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
_onclick(e) {
|
|
239
|
+
e.stopPropagation();
|
|
240
|
+
this.fireDecoratorEvent("click");
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
__decorate([
|
|
244
|
+
webcomponentsBase.s()
|
|
245
|
+
], Tag.prototype, "design", void 0);
|
|
246
|
+
__decorate([
|
|
247
|
+
webcomponentsBase.s()
|
|
248
|
+
], Tag.prototype, "colorScheme", void 0);
|
|
249
|
+
__decorate([
|
|
250
|
+
webcomponentsBase.s({ type: Boolean })
|
|
251
|
+
], Tag.prototype, "hideStateIcon", void 0);
|
|
252
|
+
__decorate([
|
|
253
|
+
webcomponentsBase.s({ type: Boolean })
|
|
254
|
+
], Tag.prototype, "interactive", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
webcomponentsBase.s()
|
|
257
|
+
], Tag.prototype, "wrappingType", void 0);
|
|
258
|
+
__decorate([
|
|
259
|
+
webcomponentsBase.s()
|
|
260
|
+
], Tag.prototype, "size", void 0);
|
|
261
|
+
__decorate([
|
|
262
|
+
webcomponentsBase.s({ type: Boolean })
|
|
263
|
+
], Tag.prototype, "_hasIcon", void 0);
|
|
264
|
+
__decorate([
|
|
265
|
+
webcomponentsBase.s({ type: Boolean })
|
|
266
|
+
], Tag.prototype, "_iconOnly", void 0);
|
|
267
|
+
__decorate([
|
|
268
|
+
webcomponentsBase.d({ type: Node, "default": true })
|
|
269
|
+
], Tag.prototype, "text", void 0);
|
|
270
|
+
__decorate([
|
|
271
|
+
webcomponentsBase.d()
|
|
272
|
+
], Tag.prototype, "icon", void 0);
|
|
273
|
+
__decorate([
|
|
274
|
+
i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
|
|
275
|
+
], Tag, "i18nBundle", void 0);
|
|
276
|
+
Tag = Tag_1 = __decorate([
|
|
277
|
+
webcomponentsBase.m({
|
|
278
|
+
tag: "ui5-tag",
|
|
279
|
+
languageAware: true,
|
|
280
|
+
renderer: i18nDefaults.y,
|
|
281
|
+
template: TagTemplate,
|
|
282
|
+
styles: tagCss,
|
|
283
|
+
})
|
|
284
|
+
/**
|
|
285
|
+
* Fired when the user clicks on an interactive tag.
|
|
286
|
+
*
|
|
287
|
+
* **Note:** The event will be fired if the `interactive` property is `true`
|
|
288
|
+
* @public
|
|
289
|
+
* @since 1.22.0
|
|
290
|
+
*/
|
|
291
|
+
,
|
|
292
|
+
eventStrict.l("click", {
|
|
293
|
+
bubbles: true,
|
|
294
|
+
})
|
|
295
|
+
], Tag);
|
|
296
|
+
Tag.define();
|
|
297
|
+
var Tag$1 = Tag;
|
|
302
298
|
|
|
303
|
-
|
|
304
|
-
exports.o = o;
|
|
305
|
-
exports.selectedAccount = selectedAccount;
|
|
299
|
+
exports.Tag = Tag$1;
|
|
306
300
|
|
|
307
301
|
}));
|