@sapui5/sap.ushell 1.139.1 → 1.139.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +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 +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +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.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +31 -30
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +61 -64
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +21 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +21 -32
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +12 -19
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +45 -44
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +58 -54
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +56 -51
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +235 -219
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +39 -38
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +29 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +40 -31
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +41 -40
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +28 -19
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +10 -9
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +15 -14
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +103 -102
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +22 -21
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +25 -24
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +39 -38
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +14 -13
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +56 -52
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +21 -20
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +12 -11
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +407 -477
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +847 -1045
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -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/modules/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
- package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
- package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Button2.js +19 -8
- package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Icon.js +7 -7
- package/src/main/js/sap/ushell/thirdparty/Icons.js +65 -65
- package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/List.js +58 -59
- package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +22 -22
- package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Menu.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +8 -8
- package/src/main/js/sap/ushell/thirdparty/NotificationList.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +20 -14
- package/src/main/js/sap/ushell/thirdparty/SearchItem.js +34 -5
- package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/SearchScope.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +9 -9
- package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +104 -31
- package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/UserMenu.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -837
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +3 -1
- 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/parameters-bundle.css2.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +2 -4295
- package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +1 -142
- package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4437 -207
- 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/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
- package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
- package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
- package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
- package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
- package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
- package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
- package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
- package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
- package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
- package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
- package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
- package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
- package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
- package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
- package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
- package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
- package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
- package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
- package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
- package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
- package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, Icons) { 'use strict';
|
|
2
2
|
|
|
3
3
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
4
4
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -33,8 +33,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
33
33
|
})
|
|
34
34
|
], ShellBarSpacer);
|
|
35
35
|
ShellBarSpacer.define();
|
|
36
|
-
var
|
|
36
|
+
var ShellBarSpacer_default = ShellBarSpacer;
|
|
37
37
|
|
|
38
|
-
return
|
|
38
|
+
return ShellBarSpacer_default;
|
|
39
39
|
|
|
40
40
|
}));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, eventStrict, parametersBundle_css, i18nDefaults, willShowContent, Icons, information, Icon) { 'use strict';
|
|
2
2
|
|
|
3
3
|
const name$1 = "sys-help-2";
|
|
4
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
5
|
const ltr$1 = true;
|
|
6
6
|
const collection$1 = "SAP-icons-v4";
|
|
7
|
-
const packageName$1 = "
|
|
7
|
+
const packageName$1 = "@ui5/webcomponents-icons";
|
|
8
8
|
|
|
9
9
|
Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
12
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
13
|
const ltr = true;
|
|
14
14
|
const collection = "SAP-icons-v5";
|
|
15
|
-
const packageName = "
|
|
15
|
+
const packageName = "@ui5/webcomponents-icons";
|
|
16
16
|
|
|
17
17
|
Icons.y(name, { pathData, ltr, collection, packageName });
|
|
18
18
|
|
|
@@ -74,7 +74,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
74
74
|
|
|
75
75
|
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
76
76
|
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "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-14-0-rc-7-tag-font-weight);letter-spacing:var(--_ui5-v2-14-0-rc-7-tag-letter-spacing);line-height:var(--_ui5-v2-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-14-0-rc-7-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-14-0-rc-7-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-14-0-rc-7-tag-icon-width);min-width:var(--_ui5-v2-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-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-14-0-rc-7-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-14-0-rc-7-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-14-0-rc-7-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-14-0-rc-7-tag-font-size_size_l);min-width:var(--_ui5-v2-14-0-rc-7-tag-min-width_size_l);padding:var(--_ui5-v2-14-0-rc-7-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-14-0-rc-7-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-14-0-rc-7-tag-icon_min_height_size_l);height:var(--_ui5-v2-14-0-rc-7-tag-icon_height_size_l)}
|
|
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-15-0-tag-font-weight);letter-spacing:var(--_ui5-v2-15-0-tag-letter-spacing);line-height:var(--_ui5-v2-15-0-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-15-0-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-15-0-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-15-0-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-15-0-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-15-0-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-15-0-tag-icon-width);min-width:var(--_ui5-v2-15-0-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-15-0-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-15-0-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-15-0-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-15-0-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-15-0-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-15-0-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-15-0-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-15-0-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-15-0-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-15-0-tag-font-size_size_l);min-width:var(--_ui5-v2-15-0-tag-min-width_size_l);padding:var(--_ui5-v2-15-0-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-15-0-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-15-0-tag-icon_min_height_size_l);height:var(--_ui5-v2-15-0-tag-icon_height_size_l)}
|
|
78
78
|
`;
|
|
79
79
|
|
|
80
80
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -100,7 +100,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
100
100
|
*
|
|
101
101
|
* ### ES6 Module Import
|
|
102
102
|
*
|
|
103
|
-
* `import "
|
|
103
|
+
* `import "@ui5/webcomponents/dist/Tag.js";`
|
|
104
104
|
* @csspart root - Used to style the root element.
|
|
105
105
|
* @constructor
|
|
106
106
|
* @extends UI5Element
|
|
@@ -271,7 +271,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
271
271
|
webcomponentsBase.d()
|
|
272
272
|
], Tag.prototype, "icon", void 0);
|
|
273
273
|
__decorate([
|
|
274
|
-
i18nDefaults.i("
|
|
274
|
+
i18nDefaults.i("@ui5/webcomponents")
|
|
275
275
|
], Tag, "i18nBundle", void 0);
|
|
276
276
|
Tag = Tag_1 = __decorate([
|
|
277
277
|
webcomponentsBase.m({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, parametersBundle_css, i18nDefaults, willShowContent, Icons) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Empty Indicator Mode.
|
|
@@ -28,7 +28,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
28
28
|
|
|
29
29
|
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
30
30
|
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
31
|
-
var styles = `:host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-
|
|
31
|
+
var styles = `:host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-15-0_text_max_lines);line-clamp:var(--_ui5-v2-15-0_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
|
|
32
32
|
`;
|
|
33
33
|
|
|
34
34
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -59,7 +59,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
59
59
|
*
|
|
60
60
|
* <h3>ES6 Module Import</h3>
|
|
61
61
|
*
|
|
62
|
-
* <code>import "
|
|
62
|
+
* <code>import "@ui5/webcomponents/dist/Text";</code>
|
|
63
63
|
*
|
|
64
64
|
* @constructor
|
|
65
65
|
* @extends UI5Element
|
|
@@ -109,7 +109,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
109
109
|
webcomponentsBase.d({ type: Node, "default": true })
|
|
110
110
|
], Text.prototype, "text", void 0);
|
|
111
111
|
__decorate([
|
|
112
|
-
i18nDefaults.i("
|
|
112
|
+
i18nDefaults.i("@ui5/webcomponents")
|
|
113
113
|
], Text, "i18nBundle", void 0);
|
|
114
114
|
Text = Text_1 = __decorate([
|
|
115
115
|
webcomponentsBase.m({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults'], (function (exports, webcomponentsBase, parametersBundle_css, Icons, i18nDefaults) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Different types of Title level.
|
|
@@ -85,7 +85,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
|
|
|
85
85
|
*
|
|
86
86
|
* ### ES6 Module Import
|
|
87
87
|
*
|
|
88
|
-
* `import "
|
|
88
|
+
* `import "@ui5/webcomponents/dist/Title.js";`
|
|
89
89
|
* @constructor
|
|
90
90
|
* @extends UI5Element
|
|
91
91
|
* @slot {Node[]} default - Defines the text of the component.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Avatar', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ListItemAdditionalText.css'], (function (webcomponentsBase, eventStrict, i18nDefaults, parametersBundle_css, query, ResponsivePopover, Icons, Avatar, Button, Icon, Tag, Title, Text, Label, List, ListItemCustom, information, sysEnter2, parametersBundle_css$1, i18nDefaults$1, ValueState, toLowercaseEnumValue, FocusableElements, ListItemBase, BusyIndicator, willShowContent, ListItemGroup, WrappingType, ListItemAdditionalText_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function PanelTemplate() {
|
|
4
4
|
return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("div", { class: "ui5-panel-root", role: this.accRole, "aria-label": this.effectiveAccessibleName, "aria-labelledby": this.fixedPanelAriaLabelledbyReference, children: [this.hasHeaderOrHeaderText &&
|
|
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
27
27
|
|
|
28
28
|
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
29
29
|
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
30
|
-
var panelCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block}:host{font-family:var(--sapFontFamily);background-color:var(--sapGroup_TitleBackground);border-radius:var(--_ui5-v2-
|
|
30
|
+
var panelCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:block}:host{font-family:var(--sapFontFamily);background-color:var(--sapGroup_TitleBackground);border-radius:var(--_ui5-v2-15-0_panel_border_radius)}:host(:not([collapsed])){border-bottom:var(--_ui5-v2-15-0_panel_border_bottom)}:host([fixed]) .ui5-panel-header{padding-left:1rem}.ui5-panel-header{min-height:var(--_ui5-v2-15-0_panel_header_height);width:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;outline:none;box-sizing:border-box;padding-right:var(--_ui5-v2-15-0_panel_header_padding_right);font-family:var(--sapFontHeaderFamily);font-size:var(--sapGroup_Title_FontSize);font-weight:400;color:var(--sapGroup_TitleTextColor)}.ui5-panel-header-icon{color:var(--_ui5-v2-15-0_panel_icon_color)}.ui5-panel-header-button-animated{transition:transform .4s ease-out}:host(:not([_has-header]):not([fixed])) .ui5-panel-header{cursor:pointer}:host(:not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--_ui5-v2-15-0_panel_focus_border);border-radius:var(--_ui5-v2-15-0_panel_border_radius);top:var(--_ui5-v2-15-0_panel_focus_offset);bottom:var(--_ui5-v2-15-0_panel_focus_bottom_offset);left:var(--_ui5-v2-15-0_panel_focus_offset);right:var(--_ui5-v2-15-0_panel_focus_offset)}:host(:not([collapsed]):not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{border-radius:var(--_ui5-v2-15-0_panel_border_radius_expanded)}:host(:not([collapsed])) .ui5-panel-header-button:not(.ui5-panel-header-button-with-icon),:host(:not([collapsed])) .ui5-panel-header-icon-wrapper [ui5-icon]{transform:var(--_ui5-v2-15-0_panel_toggle_btn_rotation)}:host([fixed]) .ui5-panel-header-title{width:100%}.ui5-panel-heading-wrapper.ui5-panel-heading-wrapper-sticky{position:sticky;top:0;background-color:var(--_ui5-v2-15-0_panel_header_background_color);z-index:100;border-radius:var(--_ui5-v2-15-0_panel_border_radius)}.ui5-panel-header-title{width:calc(100% - var(--_ui5-v2-15-0_panel_button_root_width));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui5-panel-content{padding:var(--_ui5-v2-15-0_panel_content_padding);background-color:var(--sapGroup_ContentBackground);outline:none;border-bottom-left-radius:var(--_ui5-v2-15-0_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_panel_border_radius);overflow:auto}.ui5-panel-header-button-root{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--_ui5-v2-15-0_panel_button_root_width);height:var(--_ui5-v2-15-0_panel_button_root_height);padding:var(--_ui5-v2-15-0_panel_header_button_wrapper_padding);box-sizing:border-box}:host([fixed]:not([collapsed]):not([_has-header])) .ui5-panel-header,:host([collapsed]) .ui5-panel-header{border-bottom:.0625rem solid var(--sapGroup_TitleBorderColor)}:host([collapsed]) .ui5-panel-header{border-bottom-left-radius:var(--_ui5-v2-15-0_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-15-0_panel_border_radius)}:host(:not([fixed]):not([collapsed])) .ui5-panel-header{border-bottom:var(--_ui5-v2-15-0_panel_default_header_border)}[ui5-button].ui5-panel-header-button{display:flex;justify-content:center;align-items:center;min-width:initial;height:100%;width:100%}.ui5-panel-header-icon-wrapper{display:flex;justify-content:center;align-items:center}.ui5-panel-header-icon-wrapper,.ui5-panel-header-icon-wrapper .ui5-panel-header-icon{color:inherit}.ui5-panel-header-icon-wrapper,[ui5-button].ui5-panel-header-button-with-icon [ui5-icon]{pointer-events:none}.ui5-panel-root{height:100%;display:flex;flex-direction:column}
|
|
31
31
|
`;
|
|
32
32
|
|
|
33
33
|
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -359,7 +359,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
359
359
|
|
|
360
360
|
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
361
361
|
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
|
|
362
|
-
var BarCss = `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-
|
|
362
|
+
var BarCss = `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-15-0_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit;min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container,.ui5-bar-root .ui5-bar-midcontent-container{display:flex;align-items:center}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container{flex:0 0 auto}.ui5-bar-root .ui5-bar-midcontent-container{justify-content:center;flex:1 1 auto;padding:0 var(--_ui5-v2-15-0_bar-mid-container-padding-start-end);min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-15-0_bar-start-container-padding-start)}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-15-0_bar-start-container-padding-start) + var(--_ui5-v2-15-0_bar-end-container-padding-end) + (2*var(--_ui5-v2-15-0_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-15-0_bar-end-container-padding-end)}:host([design="Footer"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design="Subheader"]){height:var(--_ui5-v2-15-0_bar_subheader_height);margin-top:var(--_ui5-v2-15-0_bar_subheader_margin-top)}:host([design="FloatingFooter"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}
|
|
363
363
|
`;
|
|
364
364
|
|
|
365
365
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -595,7 +595,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
595
595
|
|
|
596
596
|
Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
|
|
597
597
|
Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
|
|
598
|
-
var UserMenuCss = `.ui5-user-menu-rp{width:20rem}.ui5-user-menu-rp::part(content),.ui5-user-menu-rp::part(footer){padding-inline:.5rem}.ui5-user-menu-rp::part(header){box-shadow:none;padding:0}.ui5-user-menu-header{display:flex;flex-direction:column}[on-phone] .ui5-user-menu-header{padding-inline:0}.ui5-user-menu-fixed-header:not(.ui5-user-menu-rp-scrolled){box-shadow:none}.ui5-user-menu-fixed-header::part(startContent),.ui5-user-menu-fixed-header::part(endContent){padding:0}.ui5-user-menu-fixed-header [ui5-button]{margin-inline:.5rem;font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-rp::part(content){padding-top:0;padding-bottom:.5rem}.ui5-user-menu-rp::part(footer){padding-block:.5rem}.ui5-user-menu-selected-account{display:flex;align-items:center;flex-direction:column;margin-block-end:.5rem;overflow:hidden}.ui5-user-menu--selected-account-avatar{margin-block-start:.25rem;margin-block-end:.5rem}.ui5-user-menu-selected-account-title{margin-block:.25rem;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontLargeSize);color:var(--sapTextColor)}.ui5-user-menu-selected-account-subtitleText{margin-bottom:.25rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-selected-account-description{font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-manage-account-btn{font-family:var(--sapFontSemiboldDuplexFamily);margin-block-start:1rem}.ui5-user-menu-sign-out-btn{font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-other-accounts{margin-block-end:.5rem}.ui5-user-menu-other-accounts::part(header){border-bottom-left-radius:0;border-bottom-right-radius:0}.ui5-user-menu-other-accounts::part(content){padding:0}.ui5-user-menu-other-accounts-content{display:flex;align-items:center;width:100%;height:4.5rem;gap:12px}.ui5-user-menu-other-accounts-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch;width:100%;overflow:hidden}.ui5-user-menu-other-accounts-title{overflow:hidden;color:var(--sapList_TextColor);text-overflow:ellipsis;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-other-accounts-additional-info{overflow:hidden;color:var(--sapContent_LabelColor);text-overflow:ellipsis;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-selected-account-icon{display:flex;width:18px;align-items:center;align-self:stretch;color:var(--sapContent_NonInteractiveIconColor);font-family:var(--_ui5-v2-
|
|
598
|
+
var UserMenuCss = `.ui5-user-menu-rp{width:20rem}.ui5-user-menu-rp::part(content),.ui5-user-menu-rp::part(footer){padding-inline:.5rem}.ui5-user-menu-rp::part(header){box-shadow:none;padding:0}.ui5-user-menu-header{display:flex;flex-direction:column}[on-phone] .ui5-user-menu-header{padding-inline:0}.ui5-user-menu-fixed-header:not(.ui5-user-menu-rp-scrolled){box-shadow:none}.ui5-user-menu-fixed-header::part(startContent),.ui5-user-menu-fixed-header::part(endContent){padding:0}.ui5-user-menu-fixed-header [ui5-button]{margin-inline:.5rem;font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-rp::part(content){padding-top:0;padding-bottom:.5rem}.ui5-user-menu-rp::part(footer){padding-block:.5rem}.ui5-user-menu-selected-account{display:flex;align-items:center;flex-direction:column;margin-block-end:.5rem;overflow:hidden}.ui5-user-menu--selected-account-avatar{margin-block-start:.25rem;margin-block-end:.5rem}.ui5-user-menu-selected-account-title{margin-block:.25rem;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontLargeSize);color:var(--sapTextColor)}.ui5-user-menu-selected-account-subtitleText{margin-bottom:.25rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-selected-account-description{font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-manage-account-btn{font-family:var(--sapFontSemiboldDuplexFamily);margin-block-start:1rem}.ui5-user-menu-sign-out-btn{font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-other-accounts{margin-block-end:.5rem}.ui5-user-menu-other-accounts::part(header){border-bottom-left-radius:0;border-bottom-right-radius:0}.ui5-user-menu-other-accounts::part(content){padding:0}.ui5-user-menu-other-accounts-content{display:flex;align-items:center;width:100%;height:4.5rem;gap:12px}.ui5-user-menu-other-accounts-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch;width:100%;overflow:hidden}.ui5-user-menu-other-accounts-title{overflow:hidden;color:var(--sapList_TextColor);text-overflow:ellipsis;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-other-accounts-additional-info{overflow:hidden;color:var(--sapContent_LabelColor);text-overflow:ellipsis;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-selected-account-icon{display:flex;width:18px;align-items:center;align-self:stretch;color:var(--sapContent_NonInteractiveIconColor);font-family:var(--_ui5-v2-15-0_slider_handle_font_family);font-size:1.125rem}.ui5-user-menu-account-header{display:flex;flex:1;justify-content:space-between;align-items:center}.ui5-user-menu-footer{display:flex;flex:1;justify-content:flex-end;align-items:center}
|
|
599
599
|
`;
|
|
600
600
|
|
|
601
601
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -943,8 +943,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
943
943
|
})
|
|
944
944
|
], UserMenu);
|
|
945
945
|
UserMenu.define();
|
|
946
|
-
var
|
|
946
|
+
var UserMenu_default = UserMenu;
|
|
947
947
|
|
|
948
|
-
return
|
|
948
|
+
return UserMenu_default;
|
|
949
949
|
|
|
950
950
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, Icons) { 'use strict';
|
|
2
2
|
|
|
3
3
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
4
4
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -6,7 +6,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
6
6
|
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;
|
|
7
7
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
8
8
|
};
|
|
9
|
-
let UserMenuAccount =
|
|
9
|
+
let UserMenuAccount =
|
|
10
10
|
/**
|
|
11
11
|
* @class
|
|
12
12
|
* ### Overview
|
|
@@ -107,8 +107,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
107
107
|
*/
|
|
108
108
|
], UserMenuAccount);
|
|
109
109
|
UserMenuAccount.define();
|
|
110
|
-
var
|
|
110
|
+
var UserMenuAccount_default = UserMenuAccount;
|
|
111
111
|
|
|
112
|
-
return
|
|
112
|
+
return UserMenuAccount_default;
|
|
113
113
|
|
|
114
114
|
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title'], (function (webcomponentsBase, MenuItem, Icons, parametersBundle_css, parametersBundle_css$1, eventStrict, i18nDefaults, information, ListItemCustom, FocusableElements, ListItemBase, List, toLowercaseEnumValue, ListItemGroup, WrappingType, BusyIndicator, willShowContent, Label, ListItemAdditionalText_css, Button, Icon, ValueState, ResponsivePopover, Title) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function UserMenuItemTemplate() {
|
|
4
4
|
return [MenuItem.MenuItemTemplate.call(this)];
|
|
@@ -54,8 +54,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
|
|
|
54
54
|
})
|
|
55
55
|
], UserMenuItem);
|
|
56
56
|
UserMenuItem.define();
|
|
57
|
-
var
|
|
57
|
+
var UserMenuItem_default = UserMenuItem;
|
|
58
58
|
|
|
59
|
-
return
|
|
59
|
+
return UserMenuItem_default;
|
|
60
60
|
|
|
61
61
|
}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
|
+
|
|
3
|
+
class InputComposition {
|
|
4
|
+
constructor(component) {
|
|
5
|
+
this._onComposition = () => {
|
|
6
|
+
this._component.updateCompositionState(true);
|
|
7
|
+
};
|
|
8
|
+
this._onCompositionEnd = () => {
|
|
9
|
+
this._component.updateCompositionState(false);
|
|
10
|
+
};
|
|
11
|
+
this._component = component;
|
|
12
|
+
}
|
|
13
|
+
addEventListeners() {
|
|
14
|
+
const el = this._component.getInputEl();
|
|
15
|
+
if (!el) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
el.addEventListener("compositionstart", this._onComposition);
|
|
19
|
+
el.addEventListener("compositionupdate", this._onComposition);
|
|
20
|
+
el.addEventListener("compositionend", this._onCompositionEnd);
|
|
21
|
+
}
|
|
22
|
+
removeEventListeners() {
|
|
23
|
+
const el = this._component.getInputEl();
|
|
24
|
+
if (!el) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
el.removeEventListener("compositionstart", this._onComposition);
|
|
28
|
+
el.removeEventListener("compositionupdate", this._onComposition);
|
|
29
|
+
el.removeEventListener("compositionend", this._onCompositionEnd);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.default = InputComposition;
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/ShellBarSearch2', 'sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/ShellBarSearch2', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/ListBoxItemGroupTemplate', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/FocusableElements'], (function (exports, generateHighlightedMarkup, ShellBarSearch, webcomponentsBase, ListItemGroup, ListBoxItemGroupTemplate, parametersBundle_css, Icon, List, ResponsivePopover, Button, i18nDefaults, encodeXML, eventStrict, Icons, ListItemBase, ListItemAdditionalText_css, BusyIndicator, willShowContent, Label, ValueState, information, slimArrowDown, Title, information$1, sysEnter2, parametersBundle_css$1, i18nDefaults$1, toLowercaseEnumValue, WrappingType, FocusableElements) { 'use strict';
|
|
2
2
|
|
|
3
3
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
4
4
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -37,13 +37,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sa
|
|
|
37
37
|
const valueStateMessage = hooks?.valueStateMessage;
|
|
38
38
|
const valueStateMessageInputIcon = hooks?.valueStateMessageInputIcon;
|
|
39
39
|
return (parametersBundle_css.jsxs(ResponsivePopover.ResponsivePopover, { class: this.classes.popover, hideArrow: true, preventFocusRestore: true, preventInitialFocus: true, placement: "Bottom", horizontalAlign: "Start", tabindex: -1, style: this.styles.suggestionsPopover, onOpen: this._afterOpenPicker, onClose: this._afterClosePicker, onScroll: this._scroll, open: this.open, opener: this, accessibleName: this._popupLabel, children: [this._isPhone &&
|
|
40
|
-
parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("div", { slot: "header", class: "ui5-responsive-popover-header", children: [parametersBundle_css.
|
|
40
|
+
parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("div", { slot: "header", class: "ui5-responsive-popover-header", children: [parametersBundle_css.jsx("div", { class: "row", children: parametersBundle_css.jsx("span", { children: this._headerTitleText }) }), parametersBundle_css.jsx("div", { class: "row", children: parametersBundle_css.jsx("div", { class: "input-root-phone native-input-wrapper", children: parametersBundle_css.jsx(ShellBarSearch.Input, { class: "ui5-input-inner-phone", type: this.inputType, value: this.value, showClearIcon: this.showClearIcon, placeholder: this.placeholder, onInput: this._handleInput, onChange: this._handleChange }) }) })] }), this.hasValueStateMessage &&
|
|
41
41
|
parametersBundle_css.jsxs("div", { class: this.classes.popoverValueState, style: this.styles.suggestionPopoverHeader, children: [parametersBundle_css.jsx(Icon.Icon, { class: "ui5-input-value-state-message-icon", name: valueStateMessageInputIcon?.call(this) }), this.open && valueStateMessage?.call(this)] })] }), !this._isPhone && this.hasValueStateMessage &&
|
|
42
42
|
parametersBundle_css.jsxs("div", { slot: "header", class: {
|
|
43
43
|
"ui5-responsive-popover-header": true,
|
|
44
44
|
...this.classes.popoverValueState,
|
|
45
45
|
}, style: this.styles.suggestionPopoverHeader, children: [parametersBundle_css.jsx(Icon.Icon, { class: "ui5-input-value-state-message-icon", name: valueStateMessageInputIcon?.call(this) }), this.open && valueStateMessage?.call(this)] }), suggestionsList.call(this), this._isPhone &&
|
|
46
|
-
parametersBundle_css.
|
|
46
|
+
parametersBundle_css.jsxs("div", { slot: "footer", class: "ui5-responsive-popover-footer", children: [parametersBundle_css.jsx(Button.Button, { design: "Emphasized", onClick: this._closePicker, children: this._suggestionsOkButtonText }), parametersBundle_css.jsx(Button.Button, { class: "ui5-responsive-popover-close-btn", design: "Transparent", onClick: this._closePicker, children: this._suggestionsCancelButtonText })] })] }));
|
|
47
47
|
}
|
|
48
48
|
function defaultSuggestionsList() {
|
|
49
49
|
return (parametersBundle_css.jsx(List.List, { accessibleRole: List.ListAccessibleRole.ListBox, separators: this.suggestionSeparators, selectionMode: "Single", onMouseDown: this.onItemMouseDown, onItemClick: this._handleSuggestionItemPress, onSelectionChange: this._handleSelectionChange, children: parametersBundle_css.jsx("slot", {}) }));
|
package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['exports', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/webcomponents
|
|
1
|
+
sap.ui.define(['exports', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/ListItemBase'], (function (exports, parametersBundle_css, webcomponentsBase, i18nDefaults, Icons, Text, Link, Button, ResponsivePopover, willShowContent, eventStrict, BusyIndicator, Label, toLowercaseEnumValue, Icon, information, Title, ValueState, FocusableElements, ListItemBase) { 'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Overflow Mode.
|