@sapui5/sap.ushell 1.136.2 → 1.136.3
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/wcfResolution.js +37 -32
- 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 +97 -50
- package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
- 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/common/common.create.configcontract.core.js +10 -6
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +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 +3 -28
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
- 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 +5 -2
- package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.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/ESearch.js +0 -3
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
- package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
- package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +5 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +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/workPageBuilder/resources/resources_ms.properties +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 +7 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +81 -1
- package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
- 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 +15 -6
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
- 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/NotificationsV2.js +14 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
- package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
- package/src/main/js/sap/ushell/state/Favicon.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/thirdparty/Avatar.js +79 -12
- package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +15 -9
- package/src/main/js/sap/ushell/thirdparty/Button2.js +25 -6
- package/src/main/js/sap/ushell/thirdparty/Icon.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
- package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/List.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/Menu.js +65 -76
- package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +342 -34
- package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +6 -6
- package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +5 -5
- package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2986 -2830
- package/src/main/js/sap/ushell/thirdparty/ShellBar.js +112 -79
- 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/UserMenu.js +22 -22
- package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +27 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +23 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +27 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +20 -8
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +4 -4
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +5 -2
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
- package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +1 -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/toLowercaseEnumValue.js +3 -0
- package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
- 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 +5 -2
- 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/main/js/sap/ushell/utils.js +25 -0
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
- package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
|
@@ -13,7 +13,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
13
13
|
const collection$9 = "SAP-icons-v4";
|
|
14
14
|
const packageName$9 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
15
15
|
|
|
16
|
-
Icons.f(name$9, { pathData: pathData$9, ltr: ltr$9, accData: accData$3, collection: collection$9, packageName: packageName$9 });
|
|
16
|
+
Icons.f$2(name$9, { pathData: pathData$9, ltr: ltr$9, accData: accData$3, collection: collection$9, packageName: packageName$9 });
|
|
17
17
|
|
|
18
18
|
const name$8 = "decline";
|
|
19
19
|
const pathData$8 = "M292 256l117 116q7 7 7 18 0 12-7.5 19t-18.5 7q-10 0-18-8L256 292 140 408q-8 8-18 8-11 0-18.5-7.5T96 390q0-10 8-18l116-116-116-116q-8-8-8-18 0-11 7.5-18.5T122 96t18 7l116 117 116-117q7-7 18-7t18.5 7.5T416 122t-7 18z";
|
|
@@ -22,7 +22,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
22
22
|
const collection$8 = "SAP-icons-v5";
|
|
23
23
|
const packageName$8 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
24
24
|
|
|
25
|
-
Icons.f(name$8, { pathData: pathData$8, ltr: ltr$8, accData: accData$2, collection: collection$8, packageName: packageName$8 });
|
|
25
|
+
Icons.f$2(name$8, { pathData: pathData$8, ltr: ltr$8, accData: accData$2, collection: collection$8, packageName: packageName$8 });
|
|
26
26
|
|
|
27
27
|
var decline = "decline";
|
|
28
28
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
35
35
|
const collection$7 = "SAP-icons-v4";
|
|
36
36
|
const packageName$7 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
37
37
|
|
|
38
|
-
Icons.f(name$7, { pathData: pathData$7, ltr: ltr$7, accData: accData$1, collection: collection$7, packageName: packageName$7 });
|
|
38
|
+
Icons.f$2(name$7, { pathData: pathData$7, ltr: ltr$7, accData: accData$1, collection: collection$7, packageName: packageName$7 });
|
|
39
39
|
|
|
40
40
|
const name$6 = "error";
|
|
41
41
|
const pathData$6 = "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 0zm45 256l74-73q9-11 9-23 0-13-9.5-22.5T352 128q-12 0-23 9l-73 74-73-74q-10-9-23-9t-22.5 9.5T128 160q0 12 9 23l74 73-74 73q-9 10-9 23t9.5 22.5T160 384t23-9l73-74 73 74q11 9 23 9 13 0 22.5-9.5T384 352t-9-23z";
|
|
@@ -44,7 +44,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
44
44
|
const collection$6 = "SAP-icons-v5";
|
|
45
45
|
const packageName$6 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
46
46
|
|
|
47
|
-
Icons.f(name$6, { pathData: pathData$6, ltr: ltr$6, accData, collection: collection$6, packageName: packageName$6 });
|
|
47
|
+
Icons.f$2(name$6, { pathData: pathData$6, ltr: ltr$6, accData, collection: collection$6, packageName: packageName$6 });
|
|
48
48
|
|
|
49
49
|
const name$5 = "alert";
|
|
50
50
|
const pathData$5 = "M501 374q5 10 7.5 19.5T512 412v5q0 31-23 47t-50 16H74q-13 0-26-4t-23.5-12-17-20T0 417q0-13 4-22.5t9-20.5L198 38q21-38 61-38 38 0 59 38zM257 127q-13 0-23.5 8T223 161q1 7 2 12 3 25 4.5 48t3.5 61q0 11 7.5 16t16.5 5q22 0 23-21l2-36 9-85q0-18-10.5-26t-23.5-8zm0 299q20 0 31.5-12t11.5-32q0-19-11.5-31T257 339t-31.5 12-11.5 31q0 20 11.5 32t31.5 12z";
|
|
@@ -52,7 +52,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
52
52
|
const collection$5 = "SAP-icons-v4";
|
|
53
53
|
const packageName$5 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
54
54
|
|
|
55
|
-
Icons.f(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
|
|
55
|
+
Icons.f$2(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
|
|
56
56
|
|
|
57
57
|
const name$4 = "alert";
|
|
58
58
|
const pathData$4 = "M505 399q7 13 7 27 0 21-15.5 37.5T456 480H56q-25 0-40.5-16.5T0 426q0-14 7-27L208 59q17-27 48-27 14 0 27 6.5T304 59zM288 176q0-14-9-23t-23-9-23 9-9 23v96q0 14 9 23t23 9 23-9 9-23v-96zm-32 240q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z";
|
|
@@ -60,7 +60,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
60
60
|
const collection$4 = "SAP-icons-v5";
|
|
61
61
|
const packageName$4 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
62
62
|
|
|
63
|
-
Icons.f(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
|
|
63
|
+
Icons.f$2(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
|
|
64
64
|
|
|
65
65
|
const name$3 = "sys-enter-2";
|
|
66
66
|
const pathData$3 = "M512 256q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256t20.5-100 55-81.5T157 20t99-20q53 0 100 20t81.5 54.5T492 156t20 100zm-118-87q4-8-1-13l-36-36q-3-4-8-4t-8 5L237 294q-3 1-4 0l-70-52q-4-3-7-3t-4.5 2-2.5 3l-29 41q-6 8 2 14l113 95q2 2 7 2t8-4z";
|
|
@@ -68,7 +68,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
68
68
|
const collection$3 = "SAP-icons-v4";
|
|
69
69
|
const packageName$3 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
70
70
|
|
|
71
|
-
Icons.f(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
|
|
71
|
+
Icons.f$2(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
|
|
72
72
|
|
|
73
73
|
const name$2 = "sys-enter-2";
|
|
74
74
|
const pathData$2 = "M256 0q53 0 100 20t81.5 54.5T492 156t20 100-20 100-54.5 81.5T356 492t-100 20-100-20-81.5-54.5T20 356 0 256t20-100 54.5-81.5T156 20 256 0zm150 183q10-9 10-23 0-13-9.5-22.5T384 128t-22 9L186 308l-68-63q-9-9-22-9t-22.5 9.5T64 268q0 15 10 24l91 83q9 9 21 9 13 0 23-9z";
|
|
@@ -76,7 +76,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
76
76
|
const collection$2 = "SAP-icons-v5";
|
|
77
77
|
const packageName$2 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
78
78
|
|
|
79
|
-
Icons.f(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
|
|
79
|
+
Icons.f$2(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
|
|
80
80
|
|
|
81
81
|
const name$1 = "information";
|
|
82
82
|
const pathData$1 = "M0 256q0-53 20.5-100t55-81.5T157 20t99-20q54 0 100.5 20t81 55 54.5 81.5 20 99.5q0 54-20 100.5t-54.5 81T356 492t-100 20q-54 0-100.5-20t-81-55T20 355.5 0 256zm192 112v33h128v-33h-32V215q0-6-7-6h-88v31h32v128h-33zm34-201q14 11 30 11 17 0 29.5-11.5T298 138q0-19-13-31-12-12-29-12-19 0-30.5 12.5T214 138q0 17 12 29z";
|
|
@@ -84,7 +84,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
84
84
|
const collection$1 = "SAP-icons-v4";
|
|
85
85
|
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
86
86
|
|
|
87
|
-
Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
87
|
+
Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
|
|
88
88
|
|
|
89
89
|
const name = "information";
|
|
90
90
|
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 0zm0 160q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9zm32 64q0-14-9-23t-23-9-23 9-9 23v160q0 14 9 23t23 9 23-9 9-23V224z";
|
|
@@ -92,7 +92,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
92
92
|
const collection = "SAP-icons-v5";
|
|
93
93
|
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
94
94
|
|
|
95
|
-
Icons.f(name, { pathData, ltr, collection, packageName });
|
|
95
|
+
Icons.f$2(name, { pathData, ltr, collection, packageName });
|
|
96
96
|
|
|
97
97
|
exports.ICON_NAV_BACK = ICON_NAV_BACK;
|
|
98
98
|
exports.ICON_OVERFLOW = ICON_OVERFLOW;
|
|
@@ -26,7 +26,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
|
|
|
26
26
|
const collection$1 = "SAP-icons-v4";
|
|
27
27
|
const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
28
28
|
|
|
29
|
-
Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
|
|
29
|
+
Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, accData: accData$1, collection: collection$1, packageName: packageName$1 });
|
|
30
30
|
|
|
31
31
|
const name = "overflow";
|
|
32
32
|
const pathData = "M64 192q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm192 0q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19zm192 0q26 0 45 19t19 45-19 45-45 19-45-19-19-45 19-45 45-19z";
|
|
@@ -35,7 +35,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/
|
|
|
35
35
|
const collection = "SAP-icons-v5";
|
|
36
36
|
const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
|
|
37
37
|
|
|
38
|
-
Icons.f(name, { pathData, ltr, accData, collection, packageName });
|
|
38
|
+
Icons.f$2(name, { pathData, ltr, accData, collection, packageName });
|
|
39
39
|
|
|
40
40
|
var overflow = "overflow";
|
|
41
41
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
2
2
|
|
|
3
|
-
var defaultTheme = `:root{--_ui5-v2-11-0-rc-3_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-11-0-rc-3_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-11-0-rc-3_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-11-0-rc-3_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-11-0-rc-3_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-11-0-rc-3_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-11-0-rc-3-notification_group_header-margin: 0px;--_ui5-v2-11-0-rc-3-notification_group_header-margin-expanded: .5rem;--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-11-0-rc-3-notification_item-description-margin-top: .75rem;--_ui5-v2-11-0-rc-3-notification_item-footer-margin-top: .75rem;--_ui5-v2-11-0-rc-3-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-11-0-rc-3-notification_group_header-border-bottom-width: 0;--_ui5-v2-11-0-rc-3-notification_group_header-padding: .5rem;--_ui5-v2-11-0-rc-3-notification_item-state-icon-padding: .25rem;--_ui5-v2-11-0-rc-3-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-11-0-rc-3-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-11-0-rc-3-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-11-0-rc-3-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-11-0-rc-3-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-11-0-rc-3-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-11-0-rc-3-notification_item-root-padding-inline: 1rem;--_ui5-v2-11-0-rc-3-notification_item-content-padding: .75rem 0;--_ui5-v2-11-0-rc-3-notification_item-title-margin-bottom: 0;--_ui5-v2-11-0-rc-3-notification_item-focus-offset: .1875rem;--_ui5-v2-11-0-rc-3-notification_item-outline-offset: -.375rem;--_ui5-v2-11-0-rc-3-notification_item-growing-btn-background-color-active: var(--_ui5-v2-11-0-rc-3-notification_item-background-color-active);--_ui5-v2-11-0-rc-3_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-11-0-rc-3_page_transparent_bg: transparent;--_ui5-v2-11-0-rc-3_vsd_header_container: 2.75rem;--_ui5-v2-11-0-rc-3_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-11-0-rc-3_vsd_content_li_padding: .375rem;--_ui5-v2-11-0-rc-3_vsd_content_height: 23.4375rem;--_ui5-v2-11-0-rc-3_vsd_expand_content_height: 26.1875rem;--_ui5-v2-11-0-rc-3_product_switch_item_width: 11.25rem;--_ui5-v2-11-0-rc-3_product_switch_item_height: 7rem;--_ui5-v2-11-0-rc-3_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-11-0-rc-3_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-11-0-rc-3_shellbar_search_field_width: 25rem;--_ui5-v2-11-0-rc-3_shellbar_image_button_border_radius: 50%;--_ui5-v2-11-0-rc-3-shellbar-content-margin-start: .5rem;--_ui5-v2-11-0-rc-3-shellbar-overflow-button-margin: .5rem;--_ui5-v2-11-0-rc-3_shellbar_root_height: 3.25rem;--_ui5-v2-11-0-rc-3_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-11-0-rc-3_shellbar_logo_outline_color);--_ui5-v2-11-0-rc-3_shellbar_outline_offset: -.25rem;--_ui5-v2-11-0-rc-3_shellbar_button_border: none;--_ui5-v2-11-0-rc-3_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-11-0-rc-3_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-11-0-rc-3_shellbar_logo_border_radius: .5rem;--_ui5-v2-11-0-rc-3_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-11-0-rc-3_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-11-0-rc-3_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-11-0-rc-3_shellbar_search_button_border_radius: 50%;--_ui5-v2-11-0-rc-3_shellbar_search_button_size: 1.75rem;--_ui5-v2-11-0-rc-3_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-11-0-rc-3_shellbar_search_field_border: none;--_ui5-v2-11-0-rc-3_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-11-0-rc-3_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-11-0-rc-3_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-11-0-rc-3_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-11-0-rc-3_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-11-0-rc-3_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-11-0-rc-3_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-11-0-rc-3_shellbar_input_border_radius: 1.125rem;--_ui5-v2-11-0-rc-3_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-11-0-rc-3_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-11-0-rc-3_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_style: solid;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-11-0-rc-3_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-11-0-rc-3_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-11-0-rc-3_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-11-0-rc-3_side_navigation_hover_border_style_color: none;--_ui5-v2-11-0-rc-3_side_navigation_hover_border_width: 0;--_ui5-v2-11-0-rc-3_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-11-0-rc-3_side_navigation_item_border_style_color: none;--_ui5-v2-11-0-rc-3_side_navigation_item_border_width: 0;--_ui5-v2-11-0-rc-3_side_navigation_item_height: 2.75rem;--_ui5-v2-11-0-rc-3_side_navigation_item_expand_arrow_padding: .6875rem;--_ui5-v2-11-0-rc-3_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-11-0-rc-3_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-11-0-rc-3_side_navigation_group_expanded_border_width: 0;--_ui5-v2-11-0-rc-3_side_navigation_item_font_family: "72override", var(--sapFontFamily);--_ui5-v2-11-0-rc-3_side_navigation_parent_item_font_family: "72override", var(--sapFontSemiboldDuplexFamily);--_ui5-v2-11-0-rc-3_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-11-0-rc-3_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-11-0-rc-3_side_navigation_width: 16rem;--_ui5-v2-11-0-rc-3_side_navigation_collapsed_width: 4rem;--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_margin);--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-11-0-rc-3_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-11-0-rc-3_side_navigation_border_right: 0;--_ui5-v2-11-0-rc-3_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-11-0-rc-3_side_navigation_triangle_display: none;--_ui5-v2-11-0-rc-3_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-11-0-rc-3_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-11-0-rc-3_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-11-0-rc-3_side_navigation_group_border_style_color: none;--_ui5-v2-11-0-rc-3_side_navigation_item_border_radius: .375rem;--_ui5-v2-11-0-rc-3_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-11-0-rc-3_side_navigation_item_padding_start_in_popup: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-11-0-rc-3_side_navigation_item_padding_left: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-11-0-rc-3_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-11-0-rc-3_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-11-0-rc-3_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-11-0-rc-3_side_navigation_collapsed_selected_item_background_hover: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-11-0-rc-3_side_navigation_selected_border_style_color: none;--_ui5-v2-11-0-rc-3_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-11-0-rc-3_side_navigation_selected_border_style_color);--_ui5-v2-11-0-rc-3_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-11-0-rc-3_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-11-0-rc-3_side_navigation_group_padding: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-11-0-rc-3_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-11-0-rc-3_side_navigation_popup_padding: .5rem;--_ui5-v2-11-0-rc-3_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-11-0-rc-3_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-11-0-rc-3_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-11-0-rc-3_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-11-0-rc-3_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-11-0-rc-3_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-11-0-rc-3_side_navigation_item_collapsed_padding: 3rem;--ui5-v2-11-0-rc-3_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-11-0-rc-3_upload_collection_thumbnail_size: 3rem;--ui5-v2-11-0-rc-3_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-11-0-rc-3_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-11-0-rc-3_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-11-0-rc-3_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-11-0-rc-3_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-11-0-rc-3_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-11-0-rc-3_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-11-0-rc-3_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-11-0-rc-3_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-11-0-rc-3_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-11-0-rc-3_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-11-0-rc-3_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-11-0-rc-3_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-11-0-rc-3_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-11-0-rc-3_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-11-0-rc-3_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_wiz_tab_focus_border_radius: 8px;--_ui5-v2-11-0-rc-3_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-11-0-rc-3_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-11-0-rc-3_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-11-0-rc-3_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-11-0-rc-3_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-11-0-rc-3_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-11-0-rc-3_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-11-0-rc-3_dynamic_page_footer_spacer: 4rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-11-0-rc-3_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-11-0-rc-3_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-11-0-rc-3_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-11-0-rc-3_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-11-0-rc-3_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-11-0-rc-3_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-11-0-rc-3_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-11-0-rc-3_search_icon_border_radius: 1.125rem;--_ui5-v2-11-0-rc-3_search_input_border_radius: 1.125rem;--_ui5-v2-11-0-rc-3-search-border: none;--_ui5-v2-11-0-rc-3-search-icon-border: none;--_ui5-v2-11-0-rc-3-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-11-0-rc-3_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-11-0-rc-3-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-11-0-rc-3-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-11-0-rc-3-search-elements-hover-background: none;--_ui5-v2-11-0-rc-3-search-elements-active-background: none;--_ui5-v2-11-0-rc-3_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-v2-11-0-rc-3-search-elements-background: inherit;--_ui5-v2-11-0-rc-3_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-11-0-rc-3_search_input_outline: none;--_ui5-v2-11-0-rc-3_search_advanced_button_border_radius: 1.125rem;--_ui5-v2-11-0-rc-3_seach_advanced_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5-v2-11-0-rc-3_search_advanced_button_border: none;--_ui5-v2-11-0-rc-3-search-advanced_button_background_color: inherit;--ui5-v2-11-0-rc-3_search_advanced_button_background_active: inherit;--_ui5-v2-11-0-rc-3_search_icon_size: 1.75rem;--_ui5-v2-11-0-rc-3_search_icon_padding: .375rem;--_ui5-v2-11-0-rc-3_search_icon_hover_padding: .3125rem;--_ui5-v2-11-0-rc-3_search_input_start_margin: 0;--_ui5-v2-11-0-rc-3_search_input_end_padding: 0;--_ui5-v2-11-0-rc-3-search-input-start-padding: .5rem;--_ui5-v2-11-0-rc-3-search-select-height: 1.625rem;--_ui5-v2-11-0-rc-3-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-v2-11-0-rc-3-search-loading-overlay-transparency: .72;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_top: .5rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_min_height: 4rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-11-0-rc-3_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-11-0-rc-3_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-11-0-rc-3_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-11-0-rc-3_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-11-0-rc-3_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-11-0-rc-3_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-background);--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-11-0-rc-3_dynamic_page_header-actions-color);--_ui5-v2-11-0-rc-3_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-11-0-rc-3_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-11-0-rc-3-notification_item-description-margin-top: .5rem;--_ui5-v2-11-0-rc-3-notification_item-footer-margin-top: .5rem;--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-11-0-rc-3-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_margin: var(--_ui5-v2-11-0-rc-3_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-11-0-rc-3_side_navigation_item_expand_arrow_padding: .3125rem;--_ui5-v2-11-0-rc-3_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-11-0-rc-3_side_navigation_item_expand_icon_hover_right: auto}
|
|
3
|
+
var defaultTheme = `:root{--_ui5-v2-12-0-rc-2_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-12-0-rc-2_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-12-0-rc-2_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapHighlightColor), transparent);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-12-0-rc-2_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-12-0-rc-2_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-12-0-rc-2_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-12-0-rc-2-notification_group_header-margin: 0px;--_ui5-v2-12-0-rc-2-notification_group_header-margin-expanded: .5rem;--_ui5-v2-12-0-rc-2-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-12-0-rc-2-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-12-0-rc-2-notification_item-description-margin-top: .75rem;--_ui5-v2-12-0-rc-2-notification_item-footer-margin-top: .75rem;--_ui5-v2-12-0-rc-2-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-12-0-rc-2-notification_group_header-border-bottom-width: 0;--_ui5-v2-12-0-rc-2-notification_group_header-padding: .5rem;--_ui5-v2-12-0-rc-2-notification_item-state-icon-padding: .25rem;--_ui5-v2-12-0-rc-2-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-12-0-rc-2-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-12-0-rc-2-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-12-0-rc-2-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-12-0-rc-2-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-12-0-rc-2-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-12-0-rc-2-notification_item-root-padding-inline: 1rem;--_ui5-v2-12-0-rc-2-notification_item-content-padding: .75rem 0;--_ui5-v2-12-0-rc-2-notification_item-title-margin-bottom: 0;--_ui5-v2-12-0-rc-2-notification_item-focus-offset: .1875rem;--_ui5-v2-12-0-rc-2-notification_item-outline-offset: -.375rem;--_ui5-v2-12-0-rc-2-notification_item-growing-btn-background-color-active: var(--_ui5-v2-12-0-rc-2-notification_item-background-color-active);--_ui5-v2-12-0-rc-2_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-12-0-rc-2_page_transparent_bg: transparent;--_ui5-v2-12-0-rc-2_vsd_header_container: 2.75rem;--_ui5-v2-12-0-rc-2_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-12-0-rc-2_vsd_content_li_padding: .375rem;--_ui5-v2-12-0-rc-2_vsd_content_height: 23.4375rem;--_ui5-v2-12-0-rc-2_vsd_expand_content_height: 26.1875rem;--_ui5-v2-12-0-rc-2_product_switch_item_width: 11.25rem;--_ui5-v2-12-0-rc-2_product_switch_item_height: 7rem;--_ui5-v2-12-0-rc-2_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-12-0-rc-2_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-12-0-rc-2_shellbar_search_field_width: 25rem;--_ui5-v2-12-0-rc-2_shellbar_image_button_border_radius: 50%;--_ui5-v2-12-0-rc-2-shellbar-content-margin-start: .5rem;--_ui5-v2-12-0-rc-2-shellbar-overflow-button-margin: .5rem;--_ui5-v2-12-0-rc-2_shellbar_root_height: 3.25rem;--_ui5-v2-12-0-rc-2_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-12-0-rc-2_shellbar_logo_outline_color);--_ui5-v2-12-0-rc-2_shellbar_outline_offset: -.25rem;--_ui5-v2-12-0-rc-2_shellbar_button_border: none;--_ui5-v2-12-0-rc-2_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-12-0-rc-2_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-12-0-rc-2_shellbar_logo_border_radius: .5rem;--_ui5-v2-12-0-rc-2_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-12-0-rc-2_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-12-0-rc-2_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-12-0-rc-2_shellbar_search_button_border_radius: 50%;--_ui5-v2-12-0-rc-2_shellbar_search_button_size: 1.75rem;--_ui5-v2-12-0-rc-2_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-12-0-rc-2_shellbar_search_field_border: none;--_ui5-v2-12-0-rc-2_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-12-0-rc-2_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-12-0-rc-2_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-12-0-rc-2_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-12-0-rc-2_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-12-0-rc-2_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-12-0-rc-2_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-12-0-rc-2_shellbar_input_border_radius: 1.125rem;--_ui5-v2-12-0-rc-2_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-12-0-rc-2_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-12-0-rc-2_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_style: solid;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-12-0-rc-2_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-12-0-rc-2_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-12-0-rc-2_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-12-0-rc-2_side_navigation_hover_border_style_color: none;--_ui5-v2-12-0-rc-2_side_navigation_hover_border_width: 0;--_ui5-v2-12-0-rc-2_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-12-0-rc-2_side_navigation_item_border_style_color: none;--_ui5-v2-12-0-rc-2_side_navigation_item_border_width: 0;--_ui5-v2-12-0-rc-2_side_navigation_item_height: 2.75rem;--_ui5-v2-12-0-rc-2_side_navigation_item_expand_arrow_padding: .6875rem;--_ui5-v2-12-0-rc-2_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-12-0-rc-2_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-12-0-rc-2_side_navigation_group_expanded_border_width: 0;--_ui5-v2-12-0-rc-2_side_navigation_item_font_family: "72override", var(--sapFontFamily);--_ui5-v2-12-0-rc-2_side_navigation_parent_item_font_family: "72override", var(--sapFontSemiboldDuplexFamily);--_ui5-v2-12-0-rc-2_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-12-0-rc-2_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-12-0-rc-2_side_navigation_width: 16rem;--_ui5-v2-12-0-rc-2_side_navigation_collapsed_width: 4rem;--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_margin);--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-12-0-rc-2_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-12-0-rc-2_side_navigation_border_right: 0;--_ui5-v2-12-0-rc-2_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-12-0-rc-2_side_navigation_triangle_display: none;--_ui5-v2-12-0-rc-2_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-12-0-rc-2_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-12-0-rc-2_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-12-0-rc-2_side_navigation_group_border_style_color: none;--_ui5-v2-12-0-rc-2_side_navigation_item_border_radius: .375rem;--_ui5-v2-12-0-rc-2_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-12-0-rc-2_side_navigation_item_padding_start_in_popup: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_item_padding_start_in_overflow_popup: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-12-0-rc-2_side_navigation_item_padding_left: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-12-0-rc-2_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-12-0-rc-2_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-12-0-rc-2_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-12-0-rc-2_side_navigation_collapsed_selected_item_background_hover: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-12-0-rc-2_side_navigation_selected_border_style_color: none;--_ui5-v2-12-0-rc-2_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-12-0-rc-2_side_navigation_selected_border_style_color);--_ui5-v2-12-0-rc-2_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-12-0-rc-2_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-12-0-rc-2_side_navigation_group_padding: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-12-0-rc-2_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-12-0-rc-2_side_navigation_popup_padding: .5rem;--_ui5-v2-12-0-rc-2_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-12-0-rc-2_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-12-0-rc-2_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-12-0-rc-2_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-12-0-rc-2_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-12-0-rc-2_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-12-0-rc-2_side_navigation_item_collapsed_padding: 3rem;--ui5-v2-12-0-rc-2_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-12-0-rc-2_upload_collection_thumbnail_size: 3rem;--ui5-v2-12-0-rc-2_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-12-0-rc-2_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-12-0-rc-2_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-12-0-rc-2_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-12-0-rc-2_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-12-0-rc-2_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-12-0-rc-2_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-12-0-rc-2_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-12-0-rc-2_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-12-0-rc-2_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-12-0-rc-2_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-12-0-rc-2_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-12-0-rc-2_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-12-0-rc-2_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-12-0-rc-2_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-12-0-rc-2_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_wiz_tab_focus_border_radius: 8px;--_ui5-v2-12-0-rc-2_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-12-0-rc-2_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-12-0-rc-2_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-12-0-rc-2_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-12-0-rc-2_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-12-0-rc-2_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-12-0-rc-2_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-12-0-rc-2_dynamic_page_footer_spacer: 4rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-12-0-rc-2_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-12-0-rc-2_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-12-0-rc-2_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-12-0-rc-2_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-12-0-rc-2_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-12-0-rc-2_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-12-0-rc-2_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-12-0-rc-2_search_icon_border_radius: 1.125rem;--_ui5-v2-12-0-rc-2_search_input_border_radius: 1.125rem;--_ui5-v2-12-0-rc-2-search-border: none;--_ui5-v2-12-0-rc-2-search-icon-border: none;--_ui5-v2-12-0-rc-2-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-12-0-rc-2_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-12-0-rc-2-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-12-0-rc-2-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-12-0-rc-2-search-elements-hover-background: none;--_ui5-v2-12-0-rc-2-search-elements-active-background: none;--_ui5-v2-12-0-rc-2_search_input_scope_margin: 0 .125rem 0 .5rem;--_ui5-v2-12-0-rc-2-search-elements-background: inherit;--_ui5-v2-12-0-rc-2_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-12-0-rc-2_search_input_outline: none;--_ui5-v2-12-0-rc-2_search_filter_button_border_radius: 1.125rem;--_ui5-v2-12-0-rc-2_seach_filter_button_border_hover: 1px solid var(--sapButton_Hover_BorderColor);--_ui5-v2-12-0-rc-2_search_filter_button_border: none;--_ui5-v2-12-0-rc-2-search-filter_button_background_color: inherit;--ui5-v2-12-0-rc-2_search_filter_button_background_active: inherit;--_ui5-v2-12-0-rc-2_search_icon_size: 1.75rem;--_ui5-v2-12-0-rc-2_search_icon_padding: .375rem;--_ui5-v2-12-0-rc-2_search_icon_hover_padding: .3125rem;--_ui5-v2-12-0-rc-2_search_input_start_margin: 0;--_ui5-v2-12-0-rc-2_search_input_end_padding: 0;--_ui5-v2-12-0-rc-2-search-input-start-padding: .5rem;--_ui5-v2-12-0-rc-2-search-select-height: 1.625rem;--_ui5-v2-12-0-rc-2-search-loading-overlay-background: var(--sapBackgroundColor);--_ui5-v2-12-0-rc-2-search-loading-overlay-transparency: .72;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_top: .5rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_min_height: 4rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-12-0-rc-2_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-12-0-rc-2_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-12-0-rc-2_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-12-0-rc-2_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-12-0-rc-2_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-12-0-rc-2_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-background);--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-12-0-rc-2_dynamic_page_header-actions-color);--_ui5-v2-12-0-rc-2_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-12-0-rc-2_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-12-0-rc-2-notification_item-description-margin-top: .5rem;--_ui5-v2-12-0-rc-2-notification_item-footer-margin-top: .5rem;--_ui5-v2-12-0-rc-2-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-12-0-rc-2-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_margin: var(--_ui5-v2-12-0-rc-2_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-12-0-rc-2_side_navigation_item_expand_arrow_padding: .3125rem;--_ui5-v2-12-0-rc-2_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-12-0-rc-2_side_navigation_item_expand_icon_hover_right: auto}
|
|
4
4
|
`;
|
|
5
5
|
|
|
6
6
|
exports.defaultTheme = defaultTheme;
|
|
@@ -2,6 +2,8 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
|
2
2
|
|
|
3
3
|
const b=new WeakMap,o=new WeakMap,v={attributes:true,childList:true,characterData:true,subtree:true},A=e=>{const t=e;return t.accessibleNameRef?E(e):t.accessibleName?t.accessibleName:void 0},E=e=>{const t=e.accessibleNameRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s},f=e=>{const t=new Set;u(e).forEach(r=>{t.add(r);});const n=e.accessibleNameRef,c=e.accessibleDescriptionRef,l=[n,c].filter(Boolean).join(" ");return (l?l.split(" "):[]).forEach(r=>{const i=m(e,r);i&&t.add(i);}),Array.from(t)},u=e=>{const t=e.getRootNode().querySelectorAll(`[for="${e.id}"]`);return Array.from(t)},m=(e,t)=>e.getRootNode().querySelector(`[id='${t}']`)||document.getElementById(t),k=e=>s=>{const n=s&&s.type==="property"&&s.name==="accessibleNameRef",c=s&&s.type==="property"&&s.name==="accessibleDescriptionRef";if(!n&&!c)return;const l=o.get(e);if(!l)return;const a=l.observedElements,r=f(e);a.forEach(i=>{r.includes(i)||d(l,i);}),r.forEach(i=>{a.includes(i)||(g(l,i),l.observedElements.push(i));}),l?.callback();},y=(e,t)=>{if(o.has(e))return;const s=f(e),n=k(e),c={host:e,observedElements:s,callback:t,invalidationCallback:n};o.set(e,c),e.attachInvalidate(n),s.forEach(l=>{g(c,l);}),t();},g=(e,t)=>{let s=b.get(t);if(!s){s={observer:null,callbacks:[]};const n=new MutationObserver(()=>{s.callbacks.forEach(a=>{a();});const l=document.getElementById(t.id);e.host.id===t.getAttribute("for")||l||d(e,t);});s.observer=n,n.observe(t,v),b.set(t,s);}s.callbacks.includes(e.callback)||s.callbacks.push(e.callback);},d=(e,t)=>{const s=b.get(t);s&&(s.callbacks=s.callbacks.filter(n=>n!==e.callback),s.callbacks.length||(s.observer?.disconnect(),b.delete(t))),e.observedElements=e.observedElements.filter(n=>n!==t);},T=e=>{const t=o.get(e);if(!t)return;[...t.observedElements].forEach(n=>{d(t,n);}),e.detachInvalidate(t.invalidationCallback),o.delete(e);},L=e=>{const t=e;return t.accessibleDescriptionRef?p(e):t.accessibleDescription?t.accessibleDescription:void 0},p=e=>{const t=e.accessibleDescriptionRef?.split(" ")??[];let s="";return t.forEach((n,c)=>{const l=m(e,n),a=`${l&&l.textContent?l.textContent:""}`;a&&(s+=a,c<t.length-1&&(s+=" "));}),s};
|
|
4
4
|
|
|
5
|
+
const t=r=>Array.from(r).filter(e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||(e.nodeValue||"").trim().length!==0)).length>0;
|
|
6
|
+
|
|
5
7
|
function n(e){return e.toLowerCase()}
|
|
6
8
|
|
|
7
9
|
exports.A = A;
|
|
@@ -10,6 +12,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
|
|
|
10
12
|
exports.T = T;
|
|
11
13
|
exports.n = n;
|
|
12
14
|
exports.p = p;
|
|
15
|
+
exports.t = t;
|
|
13
16
|
exports.y = y;
|
|
14
17
|
|
|
15
18
|
}));
|
|
@@ -91,7 +91,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
91
91
|
|
|
92
92
|
const f$2=new Map,s=new Map,i$2=new Map,D=new Set;let d=false;const O$1={iw:"he",ji:"yi",in:"id"},l$2=t=>{d||(console.warn(`[LocaleData] Supported locale "${t}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),d=true);},R$1=(t,e,n)=>{t=t&&O$1[t]||t,t==="no"&&(t="nb"),t==="zh"&&!e&&(n==="Hans"?e="CN":n==="Hant"&&(e="TW")),(t==="sh"||t==="sr"&&n==="Latn")&&(t="sr",e="Latn");let r=`${t}_${e}`;return Icons.l.includes(r)?s.has(r)?r:(l$2(r),Icons.r):(r=t,Icons.l.includes(r)?s.has(r)?r:(l$2(r),Icons.r):Icons.r)},m=(t,e)=>{f$2.set(t,e);},_=t=>{if(!i$2.get(t)){const e=s.get(t);if(!e)throw new Error(`CLDR data for locale ${t} is not loaded!`);i$2.set(t,e(t));}return i$2.get(t)},u=async(t,e,n)=>{const r=R$1(t,e,n),p=Icons.n$1("OpenUI5Support");if(p){const o=p.getLocaleDataObject();if(o){m(r,o);return}}try{const o=await _(r);m(r,o);}catch(o){const c=o;D.has(c.message)||(D.add(c.message),console.error(c.message));}},C=(t,e)=>{s.set(t,e);};C("en",async()=>(await fetch("https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json")).json()),Icons.t(()=>{const t=Icons.s$1();return u(t.getLanguage(),t.getRegion(),t.getScript())});
|
|
93
93
|
|
|
94
|
-
let ot=0;const R=new Map,I=new Map,O={fromAttribute(c,f){return f===Boolean?c!==null:f===Number?c===null?void 0:parseFloat(c):c},toAttribute(c,f){return f===Boolean?c?"":null:f===Object||f===Array||c==null?null:String(c)}};function y(c){this._suppressInvalidation||(this.onInvalidation(c),this._changedState.push(c),Icons.l$2(this),this._invalidationEventProvider.fireEvent("invalidate",{...c,target:this}));}function it(c,f){do{const t=Object.getOwnPropertyDescriptor(c,f);if(t)return t;c=Object.getPrototypeOf(c);}while(c&&c!==HTMLElement.prototype)}let b$1 = class b extends HTMLElement{constructor(){super();this.__shouldHydrate=false;this._rendered=false;const t=this.constructor;this._changedState=[],this._suppressInvalidation=true,this._inDOM=false,this._fullyConnected=false,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new Icons.i$2,this._componentStateFinalizedEventProvider=new Icons.i$2;let e;this._domRefReadyPromise=new Promise(n=>{e=n;}),this._domRefReadyPromise._deferredResolve=e,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...t.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(n=>{if(this.hasOwnProperty(n)){const o=this[n];this.initializedProperties.set(n,o);}}),this._internals=this.attachInternals(),this._initShadowRoot();}_initShadowRoot(){const t=this.constructor;if(t._needsShadowDOM()){const e={mode:"open"};this.shadowRoot?this.__shouldHydrate=true:this.attachShadow({...e,...t.getMetadata().getShadowRootOptions()}),t.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this));}}_onShadowRootSlotChange(t){t.target?.getRootNode()===this.shadowRoot&&this._processChildren();}get _id(){return this.__id||(this.__id=`ui5wc_${++ot}`),this.__id}render(){const t=this.constructor.template;return n$3(t,this)}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=t.getMetadata().slotsAreManaged();this._inDOM=true,e&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(t.asyncFinished||await t.definePromise,Icons.c$1(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=true,this.onEnterDOM());}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=false,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=false),this._domRefReadyPromise._deferredResolve(),Icons.h$1(this);}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const n=e.canSlotText(),o={childList:true,subtree:n,characterData:n};n$5(this,this._processChildren.bind(this),o);}_stopObservingDOMChildren(){b$2(this);}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots();}async _updateSlots(){const t=this.constructor,e$1=t.getMetadata().getSlots(),s=t.getMetadata().canSlotText(),n=Array.from(s?this.childNodes:this.children),o=new Map,a=new Map;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;a.set(d,l),o.set(d,[...this._state[d]]),this._clearSlot(l,u);}const r=new Map,i=new Map,h=n.map(async(l,u)=>{const d=o$4(l),m=e$1[d];if(m===void 0){if(d!=="default"){const p=Object.keys(e$1).join(", ");console.warn(`Unknown slotName: ${d}, ignoring`,l,`Valid values are: ${p}`);}return}if(m.individualSlots){const p=(r.get(d)||0)+1;r.set(d,p),l._individualSlot=`${d}-${p}`;}if(l instanceof HTMLElement){const p=l.localName;if(p.includes("-")&&!o$3(p)){if(!customElements.get(p)){const L=customElements.whenDefined(p);let E=R.get(p);E||(E=new Promise(U=>setTimeout(U,1e3)),R.set(p,E)),await Promise.race([L,E]);}customElements.upgrade(l);}}if(l=t.getMetadata().constructor.validateSlotValue(l,m),v$1(l)&&m.invalidateOnChildChange){const p=this._getChildChangeListener(d);l.attachInvalidate.call(l,p);}l instanceof HTMLSlotElement&&this._attachSlotChange(l,d,!!m.invalidateOnChildChange);const C=m.propertyName||d;i.has(C)?i.get(C).push({child:l,idx:u}):i.set(C,[{child:l,idx:u}]);});await Promise.all(h),i.forEach((l,u)=>{this._state[u]=l.sort((d,m)=>d.idx-m.idx).map(d=>d.child),this._state[c$4(u)]=this._state[u];});let _=false;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;n$4(o.get(d),this._state[d])||(y.call(this,{type:"slot",name:a.get(d),reason:"children"}),_=true,t.getMetadata().isFormAssociated()&&e(this));}_||y.call(this,{type:"slot",name:"default",reason:"textcontent"});}_clearSlot(t,e){const s=e.propertyName||t;this._state[s].forEach(o=>{if(v$1(o)){const a=this._getChildChangeListener(t);o.detachInvalidate.call(o,a);}o instanceof HTMLSlotElement&&this._detachSlotChange(o,t);}),this._state[s]=[],this._state[c$4(s)]=this._state[s];}attachInvalidate(t){this._invalidationEventProvider.attachEvent("invalidate",t);}detachInvalidate(t){this._invalidationEventProvider.detachEvent("invalidate",t);}_onChildChange(t,e){this.constructor.getMetadata().shouldInvalidateOnChildChange(t,e.type,e.name)&&y.call(this,{type:"slot",name:t,reason:"childchange",child:e.target});}attributeChangedCallback(t,e,s){let n;if(this._doNotSyncAttributes.has(t))return;const o=this.constructor.getMetadata().getProperties(),a=t.replace(/^ui5-/,""),r=c$4(a);if(o.hasOwnProperty(r)){const i=o[r];n=(i.converter??O).fromAttribute(s,i.type),this[r]=n;}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$2(this);}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(t,e){const s=this.constructor;if(!s.getMetadata().hasAttribute(t))return;const o=s.getMetadata().getProperties()[t],a=l$4(t),i=(o.converter||O).toAttribute(e,o.type);this._doNotSyncAttributes.add(a),i==null?this.removeAttribute(a):this.setAttribute(a,i),this._doNotSyncAttributes.delete(a);}_getChildChangeListener(t){return this._childChangeListeners.has(t)||this._childChangeListeners.set(t,this._onChildChange.bind(this,t)),this._childChangeListeners.get(t)}_getSlotChangeListener(t){return this._slotChangeListeners.has(t)||this._slotChangeListeners.set(t,this._onSlotChange.bind(this,t)),this._slotChangeListeners.get(t)}_attachSlotChange(t,e,s){const n=this._getSlotChangeListener(e);t.addEventListener("slotchange",o=>{if(n.call(t,o),s){const a=this._slotsAssignedNodes.get(t);a&&a.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.detachInvalidate.call(i,h);}});const r=s$6([t]);this._slotsAssignedNodes.set(t,r),r.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.attachInvalidate.call(i,h);}});}});}_detachSlotChange(t,e){t.removeEventListener("slotchange",this._getSlotChangeListener(e));}_onSlotChange(t){y.call(this,{type:"slot",name:t,reason:"slotchange"});}onInvalidation(t){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[s,n]of Object.entries(e))this._updateAttribute(s,this[s]);}_render(){const t=this.constructor,e=t.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([s,n])=>{delete this[s],this[s]=n;}),this.initializedProperties.clear()),this._suppressInvalidation=true;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized");}finally{this._suppressInvalidation=false;}this._changedState=[],t._needsShadowDOM()&&s$3(this),this._rendered=true,e&&this._assignIndividualSlotsToChildren(),this.onAfterRendering();}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot);});}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!(!this.shadowRoot||this.shadowRoot.children.length===0))return this.shadowRoot.children[0]}getFocusDomRef(){const t=this.getDomRef();if(t)return t.querySelector("[data-sap-focus-ref]")||t}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(t){await this._waitForDomRef();const e=this.getFocusDomRef();e===this?HTMLElement.prototype.focus.call(this,t):e&&typeof e.focus=="function"&&e.focus(t);}fireEvent(t,e,s=false,n=true){const o=this._fireEvent(t,e,s,n),a=C$1(t);return a!==t?o&&this._fireEvent(a,e,s,n):o}fireDecoratorEvent(t,e){const s=this.getEventData(t),n=s?s.cancelable:false,o=s?s.bubbles:false,a=this._fireEvent(t,e,n,o),r=C$1(t);return r!==t?a&&this._fireEvent(r,e,n,o):a}_fireEvent(t,e,s=false,n=true){const o=new CustomEvent(`ui5-${t}`,{detail:e,composed:false,bubbles:n,cancelable:s}),a=this.dispatchEvent(o);if(a$4(t))return a;const r=new CustomEvent(t,{detail:e,composed:false,bubbles:n,cancelable:s});return this.dispatchEvent(r)&&a}getEventData(t){return this.constructor.getMetadata().getEvents()[t]}getSlottedNodes(t){return s$6(this[t])}attachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",t);}detachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",t);}get effectiveDir(){return Icons.n$2(this.constructor),r$1(this)}get isUI5Element(){return true}get isUI5AbstractElement(){return !this.constructor._needsShadowDOM()}get classes(){return {}}get accessibilityInfo(){return {}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const t=this.getMetadata().getPureTag(),e=this.getUniqueDependencies().map(s=>s.getMetadata().getPureTag()).filter(Icons.i$3);return Icons.i$3(t)&&e.push(t),e}static _needsShadowDOM(){return !!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const t=this.prototype,e$1=this.getMetadata().slotsAreManaged(),s=this.getMetadata().getProperties();for(const[n,o]of Object.entries(s)){r(n)||console.warn(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);const a=it(t,n);let r$1;a?.set&&(r$1=a.set);let i;a?.get&&(i=a.get),Object.defineProperty(t,n,{get(){return i?i.call(this):this._state[n]},set(h){const _=this.constructor,l=i?i.call(this):this._state[n];if(l!==h){if(r$1?r$1.call(this,h):this._state[n]=h,y.call(this,{type:"property",name:n,newValue:h,oldValue:l}),this._rendered){const d=i?i.call(this):this._state[n];this._updateAttribute(n,d);}_.getMetadata().isFormAssociated()&&e(this);}}});}if(e$1){const n=this.getMetadata().getSlots();for(const[o,a]of Object.entries(n)){r(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const r$1=a.propertyName||o,i={get(){return this._state[r$1]!==void 0?this._state[r$1]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(t,r$1,i),r$1!==c$4(r$1)&&Object.defineProperty(t,c$4(r$1),i);}}}static{this.metadata={};}static{this.styles="";}static get dependencies(){return []}static cacheUniqueDependencies(){const t=this.dependencies.filter((e,s,n)=>n.indexOf(e)===s);I.set(this,t);}static getUniqueDependencies(){return I.has(this)||this.cacheUniqueDependencies(),I.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(t=>{const{bundleName:e}=t[1];return Icons.f$2(e)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u(Icons.s$1().getLanguage(),Icons.s$1().getRegion(),Icons.s$1().getScript()):Promise.resolve()}static{this.i18nBundleStorage={};}static get i18nBundles(){return this.i18nBundleStorage}static define(){const t=async()=>{await Icons.l$1();const o=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[a]=o;Object.entries(this.getMetadata().getI18n()).forEach((r,i)=>{const h=r[1].bundleName;this.i18nBundleStorage[h]=a[i];}),this.asyncFinished=true;};this.definePromise=t();const e=this.getMetadata().getTag(),s=Icons.w(e),n=customElements.get(e);return n&&!s?Icons.$(e):n||(this._generateAccessors(),Icons.h$2(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==b;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const s=Icons.e({},...t);return this._metadata=new p$1(s),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}};const v$1=c=>"isUI5Element"in c;
|
|
94
|
+
let it=0;const R=new Map,I=new Map,O={fromAttribute(c,f){return f===Boolean?c!==null:f===Number?c===null?void 0:parseFloat(c):c},toAttribute(c,f){return f===Boolean?c?"":null:f===Object||f===Array||c==null?null:String(c)}};function y(c){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&Icons.s$2()||(this.onInvalidation(c),this._changedState.push(c),Icons.l$2(this),this._invalidationEventProvider.fireEvent("invalidate",{...c,target:this}));}function at(c,f){do{const t=Object.getOwnPropertyDescriptor(c,f);if(t)return t;c=Object.getPrototypeOf(c);}while(c&&c!==HTMLElement.prototype)}let b$1 = class b extends HTMLElement{constructor(){super();this.__shouldHydrate=false;this._rendered=false;const t=this.constructor;this._changedState=[],this._suppressInvalidation=true,this._inDOM=false,this._fullyConnected=false,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new Icons.i$2,this._componentStateFinalizedEventProvider=new Icons.i$2;let e;this._domRefReadyPromise=new Promise(n=>{e=n;}),this._domRefReadyPromise._deferredResolve=e,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...t.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(n=>{if(this.hasOwnProperty(n)){const o=this[n];this.initializedProperties.set(n,o);}}),this._internals=this.attachInternals(),this._initShadowRoot();}_initShadowRoot(){const t=this.constructor;if(t._needsShadowDOM()){const e={mode:"open"};this.shadowRoot?this.__shouldHydrate=true:this.attachShadow({...e,...t.getMetadata().getShadowRootOptions()}),t.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this));}}_onShadowRootSlotChange(t){t.target?.getRootNode()===this.shadowRoot&&this._processChildren();}get _id(){return this.__id||(this.__id=`ui5wc_${++it}`),this.__id}render(){const t=this.constructor.template;return n$3(t,this)}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=t.getMetadata().slotsAreManaged();this._inDOM=true,e&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(t.asyncFinished||await t.definePromise,Icons.c$1(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=true,this.onEnterDOM());}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=false,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=false),this._domRefReadyPromise._deferredResolve(),Icons.h$1(this);}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const n=e.canSlotText(),o={childList:true,subtree:n,characterData:n};n$5(this,this._processChildren.bind(this),o);}_stopObservingDOMChildren(){b$2(this);}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots();}async _updateSlots(){const t=this.constructor,e$1=t.getMetadata().getSlots(),s=t.getMetadata().canSlotText(),n=Array.from(s?this.childNodes:this.children),o=new Map,a=new Map;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;a.set(d,l),o.set(d,[...this._state[d]]),this._clearSlot(l,u);}const r=new Map,i=new Map,h=n.map(async(l,u)=>{const d=o$4(l),g=e$1[d];if(g===void 0){if(d!=="default"){const p=Object.keys(e$1).join(", ");console.warn(`Unknown slotName: ${d}, ignoring`,l,`Valid values are: ${p}`);}return}if(g.individualSlots){const p=(r.get(d)||0)+1;r.set(d,p),l._individualSlot=`${d}-${p}`;}if(l instanceof HTMLElement){const p=l.localName;if(p.includes("-")&&!o$3(p)){if(!customElements.get(p)){const L=customElements.whenDefined(p);let E=R.get(p);E||(E=new Promise(U=>setTimeout(U,1e3)),R.set(p,E)),await Promise.race([L,E]);}customElements.upgrade(l);}}if(l=t.getMetadata().constructor.validateSlotValue(l,g),v$1(l)&&g.invalidateOnChildChange){const p=this._getChildChangeListener(d);l.attachInvalidate.call(l,p);}l instanceof HTMLSlotElement&&this._attachSlotChange(l,d,!!g.invalidateOnChildChange);const C=g.propertyName||d;i.has(C)?i.get(C).push({child:l,idx:u}):i.set(C,[{child:l,idx:u}]);});await Promise.all(h),i.forEach((l,u)=>{this._state[u]=l.sort((d,g)=>d.idx-g.idx).map(d=>d.child),this._state[c$4(u)]=this._state[u];});let _=false;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;n$4(o.get(d),this._state[d])||(y.call(this,{type:"slot",name:a.get(d),reason:"children"}),_=true,t.getMetadata().isFormAssociated()&&e(this));}_||y.call(this,{type:"slot",name:"default",reason:"textcontent"});}_clearSlot(t,e){const s=e.propertyName||t;this._state[s].forEach(o=>{if(v$1(o)){const a=this._getChildChangeListener(t);o.detachInvalidate.call(o,a);}o instanceof HTMLSlotElement&&this._detachSlotChange(o,t);}),this._state[s]=[],this._state[c$4(s)]=this._state[s];}attachInvalidate(t){this._invalidationEventProvider.attachEvent("invalidate",t);}detachInvalidate(t){this._invalidationEventProvider.detachEvent("invalidate",t);}_onChildChange(t,e){this.constructor.getMetadata().shouldInvalidateOnChildChange(t,e.type,e.name)&&y.call(this,{type:"slot",name:t,reason:"childchange",child:e.target});}attributeChangedCallback(t,e,s){let n;if(this._doNotSyncAttributes.has(t))return;const o=this.constructor.getMetadata().getProperties(),a=t.replace(/^ui5-/,""),r=c$4(a);if(o.hasOwnProperty(r)){const i=o[r];n=(i.converter??O).fromAttribute(s,i.type),this[r]=n;}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$2(this);}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(t,e){const s=this.constructor;if(!s.getMetadata().hasAttribute(t))return;const o=s.getMetadata().getProperties()[t],a=l$4(t),i=(o.converter||O).toAttribute(e,o.type);this._doNotSyncAttributes.add(a),i==null?this.removeAttribute(a):this.setAttribute(a,i),this._doNotSyncAttributes.delete(a);}_getChildChangeListener(t){return this._childChangeListeners.has(t)||this._childChangeListeners.set(t,this._onChildChange.bind(this,t)),this._childChangeListeners.get(t)}_getSlotChangeListener(t){return this._slotChangeListeners.has(t)||this._slotChangeListeners.set(t,this._onSlotChange.bind(this,t)),this._slotChangeListeners.get(t)}_attachSlotChange(t,e,s){const n=this._getSlotChangeListener(e);t.addEventListener("slotchange",o=>{if(n.call(t,o),s){const a=this._slotsAssignedNodes.get(t);a&&a.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.detachInvalidate.call(i,h);}});const r=s$6([t]);this._slotsAssignedNodes.set(t,r),r.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.attachInvalidate.call(i,h);}});}});}_detachSlotChange(t,e){t.removeEventListener("slotchange",this._getSlotChangeListener(e));}_onSlotChange(t){y.call(this,{type:"slot",name:t,reason:"slotchange"});}onInvalidation(t){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[s,n]of Object.entries(e))this._updateAttribute(s,this[s]);}_render(){const t=this.constructor,e=t.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([s,n])=>{delete this[s],this[s]=n;}),this.initializedProperties.clear()),this._suppressInvalidation=true;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized");}finally{this._suppressInvalidation=false;}this._changedState=[],t._needsShadowDOM()&&s$3(this),this._rendered=true,e&&this._assignIndividualSlotsToChildren(),this.onAfterRendering();}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot);});}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!(!this.shadowRoot||this.shadowRoot.children.length===0))return this.shadowRoot.children[0]}getFocusDomRef(){const t=this.getDomRef();if(t)return t.querySelector("[data-sap-focus-ref]")||t}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(t){await this._waitForDomRef();const e=this.getFocusDomRef();e===this?HTMLElement.prototype.focus.call(this,t):e&&typeof e.focus=="function"&&e.focus(t);}fireEvent(t,e,s=false,n=true){const o=this._fireEvent(t,e,s,n),a=C$1(t);return a!==t?o&&this._fireEvent(a,e,s,n):o}fireDecoratorEvent(t,e){const s=this.getEventData(t),n=s?s.cancelable:false,o=s?s.bubbles:false,a=this._fireEvent(t,e,n,o),r=C$1(t);return r!==t?a&&this._fireEvent(r,e,n,o):a}_fireEvent(t,e,s=false,n=true){const o=new CustomEvent(`ui5-${t}`,{detail:e,composed:false,bubbles:n,cancelable:s}),a=this.dispatchEvent(o);if(a$4(t))return a;const r=new CustomEvent(t,{detail:e,composed:false,bubbles:n,cancelable:s});return this.dispatchEvent(r)&&a}getEventData(t){return this.constructor.getMetadata().getEvents()[t]}getSlottedNodes(t){return s$6(this[t])}attachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",t);}detachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",t);}get effectiveDir(){return Icons.n$2(this.constructor),r$1(this)}get isUI5Element(){return true}get isUI5AbstractElement(){return !this.constructor._needsShadowDOM()}get classes(){return {}}get accessibilityInfo(){return {}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const t=this.getMetadata().getPureTag(),e=this.getUniqueDependencies().map(s=>s.getMetadata().getPureTag()).filter(Icons.i$3);return Icons.i$3(t)&&e.push(t),e}static _needsShadowDOM(){return !!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const t=this.prototype,e$1=this.getMetadata().slotsAreManaged(),s=this.getMetadata().getProperties();for(const[n,o]of Object.entries(s)){r(n)||console.warn(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);const a=at(t,n);let r$1;a?.set&&(r$1=a.set);let i;a?.get&&(i=a.get),Object.defineProperty(t,n,{get(){return i?i.call(this):this._state[n]},set(h){const _=this.constructor,l=i?i.call(this):this._state[n];if(l!==h){if(r$1?r$1.call(this,h):this._state[n]=h,y.call(this,{type:"property",name:n,newValue:h,oldValue:l}),this._rendered){const d=i?i.call(this):this._state[n];this._updateAttribute(n,d);}_.getMetadata().isFormAssociated()&&e(this);}}});}if(e$1){const n=this.getMetadata().getSlots();for(const[o,a]of Object.entries(n)){r(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const r$1=a.propertyName||o,i={get(){return this._state[r$1]!==void 0?this._state[r$1]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(t,r$1,i),r$1!==c$4(r$1)&&Object.defineProperty(t,c$4(r$1),i);}}}static{this.metadata={};}static{this.styles="";}static get dependencies(){return []}static cacheUniqueDependencies(){const t=this.dependencies.filter((e,s,n)=>n.indexOf(e)===s);I.set(this,t);}static getUniqueDependencies(){return I.has(this)||this.cacheUniqueDependencies(),I.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(t=>{const{bundleName:e}=t[1];return Icons.f$3(e)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u(Icons.s$1().getLanguage(),Icons.s$1().getRegion(),Icons.s$1().getScript()):Promise.resolve()}static{this.i18nBundleStorage={};}static get i18nBundles(){return this.i18nBundleStorage}static define(){const t=async()=>{await Icons.l$1();const o=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[a]=o;Object.entries(this.getMetadata().getI18n()).forEach((r,i)=>{const h=r[1].bundleName;this.i18nBundleStorage[h]=a[i];}),this.asyncFinished=true;};this.definePromise=t();const e=this.getMetadata().getTag(),s=Icons.w(e),n=customElements.get(e);return n&&!s?Icons.$(e):n||(this._generateAccessors(),Icons.h$2(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==b;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const s=Icons.e({},...t);return this._metadata=new p$1(s),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}};const v$1=c=>"isUI5Element"in c;
|
|
95
95
|
|
|
96
96
|
let f$1 = class f{constructor(e,t){if(!e.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=e,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),typeof t.getItemsCallback!="function")throw new Error("getItemsCallback is required");this._getItems=t.getItemsCallback,this._currentIndex=t.currentIndex||0,this._rowSize=t.rowSize||1,this._behavior=t.behavior||l$5.Static,this._navigationMode=t.navigationMode||r$4.Auto,this._affectedPropertiesNames=t.affectedPropertiesNames||[],this._skipItemsSize=t.skipItemsSize||null;}setCurrentItem(e){const t=this._getItems().indexOf(e);if(t===-1){console.warn("The provided item is not managed by ItemNavigation",e);return}this._currentIndex=t,this._applyTabIndex();}setRowSize(e){this._rowSize=e;}_init(){this._getItems().forEach((e,t)=>{e.forcedTabIndex=t===this._currentIndex?"0":"-1";});}_onkeydown(e){if(!this._canNavigate())return;const t=this._navigationMode===r$4.Horizontal||this._navigationMode===r$4.Auto,i=this._navigationMode===r$4.Vertical||this._navigationMode===r$4.Auto,s=this.rootWebComponent.effectiveDir==="rtl";if(s&&K(e)&&t)this._handleRight();else if(s&&c$5(e)&&t)this._handleLeft();else if(K(e)&&t)this._handleLeft();else if(c$5(e)&&t)this._handleRight();else if(D$1(e)&&i)this._handleUp();else if(P(e)&&i)this._handleDown();else if(F(e))this._handleHome();else if(W(e))this._handleEnd();else if(Y(e))this._handlePageUp();else if(Z(e))this._handlePageDown();else return;e.preventDefault(),this._applyTabIndex(),this._focusCurrentItem();}_handleUp(){const e=this._getItems().length;if(this._currentIndex-this._rowSize>=0){this._currentIndex-=this._rowSize;return}if(this._behavior===l$5.Cyclic){const t=this._currentIndex%this._rowSize,i=t===0?this._rowSize-1:t-1,s=Math.ceil(e/this._rowSize);let o=i+(s-1)*this._rowSize;o>e-1&&(o-=this._rowSize),this._currentIndex=o;}else this._currentIndex=0;}_handleDown(){const e=this._getItems().length;if(this._currentIndex+this._rowSize<e){this._currentIndex+=this._rowSize;return}if(this._behavior===l$5.Cyclic){const i=(this._currentIndex%this._rowSize+1)%this._rowSize;this._currentIndex=i;}else this._currentIndex=e-1;}_handleLeft(){const e=this._getItems().length;if(this._currentIndex>0){this._currentIndex-=1;return}this._behavior===l$5.Cyclic&&(this._currentIndex=e-1);}_handleRight(){const e=this._getItems().length;if(this._currentIndex<e-1){this._currentIndex+=1;return}this._behavior===l$5.Cyclic&&(this._currentIndex=0);}_handleHome(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%e;}_handleEnd(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=e-1-this._currentIndex%e;}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat();}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat();}_handlePageUpFlat(){if(this._skipItemsSize===null){this._currentIndex-=this._currentIndex;return}this._currentIndex+1>this._skipItemsSize?this._currentIndex-=this._skipItemsSize:this._currentIndex-=this._currentIndex;}_handlePageDownFlat(){if(this._skipItemsSize===null){this._currentIndex=this._getItems().length-1;return}this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1;}_applyTabIndex(){const e=this._getItems();for(let t=0;t<e.length;t++)e[t].forcedTabIndex=t===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(t=>{const i=this.rootWebComponent[t];this.rootWebComponent[t]=Array.isArray(i)?[...i]:{...i};});}_focusCurrentItem(){const e=this._getCurrentItem();e&&e.focus();}_canNavigate(){const e=this._getCurrentItem(),t=t$3();return e&&e===t}_getCurrentItem(){const e=this._getItems();if(!e.length)return;for(;this._currentIndex>=e.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const t=e[this._currentIndex];if(!t)return;if(v$1(t))return t.getFocusDomRef();const i=this.rootWebComponent.getDomRef();if(i&&t.id)return i.querySelector(`[id="${t.id}"]`)}};
|
|
97
97
|
|
|
@@ -4188,25 +4188,25 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
4188
4188
|
getCustomElementsScopingRules: Icons.m$1,
|
|
4189
4189
|
getCustomElementsScopingSuffix: Icons.c$2,
|
|
4190
4190
|
getDefaultIconCollection: Icons.c$3,
|
|
4191
|
-
getDefaultLanguage: Icons.
|
|
4191
|
+
getDefaultLanguage: Icons.c$4,
|
|
4192
4192
|
getDefaultTheme: Icons.g$1,
|
|
4193
4193
|
getEffectiveDir: r$1,
|
|
4194
4194
|
getEffectiveIconCollection: Icons.i$4,
|
|
4195
4195
|
getEffectiveScopingSuffixForTag: Icons.g,
|
|
4196
|
-
getFetchDefaultLanguage: Icons.
|
|
4196
|
+
getFetchDefaultLanguage: Icons.h$3,
|
|
4197
4197
|
getFirstDayOfWeek: n$9,
|
|
4198
|
-
getI18nBundle: Icons.f$
|
|
4199
|
-
getLanguage: Icons.
|
|
4198
|
+
getI18nBundle: Icons.f$3,
|
|
4199
|
+
getLanguage: Icons.l$4,
|
|
4200
4200
|
getLegacyDateCalendarCustomizing: m$4,
|
|
4201
4201
|
getNoConflict: o$6,
|
|
4202
4202
|
getTheme: Icons.r$2,
|
|
4203
4203
|
isAndroid: Icons.P$1,
|
|
4204
4204
|
isChrome: Icons.g$2,
|
|
4205
|
-
isCombi: Icons.m$
|
|
4206
|
-
isDesktop: Icons.f
|
|
4205
|
+
isCombi: Icons.m$2,
|
|
4206
|
+
isDesktop: Icons.f,
|
|
4207
4207
|
isFirefox: Icons.b,
|
|
4208
4208
|
isIOS: Icons.w$1,
|
|
4209
|
-
isPhone: Icons.d
|
|
4209
|
+
isPhone: Icons.d,
|
|
4210
4210
|
isSafari: Icons.h,
|
|
4211
4211
|
isTablet: Icons.a$1,
|
|
4212
4212
|
property: s$8,
|
|
@@ -4216,16 +4216,16 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
4216
4216
|
registerLocaleDataLoader: C,
|
|
4217
4217
|
registerThemePropertiesLoader: Icons.p,
|
|
4218
4218
|
renderDeferred: Icons.l$2,
|
|
4219
|
-
renderFinished: Icons.f$
|
|
4219
|
+
renderFinished: Icons.f$1,
|
|
4220
4220
|
renderImmediately: Icons.c$1,
|
|
4221
4221
|
sanitizeHTML: fnSanitizeHTML,
|
|
4222
4222
|
scroll: n$c,
|
|
4223
4223
|
setAnimationMode: m$5,
|
|
4224
4224
|
setCustomElementsScopingRules: Icons.p$1,
|
|
4225
|
-
setCustomElementsScopingSuffix: Icons.l$
|
|
4225
|
+
setCustomElementsScopingSuffix: Icons.l$5,
|
|
4226
4226
|
setDefaultIconCollection: Icons.e$1,
|
|
4227
|
-
setFetchDefaultLanguage: Icons.
|
|
4228
|
-
setLanguage: Icons.
|
|
4227
|
+
setFetchDefaultLanguage: Icons.m$3,
|
|
4228
|
+
setLanguage: Icons.L,
|
|
4229
4229
|
setNoConflict: f$4,
|
|
4230
4230
|
setTheme: Icons.u$2,
|
|
4231
4231
|
slideDown: b$6,
|
|
@@ -4234,7 +4234,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Ic
|
|
|
4234
4234
|
supportsTouch: Icons.l$3
|
|
4235
4235
|
});
|
|
4236
4236
|
|
|
4237
|
-
Icons.l$
|
|
4237
|
+
Icons.l$5("16d3c820");
|
|
4238
4238
|
|
|
4239
4239
|
exports.B = B;
|
|
4240
4240
|
exports.C = C;
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* A control to be placed in the tool area
|
|
19
19
|
* @extends sap.ui.core.Control
|
|
20
20
|
*
|
|
21
|
-
* @version 1.136.
|
|
21
|
+
* @version 1.136.3
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
24
24
|
* @since 1.30.5
|
|
@@ -43,7 +43,7 @@ sap.ui.define([
|
|
|
43
43
|
text: { type: "string", group: "Appearance", defaultValue: null },
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
|
-
* Text
|
|
46
|
+
* Text which will be read by screenreader.
|
|
47
47
|
* @since 1.30
|
|
48
48
|
*/
|
|
49
49
|
ariaLabel: { type: "string", group: "Appearance", defaultValue: null },
|
|
@@ -97,6 +97,9 @@ sap.ui.define([
|
|
|
97
97
|
if (tooltip) {
|
|
98
98
|
rm.attr("title", tooltip);
|
|
99
99
|
}
|
|
100
|
+
|
|
101
|
+
rm.attr("tabindex", 0);
|
|
102
|
+
|
|
100
103
|
rm.openEnd();
|
|
101
104
|
if (oToolAreaItem.getIcon()) {
|
|
102
105
|
oIcon = IconPool.createControlByURI(oToolAreaItem.getIcon());
|
|
@@ -1777,6 +1777,31 @@ sap.ui.define([
|
|
|
1777
1777
|
utils.getDocumentUrl = function () {
|
|
1778
1778
|
return document.URL;
|
|
1779
1779
|
};
|
|
1780
|
+
/**
|
|
1781
|
+
* @param {object} oEvent The event object when adjacentSideContentBeforeMainChanged in the ShellLayout renderer is fired.
|
|
1782
|
+
* Gets the current state of hasAdjacentContentBefore from the event object and calls applySideContent with it.
|
|
1783
|
+
* Must be bound to the respective this reference for the current component.
|
|
1784
|
+
* @private
|
|
1785
|
+
* @since 1.137.0
|
|
1786
|
+
*/
|
|
1787
|
+
utils.handleSideContent = function (oEvent) {
|
|
1788
|
+
const oParameters = oEvent.getParameters();
|
|
1789
|
+
const bHasAdjacentContentBefore = oParameters.hasAdjacentContentBefore;
|
|
1790
|
+
utils.applySideContent.call(this, bHasAdjacentContentBefore);
|
|
1791
|
+
};
|
|
1792
|
+
|
|
1793
|
+
/**
|
|
1794
|
+
* @param {boolean} bHasAdjacentContentBefore Boolean if we have adjacent content e.g SideNavigation in Docked mode.
|
|
1795
|
+
* Applies a css class for adding fixed padding in the SideNavigation, MenuBar and pages (content area) components.
|
|
1796
|
+
* Must be called with the respective this reference for the current component.
|
|
1797
|
+
* @private
|
|
1798
|
+
* @since 1.137.0
|
|
1799
|
+
*/
|
|
1800
|
+
utils.applySideContent = function (bHasAdjacentContentBefore) {
|
|
1801
|
+
this.rootControlLoaded().then((oView) => {
|
|
1802
|
+
oView.toggleStyleClass("sapUshellFixedPadding", bHasAdjacentContentBefore);
|
|
1803
|
+
});
|
|
1804
|
+
};
|
|
1780
1805
|
|
|
1781
1806
|
return utils;
|
|
1782
1807
|
});
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
|
|
5
5
|
*
|
|
6
|
-
* @version 1.136.
|
|
6
|
+
* @version 1.136.3
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
(function () {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"sap/base/Log",
|
|
32
32
|
"sap/base/util/ObjectPath",
|
|
33
33
|
"sap/ushell/bootstrap/common/common.util",
|
|
34
|
-
"sap/ushell/
|
|
34
|
+
"sap/ushell/utils"
|
|
35
35
|
], function (
|
|
36
36
|
Log,
|
|
37
37
|
ObjectPath,
|
|
38
38
|
commonUtils,
|
|
39
|
-
|
|
39
|
+
ushellUtils
|
|
40
40
|
) {
|
|
41
41
|
/*
|
|
42
42
|
* Function copied from boottask.js
|
|
@@ -337,7 +337,11 @@
|
|
|
337
337
|
});
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
|
|
340
|
+
// require lazily tom avoid early calls to the sap/ushell/Config
|
|
341
|
+
ushellUtils.requireAsync(["sap/ushell/Container"])
|
|
342
|
+
.then(([Container]) => {
|
|
343
|
+
Container.init("local").then(fnBootstrapCallback);
|
|
344
|
+
});
|
|
341
345
|
}
|
|
342
346
|
|
|
343
347
|
// Attach private functions which should be testable to the public namespace
|