@sapui5/sap.ushell 1.132.1 → 1.134.0

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.
Files changed (1399) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +3 -2
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +18 -4
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +217 -0
  5. package/src/main/js/sap/ushell/ApplicationType/guiResolution.js +1 -1
  6. package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +4 -7
  7. package/src/main/js/sap/ushell/ApplicationType/ui5Resolution.js +1 -1
  8. package/src/main/js/sap/ushell/ApplicationType/urlResolution.js +1 -1
  9. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +14 -7
  10. package/src/main/js/sap/ushell/ApplicationType/utils.js +1 -1
  11. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +1 -1
  12. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +1 -1
  13. package/src/main/js/sap/ushell/ApplicationType.js +1 -1
  14. package/src/main/js/sap/ushell/CanvasShapesManager.js +1 -1
  15. package/src/main/js/sap/ushell/Config/utils.js +1 -1
  16. package/src/main/js/sap/ushell/Config.js +1 -1
  17. package/src/main/js/sap/ushell/Container.js +1 -1
  18. package/src/main/js/sap/ushell/EventHub.js +1 -1
  19. package/src/main/js/sap/ushell/Fiori20Adapter.js +2 -2
  20. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +2 -2
  21. package/src/main/js/sap/ushell/Layout.js +1 -1
  22. package/src/main/js/sap/ushell/NWBCInterface.js +11 -5
  23. package/src/main/js/sap/ushell/SessionHandler.js +139 -97
  24. package/src/main/js/sap/ushell/System.js +1 -1
  25. package/src/main/js/sap/ushell/TechnicalParameters.js +2 -2
  26. package/src/main/js/sap/ushell/UI5ComponentType.js +1 -1
  27. package/src/main/js/sap/ushell/UIActions.js +1 -1
  28. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +2 -2
  29. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +2 -2
  30. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +2 -2
  31. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +2 -2
  32. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +2 -2
  33. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +2 -2
  34. package/src/main/js/sap/ushell/URLTemplateProcessor.js +2 -2
  35. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +2 -2
  36. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +2 -2
  37. package/src/main/js/sap/ushell/User.js +82 -12
  38. package/src/main/js/sap/ushell/UserActivityLog.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +2 -2
  41. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +2 -2
  42. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +2 -2
  43. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +22 -6
  44. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +2 -2
  45. package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +2 -2
  47. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +2 -2
  48. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +2 -2
  49. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +251 -0
  50. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +69 -0
  51. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegionEntry.js +67 -0
  52. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +2 -2
  53. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +2 -2
  54. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +2 -2
  55. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +2 -2
  56. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +2 -2
  57. package/src/main/js/sap/ushell/adapters/cdm/_Personalization/internals.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +2 -2
  59. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +2 -2
  60. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +2 -2
  61. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +2 -2
  62. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +2 -2
  63. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +2 -2
  64. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +2 -2
  65. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +2 -2
  66. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +2 -2
  67. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +2 -2
  68. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +2 -2
  69. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +2 -2
  70. package/src/main/js/sap/ushell/adapters/cdm/v3/utilsCdm.js +1 -1
  71. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +10 -5
  72. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +2 -2
  73. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +2 -2
  74. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +2 -2
  75. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +2 -2
  76. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +2 -2
  77. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +2 -2
  78. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +2 -2
  79. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +2 -2
  80. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +2 -2
  81. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +2 -2
  82. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +1 -1
  83. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +2 -2
  84. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +2 -2
  85. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +2 -2
  86. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +2 -2
  87. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +2 -2
  88. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +2 -2
  89. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +2 -2
  90. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +2 -2
  91. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +2 -2
  92. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +2 -2
  93. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +2 -2
  94. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +2 -2
  95. package/src/main/js/sap/ushell/api/BootstrapObserver.js +1 -1
  96. package/src/main/js/sap/ushell/api/Copilot.js +1 -1
  97. package/src/main/js/sap/ushell/api/Inbox.js +1 -1
  98. package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +1 -1
  99. package/src/main/js/sap/ushell/api/NewExperience.js +1 -1
  100. package/src/main/js/sap/ushell/api/RTA.js +1 -1
  101. package/src/main/js/sap/ushell/api/S4MyHome.js +1 -1
  102. package/src/main/js/sap/ushell/api/SAPBusinessClient.js +129 -0
  103. package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +1 -1
  104. package/src/main/js/sap/ushell/api/workpage/Designtime.js +1 -1
  105. package/src/main/js/sap/ushell/api/workpage/Runtime.js +1 -1
  106. package/src/main/js/sap/ushell/appRuntime/neo/AppInfoService.js +1 -1
  107. package/src/main/js/sap/ushell/appRuntime/neo/AppRuntimeNeo.js +1 -1
  108. package/src/main/js/sap/ushell/appRuntime/neo/ProxyAppUtils.js +1 -1
  109. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +24 -5
  110. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +1 -1
  111. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeContext.js +1 -1
  112. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.css +26 -0
  114. package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +16 -21
  115. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +1 -1
  116. package/src/main/js/sap/ushell/appRuntime/ui5/libsPreload.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/performance/FesrEnhancer.js +1 -1
  118. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/AppLifeCycleUtils.js +1 -1
  119. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/BaseRTAPluginStatus.js +1 -1
  120. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +4 -4
  121. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
  122. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +1 -1
  123. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +4 -4
  124. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +1 -1
  125. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +1 -1
  126. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
  128. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +2 -2
  129. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +3 -2
  130. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +2 -2
  131. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +1 -1
  132. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +2 -2
  133. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +2 -2
  134. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +2 -2
  135. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +2 -2
  136. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +2 -2
  137. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +2 -2
  138. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +2 -2
  139. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +2 -2
  140. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +2 -2
  141. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +2 -2
  142. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +2 -2
  143. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +2 -2
  144. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +2 -2
  145. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +2 -2
  146. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +2 -2
  147. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +2 -2
  148. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +2 -2
  149. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +11 -4
  150. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +1 -1
  151. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +2 -2
  152. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/ContainerAdapter.js +1 -1
  153. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/EmptyAdapter.js +1 -1
  154. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +2 -2
  155. package/src/main/js/sap/ushell/appRuntime/ui5/ui/UIProxy.js +1 -1
  156. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/EventProcessor.js +1 -1
  157. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPLoader.js +1 -1
  158. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/FLPScheduler.js +1 -1
  159. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
  160. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +35 -3
  161. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +2 -2
  162. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +2 -2
  163. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent.js +1 -1
  164. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def-dev.js +1 -1
  165. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def-loader.js +1 -1
  166. package/src/main/js/sap/ushell/bootstrap/cdm/cdm-def.js +1 -1
  167. package/src/main/js/sap/ushell/bootstrap/cdm/cdm.boot.task.js +1 -1
  168. package/src/main/js/sap/ushell/bootstrap/cdm/cdm.constants.js +1 -1
  169. package/src/main/js/sap/ushell/bootstrap/cdm.js +1 -1
  170. package/src/main/js/sap/ushell/bootstrap/common/common.boot.path.js +1 -1
  171. package/src/main/js/sap/ushell/bootstrap/common/common.boot.script.js +1 -1
  172. package/src/main/js/sap/ushell/bootstrap/common/common.boot.task.js +1 -1
  173. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5.extractLibs.js +1 -1
  174. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5.js +1 -1
  175. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +2 -2
  176. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5language.js +1 -1
  177. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5theme.js +1 -1
  178. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ushell.js +1 -1
  179. package/src/main/js/sap/ushell/bootstrap/common/common.constants.js +1 -1
  180. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +68 -6
  181. package/src/main/js/sap/ushell/bootstrap/common/common.debug.mode.js +1 -1
  182. package/src/main/js/sap/ushell/bootstrap/common/common.load.bootstrapExtension.js +1 -1
  183. package/src/main/js/sap/ushell/bootstrap/common/common.load.core-min.js +1 -1
  184. package/src/main/js/sap/ushell/bootstrap/common/common.load.launchpad.js +1 -1
  185. package/src/main/js/sap/ushell/bootstrap/common/common.load.model.js +1 -1
  186. package/src/main/js/sap/ushell/bootstrap/common/common.load.script.js +1 -1
  187. package/src/main/js/sap/ushell/bootstrap/common/common.override.registermodulepath.js +1 -1
  188. package/src/main/js/sap/ushell/bootstrap/common/common.read.metatags.js +1 -1
  189. package/src/main/js/sap/ushell/bootstrap/common/common.read.ui5theme.from.config.js +1 -1
  190. package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +1 -1
  191. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +1 -1
  192. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +1 -1
  193. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxBootTask.js +1 -1
  194. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +2 -2
  195. package/src/main/js/sap/ushell/bootstrap/ui5loader-config.js +1 -1
  196. package/src/main/js/sap/ushell/components/CatalogsManager.js +1 -1
  197. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +3 -3
  198. package/src/main/js/sap/ushell/components/DestroyHelper.js +1 -1
  199. package/src/main/js/sap/ushell/components/GroupsHelper.js +1 -1
  200. package/src/main/js/sap/ushell/components/HomepageManager.js +1 -1
  201. package/src/main/js/sap/ushell/components/MessagingHelper.js +1 -1
  202. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +1 -1
  203. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +1 -1
  204. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +1 -1
  205. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  206. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +1 -1
  207. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +11 -3
  208. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +1 -1
  209. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +1 -1
  210. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +1 -1
  211. package/src/main/js/sap/ushell/components/appfinder/Component.js +1 -1
  212. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +1 -1
  213. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +1 -1
  214. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +1 -1
  215. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +1 -1
  216. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -1
  217. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +1 -1
  218. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +1 -1
  219. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +1 -1
  220. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +1 -1
  221. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  222. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +713 -910
  223. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainer.js +272 -0
  224. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerCache.js +229 -0
  225. package/src/main/js/sap/ushell/components/applicationIntegration/ApplicationContainerRenderer.js +35 -0
  226. package/src/main/js/sap/ushell/components/applicationIntegration/IframeApplicationContainer.js +372 -0
  227. package/src/main/js/sap/ushell/components/applicationIntegration/IframeApplicationContainerRenderer.js +296 -0
  228. package/src/main/js/sap/ushell/components/applicationIntegration/KeepAliveApps.js +68 -0
  229. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/AppruntimeHandler.js +120 -0
  230. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/ExtensionItems.js +143 -0
  231. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/LifecycleHandler.js +618 -0
  232. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/MessageBrokerHandler.js +64 -0
  233. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/NWBCHandler.js +83 -0
  234. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager/ServiceHandler.js +1503 -0
  235. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessageManager.js +638 -0
  236. package/src/main/js/sap/ushell/components/applicationIntegration/PostMessagePluginInterface.js +152 -0
  237. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +21 -50
  238. package/src/main/js/sap/ushell/components/applicationIntegration/UI5ApplicationContainer.js +168 -0
  239. package/src/main/js/sap/ushell/components/applicationIntegration/UI5ApplicationContainerRenderer.js +41 -0
  240. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +30 -679
  241. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +13 -390
  242. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +8 -249
  243. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +9 -2365
  244. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +10 -127
  245. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +10 -177
  246. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +10 -74
  247. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +21 -12
  248. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/EmbeddedUI5Handler.js +176 -0
  249. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/StatefulContainerV1Handler.js +91 -0
  250. package/src/main/js/sap/ushell/components/applicationIntegration/contracts/StatefulContainerV2Handler.js +175 -0
  251. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +13 -74
  252. package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +1926 -0
  253. package/src/main/js/sap/ushell/components/applicationIntegrationOld/Storage.js +62 -0
  254. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +709 -0
  255. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +406 -0
  256. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxesCache.js +263 -0
  257. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +2382 -0
  258. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPIInterface.js +143 -0
  259. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageUtils.js +192 -0
  260. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/WebGUIStatefulHandler.js +90 -0
  261. package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +193 -0
  262. package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +91 -0
  263. package/src/main/js/sap/ushell/components/cards/Card.controller.js +1 -1
  264. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +1 -1
  265. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +1 -1
  266. package/src/main/js/sap/ushell/components/cepsearchresult/app/Component.js +1 -1
  267. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +1 -1
  268. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Component.js +1 -1
  269. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Config.js +1 -1
  270. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +1 -1
  271. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +1 -1
  272. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -1
  273. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +1 -1
  274. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionStandard.js +1 -1
  275. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +1 -1
  276. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +1 -1
  277. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +1 -1
  278. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +1 -1
  279. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/All.js +1 -1
  280. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +1 -1
  281. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +1 -1
  282. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +1 -1
  283. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Workpage.js +1 -1
  284. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +1 -1
  285. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +38 -22
  286. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +5 -1
  287. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +2 -2
  288. package/src/main/js/sap/ushell/components/contentFinder/Component.js +17 -7
  289. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +2 -2
  290. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +2 -2
  291. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  292. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  293. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  294. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +1 -1
  295. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +1 -1
  296. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +32 -8
  297. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +6 -2
  298. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -14
  299. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -14
  300. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -14
  301. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +5 -14
  302. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -14
  303. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -14
  304. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -14
  305. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -14
  306. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -14
  307. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -14
  308. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -14
  309. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +5 -14
  310. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -14
  311. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -14
  312. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -14
  313. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -14
  314. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -14
  315. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +5 -14
  316. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -14
  317. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -14
  318. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -14
  319. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -14
  320. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -14
  321. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -14
  322. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -14
  323. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -14
  324. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -14
  325. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -14
  326. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -14
  327. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +5 -14
  328. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -14
  329. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -14
  330. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -14
  331. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -14
  332. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -14
  333. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -14
  334. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -14
  335. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -14
  336. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +5 -14
  337. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -14
  338. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -14
  339. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +5 -14
  340. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -14
  341. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -14
  342. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -14
  343. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -14
  344. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -14
  345. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -14
  346. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -14
  347. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +6 -3
  348. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  349. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +54 -14
  350. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  351. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +6 -0
  352. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ar.properties +3 -0
  353. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_bg.properties +3 -0
  354. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ca.properties +3 -0
  355. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cnr.properties +3 -0
  356. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cs.properties +3 -0
  357. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cy.properties +3 -0
  358. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_da.properties +3 -0
  359. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_de.properties +3 -0
  360. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_el.properties +3 -0
  361. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en.properties +3 -0
  362. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_GB.properties +3 -0
  363. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saprigi.properties +3 -0
  364. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es.properties +3 -0
  365. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es_MX.properties +3 -0
  366. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_et.properties +3 -0
  367. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fi.properties +3 -0
  368. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr.properties +3 -0
  369. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr_CA.properties +3 -0
  370. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hi.properties +3 -0
  371. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hr.properties +3 -0
  372. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hu.properties +3 -0
  373. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_id.properties +3 -0
  374. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_it.properties +4 -1
  375. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_iw.properties +3 -0
  376. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ja.properties +3 -0
  377. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_kk.properties +3 -0
  378. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ko.properties +3 -0
  379. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lt.properties +3 -0
  380. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lv.properties +3 -0
  381. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_mk.properties +3 -0
  382. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ms.properties +3 -0
  383. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_nl.properties +3 -0
  384. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_no.properties +3 -0
  385. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pl.properties +3 -0
  386. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt.properties +3 -0
  387. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt_PT.properties +3 -0
  388. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ro.properties +3 -0
  389. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ru.properties +3 -0
  390. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sh.properties +3 -0
  391. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sk.properties +3 -0
  392. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sl.properties +3 -0
  393. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sr.properties +3 -0
  394. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sv.properties +3 -0
  395. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_th.properties +3 -0
  396. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_tr.properties +3 -0
  397. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_uk.properties +3 -0
  398. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_vi.properties +3 -0
  399. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_CN.properties +3 -0
  400. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_TW.properties +3 -0
  401. package/src/main/js/sap/ushell/components/factsheet/Component.js +2 -2
  402. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +1 -1
  403. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +1 -1
  404. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +1 -1
  405. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +1 -1
  406. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +1 -1
  407. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +1 -1
  408. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1 -1
  409. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +1 -1
  410. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  411. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +1 -1
  412. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  413. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +1 -1
  414. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +2 -2
  415. package/src/main/js/sap/ushell/components/homepage/Component.js +1 -1
  416. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +1 -1
  417. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
  418. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +2 -2
  419. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +2 -2
  420. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  421. package/src/main/js/sap/ushell/components/pages/ActionMode.js +2 -2
  422. package/src/main/js/sap/ushell/components/pages/Component.js +2 -2
  423. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +2 -2
  424. package/src/main/js/sap/ushell/components/pages/StateManager.js +1 -1
  425. package/src/main/js/sap/ushell/components/pages/controller/ImportDialog.controller.js +1 -1
  426. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +1 -1
  427. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +141 -147
  428. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +1 -1
  429. package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +5 -4
  430. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  431. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  432. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +2 -2
  433. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  434. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1 -1
  435. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +1 -1
  436. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  437. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +1 -1
  438. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -2
  439. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  440. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +39 -4
  441. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +30 -63
  442. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +118 -0
  443. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  444. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +64 -17
  445. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuButton.view.xml +24 -0
  446. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +2 -2
  447. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +1 -1
  448. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  449. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +2 -2
  450. package/src/main/js/sap/ushell/components/shell/Search/Component.js +1 -1
  451. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +1 -1
  452. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  453. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +2 -2
  454. package/src/main/js/sap/ushell/components/shell/SearchCEP/ProvidersExecuter.js +1 -1
  455. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +1 -1
  456. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +2 -2
  457. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +2 -2
  458. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +2 -2
  459. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +2 -2
  460. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +19 -16
  461. package/src/main/js/sap/ushell/components/shell/Settings/ContentWrapper.fragment.xml +3 -2
  462. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +1 -1
  463. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +46 -22
  464. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +99 -50
  465. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +11 -2
  466. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +1 -1
  467. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +1 -1
  468. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +1 -1
  469. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +1 -1
  470. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +1 -1
  471. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +1 -1
  472. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +1 -1
  473. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +1 -1
  474. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +1 -1
  475. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +1 -1
  476. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +1 -1
  477. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +1 -1
  478. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +1 -1
  479. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +1 -1
  480. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +1 -1
  481. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +1 -1
  482. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +1 -1
  483. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +1 -1
  484. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +1 -1
  485. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +206 -30
  486. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +79 -314
  487. package/src/main/js/sap/ushell/components/shell/SideNavigation/css/style.css +3 -0
  488. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +13 -0
  489. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +8 -1
  490. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +52 -0
  491. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +48 -0
  492. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +222 -0
  493. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +142 -0
  494. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +186 -0
  495. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +73 -0
  496. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +79 -0
  497. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +141 -0
  498. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +288 -0
  499. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +79 -0
  500. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +21 -4
  501. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +11 -0
  502. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +11 -0
  503. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +11 -0
  504. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +11 -0
  505. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +11 -0
  506. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +11 -0
  507. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +11 -0
  508. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +11 -0
  509. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +11 -0
  510. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +11 -0
  511. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +11 -0
  512. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +11 -0
  513. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +11 -0
  514. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +11 -0
  515. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +11 -0
  516. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +11 -0
  517. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +11 -0
  518. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +11 -0
  519. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +11 -0
  520. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +11 -0
  521. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +11 -0
  522. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +11 -0
  523. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +11 -0
  524. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +11 -0
  525. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +11 -0
  526. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +11 -0
  527. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +11 -0
  528. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +11 -0
  529. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +11 -0
  530. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +11 -0
  531. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +11 -0
  532. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +11 -0
  533. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +11 -0
  534. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +11 -0
  535. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +11 -0
  536. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +11 -0
  537. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +11 -0
  538. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +11 -0
  539. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +11 -0
  540. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +11 -0
  541. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +11 -0
  542. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +11 -0
  543. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +11 -0
  544. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +11 -0
  545. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +11 -0
  546. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +11 -0
  547. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +11 -0
  548. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +11 -0
  549. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +11 -0
  550. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +15 -0
  551. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +33 -16
  552. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +2 -2
  553. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +153 -19
  554. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +33 -0
  555. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenuPopover.fragment.xml +42 -4
  556. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +2 -2
  557. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +1 -1
  558. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +1 -1
  559. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +1 -1
  560. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +1 -1
  561. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +1 -1
  562. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +1 -1
  563. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +1 -1
  564. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +1 -1
  565. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +1 -3
  566. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +1 -1
  567. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +1 -1
  568. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +1 -1
  569. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +1 -1
  570. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +1 -1
  571. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +1 -1
  572. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +1 -1
  573. package/src/main/js/sap/ushell/components/tiles/generic.js +1 -1
  574. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +1 -1
  575. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +1 -1
  576. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +1 -1
  577. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +1 -1
  578. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +1 -1
  579. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +1 -1
  580. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +1 -1
  581. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +1 -1
  582. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +1 -1
  583. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +1 -1
  584. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +1 -1
  585. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +1 -1
  586. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +1 -1
  587. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +1 -1
  588. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +1 -1
  589. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +1 -1
  590. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +1 -1
  591. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +1 -1
  592. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +1 -1
  593. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +1 -1
  594. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +1 -1
  595. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +1 -1
  596. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +1 -1
  597. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +1 -1
  598. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +1 -1
  599. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +1 -1
  600. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +1 -1
  601. package/src/main/js/sap/ushell/components/tiles/utils.js +3 -4
  602. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +2 -2
  603. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +2 -2
  604. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +2 -2
  605. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +2 -2
  606. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +1 -1
  607. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +2 -2
  608. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +2 -2
  609. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +2 -2
  610. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +2 -2
  611. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +1 -1
  612. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +2 -2
  613. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +1 -1
  614. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +2 -2
  615. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +1 -1
  616. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  617. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
  618. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
  619. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
  620. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
  621. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
  622. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
  623. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
  624. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
  625. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
  626. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
  627. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
  628. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
  629. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
  630. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
  631. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
  632. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
  633. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
  634. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
  635. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
  636. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
  637. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
  638. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
  639. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
  640. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
  641. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
  642. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
  643. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
  644. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
  645. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
  646. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
  647. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
  648. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
  649. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
  650. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
  651. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
  652. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
  653. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
  654. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
  655. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
  656. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
  657. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
  658. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
  659. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
  660. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
  661. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
  662. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
  663. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
  664. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
  665. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
  666. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +2 -2
  667. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +2 -2
  668. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  669. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +2 -2
  670. package/src/main/js/sap/ushell/functionBindPrototype.js +1 -1
  671. package/src/main/js/sap/ushell/iconfonts.js +1 -1
  672. package/src/main/js/sap/ushell/library.js +68 -2
  673. package/src/main/js/sap/ushell/navigationMode.js +2 -2
  674. package/src/main/js/sap/ushell/override.js +1 -1
  675. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +1 -1
  676. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +2 -2
  677. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +2 -2
  678. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +1 -1
  679. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +2 -2
  680. package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +1 -1
  681. package/src/main/js/sap/ushell/plugins/ghostapp/Component.js +1 -1
  682. package/src/main/js/sap/ushell/plugins/ghostapp/FakeModel.js +1 -1
  683. package/src/main/js/sap/ushell/plugins/rta/Component.js +16 -1
  684. package/src/main/js/sap/ushell/plugins/rta-personalize/Component.js +1 -1
  685. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +4 -2
  686. package/src/main/js/sap/ushell/renderer/History.js +1 -1
  687. package/src/main/js/sap/ushell/renderer/LogonFrameProvider.js +1 -1
  688. package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
  689. package/src/main/js/sap/ushell/renderer/Shell.controller.js +392 -155
  690. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  691. package/src/main/js/sap/ushell/renderer/ShellLayout.js +10 -2
  692. package/src/main/js/sap/ushell/renderer/allMyApps/AllMyApps.controller.js +1 -1
  693. package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +1 -1
  694. package/src/main/js/sap/ushell/renderer/resources/resources.properties +37 -8
  695. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +11 -2
  696. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +11 -2
  697. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -2
  698. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -2
  699. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +11 -2
  700. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +11 -2
  701. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +11 -2
  702. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +12 -3
  703. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +11 -2
  704. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +11 -2
  705. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +11 -2
  706. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +11 -2
  707. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +11 -2
  708. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +11 -2
  709. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +11 -2
  710. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -2
  711. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +11 -2
  712. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +11 -2
  713. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +11 -2
  714. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +11 -2
  715. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +11 -2
  716. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +11 -2
  717. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +11 -2
  718. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +11 -2
  719. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +11 -2
  720. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +51 -42
  721. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +11 -2
  722. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +13 -4
  723. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +11 -2
  724. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +11 -2
  725. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +11 -2
  726. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +11 -2
  727. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +11 -2
  728. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +11 -2
  729. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +11 -2
  730. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +11 -2
  731. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +11 -2
  732. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +11 -2
  733. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +11 -2
  734. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +11 -2
  735. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +13 -4
  736. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +11 -2
  737. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +11 -2
  738. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +11 -2
  739. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +11 -2
  740. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +11 -2
  741. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +11 -2
  742. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +11 -2
  743. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +11 -2
  744. package/src/main/js/sap/ushell/renderer/search/searchComponent/Component.js +1 -1
  745. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/CEPSearchApp.controller.js +1 -1
  746. package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/SearchApp.controller.js +1 -1
  747. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  748. package/src/main/js/sap/ushell/renderer/search/searchComponent/view/CEPSearchApp.view.js +1 -1
  749. package/src/main/js/sap/ushell/renderer/search/searchComponent/view/SearchApp.view.js +1 -1
  750. package/src/main/js/sap/ushell/renderer/search/util.js +1 -1
  751. package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +13 -7
  752. package/src/main/js/sap/ushell/renderer/utils.js +1 -1
  753. package/src/main/js/sap/ushell/renderers/fiori2/History.js +1 -1
  754. package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +1 -1
  755. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
  756. package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +1 -1
  757. package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +1 -1
  758. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +1 -1
  759. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsManager.js +1 -1
  760. package/src/main/js/sap/ushell/resources.js +1 -1
  761. package/src/main/js/sap/ushell/services/AllMyApps.js +1 -1
  762. package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -2
  763. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -3
  764. package/src/main/js/sap/ushell/services/AppState.js +2 -2
  765. package/src/main/js/sap/ushell/services/AppType.js +1 -1
  766. package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
  767. package/src/main/js/sap/ushell/services/BookmarkV2.js +2 -2
  768. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +2 -2
  769. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +2 -2
  770. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +2 -2
  771. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/ParameterMapping.js +1 -1
  772. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +2 -2
  773. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +2 -2
  774. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +2 -2
  775. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +2 -2
  776. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +2 -2
  777. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +2 -2
  778. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +2 -2
  779. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -2
  780. package/src/main/js/sap/ushell/services/CommonDataModel/PersonalizationProcessor.js +1 -1
  781. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +2 -2
  782. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +2 -2
  783. package/src/main/js/sap/ushell/services/CommonDataModel.js +2 -13
  784. package/src/main/js/sap/ushell/services/Configuration.js +2 -2
  785. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +2 -2
  786. package/src/main/js/sap/ushell/services/Container.js +1 -1
  787. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +2 -2
  788. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +2 -2
  789. package/src/main/js/sap/ushell/services/DarkModeSupport.js +15 -6
  790. package/src/main/js/sap/ushell/services/EndUserFeedback.js +1 -1
  791. package/src/main/js/sap/ushell/services/Extension/Item.js +2 -2
  792. package/src/main/js/sap/ushell/services/Extension.js +2 -2
  793. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +2 -2
  794. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +2 -2
  795. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +2 -2
  796. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +2 -2
  797. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +2 -2
  798. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +2 -2
  799. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +63 -0
  800. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +14 -10
  801. package/src/main/js/sap/ushell/services/LaunchPage.js +2 -2
  802. package/src/main/js/sap/ushell/services/Menu.js +2 -2
  803. package/src/main/js/sap/ushell/services/Message.js +2 -2
  804. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +269 -143
  805. package/src/main/js/sap/ushell/services/MessageBroker.js +2 -2
  806. package/src/main/js/sap/ushell/services/MessageInternal.js +2 -2
  807. package/src/main/js/sap/ushell/services/NavTargetResolution.js +1 -1
  808. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +1 -1
  809. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  810. package/src/main/js/sap/ushell/services/Navigation/utils.js +2 -2
  811. package/src/main/js/sap/ushell/services/Navigation.js +6 -6
  812. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
  813. package/src/main/js/sap/ushell/services/Notifications.js +1 -1
  814. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  815. package/src/main/js/sap/ushell/services/PageBuilding.js +2 -2
  816. package/src/main/js/sap/ushell/services/PagePersistence.js +2 -2
  817. package/src/main/js/sap/ushell/services/PageReferencing.js +2 -2
  818. package/src/main/js/sap/ushell/services/Pages.js +2 -2
  819. package/src/main/js/sap/ushell/services/Personalization.js +2 -2
  820. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +1 -1
  821. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +1 -1
  822. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -1
  823. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +1 -1
  824. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +1 -1
  825. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +1 -1
  826. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +1 -1
  827. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +1 -1
  828. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -1
  829. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  830. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +1 -1
  831. package/src/main/js/sap/ushell/services/PersonalizationV2.js +2 -2
  832. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +2 -2
  833. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  834. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +2 -2
  835. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +89 -0
  836. package/src/main/js/sap/ushell/services/PluginManager.js +68 -25
  837. package/src/main/js/sap/ushell/services/ReferenceResolver.js +4 -4
  838. package/src/main/js/sap/ushell/services/Search.js +2 -2
  839. package/src/main/js/sap/ushell/services/SearchCEP.js +2 -2
  840. package/src/main/js/sap/ushell/services/SearchableContent.js +2 -2
  841. package/src/main/js/sap/ushell/services/ShellNavigation.js +2 -2
  842. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +1 -1
  843. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  844. package/src/main/js/sap/ushell/services/SmartNavigation.js +2 -2
  845. package/src/main/js/sap/ushell/services/SpaceContent.js +2 -2
  846. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  847. package/src/main/js/sap/ushell/services/UITracer.js +2 -2
  848. package/src/main/js/sap/ushell/services/URLParsing.js +1 -1
  849. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  850. package/src/main/js/sap/ushell/services/URLTemplate.js +2 -2
  851. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +11 -1
  852. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +2 -2
  853. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +2 -2
  854. package/src/main/js/sap/ushell/services/UsageAnalytics.js +1 -1
  855. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +2 -2
  856. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
  857. package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
  858. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +1 -1
  859. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +1 -1
  860. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
  861. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +1 -1
  862. package/src/main/js/sap/ushell/services/UserRecents.js +2 -2
  863. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +2 -2
  864. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +2 -2
  865. package/src/main/js/sap/ushell/services/_AppState/AppStatePersistencyMethod.js +1 -1
  866. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +2 -2
  867. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +2 -2
  868. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +2 -2
  869. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +2 -2
  870. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +1 -1
  871. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +1 -1
  872. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariant.js +1 -1
  873. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariantSet.js +1 -1
  874. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +1 -1
  875. package/src/main/js/sap/ushell/services/_Personalization/TransientPersonalizer.js +1 -1
  876. package/src/main/js/sap/ushell/services/_Personalization/Variant.js +1 -1
  877. package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +1 -1
  878. package/src/main/js/sap/ushell/services/_Personalization/VariantSetAdapter.js +1 -1
  879. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapter.js +1 -1
  880. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapterContainer.js +1 -1
  881. package/src/main/js/sap/ushell/services/_Personalization/constants.js +1 -1
  882. package/src/main/js/sap/ushell/services/_Personalization/constants.private.js +1 -1
  883. package/src/main/js/sap/ushell/services/_Personalization/utils.js +1 -1
  884. package/src/main/js/sap/ushell/services/appstate/AppState.js +1 -1
  885. package/src/main/js/sap/ushell/services/appstate/AppStatePersistencyMethod.js +1 -1
  886. package/src/main/js/sap/ushell/services/appstate/AppStatePersistencySettings.js +1 -1
  887. package/src/main/js/sap/ushell/services/appstate/LimitedBuffer.js +1 -1
  888. package/src/main/js/sap/ushell/services/appstate/Sequentializer.js +1 -1
  889. package/src/main/js/sap/ushell/services/appstate/SequentializingAdapter.js +1 -1
  890. package/src/main/js/sap/ushell/services/appstate/WindowAdapter.js +1 -1
  891. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +1 -1
  892. package/src/main/js/sap/ushell/state/BackNavigation.js +91 -0
  893. package/src/main/js/sap/ushell/state/BaseState.js +1 -1
  894. package/src/main/js/sap/ushell/state/BindingHelper.js +18 -15
  895. package/src/main/js/sap/ushell/state/ControlManager.js +1 -1
  896. package/src/main/js/sap/ushell/state/CurrentState.js +1 -1
  897. package/src/main/js/sap/ushell/state/KeepAlive.js +1 -1
  898. package/src/main/js/sap/ushell/state/ShellModel.js +1 -1
  899. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +1 -1
  900. package/src/main/js/sap/ushell/state/StateManager/Operation.js +1 -1
  901. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +1 -1
  902. package/src/main/js/sap/ushell/state/StateManager.js +7 -1
  903. package/src/main/js/sap/ushell/state/StateRules.js +1 -1
  904. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +1 -1
  905. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +1 -1
  906. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +1 -1
  907. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +1 -1
  908. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +4 -2
  909. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +1 -1
  910. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +1 -1
  911. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +7 -6
  912. package/src/main/js/sap/ushell/state/StrategyFactory.js +1 -1
  913. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +2 -2
  914. package/src/main/js/sap/ushell/themes/base/library.source.less +1 -1
  915. package/src/main/js/sap/ushell/themes/sap_belize/Section.less +6 -6
  916. package/src/main/js/sap/ushell/themes/sap_belize/TileContainer.less +9 -9
  917. package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +1 -1
  918. package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +1 -1
  919. package/src/main/js/sap/ushell/themes/sap_belize_hcb/HistoryScreen.less +1 -1
  920. package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +1 -1
  921. package/src/main/js/sap/ushell/themes/sap_belize_hcw/HistoryScreen.less +1 -1
  922. package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +1 -1
  923. package/src/main/js/sap/ushell/themes/sap_belize_plus/library.source.less +1 -1
  924. package/src/main/js/sap/ushell/themes/sap_bluecrystal/HistoryScreen.less +1 -1
  925. package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +1 -1
  926. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +1 -1
  927. package/src/main/js/sap/ushell/themes/sap_fiori_3/Section.less +6 -6
  928. package/src/main/js/sap/ushell/themes/sap_fiori_3/TileContainer.less +7 -7
  929. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -1
  930. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/Section.less +6 -6
  931. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellHeader.less +4 -4
  932. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/TileContainer.less +7 -7
  933. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -1
  934. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -1
  935. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -1
  936. package/src/main/js/sap/ushell/themes/sap_hcb/HistoryScreen.less +1 -1
  937. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -1
  938. package/src/main/js/sap/ushell/themes/sap_horizon/Section.less +4 -6
  939. package/src/main/js/sap/ushell/themes/sap_horizon/TileContainer.less +7 -8
  940. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
  941. package/src/main/js/sap/ushell/themes/sap_horizon_dark/Section.less +7 -7
  942. package/src/main/js/sap/ushell/themes/sap_horizon_dark/TileContainer.less +7 -7
  943. package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +1 -1
  944. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +1 -1
  945. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +1 -1
  946. package/src/main/js/sap/ushell/thirdparty/Icons.js +19 -0
  947. package/src/main/js/sap/ushell/thirdparty/Theme.js +130 -0
  948. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +1819 -0
  949. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +104 -0
  950. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +420 -0
  951. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2508 -0
  952. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2508 -0
  953. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +7139 -0
  954. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +7139 -0
  955. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +7138 -0
  956. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +6031 -0
  957. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +6133 -0
  958. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +6219 -0
  959. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +6759 -0
  960. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +5977 -0
  961. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +6098 -0
  962. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +6099 -0
  963. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +6097 -0
  964. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +5882 -0
  965. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +5882 -0
  966. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +6094 -0
  967. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +6134 -0
  968. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +6125 -0
  969. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +6136 -0
  970. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +6125 -0
  971. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +6132 -0
  972. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +6125 -0
  973. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +6126 -0
  974. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +6132 -0
  975. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +6126 -0
  976. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +6153 -0
  977. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +6156 -0
  978. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +6155 -0
  979. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +6048 -0
  980. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +6048 -0
  981. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +6157 -0
  982. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +5939 -0
  983. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +5941 -0
  984. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +5940 -0
  985. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +6077 -0
  986. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +6002 -0
  987. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +6245 -0
  988. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +6047 -0
  989. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +6047 -0
  990. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +6041 -0
  991. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +6065 -0
  992. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +6047 -0
  993. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +6593 -0
  994. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +5911 -0
  995. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +6246 -0
  996. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +5995 -0
  997. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +5783 -0
  998. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +6036 -0
  999. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +6036 -0
  1000. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +5942 -0
  1001. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +5989 -0
  1002. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +5823 -0
  1003. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +6628 -0
  1004. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +6164 -0
  1005. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +182 -0
  1006. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +650 -0
  1007. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +515 -0
  1008. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +182 -0
  1009. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +650 -0
  1010. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +515 -0
  1011. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +182 -0
  1012. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +650 -0
  1013. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +515 -0
  1014. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +182 -0
  1015. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +650 -0
  1016. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +515 -0
  1017. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +182 -0
  1018. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +650 -0
  1019. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +515 -0
  1020. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +182 -0
  1021. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +650 -0
  1022. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +515 -0
  1023. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +182 -0
  1024. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +650 -0
  1025. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +515 -0
  1026. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +182 -0
  1027. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +650 -0
  1028. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +515 -0
  1029. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +182 -0
  1030. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +650 -0
  1031. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +515 -0
  1032. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +182 -0
  1033. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +650 -0
  1034. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +515 -0
  1035. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +182 -0
  1036. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +650 -0
  1037. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +515 -0
  1038. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +182 -0
  1039. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +650 -0
  1040. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +515 -0
  1041. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +182 -0
  1042. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +656 -0
  1043. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +542 -0
  1044. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +182 -0
  1045. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +650 -0
  1046. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +515 -0
  1047. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +182 -0
  1048. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +650 -0
  1049. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +515 -0
  1050. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +182 -0
  1051. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +650 -0
  1052. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +515 -0
  1053. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +182 -0
  1054. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +650 -0
  1055. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +515 -0
  1056. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +182 -0
  1057. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +650 -0
  1058. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +515 -0
  1059. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +182 -0
  1060. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +650 -0
  1061. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +515 -0
  1062. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +182 -0
  1063. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +650 -0
  1064. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +515 -0
  1065. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +182 -0
  1066. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +650 -0
  1067. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +515 -0
  1068. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +182 -0
  1069. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +650 -0
  1070. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +515 -0
  1071. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +182 -0
  1072. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +650 -0
  1073. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +515 -0
  1074. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in.js +182 -0
  1075. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in2.js +266 -0
  1076. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_in3.js +143 -0
  1077. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +182 -0
  1078. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +650 -0
  1079. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +515 -0
  1080. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +182 -0
  1081. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +650 -0
  1082. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +515 -0
  1083. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +182 -0
  1084. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +650 -0
  1085. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +515 -0
  1086. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +182 -0
  1087. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +650 -0
  1088. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +515 -0
  1089. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +182 -0
  1090. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +650 -0
  1091. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +515 -0
  1092. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +182 -0
  1093. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +650 -0
  1094. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +515 -0
  1095. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +182 -0
  1096. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +650 -0
  1097. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +515 -0
  1098. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +182 -0
  1099. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +650 -0
  1100. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +515 -0
  1101. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +182 -0
  1102. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +650 -0
  1103. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +515 -0
  1104. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +182 -0
  1105. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +650 -0
  1106. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +515 -0
  1107. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +182 -0
  1108. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +650 -0
  1109. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +515 -0
  1110. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +182 -0
  1111. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +650 -0
  1112. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +515 -0
  1113. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +182 -0
  1114. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +650 -0
  1115. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +515 -0
  1116. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +182 -0
  1117. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +650 -0
  1118. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +515 -0
  1119. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +182 -0
  1120. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +650 -0
  1121. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +515 -0
  1122. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +182 -0
  1123. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +650 -0
  1124. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +515 -0
  1125. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +182 -0
  1126. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +650 -0
  1127. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +515 -0
  1128. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +182 -0
  1129. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +650 -0
  1130. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +515 -0
  1131. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +182 -0
  1132. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +650 -0
  1133. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +515 -0
  1134. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +182 -0
  1135. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +650 -0
  1136. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +515 -0
  1137. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +182 -0
  1138. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +650 -0
  1139. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +515 -0
  1140. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +182 -0
  1141. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +650 -0
  1142. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +515 -0
  1143. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +182 -0
  1144. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +650 -0
  1145. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +515 -0
  1146. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +182 -0
  1147. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +650 -0
  1148. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +515 -0
  1149. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +182 -0
  1150. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +650 -0
  1151. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +515 -0
  1152. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +182 -0
  1153. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +650 -0
  1154. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +515 -0
  1155. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +182 -0
  1156. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +650 -0
  1157. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +515 -0
  1158. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +6095 -0
  1159. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +5617 -0
  1160. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +6085 -0
  1161. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +6252 -0
  1162. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +6252 -0
  1163. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +7 -0
  1164. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +7 -0
  1165. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +7 -0
  1166. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +7 -0
  1167. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +7 -0
  1168. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +7 -0
  1169. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +7 -0
  1170. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +7 -0
  1171. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +7 -0
  1172. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +7 -0
  1173. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +7 -0
  1174. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +7 -0
  1175. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +7 -0
  1176. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +7 -0
  1177. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +7 -0
  1178. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +7 -0
  1179. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +7 -0
  1180. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +7 -0
  1181. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +7 -0
  1182. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +7 -0
  1183. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +7 -0
  1184. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +7 -0
  1185. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +7 -0
  1186. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +7 -0
  1187. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +6639 -0
  1188. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +6165 -0
  1189. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +6230 -0
  1190. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +6250 -0
  1191. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +6553 -0
  1192. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +6553 -0
  1193. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +6482 -0
  1194. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +6494 -0
  1195. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +6291 -0
  1196. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +6278 -0
  1197. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +6126 -0
  1198. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +5928 -0
  1199. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +6146 -0
  1200. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +6504 -0
  1201. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +5720 -0
  1202. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +5770 -0
  1203. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +5779 -0
  1204. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +5779 -0
  1205. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +5846 -0
  1206. package/src/main/js/sap/ushell/thirdparty/i18n.js +25 -0
  1207. package/src/main/js/sap/ushell/thirdparty/i18nBundle.js +9 -0
  1208. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +7203 -0
  1209. package/src/main/js/sap/ushell/thirdparty/property.js +50 -0
  1210. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/ListItem.js +81 -0
  1211. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/ListItemBase.js +44 -0
  1212. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/MenuItem.js +119 -0
  1213. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +198 -0
  1214. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +4 -0
  1215. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  1216. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  1217. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +99 -0
  1218. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuAccount.js +75 -0
  1219. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +39 -0
  1220. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +333 -0
  1221. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +26 -0
  1222. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +636 -0
  1223. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +26 -0
  1224. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +146 -0
  1225. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +385 -0
  1226. package/src/main/js/sap/ushell/ui/AppContainer.js +23 -9
  1227. package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +1 -1
  1228. package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +1 -1
  1229. package/src/main/js/sap/ushell/ui/ContentNodeSelectorRenderer.js +1 -1
  1230. package/src/main/js/sap/ushell/ui/ContentNodeTreeItem.js +1 -1
  1231. package/src/main/js/sap/ushell/ui/CustomGroupHeaderListItem.js +1 -1
  1232. package/src/main/js/sap/ushell/ui/CustomGroupHeaderListItemRenderer.js +1 -1
  1233. package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -1
  1234. package/src/main/js/sap/ushell/ui/ShellHeader.js +215 -57
  1235. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +83 -44
  1236. package/src/main/js/sap/ushell/ui/appfinder/AppBox.js +1 -1
  1237. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternal.js +1 -1
  1238. package/src/main/js/sap/ushell/ui/appfinder/AppBoxInternalRenderer.js +1 -1
  1239. package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +1 -1
  1240. package/src/main/js/sap/ushell/ui/appfinder/PinButton.js +1 -1
  1241. package/src/main/js/sap/ushell/ui/appfinder/PinButtonRenderer.js +1 -1
  1242. package/src/main/js/sap/ushell/ui/bookmark/SaveOnPage.controller.js +1 -1
  1243. package/src/main/js/sap/ushell/ui/cards/FrequentActivitiesExtension.js +1 -1
  1244. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +2 -2
  1245. package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +1 -1
  1246. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +1 -1
  1247. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +1 -1
  1248. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportButton.js +1 -1
  1249. package/src/main/js/sap/ushell/ui/footerbar/ContactSupportDialog.controller.js +1 -1
  1250. package/src/main/js/sap/ushell/ui/footerbar/JamDiscussButton.js +1 -1
  1251. package/src/main/js/sap/ushell/ui/footerbar/JamShareButton.js +1 -1
  1252. package/src/main/js/sap/ushell/ui/footerbar/LogoutButton.js +1 -1
  1253. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +1 -1
  1254. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +1 -1
  1255. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +1 -1
  1256. package/src/main/js/sap/ushell/ui/launchpad/AccessibilityCustomData.js +1 -1
  1257. package/src/main/js/sap/ushell/ui/launchpad/ActionItem.js +1 -1
  1258. package/src/main/js/sap/ushell/ui/launchpad/AnchorItem.js +1 -1
  1259. package/src/main/js/sap/ushell/ui/launchpad/AnchorItemRenderer.js +1 -1
  1260. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +1 -1
  1261. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBarRenderer.js +1 -1
  1262. package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +1 -1
  1263. package/src/main/js/sap/ushell/ui/launchpad/CatalogsContainer.js +1 -1
  1264. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +1 -1
  1265. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainerRenderer.js +1 -1
  1266. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +2 -2
  1267. package/src/main/js/sap/ushell/ui/launchpad/FailedTileDialog.js +1 -1
  1268. package/src/main/js/sap/ushell/ui/launchpad/GroupHeaderActions.js +1 -1
  1269. package/src/main/js/sap/ushell/ui/launchpad/GroupListItem.js +1 -1
  1270. package/src/main/js/sap/ushell/ui/launchpad/GroupListItemRenderer.js +1 -1
  1271. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapper.js +1 -1
  1272. package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +1 -1
  1273. package/src/main/js/sap/ushell/ui/launchpad/LoadingDialog.js +1 -1
  1274. package/src/main/js/sap/ushell/ui/launchpad/LoadingDialogRenderer.js +1 -1
  1275. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  1276. package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +1 -1
  1277. package/src/main/js/sap/ushell/ui/launchpad/PlusTile.js +1 -1
  1278. package/src/main/js/sap/ushell/ui/launchpad/PlusTileRenderer.js +1 -1
  1279. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  1280. package/src/main/js/sap/ushell/ui/launchpad/SectionRenderer.js +1 -1
  1281. package/src/main/js/sap/ushell/ui/launchpad/Tile.js +1 -1
  1282. package/src/main/js/sap/ushell/ui/launchpad/TileContainer.js +1 -1
  1283. package/src/main/js/sap/ushell/ui/launchpad/TileContainerRenderer.js +1 -1
  1284. package/src/main/js/sap/ushell/ui/launchpad/TileContainerUtils.js +1 -1
  1285. package/src/main/js/sap/ushell/ui/launchpad/TileRenderer.js +1 -1
  1286. package/src/main/js/sap/ushell/ui/launchpad/TileState.js +1 -1
  1287. package/src/main/js/sap/ushell/ui/launchpad/TileStateInternal.js +1 -1
  1288. package/src/main/js/sap/ushell/ui/launchpad/TileStateInternalRenderer.js +1 -1
  1289. package/src/main/js/sap/ushell/ui/launchpad/TileStateRenderer.js +1 -1
  1290. package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +1 -1
  1291. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +1 -1
  1292. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +1 -1
  1293. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceBase.js +1 -1
  1294. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +1 -1
  1295. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +1 -1
  1296. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLink.js +1 -1
  1297. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceRenderer.js +1 -1
  1298. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +2 -2
  1299. package/src/main/js/sap/ushell/ui/launchpad/section/CompactAreaRenderer.js +1 -1
  1300. package/src/main/js/sap/ushell/ui/shell/ContentRenderer.js +1 -1
  1301. package/src/main/js/sap/ushell/ui/shell/NavigationMiniTile.js +1 -1
  1302. package/src/main/js/sap/ushell/ui/shell/OverflowListItem.js +1 -1
  1303. package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +1 -1
  1304. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -1
  1305. package/src/main/js/sap/ushell/ui/shell/ShellFloatingAction.js +1 -1
  1306. package/src/main/js/sap/ushell/ui/shell/ShellFloatingActionRenderer.js +1 -1
  1307. package/src/main/js/sap/ushell/ui/shell/ShellFloatingActions.js +1 -9
  1308. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  1309. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +1 -1
  1310. package/src/main/js/sap/ushell/ui/shell/SidePane.js +1 -1
  1311. package/src/main/js/sap/ushell/ui/shell/SubHeader.js +8 -51
  1312. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  1313. package/src/main/js/sap/ushell/ui/shell/SysInfoBarRenderer.js +1 -1
  1314. package/src/main/js/sap/ushell/ui/shell/ToolArea.js +1 -1
  1315. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +2 -2
  1316. package/src/main/js/sap/ushell/ui/tile/DynamicTile.js +1 -1
  1317. package/src/main/js/sap/ushell/ui/tile/DynamicTileRenderer.js +1 -1
  1318. package/src/main/js/sap/ushell/ui/tile/ImageTile.js +1 -1
  1319. package/src/main/js/sap/ushell/ui/tile/ImageTileRenderer.js +1 -1
  1320. package/src/main/js/sap/ushell/ui/tile/StaticTile.js +1 -1
  1321. package/src/main/js/sap/ushell/ui/tile/StaticTileRenderer.js +1 -1
  1322. package/src/main/js/sap/ushell/ui/tile/TileBase.js +1 -1
  1323. package/src/main/js/sap/ushell/ui/tile/TileBaseRenderer.js +1 -1
  1324. package/src/main/js/sap/ushell/ui/utils.js +2 -2
  1325. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +120 -13
  1326. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +2 -2
  1327. package/src/main/js/sap/ushell/ui5service/UserStatus.js +2 -2
  1328. package/src/main/js/sap/ushell/utils/AppType.js +1 -1
  1329. package/src/main/js/sap/ushell/utils/Deferred.js +1 -1
  1330. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +1 -1
  1331. package/src/main/js/sap/ushell/utils/HttpClient.js +1 -1
  1332. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +17 -1
  1333. package/src/main/js/sap/ushell/utils/UriParameters.js +1 -1
  1334. package/src/main/js/sap/ushell/utils/UrlParsing.js +1 -1
  1335. package/src/main/js/sap/ushell/utils/UrlShortening.js +2 -2
  1336. package/src/main/js/sap/ushell/utils/WindowUtils.js +1 -1
  1337. package/src/main/js/sap/ushell/utils/chipsUtils.js +1 -1
  1338. package/src/main/js/sap/ushell/utils/objectOperations.js +1 -1
  1339. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
  1340. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +1 -1
  1341. package/src/main/js/sap/ushell/utils/type.js +1 -1
  1342. package/src/main/js/sap/ushell/utils/utilsCdm.js +1 -1
  1343. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +1 -1
  1344. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  1345. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +3 -3
  1346. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +3 -3
  1347. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +3 -0
  1348. package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +3 -0
  1349. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +3 -0
  1350. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +3 -0
  1351. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +3 -0
  1352. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +3 -0
  1353. package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +3 -0
  1354. package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +3 -0
  1355. package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +3 -0
  1356. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +3 -0
  1357. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +3 -0
  1358. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saprigi.properties +3 -0
  1359. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +3 -0
  1360. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +3 -0
  1361. package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +3 -0
  1362. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +3 -0
  1363. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +3 -0
  1364. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +3 -0
  1365. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +3 -0
  1366. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +3 -0
  1367. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +3 -0
  1368. package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +3 -0
  1369. package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +3 -0
  1370. package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +3 -0
  1371. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +3 -0
  1372. package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +3 -0
  1373. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +3 -0
  1374. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +3 -0
  1375. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +3 -0
  1376. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +3 -0
  1377. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +3 -0
  1378. package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +3 -0
  1379. package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +3 -0
  1380. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +3 -0
  1381. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +3 -0
  1382. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +3 -0
  1383. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +3 -0
  1384. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +3 -0
  1385. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +3 -0
  1386. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +3 -0
  1387. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +3 -0
  1388. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +3 -0
  1389. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +3 -0
  1390. package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +3 -0
  1391. package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +3 -0
  1392. package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -0
  1393. package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +3 -0
  1394. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +3 -0
  1395. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +3 -0
  1396. package/src/main/js/sap/ushell/utils.js +9 -1
  1397. package/src/test/js/sap/ushell/bootstrap/sandbox.js +2 -2
  1398. package/ui5.yaml +41 -5
  1399. package/src/main/js/sap/ushell/appRuntime/ui5/style.css +0 -48
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0_fcl_column_border: none;--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-0_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-8-0_media_gallery_overflow_btn_background: var(--sapButton_Neutral_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapBaseColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: none;--_ui5-v2-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_item-border-radius: 0px;--_ui5-v2-8-0-notification_group_header-border-bottom-width: .0625rem;--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_group_header-padding: 1rem .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .625rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--ui5-v2-8-0-listitem-border-bottom);--_ui5-v2-8-0-notification_item-border-top-left-right: none;--_ui5-v2-8-0-notification_item-margin: 0;--_ui5-v2-8-0-notification_item-background-color-hover: none;--_ui5-v2-8-0-notification_item-background-color-active: none;--_ui5-v2-8-0-notification_item-border-active: 1px solid transparent;--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem .5rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 1rem;--_ui5-v2-8-0-notification_item-title-margin-bottom: .25rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-focus-offset: 0;--_ui5-v2-8-0-notification_item-outline-offset: 0;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: transparent;--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_shellbar_root_height: 2.75rem;--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_outline_offset: -.0625rem;--_ui5-v2-8-0_shellbar_logo_outline_offset: var(--_ui5-v2-8-0_shellbar_outline_offset);--_ui5-v2-8-0_shellbar_button_box_shadow: none;--_ui5-v2-8-0_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_button_focused_border: .0625rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_side_navigation_width: 15rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 3rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_side_navigation_box_shadow: none;--_ui5-v2-8-0_side_navigation_triangle_display: block;--_ui5-v2-8-0_side_navigation_phone_width: var(--_ui5-v2-8-0_side_navigation_width);--_ui5-v2-8-0_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: 0;--_ui5-v2-8-0_side_navigation_item_bottom_margin: 0;--_ui5-v2-8-0_side_navigation_item_transition: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-8-0_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0_side_navigation_item_border_radius);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_icon_width: var(--_ui5-v2-8-0_side_navigation_collapsed_width);--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: 1rem;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_text_weight: unset;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0_side_navigation_group_padding: .5rem;--_ui5-v2-8-0_side_navigation_padding-flexible: 0;--_ui5-v2-8-0_side_navigation_padding-fixed: 0;--_ui5-v2-8-0_side_navigation_parent_popup_padding: 0;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: 1rem;--_ui5-v2-8-0_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-8-0_side_navigation_popup_title_line_height: normal;--_ui5-v2-8-0_side_navigation_selection_indicator_display: none;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 0;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 0;--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0_tl_bubble_padding);--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .75rem;--ui5-v2-8-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: transparent;--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .8;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 0rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_search_icon_border_radius: .375rem;--_ui5-v2-8-0_search_input_border_radius: none;--_ui5-v2-8-0-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-search-wrapper-background: none;--_ui5-v2-8-0_search_separator_background: none;--_ui5-v2-8-0-search-wrapper-hover-background: none;--_ui5-v2-8-0-search-wrapper-hover-background-color: none;--_ui5-v2-8-0_search_input_scope_margin: 0;--_ui5-v2-8-0-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0_search_wrapper_outline: none;--_ui5-v2-8-0_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_icon_size: 2.25rem;--_ui5-v2-8-0_search_icon_padding: .625rem;--_ui5-v2-8-0_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0_search_input_start_margin: .25rem;--_ui5-v2-8-0_search_input_end_padding: .25rem;--_ui5-v2-8-0-search-input-start-padding: .625rem;--_ui5-v2-8-0-search-select-height: 2.25rem;--_ui5-v2-8-0-search_icon_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_wiz_tab_focus_outline: 1px dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #000);--_ui5-v2-8-0_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #000);--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-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_item-border-radius: 0px;--_ui5-v2-8-0-notification_group_header-border-bottom-width: .0625rem;--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_group_header-padding: 1rem .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .625rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--ui5-v2-8-0-listitem-border-bottom);--_ui5-v2-8-0-notification_item-border-top-left-right: none;--_ui5-v2-8-0-notification_item-margin: 0;--_ui5-v2-8-0-notification_item-background-color-hover: none;--_ui5-v2-8-0-notification_item-background-color-active: none;--_ui5-v2-8-0-notification_item-border-active: 1px solid transparent;--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem .5rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 1rem;--_ui5-v2-8-0-notification_item-title-margin-bottom: .25rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-focus-offset: 0;--_ui5-v2-8-0-notification_item-outline-offset: 0;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_outline_width: .125rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.25rem;--_ui5-v2-8-0_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-8-0_side_navigation_width: 15rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 3rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_side_navigation_box_shadow: none;--_ui5-v2-8-0_side_navigation_triangle_display: block;--_ui5-v2-8-0_side_navigation_phone_width: var(--_ui5-v2-8-0_side_navigation_width);--_ui5-v2-8-0_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: 0;--_ui5-v2-8-0_side_navigation_item_bottom_margin: 0;--_ui5-v2-8-0_side_navigation_item_transition: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-8-0_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0_side_navigation_item_border_radius);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_icon_width: var(--_ui5-v2-8-0_side_navigation_collapsed_width);--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: 1rem;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_text_weight: unset;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0_side_navigation_group_padding: .5rem;--_ui5-v2-8-0_side_navigation_padding-flexible: 0;--_ui5-v2-8-0_side_navigation_padding-fixed: 0;--_ui5-v2-8-0_side_navigation_parent_popup_padding: 0;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: 1rem;--_ui5-v2-8-0_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-8-0_side_navigation_popup_title_line_height: normal;--_ui5-v2-8-0_side_navigation_selection_indicator_display: none;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 0;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 0;--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0_tl_bubble_padding);--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .8;--ui5-v2-8-0_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: transparent;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 0rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_search_icon_border_radius: .375rem;--_ui5-v2-8-0_search_input_border_radius: none;--_ui5-v2-8-0-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-search-wrapper-background: none;--_ui5-v2-8-0_search_separator_background: none;--_ui5-v2-8-0-search-wrapper-hover-background: none;--_ui5-v2-8-0-search-wrapper-hover-background-color: none;--_ui5-v2-8-0_search_input_scope_margin: 0;--_ui5-v2-8-0-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0_search_wrapper_outline: none;--_ui5-v2-8-0_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_icon_size: 2.25rem;--_ui5-v2-8-0_search_icon_padding: .5625rem;--_ui5-v2-8-0_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0_search_input_start_margin: .25rem;--_ui5-v2-8-0_search_input_end_padding: .25rem;--_ui5-v2-8-0-search-input-start-padding: .625rem;--_ui5-v2-8-0-search-select-height: 2.25rem;--_ui5-v2-8-0-search_icon_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapTextColor);--_ui5-v2-8-0_shellbar_root_height: 2.75rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_outline_offset: -.0625rem;--_ui5-v2-8-0_shellbar_logo_outline_offset: var(--_ui5-v2-8-0_shellbar_outline_offset);--_ui5-v2-8-0_shellbar_button_box_shadow: none;--_ui5-v2-8-0_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 3rem;--_ui5-v2-8-0_dynamic_page_title_border: .0625rem solid transparent;--_ui5-v2-8-0_dynamic_page_title_hover_border: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3_dark.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_fiori_3\",\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"DarkColorScheme\"],\"FallbackThemeId\": \"sap_fiori_3\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"14.2.8\"},\"Version\":{\"Build\": \"11.24.0.20241212104249\",\"Source\": \"11.24.0\"}};--sapBrandColor: #91c8f6;--sapHighlightColor: #91c8f6;--sapBaseColor: #29313a;--sapShellColor: #354a5f;--sapBackgroundColor: #1c2228;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #fafafa;--sapLinkColor: #91c8f6;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #91c8f6;--sapHoverColor: #222a31;--sapActiveColor: #91c8f6;--sapHighlightTextColor: #29313a;--sapTitleColor: #fafafa;--sapNegativeColor: #ff8888;--sapCriticalColor: #fabd64;--sapPositiveColor: #abe2ab;--sapInformativeColor: #91c8f6;--sapNeutralColor: #d3d7d9;--sapNegativeElementColor: #ff8888;--sapCriticalElementColor: #fabd64;--sapPositiveElementColor: #abe2ab;--sapInformativeElementColor: #91c8f6;--sapNeutralElementColor: #d3d7d9;--sapNegativeTextColor: #ff8888;--sapCriticalTextColor: #fabd64;--sapPositiveTextColor: #abe2ab;--sapInformativeTextColor: #91c8f6;--sapNeutralTextColor: #d3d7d9;--sapErrorColor: #ff8888;--sapWarningColor: #fabd64;--sapSuccessColor: #abe2ab;--sapInformationColor: #91c8f6;--sapErrorBackground: #3b0000;--sapWarningBackground: #2b1a01;--sapSuccessBackground: #153c15;--sapInformationBackground: #062e4f;--sapNeutralBackground: #5c666b;--sapErrorBorderColor: #ff8888;--sapWarningBorderColor: #fabd64;--sapSuccessBorderColor: #abe2ab;--sapInformationBorderColor: #91c8f6;--sapNeutralBorderColor: #d3d7d9;--sapElement_LineHeight: 2.75rem;--sapElement_Height: 2.25rem;--sapElement_BorderWidth: .0625rem;--sapElement_BorderCornerRadius: .25rem;--sapElement_Compact_LineHeight: 2rem;--sapElement_Compact_Height: 1.625rem;--sapElement_Condensed_LineHeight: 1.5rem;--sapElement_Condensed_Height: 1.375rem;--sapContent_LineHeight: 1.4;--sapContent_IconHeight: 1rem;--sapContent_IconColor: #91c8f6;--sapContent_ContrastIconColor: #29313a;--sapContent_NonInteractiveIconColor: #d3d7d9;--sapContent_MarkerIconColor: #6bd3ff;--sapContent_MarkerTextColor: #7fc6c6;--sapContent_MeasureIndicatorColor: #8696a9;--sapContent_Selected_MeasureIndicatorColor: #8696a9;--sapContent_Placeholderloading_Background: #536376;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);--sapContent_ImagePlaceholderBackground: #687d94;--sapContent_ImagePlaceholderForegroundColor: #29313a;--sapContent_RatedColor: #ffc847;--sapContent_UnratedColor: #8696a9;--sapContent_BusyColor: #91c8f6;--sapContent_FocusColor: #fff;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #000;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(255,255,255,.2), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow1: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Shadow2: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .625rem 1.875rem 0 rgba(0,0,0,.6);--sapContent_Shadow3: 0 0 0 .0625rem rgba(255,255,255,.5), 0 1.25rem 5rem 0 rgba(0,0,0,.6);--sapContent_TextShadow: 0 0 .125rem #000;--sapContent_ContrastTextShadow: none;--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #3a4552;--sapContent_Interaction_Shadow: none;--sapContent_Selected_Shadow: none;--sapContent_Negative_Shadow: none;--sapContent_Critical_Shadow: none;--sapContent_Positive_Shadow: none;--sapContent_Informative_Shadow: none;--sapContent_Neutral_Shadow: none;--sapContent_SearchHighlightColor: #058088;--sapContent_HelpColor: #57b900;--sapContent_LabelColor: #d3d7d9;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(250,250,250,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .55;--sapContent_ContrastTextColor: #29313a;--sapContent_ForegroundColor: #1c2228;--sapContent_ForegroundBorderColor: #8696a9;--sapContent_ForegroundTextColor: #fafafa;--sapContent_BadgeBackground: #d14242;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #29313a;--sapContent_DragAndDropActiveColor: #91c8f6;--sapContent_Selected_TextColor: #29313a;--sapContent_Selected_Background: #91c8f6;--sapContent_Selected_Hover_Background: #83c1f5;--sapContent_Selected_ForegroundColor: #91c8f6;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: 0 0 0 .0625rem rgba(255,255,255,.5), 0 .125rem .5rem 0 rgba(0,0,0,.6);--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #4d82b8;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #030303;--sapContent_Illustrative_Color5: #727f87;--sapContent_Illustrative_Color6: #9ba4aa;--sapContent_Illustrative_Color7: #101619;--sapContent_Illustrative_Color8: #d5dadd;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #ebf8ff;--sapContent_Illustrative_Color11: #fa4f96;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #3b5b7c;--sapContent_Illustrative_Color14: #2a4259;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #2a4259;--sapContent_Illustrative_Color19: #324e6b;--sapContent_Illustrative_Color20: #222f3b;--sapContent_Illustrative_Color21: #101619;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #d094b0;--sapContent_Illustrative_Color25: #d0c1cb;--sapContent_Illustrative_Color26: #d0b863;--sapContent_Illustrative_Color27: #d0cdb3;--sapContent_Illustrative_Color28: #a93e00;--sapContent_Illustrative_Color29: #450b00;--sapContent_Illustrative_Color30: #340800;--sapContent_Illustrative_Color31: #ffab92;--sapContent_Space_S: 1rem;--sapContent_Space_M: 2rem;--sapContent_Space_L: 2rem;--sapContent_Space_XL: 3rem;--sapContent_Space_Tiny: 2rem;--sapContent_Space_Small: 1rem;--sapContent_Space_Medium: 2rem;--sapContent_Space_Large: 3rem;--sapContent_Margin_Tiny: 0 0 1rem;--sapContent_Margin_Small: 1rem;--sapContent_Margin_Medium: 1rem 2rem;--sapContent_Margin_Large: 1rem 3rem;--sapContent_Padding_S: 0rem;--sapContent_Padding_M: 2rem;--sapContent_Padding_L: 2rem;--sapContent_Padding_XL: 3rem;--sapContent_Gap: 1rem;--sapContent_Success_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #abe2ab;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #fabd64;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #ff8888;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.2), inset 0 -.0625rem 0 0 #91c8f6;--sapFontLightFamily: \"72-Light\", \"72-Lightfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBoldFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldFamily: \"72-Semibold\", \"72-Semiboldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSemiboldDuplexFamily: \"72-SemiboldDuplex\", \"72-SemiboldDuplexfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontBlackFamily: \"72Black\", \"72Blackfull\",\"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontHeaderFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSmallSize: .75rem;--sapFontLargeSize: 1rem;--sapFontHeader1Size: 2.25rem;--sapFontHeader2Size: 1.5rem;--sapFontHeader3Size: 1.25rem;--sapFontHeader4Size: 1.125rem;--sapFontHeader5Size: 1rem;--sapFontHeader6Size: .875rem;--sapLink_TextDecoration: none;--sapLink_Hover_Color: #62b0f2;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #91c8f6;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #91c8f6;--sapLink_InvertedColor: #d3e9fb;--sapLink_SubtleColor: #c0e0fa;--sapShell_Background: #232a31;--sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fafafa;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #fafafa;--sapShell_GroupTitleTextShadow: 0 0 .125rem #000;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fafafa;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fafafa;--sapShell_Selected_Hover_Background: #23303e;--sapShell_Favicon: none;--sapShell_Navigation_Background: #354a5f;--sapShell_Navigation_Hover_Background: #283848;--sapShell_Navigation_SelectedColor: #d1e8ff;--sapShell_Navigation_Selected_TextColor: #d1e8ff;--sapShell_Navigation_TextColor: #fafafa;--sapShell_Navigation_Active_TextColor: #fafafa;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.8), inset 0 -.0625rem 0 0 rgba(255,255,255,.2);--sapShell_NegativeColor: #ff8888;--sapShell_CriticalColor: #fabd64;--sapShell_PositiveColor: #abe2ab;--sapShell_InformativeColor: #c0e0fa;--sapShell_NeutralColor: #d3d7d9;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_SubBrand_TextColor: #91c8f6;--sapShell_Category_1_Background: #6bd3ff;--sapShell_Category_1_BorderColor: #6bd3ff;--sapShell_Category_1_TextColor: #29313a;--sapShell_Category_1_TextShadow: none;--sapShell_Category_2_Background: #d88b8b;--sapShell_Category_2_BorderColor: #d88b8b;--sapShell_Category_2_TextColor: #29313a;--sapShell_Category_2_TextShadow: none;--sapShell_Category_3_Background: #f0b25f;--sapShell_Category_3_BorderColor: #f0b25f;--sapShell_Category_3_TextColor: #29313a;--sapShell_Category_3_TextShadow: none;--sapShell_Category_4_Background: #bb8aaf;--sapShell_Category_4_BorderColor: #bb8aaf;--sapShell_Category_4_TextColor: #29313a;--sapShell_Category_4_TextShadow: none;--sapShell_Category_5_Background: #ffb98d;--sapShell_Category_5_BorderColor: #ffb98d;--sapShell_Category_5_TextColor: #29313a;--sapShell_Category_5_TextShadow: none;--sapShell_Category_6_Background: #21c4c4;--sapShell_Category_6_BorderColor: #21c4c4;--sapShell_Category_6_TextColor: #29313a;--sapShell_Category_6_TextShadow: none;--sapShell_Category_7_Background: #de54c1;--sapShell_Category_7_BorderColor: #de54c1;--sapShell_Category_7_TextColor: #fafafa;--sapShell_Category_7_TextShadow: none;--sapShell_Category_8_Background: #afd645;--sapShell_Category_8_BorderColor: #afd645;--sapShell_Category_8_TextColor: #29313a;--sapShell_Category_8_TextShadow: none;--sapShell_Category_9_Background: #bbbcd2;--sapShell_Category_9_BorderColor: #bbbcd2;--sapShell_Category_9_TextColor: #29313a;--sapShell_Category_9_TextShadow: none;--sapShell_Category_10_Background: #b0bcc5;--sapShell_Category_10_BorderColor: #b0bcc5;--sapShell_Category_10_TextColor: #29313a;--sapShell_Category_10_TextShadow: none;--sapShell_Category_11_Background: #f58c4b;--sapShell_Category_11_BorderColor: #f58c4b;--sapShell_Category_11_TextColor: #29313a;--sapShell_Category_11_TextShadow: none;--sapShell_Category_12_Background: #c3c5fd;--sapShell_Category_12_BorderColor: #c3c5fd;--sapShell_Category_12_TextColor: #29313a;--sapShell_Category_12_TextShadow: none;--sapShell_Category_13_Background: #ffa1a1;--sapShell_Category_13_BorderColor: #ffa1a1;--sapShell_Category_13_TextColor: #29313a;--sapShell_Category_13_TextShadow: none;--sapShell_Category_14_Background: #a2c2c2;--sapShell_Category_14_BorderColor: #a2c2c2;--sapShell_Category_14_TextColor: #29313a;--sapShell_Category_14_TextShadow: none;--sapShell_Category_15_Background: #e9e9f0;--sapShell_Category_15_BorderColor: #e9e9f0;--sapShell_Category_15_TextColor: #29313a;--sapShell_Category_15_TextShadow: none;--sapShell_Category_16_Background: #aabc78;--sapShell_Category_16_BorderColor: #aabc78;--sapShell_Category_16_TextColor: #29313a;--sapShell_Category_16_TextShadow: none;--sapShell_Space_S: .5rem;--sapShell_Space_M: 2rem;--sapShell_Space_L: 2rem;--sapShell_Space_XL: 3rem;--sapShell_Gap_S: .5rem;--sapShell_Gap_M: 1rem;--sapShell_Gap_L: 1rem;--sapShell_Gap_XL: 1rem;--sapShell_GroupGap_S: 2rem;--sapShell_GroupGap_M: 3rem;--sapShell_GroupGap_L: 3rem;--sapShell_GroupGap_XL: 3rem;--sapAssistant_Color1: #5d36ff;--sapAssistant_Color2: #a100c2;--sapAssistant_BackgroundGradient: linear-gradient(#5d36ff, #a100c2);--sapAssistant_Background: #5d36ff;--sapAssistant_BorderColor: #5d36ff;--sapAssistant_TextColor: #fff;--sapAssistant_Hover_Background: #2800cf;--sapAssistant_Hover_BorderColor: #2800cf;--sapAssistant_Hover_TextColor: #fff;--sapAssistant_Active_Background: #1e009c;--sapAssistant_Active_BorderColor: #1e009c;--sapAssistant_Active_TextColor: #fafafa;--sapAssistant_Question_Background: #140066;--sapAssistant_Question_BorderColor: #140066;--sapAssistant_Question_TextColor: #fafafa;--sapAssistant_Answer_Background: #14181c;--sapAssistant_Answer_BorderColor: #14181c;--sapAssistant_Answer_TextColor: #fafafa;--sapAvatar_1_Background: #ffc847;--sapAvatar_1_BorderColor: #ffc847;--sapAvatar_1_TextColor: #29313a;--sapAvatar_1_Hover_Background: #ffc847;--sapAvatar_2_Background: #e7a1a1;--sapAvatar_2_BorderColor: #e7a1a1;--sapAvatar_2_TextColor: #29313a;--sapAvatar_2_Hover_Background: #e7a1a1;--sapAvatar_3_Background: #f37aa2;--sapAvatar_3_BorderColor: #f37aa2;--sapAvatar_3_TextColor: #29313a;--sapAvatar_3_Hover_Background: #f37aa2;--sapAvatar_4_Background: #e269c9;--sapAvatar_4_BorderColor: #e269c9;--sapAvatar_4_TextColor: #fafafa;--sapAvatar_4_Hover_Background: #e269c9;--sapAvatar_5_Background: #8ca7d5;--sapAvatar_5_BorderColor: #8ca7d5;--sapAvatar_5_TextColor: #29313a;--sapAvatar_5_Hover_Background: #8ca7d5;--sapAvatar_6_Background: #6bd3ff;--sapAvatar_6_BorderColor: #6bd3ff;--sapAvatar_6_TextColor: #29313a;--sapAvatar_6_Hover_Background: #6bd3ff;--sapAvatar_7_Background: #7fc6c6;--sapAvatar_7_BorderColor: #7fc6c6;--sapAvatar_7_TextColor: #29313a;--sapAvatar_7_Hover_Background: #7fc6c6;--sapAvatar_8_Background: #b2e484;--sapAvatar_8_BorderColor: #b2e484;--sapAvatar_8_TextColor: #29313a;--sapAvatar_8_Hover_Background: #b2e484;--sapAvatar_9_Background: #b995e0;--sapAvatar_9_BorderColor: #b995e0;--sapAvatar_9_TextColor: #29313a;--sapAvatar_9_Hover_Background: #b995e0;--sapAvatar_10_Background: #b0bcc5;--sapAvatar_10_BorderColor: #b0bcc5;--sapAvatar_10_TextColor: #29313a;--sapAvatar_10_Hover_Background: #b0bcc5;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(134,150,169,.25);--sapButton_Background: #29313a;--sapButton_BorderColor: #91c8f6;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #91c8f6;--sapButton_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #062e4f;--sapButton_Hover_BorderColor: #91c8f6;--sapButton_Hover_TextColor: #91c8f6;--sapButton_IconColor: #91c8f6;--sapButton_Active_Background: #91c8f6;--sapButton_Active_BorderColor: #91c8f6;--sapButton_Active_TextColor: #29313a;--sapButton_Emphasized_Background: #1b8dec;--sapButton_Emphasized_BorderColor: #1b8dec;--sapButton_Emphasized_BorderWidth: .0625rem;--sapButton_Emphasized_TextColor: #fff;--sapButton_Emphasized_FontFamily: \"72-Bold\", \"72-Boldfull\", \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Emphasized_Hover_Background: #2e96ee;--sapButton_Emphasized_Hover_BorderColor: #2e96ee;--sapButton_Emphasized_Hover_TextColor: #fafafa;--sapButton_Emphasized_Active_Background: #91c8f6;--sapButton_Emphasized_Active_BorderColor: #91c8f6;--sapButton_Emphasized_Active_TextColor: #29313a;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #29313a;--sapButton_Reject_BorderColor: #ff8888;--sapButton_Reject_TextColor: #f88;--sapButton_Reject_Hover_Background: #3b0000;--sapButton_Reject_Hover_BorderColor: #ff8888;--sapButton_Reject_Hover_TextColor: #f88;--sapButton_Reject_Active_Background: #ff6e6e;--sapButton_Reject_Active_BorderColor: #ff6e6e;--sapButton_Reject_Active_TextColor: #29313a;--sapButton_Reject_Selected_Background: #ff6e6e;--sapButton_Reject_Selected_BorderColor: #ff6e6e;--sapButton_Reject_Selected_TextColor: #29313a;--sapButton_Reject_Selected_Hover_Background: #f88;--sapButton_Reject_Selected_Hover_BorderColor: #f88;--sapButton_Accept_Background: #29313a;--sapButton_Accept_BorderColor: #abe2ab;--sapButton_Accept_TextColor: #abe2ab;--sapButton_Accept_Hover_Background: #153c15;--sapButton_Accept_Hover_BorderColor: #abe2ab;--sapButton_Accept_Hover_TextColor: #abe2ab;--sapButton_Accept_Active_Background: #98db98;--sapButton_Accept_Active_BorderColor: #98db98;--sapButton_Accept_Active_TextColor: #29313a;--sapButton_Accept_Selected_Background: #98db98;--sapButton_Accept_Selected_BorderColor: #98db98;--sapButton_Accept_Selected_TextColor: #29313a;--sapButton_Accept_Selected_Hover_Background: #abe2ab;--sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #91c8f6;--sapButton_Lite_Hover_Background: #062e4f;--sapButton_Lite_Hover_BorderColor: #91c8f6;--sapButton_Lite_Hover_TextColor: #91c8f6;--sapButton_Lite_Active_Background: #91c8f6;--sapButton_Lite_Active_BorderColor: #91c8f6;--sapButton_Selected_Background: #91c8f6;--sapButton_Selected_BorderColor: #91c8f6;--sapButton_Selected_TextColor: #29313a;--sapButton_Selected_Hover_Background: #83c1f5;--sapButton_Selected_Hover_BorderColor: #83c1f5;--sapButton_Attention_Background: #29313a;--sapButton_Attention_BorderColor: #fabd64;--sapButton_Attention_TextColor: #fabd64;--sapButton_Attention_Hover_Background: #2b1a01;--sapButton_Attention_Hover_BorderColor: #fabd64;--sapButton_Attention_Hover_TextColor: #fabd64;--sapButton_Attention_Active_Background: #f9b24b;--sapButton_Attention_Active_BorderColor: #f9b24b;--sapButton_Attention_Active_TextColor: #29313a;--sapButton_Attention_Selected_Background: #f9b24b;--sapButton_Attention_Selected_BorderColor: #f9b24b;--sapButton_Attention_Selected_TextColor: #29313a;--sapButton_Attention_Selected_Hover_Background: #fabd64;--sapButton_Attention_Selected_Hover_BorderColor: #fabd64;--sapButton_Negative_Background: #ff8888;--sapButton_Negative_BorderColor: #ff8888;--sapButton_Negative_TextColor: #29313a;--sapButton_Negative_Hover_Background: #ffa2a2;--sapButton_Negative_Hover_BorderColor: #ffa2a2;--sapButton_Negative_Hover_TextColor: #29313a;--sapButton_Negative_Active_Background: #fbb;--sapButton_Negative_Active_BorderColor: #fbb;--sapButton_Negative_Active_TextColor: #29313a;--sapButton_Critical_Background: #fabd64;--sapButton_Critical_BorderColor: #fabd64;--sapButton_Critical_TextColor: #29313a;--sapButton_Critical_Hover_Background: #fbc87d;--sapButton_Critical_Hover_BorderColor: #fbc87d;--sapButton_Critical_Hover_TextColor: #29313a;--sapButton_Critical_Active_Background: #fcd295;--sapButton_Critical_Active_BorderColor: #fcd295;--sapButton_Critical_Active_TextColor: #29313a;--sapButton_Success_Background: #abe2ab;--sapButton_Success_BorderColor: #abe2ab;--sapButton_Success_TextColor: #29313a;--sapButton_Success_Hover_Background: #bee9be;--sapButton_Success_Hover_BorderColor: #bee9be;--sapButton_Success_Hover_TextColor: #29313a;--sapButton_Success_Active_Background: #d1efd1;--sapButton_Success_Active_BorderColor: #d1efd1;--sapButton_Success_Active_TextColor: #29313a;--sapButton_Information_Background: #91c8f6;--sapButton_Information_BorderColor: #91c8f6;--sapButton_Information_TextColor: #29313a;--sapButton_Information_Hover_Background: #a9d4f8;--sapButton_Information_Hover_BorderColor: #a9d4f8;--sapButton_Information_Hover_TextColor: #29313a;--sapButton_Information_Active_Background: #c0e0fa;--sapButton_Information_Active_BorderColor: #c0e0fa;--sapButton_Information_Active_TextColor: #29313a;--sapButton_Neutral_Background: #d3d7d9;--sapButton_Neutral_BorderColor: #d3d7d9;--sapButton_Neutral_TextColor: #29313a;--sapButton_Neutral_Hover_Background: #e1e3e5;--sapButton_Neutral_Hover_BorderColor: #e1e3e5;--sapButton_Neutral_Hover_TextColor: #29313a;--sapButton_Neutral_Active_Background: #eef0f1;--sapButton_Neutral_Active_BorderColor: #eef0f1;--sapButton_Neutral_Active_TextColor: #29313a;--sapButton_Track_Background: #38434f;--sapButton_Track_BorderColor: #8696a9;--sapButton_Track_TextColor: #fafafa;--sapButton_Track_Hover_Background: #38434f;--sapButton_Track_Hover_BorderColor: #91c8f6;--sapButton_Track_Selected_Background: #062e4f;--sapButton_Track_Selected_BorderColor: #91c8f6;--sapButton_Track_Selected_TextColor: #fafafa;--sapButton_Track_Selected_Hover_Background: #062e4f;--sapButton_Track_Selected_Hover_BorderColor: #83c1f5;--sapButton_Handle_Background: #29313a;--sapButton_Handle_BorderColor: #8696a9;--sapButton_Handle_TextColor: #fafafa;--sapButton_Handle_Hover_Background: #062e4f;--sapButton_Handle_Hover_BorderColor: #91c8f6;--sapButton_Handle_Selected_Background: #91c8f6;--sapButton_Handle_Selected_BorderColor: #91c8f6;--sapButton_Handle_Selected_TextColor: #29313a;--sapButton_Handle_Selected_Hover_Background: #83c1f5;--sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;--sapButton_Track_Negative_Background: #3b0000;--sapButton_Track_Negative_BorderColor: #ff8888;--sapButton_Track_Negative_TextColor: #f88;--sapButton_Track_Negative_Hover_Background: #3b0000;--sapButton_Track_Negative_Hover_BorderColor: #ff8888;--sapButton_Handle_Negative_Background: #29313a;--sapButton_Handle_Negative_BorderColor: #ff8888;--sapButton_Handle_Negative_TextColor: #f88;--sapButton_Handle_Negative_Hover_Background: #3b0000;--sapButton_Handle_Negative_Hover_BorderColor: #ff8888;--sapButton_Track_Positive_Background: #153c15;--sapButton_Track_Positive_BorderColor: #abe2ab;--sapButton_Track_Positive_TextColor: #abe2ab;--sapButton_Track_Positive_Hover_Background: #153c15;--sapButton_Track_Positive_Hover_BorderColor: #abe2ab;--sapButton_Handle_Positive_Background: #29313a;--sapButton_Handle_Positive_BorderColor: #abe2ab;--sapButton_Handle_Positive_TextColor: #abe2ab;--sapButton_Handle_Positive_Hover_Background: #153c15;--sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;--sapButton_TokenBackground: #29313a;--sapButton_TokenBorderColor: #687d94;--sapButton_TokenBorderCornerRadius: .25rem;--sapButton_Selected_TokenBorderWidth: 0;--sapButton_ReadOnly_TokenBackground: rgba(58,69,82,.5);--sapButton_Segment_BorderCornerRadius: 0;--sapField_Background: #29313a;--sapField_BackgroundStyle: none;--sapField_TextColor: #fafafa;--sapField_PlaceholderTextColor: #b8bec1;--sapField_BorderColor: #8696a9;--sapField_HelpBackground: #29313a;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #29313a;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #91c8f6;--sapField_Hover_HelpBackground: #062e4f;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #91c8f6;--sapField_Focus_Background: #29313a;--sapField_Focus_BorderColor: #8696a9;--sapField_Focus_HelpBackground: #29313a;--sapField_ReadOnly_Background: rgba(58,69,82,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #546375;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(58,69,82,.5);--sapField_RequiredColor: #e7a1a1;--sapField_InvalidColor: #ff8888;--sapField_InvalidBackground: #29313a;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #fabd64;--sapField_WarningBackground: #29313a;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #abe2ab;--sapField_SuccessBackground: #29313a;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #91c8f6;--sapField_InformationBackground: #29313a;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapField_Selector_Hover_Background: #29313a;--sapField_Selector_Hover_InvalidBackground: #29313a;--sapField_Selector_Hover_WarningBackground: #29313a;--sapField_Selector_Hover_SuccessBackground: #29313a;--sapField_Selector_Hover_InformationBackground: #29313a;--sapField_Picker_BorderColor: #8696a9;--sapField_Picker_BorderWidth: .0625rem;--sapField_Selector_BorderStyle: solid;--sapField_Selector_ReadOnly_BorderStyle: solid;--sapField_Selector_InvalidBorderStyle: solid;--sapField_Selector_WarningBorderStyle: solid;--sapField_Selector_SuccessBorderStyle: solid;--sapField_Selector_InformationBorderStyle: solid;--sapGroup_TitleBorderWidth: .0625rem;--sapGroup_TitleBackground: transparent;--sapGroup_TitleBorderColor: #495767;--sapGroup_TitleTextColor: #fafafa;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #29313a;--sapGroup_ContentBorderColor: #3e4a58;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #495767;--sapList_HeaderBackground: #232931;--sapList_HeaderBorderColor: #3a4552;--sapList_HeaderTextColor: #fafafa;--sapList_BorderColor: #3a4552;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #fafafa;--sapList_Active_TextColor: #29313a;--sapList_Active_Background: #91c8f6;--sapList_SelectionBackgroundColor: #344b5f;--sapList_SelectionBorderColor: #91c8f6;--sapList_Hover_SelectionBackground: #395369;--sapList_Background: #29313a;--sapList_Hover_Background: #222a31;--sapList_AlternatingBackground: #232931;--sapList_GroupHeaderBackground: #29313a;--sapList_GroupHeaderBorderColor: #64778e;--sapList_GroupHeaderTextColor: #fafafa;--sapList_TableGroupHeaderBackground: #1c2228;--sapList_TableGroupHeaderBorderColor: #5a6b7f;--sapList_TableGroupHeaderTextColor: #fafafa;--sapList_FooterBackground: #252c34;--sapList_FooterTextColor: #fafafa;--sapList_TableFooterBorder: #4b596a;--sapList_TableFixedBorderColor: #8091a5;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #ff8888;--sapMessage_WarningBorderColor: #fabd64;--sapMessage_SuccessBorderColor: #abe2ab;--sapMessage_InformationBorderColor: #91c8f6;--sapMessage_Button_Hover_Background: rgba(6,46,79,.2);--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #29313a;--sapProgress_BorderColor: #8696a9;--sapProgress_TextColor: #fafafa;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #29313a;--sapProgress_NegativeBorderColor: #8696a9;--sapProgress_NegativeTextColor: #fafafa;--sapProgress_CriticalBackground: #29313a;--sapProgress_CriticalBorderColor: #8696a9;--sapProgress_CriticalTextColor: #fafafa;--sapProgress_PositiveBackground: #29313a;--sapProgress_PositiveBorderColor: #8696a9;--sapProgress_PositiveTextColor: #fafafa;--sapProgress_InformationBackground: #29313a;--sapProgress_InformationBorderColor: #8696a9;--sapProgress_InformationTextColor: #fafafa;--sapProgress_Value_Background: #d3d7d9;--sapProgress_Value_BorderColor: #8696a9;--sapProgress_Value_TextColor: #fafafa;--sapProgress_Value_NegativeBackground: #ff8888;--sapProgress_Value_NegativeBorderColor: #29313a;--sapProgress_Value_NegativeTextColor: #fafafa;--sapProgress_Value_CriticalBackground: #fabd64;--sapProgress_Value_CriticalBorderColor: #29313a;--sapProgress_Value_CriticalTextColor: #fafafa;--sapProgress_Value_PositiveBackground: #abe2ab;--sapProgress_Value_PositiveBorderColor: #29313a;--sapProgress_Value_PositiveTextColor: #fafafa;--sapProgress_Value_InformationBackground: #91c8f6;--sapProgress_Value_InformationBorderColor: #29313a;--sapProgress_Value_InformationTextColor: #fafafa;--sapScrollBar_FaceColor: #506273;--sapScrollBar_TrackColor: #090b0d;--sapScrollBar_BorderColor: #506273;--sapScrollBar_SymbolColor: #91c8f6;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #4a5a6a;--sapSlider_Background: #8696a9;--sapSlider_BorderColor: #8696a9;--sapSlider_Selected_Background: #91c8f6;--sapSlider_Selected_BorderColor: #91c8f6;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #29313a;--sapSlider_HandleBorderColor: #8696a9;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #062e4f;--sapSlider_Hover_HandleBorderColor: #91c8f6;--sapSlider_Hover_RangeHandleBackground: #062e4f;--sapSlider_Active_HandleBackground: #91c8f6;--sapSlider_Active_HandleBorderColor: #91c8f6;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #29313a;--sapPageHeader_BorderColor: #3a4552;--sapPageHeader_TextColor: #fafafa;--sapPageFooter_Background: #2c3d50;--sapPageFooter_BorderColor: #3a516a;--sapPageFooter_TextColor: #fafafa;--sapInfobar_Background: #7fc6c6;--sapInfobar_Hover_Background: #74c1c1;--sapInfobar_Active_Background: #58b5b5;--sapInfobar_NonInteractive_Background: #14181c;--sapInfobar_TextColor: #29313a;--sapObjectHeader_Background: #29313a;--sapObjectHeader_Hover_Background: #222a31;--sapObjectHeader_BorderColor: #3a4552;--sapObjectHeader_Title_TextColor: #fafafa;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #d3d7d9;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #d3d7d9;--sapTab_ForegroundColor: #91c8f6;--sapTab_IconColor: #91c8f6;--sapTab_Background: #29313a;--sapTab_Selected_TextColor: #91c8f6;--sapTab_Selected_IconColor: #29313a;--sapTab_Selected_Background: #91c8f6;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #abe2ab;--sapTab_Positive_ForegroundColor: #abe2ab;--sapTab_Positive_IconColor: #abe2ab;--sapTab_Positive_Selected_TextColor: #abe2ab;--sapTab_Positive_Selected_IconColor: #29313a;--sapTab_Positive_Selected_Background: #abe2ab;--sapTab_Negative_TextColor: #ff8888;--sapTab_Negative_ForegroundColor: #ff8888;--sapTab_Negative_IconColor: #f88;--sapTab_Negative_Selected_TextColor: #ff8888;--sapTab_Negative_Selected_IconColor: #29313a;--sapTab_Negative_Selected_Background: #ff8888;--sapTab_Critical_TextColor: #fabd64;--sapTab_Critical_ForegroundColor: #fabd64;--sapTab_Critical_IconColor: #fabd64;--sapTab_Critical_Selected_TextColor: #fabd64;--sapTab_Critical_Selected_IconColor: #29313a;--sapTab_Critical_Selected_Background: #fabd64;--sapTile_Background: #29313a;--sapTile_Hover_Background: #21272e;--sapTile_Active_Background: #21272e;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #fafafa;--sapTile_TextColor: #d3d7d9;--sapTile_IconColor: #89a3bd;--sapTile_SeparatorColor: #424f5e;--sapTile_Interactive_BorderColor: #687d94;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fafafa;--sapTile_Hover_ContentBackground: #21272e;--sapTile_Active_ContentBackground: #21272e;--sapAccentColor1: #ffc847;--sapAccentColor2: #e7a1a1;--sapAccentColor3: #f37aa2;--sapAccentColor4: #e269c9;--sapAccentColor5: #8ca7d5;--sapAccentColor6: #6bd3ff;--sapAccentColor7: #7fc6c6;--sapAccentColor8: #b2e484;--sapAccentColor9: #b995e0;--sapAccentColor10: #b0bcc5;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #ff5555;--sapIndicationColor_1_Background: #ff5555;--sapIndicationColor_1_BorderColor: #ff5555;--sapIndicationColor_1_TextColor: #29313a;--sapIndicationColor_1_Hover_Background: #ff6f6f;--sapIndicationColor_1_Active_Background: #f88;--sapIndicationColor_1_Active_BorderColor: #ff5555;--sapIndicationColor_1_Active_TextColor: #29313a;--sapIndicationColor_1_Selected_Background: #f88;--sapIndicationColor_1_Selected_BorderColor: #ff5555;--sapIndicationColor_1_Selected_TextColor: #29313a;--sapIndicationColor_1b: #5e0303;--sapIndicationColor_1b_TextColor: #ff5555;--sapIndicationColor_1b_Background: #5e0303;--sapIndicationColor_1b_BorderColor: #5e0303;--sapIndicationColor_1b_Hover_Background: #770404;--sapIndicationColor_2: #ff8888;--sapIndicationColor_2_Background: #ff8888;--sapIndicationColor_2_BorderColor: #ff8888;--sapIndicationColor_2_TextColor: #29313a;--sapIndicationColor_2_Hover_Background: #ffa2a2;--sapIndicationColor_2_Active_Background: #fbb;--sapIndicationColor_2_Active_BorderColor: #ff8888;--sapIndicationColor_2_Active_TextColor: #29313a;--sapIndicationColor_2_Selected_Background: #fbb;--sapIndicationColor_2_Selected_BorderColor: #ff8888;--sapIndicationColor_2_Selected_TextColor: #29313a;--sapIndicationColor_2b: #7d0000;--sapIndicationColor_2b_TextColor: #ff8888;--sapIndicationColor_2b_Background: #7d0000;--sapIndicationColor_2b_BorderColor: #7d0000;--sapIndicationColor_2b_Hover_Background: #970000;--sapIndicationColor_3: #fabd64;--sapIndicationColor_3_Background: #fabd64;--sapIndicationColor_3_BorderColor: #fabd64;--sapIndicationColor_3_TextColor: #29313a;--sapIndicationColor_3_Hover_Background: #fac373;--sapIndicationColor_3_Active_Background: #fbca82;--sapIndicationColor_3_Active_BorderColor: #fabd64;--sapIndicationColor_3_Active_TextColor: #29313a;--sapIndicationColor_3_Selected_Background: #fbca82;--sapIndicationColor_3_Selected_BorderColor: #fabd64;--sapIndicationColor_3_Selected_TextColor: #29313a;--sapIndicationColor_3b: #662b00;--sapIndicationColor_3b_TextColor: #fabd64;--sapIndicationColor_3b_Background: #662b00;--sapIndicationColor_3b_BorderColor: #662b00;--sapIndicationColor_3b_Hover_Background: #803600;--sapIndicationColor_4: #abe2ab;--sapIndicationColor_4_Background: #abe2ab;--sapIndicationColor_4_BorderColor: #abe2ab;--sapIndicationColor_4_TextColor: #29313a;--sapIndicationColor_4_Hover_Background: #bee9be;--sapIndicationColor_4_Active_Background: #d1efd1;--sapIndicationColor_4_Active_BorderColor: #abe2ab;--sapIndicationColor_4_Active_TextColor: #29313a;--sapIndicationColor_4_Selected_Background: #d1efd1;--sapIndicationColor_4_Selected_BorderColor: #abe2ab;--sapIndicationColor_4_Selected_TextColor: #29313a;--sapIndicationColor_4b: #044a18;--sapIndicationColor_4b_TextColor: #abe2ab;--sapIndicationColor_4b_Background: #044a18;--sapIndicationColor_4b_BorderColor: #044a18;--sapIndicationColor_4b_Hover_Background: #056220;--sapIndicationColor_5: #91c8f6;--sapIndicationColor_5_Background: #91c8f6;--sapIndicationColor_5_BorderColor: #91c8f6;--sapIndicationColor_5_TextColor: #29313a;--sapIndicationColor_5_Hover_Background: #a9d4f8;--sapIndicationColor_5_Active_Background: #c0e0fa;--sapIndicationColor_5_Active_BorderColor: #91c8f6;--sapIndicationColor_5_Active_TextColor: #29313a;--sapIndicationColor_5_Selected_Background: #c0e0fa;--sapIndicationColor_5_Selected_BorderColor: #91c8f6;--sapIndicationColor_5_Selected_TextColor: #29313a;--sapIndicationColor_5b: #024594;--sapIndicationColor_5b_TextColor: #91c8f6;--sapIndicationColor_5b_Background: #024594;--sapIndicationColor_5b_BorderColor: #024594;--sapIndicationColor_5b_Hover_Background: #0251ad;--sapIndicationColor_6: #7fc6c6;--sapIndicationColor_6_Background: #7fc6c6;--sapIndicationColor_6_BorderColor: #7fc6c6;--sapIndicationColor_6_TextColor: #29313a;--sapIndicationColor_6_Hover_Background: #91cece;--sapIndicationColor_6_Active_Background: #a2d6d6;--sapIndicationColor_6_Active_BorderColor: #7fc6c6;--sapIndicationColor_6_Active_TextColor: #29313a;--sapIndicationColor_6_Selected_Background: #a2d6d6;--sapIndicationColor_6_Selected_BorderColor: #7fc6c6;--sapIndicationColor_6_Selected_TextColor: #29313a;--sapIndicationColor_6b: #00454e;--sapIndicationColor_6b_TextColor: #7fc6c6;--sapIndicationColor_6b_Background: #00454e;--sapIndicationColor_6b_BorderColor: #00454e;--sapIndicationColor_6b_Hover_Background: #005c68;--sapIndicationColor_7: #b995e0;--sapIndicationColor_7_Background: #b995e0;--sapIndicationColor_7_BorderColor: #b995e0;--sapIndicationColor_7_TextColor: #29313a;--sapIndicationColor_7_Hover_Background: #c6a9e6;--sapIndicationColor_7_Active_Background: #d3bcec;--sapIndicationColor_7_Active_BorderColor: #b995e0;--sapIndicationColor_7_Active_TextColor: #29313a;--sapIndicationColor_7_Selected_Background: #d3bcec;--sapIndicationColor_7_Selected_BorderColor: #b995e0;--sapIndicationColor_7_Selected_TextColor: #29313a;--sapIndicationColor_7b: #2702c2;--sapIndicationColor_7b_TextColor: #b995e0;--sapIndicationColor_7b_Background: #2702c2;--sapIndicationColor_7b_BorderColor: #2702c2;--sapIndicationColor_7b_Hover_Background: #2c02db;--sapIndicationColor_8: #e269c9;--sapIndicationColor_8_Background: #e269c9;--sapIndicationColor_8_BorderColor: #e269c9;--sapIndicationColor_8_TextColor: #29313a;--sapIndicationColor_8_Hover_Background: #e67ed1;--sapIndicationColor_8_Active_Background: #ea94d8;--sapIndicationColor_8_Active_BorderColor: #e269c9;--sapIndicationColor_8_Active_TextColor: #29313a;--sapIndicationColor_8_Selected_Background: #ea94d8;--sapIndicationColor_8_Selected_BorderColor: #e269c9;--sapIndicationColor_8_Selected_TextColor: #29313a;--sapIndicationColor_8b: #4c005b;--sapIndicationColor_8b_TextColor: #e269c9;--sapIndicationColor_8b_Background: #4c005b;--sapIndicationColor_8b_BorderColor: #4c005b;--sapIndicationColor_8b_Hover_Background: #610075;--sapIndicationColor_9: #f2f2f2;--sapIndicationColor_9_Background: #f2f2f2;--sapIndicationColor_9_BorderColor: #f2f2f2;--sapIndicationColor_9_TextColor: #29313a;--sapIndicationColor_9_Hover_Background: #fff;--sapIndicationColor_9_Active_Background: #fff;--sapIndicationColor_9_Active_BorderColor: #f2f2f2;--sapIndicationColor_9_Active_TextColor: #29313a;--sapIndicationColor_9_Selected_Background: #fff;--sapIndicationColor_9_Selected_BorderColor: #f2f2f2;--sapIndicationColor_9_Selected_TextColor: #29313a;--sapIndicationColor_9b: #1d232a;--sapIndicationColor_9b_TextColor: #f2f2f2;--sapIndicationColor_9b_Background: #1d232a;--sapIndicationColor_9b_BorderColor: #3e4b5a;--sapIndicationColor_9b_Hover_Background: #273039;--sapIndicationColor_10: #d8d8d8;--sapIndicationColor_10_Background: #d8d8d8;--sapIndicationColor_10_BorderColor: #d8d8d8;--sapIndicationColor_10_TextColor: #29313a;--sapIndicationColor_10_Hover_Background: #e5e5e5;--sapIndicationColor_10_Active_Background: #f2f2f2;--sapIndicationColor_10_Active_BorderColor: #d8d8d8;--sapIndicationColor_10_Active_TextColor: #29313a;--sapIndicationColor_10_Selected_Background: #f2f2f2;--sapIndicationColor_10_Selected_BorderColor: #d8d8d8;--sapIndicationColor_10_Selected_TextColor: #29313a;--sapIndicationColor_10b: #373737;--sapIndicationColor_10b_TextColor: #d8d8d8;--sapIndicationColor_10b_Background: #373737;--sapIndicationColor_10b_BorderColor: #373737;--sapIndicationColor_10b_Hover_Background: #444;--sapLegend_WorkingBackground: #2d3640;--sapLegend_NonWorkingBackground: #445261;--sapLegend_CurrentDateTime: #e269c9;--sapLegendColor1: #f0b25f;--sapLegendColor2: #f58c4b;--sapLegendColor3: #d88b8b;--sapLegendColor4: #bd8969;--sapLegendColor5: #de54c1;--sapLegendColor6: #6bd3ff;--sapLegendColor7: #21c4c4;--sapLegendColor8: #afd645;--sapLegendColor9: #b0bcc5;--sapLegendColor10: #bb8aaf;--sapLegendColor11: #d1b575;--sapLegendColor12: #ffb98d;--sapLegendColor13: #ffa1a1;--sapLegendColor14: #d5b39e;--sapLegendColor15: #b7a8b3;--sapLegendColor16: #bbbcd2;--sapLegendColor17: #a2c2c2;--sapLegendColor18: #aabc78;--sapLegendColor19: #a9d4ff;--sapLegendColor20: #c3c5fd;--sapLegendBackgroundColor1: #402706;--sapLegendBackgroundColor2: #421c04;--sapLegendBackgroundColor3: #341111;--sapLegendBackgroundColor4: #302015;--sapLegendBackgroundColor5: #3c0c32;--sapLegendBackgroundColor6: #003247;--sapLegendBackgroundColor7: #0a3d3d;--sapLegendBackgroundColor8: #303d0d;--sapLegendBackgroundColor9: #1f252a;--sapLegendBackgroundColor10: #2c1a28;--sapLegendBackgroundColor11: #352a12;--sapLegendBackgroundColor12: #461b00;--sapLegendBackgroundColor13: #450000;--sapLegendBackgroundColor14: #312015;--sapLegendBackgroundColor15: #272025;--sapLegendBackgroundColor16: #1c1d2a;--sapLegendBackgroundColor17: #1c2b2b;--sapLegendBackgroundColor18: #2b3118;--sapLegendBackgroundColor19: #002448;--sapLegendBackgroundColor20: #020544;--sapChart_Background: transparent;--sapChart_ContrastTextShadow: 0 0 .125rem #fff;--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #000;--sapChart_LineColor_1: #343d49;--sapChart_LineColor_2: #000;--sapChart_LineColor_3: #fff;--sapChart_Choropleth_Background: #232729;--sapChart_ChoroplethRegion_Background: #848f94;--sapChart_ChoroplethRegion_BorderColor: #232729;--sapChart_Data_TextColor: #fff;--sapChart_Data_ContrastTextColor: #000;--sapChart_Data_InteractiveColor: #fff;--sapChart_Data_Active_Background: #0d1013;--sapChart_OrderedColor_1: #5899da;--sapChart_OrderedColor_2: #e66729;--sapChart_OrderedColor_3: #16976c;--sapChart_OrderedColor_4: #ed4a7b;--sapChart_OrderedColor_5: #945ecf;--sapChart_OrderedColor_6: #1193a2;--sapChart_OrderedColor_7: #525df4;--sapChart_OrderedColor_8: #bf399e;--sapChart_OrderedColor_9: #6c8893;--sapChart_OrderedColor_10: #ed5f5f;--sapChart_OrderedColor_11: #4d78a2;--sapChart_OrderedColor_12: #a68a5b;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1_Plus3: #b3d4f5;--sapChart_Sequence_1_Plus3_TextColor: #000;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #93bfeb;--sapChart_Sequence_1_Plus2_TextColor: #000;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #74abe2;--sapChart_Sequence_1_Plus1_TextColor: #000;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #5899da;--sapChart_Sequence_1_TextColor: #000;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #5899da;--sapChart_Sequence_1_Minus1: #367dc4;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #1866b4;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #165ca2;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #135290;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #11477e;--sapChart_Sequence_1_Minus5_TextColor: #fff;--sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Plus3: #ffa376;--sapChart_Sequence_2_Plus3_TextColor: #000;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f69565;--sapChart_Sequence_2_Plus2_TextColor: #000;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #ef7c44;--sapChart_Sequence_2_Plus1_TextColor: #000;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_2_TextColor: #fff;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_BorderColor: #e66729;--sapChart_Sequence_2_Minus1: #c95218;--sapChart_Sequence_2_Minus1_TextColor: #fff;--sapChart_Sequence_2_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus2: #b83c00;--sapChart_Sequence_2_Minus2_TextColor: #fff;--sapChart_Sequence_2_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus3: #973e12;--sapChart_Sequence_2_Minus3_TextColor: #fff;--sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus4: #80340f;--sapChart_Sequence_2_Minus4_TextColor: #fff;--sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_2_Minus5: #6a2b0c;--sapChart_Sequence_2_Minus5_TextColor: #fff;--sapChart_Sequence_2_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Plus3: #80cbb2;--sapChart_Sequence_3_Plus3_TextColor: #000;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #57bc9a;--sapChart_Sequence_3_Plus2_TextColor: #000;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #39a783;--sapChart_Sequence_3_Plus1_TextColor: #000;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_3_TextColor: #fff;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_BorderColor: #16976c;--sapChart_Sequence_3_Minus1: #0b7954;--sapChart_Sequence_3_Minus1_TextColor: #fff;--sapChart_Sequence_3_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus2: #025e40;--sapChart_Sequence_3_Minus2_TextColor: #fff;--sapChart_Sequence_3_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus3: #093e2c;--sapChart_Sequence_3_Minus3_TextColor: #fff;--sapChart_Sequence_3_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus4: #073123;--sapChart_Sequence_3_Minus4_TextColor: #fff;--sapChart_Sequence_3_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_3_Minus5: #052319;--sapChart_Sequence_3_Minus5_TextColor: #fff;--sapChart_Sequence_3_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Plus3: #f8b4c9;--sapChart_Sequence_4_Plus3_TextColor: #000;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f490ae;--sapChart_Sequence_4_Plus2_TextColor: #000;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #f06a93;--sapChart_Sequence_4_Plus1_TextColor: #000;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_4_TextColor: #000;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #ed4a7b;--sapChart_Sequence_4_Minus1: #e5386c;--sapChart_Sequence_4_Minus1_TextColor: #000;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Minus2: #d70947;--sapChart_Sequence_4_Minus2_TextColor: #fff;--sapChart_Sequence_4_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus3: #b51243;--sapChart_Sequence_4_Minus3_TextColor: #fff;--sapChart_Sequence_4_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus4: #900e35;--sapChart_Sequence_4_Minus4_TextColor: #fff;--sapChart_Sequence_4_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_4_Minus5: #790c2d;--sapChart_Sequence_4_Minus5_TextColor: #fff;--sapChart_Sequence_4_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Plus3: #d3bdeb;--sapChart_Sequence_5_Plus3_TextColor: #000;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #be9de2;--sapChart_Sequence_5_Plus2_TextColor: #000;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a97dd8;--sapChart_Sequence_5_Plus1_TextColor: #000;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_5_TextColor: #fff;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_BorderColor: #a97dd8;--sapChart_Sequence_5_Minus1: #8746ce;--sapChart_Sequence_5_Minus1_TextColor: #fff;--sapChart_Sequence_5_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus2: #7629cc;--sapChart_Sequence_5_Minus2_TextColor: #fff;--sapChart_Sequence_5_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus3: #6626ab;--sapChart_Sequence_5_Minus3_TextColor: #fff;--sapChart_Sequence_5_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus4: #521f8a;--sapChart_Sequence_5_Minus4_TextColor: #fff;--sapChart_Sequence_5_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_5_Minus5: #3c1c5e;--sapChart_Sequence_5_Minus5_TextColor: #fff;--sapChart_Sequence_5_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Plus3: #71ccd6;--sapChart_Sequence_6_Plus3_TextColor: #000;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #4bbcc9;--sapChart_Sequence_6_Plus2_TextColor: #000;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #33a6b3;--sapChart_Sequence_6_Plus1_TextColor: #000;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_6_TextColor: #000;--sapChart_Sequence_6_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_BorderColor: #1193a2;--sapChart_Sequence_6_Minus1: #0b7c8a;--sapChart_Sequence_6_Minus1_TextColor: #fff;--sapChart_Sequence_6_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus2: #07656f;--sapChart_Sequence_6_Minus2_TextColor: #fff;--sapChart_Sequence_6_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus3: #07525a;--sapChart_Sequence_6_Minus3_TextColor: #fff;--sapChart_Sequence_6_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus4: #064147;--sapChart_Sequence_6_Minus4_TextColor: #fff;--sapChart_Sequence_6_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6_Minus5: #042b30;--sapChart_Sequence_6_Minus5_TextColor: #fff;--sapChart_Sequence_6_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Plus3: #99a0f9;--sapChart_Sequence_7_Plus3_TextColor: #000;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #828af7;--sapChart_Sequence_7_Plus2_TextColor: #000;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #6973f6;--sapChart_Sequence_7_Plus1_TextColor: #000;--sapChart_Sequence_7_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7: #525df4;--sapChart_Sequence_7_TextColor: #fff;--sapChart_Sequence_7_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_BorderColor: #6973f6;--sapChart_Sequence_7_Minus1: #3945e4;--sapChart_Sequence_7_Minus1_TextColor: #fff;--sapChart_Sequence_7_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus2: #2631d4;--sapChart_Sequence_7_Minus2_TextColor: #fff;--sapChart_Sequence_7_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus3: #222cbe;--sapChart_Sequence_7_Minus3_TextColor: #fff;--sapChart_Sequence_7_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus4: #1c249b;--sapChart_Sequence_7_Minus4_TextColor: #fff;--sapChart_Sequence_7_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_7_Minus5: #161c79;--sapChart_Sequence_7_Minus5_TextColor: #fff;--sapChart_Sequence_7_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Plus3: #e598d2;--sapChart_Sequence_8_Plus3_TextColor: #000;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #d877c0;--sapChart_Sequence_8_Plus2_TextColor: #000;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #cd59b1;--sapChart_Sequence_8_Plus1_TextColor: #000;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_8_TextColor: #000;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_BorderColor: #cd59b1;--sapChart_Sequence_8_Minus1: #a92689;--sapChart_Sequence_8_Minus1_TextColor: #fff;--sapChart_Sequence_8_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus2: #921473;--sapChart_Sequence_8_Minus2_TextColor: #fff;--sapChart_Sequence_8_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus3: #801265;--sapChart_Sequence_8_Minus3_TextColor: #fff;--sapChart_Sequence_8_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus4: #6a0f54;--sapChart_Sequence_8_Minus4_TextColor: #fff;--sapChart_Sequence_8_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_Minus5: #4b0a3b;--sapChart_Sequence_8_Minus5_TextColor: #fff;--sapChart_Sequence_8_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Plus3: #d1d9db;--sapChart_Sequence_9_Plus3_TextColor: #000;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #adbcc3;--sapChart_Sequence_9_Plus2_TextColor: #000;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #8ca2ab;--sapChart_Sequence_9_Plus1_TextColor: #000;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_9_TextColor: #000;--sapChart_Sequence_9_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_BorderColor: #6c8893;--sapChart_Sequence_9_Minus1: #547582;--sapChart_Sequence_9_Minus1_TextColor: #fff;--sapChart_Sequence_9_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus2: #3c6372;--sapChart_Sequence_9_Minus2_TextColor: #fff;--sapChart_Sequence_9_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus3: #2e4b57;--sapChart_Sequence_9_Minus3_TextColor: #fff;--sapChart_Sequence_9_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus4: #20343c;--sapChart_Sequence_9_Minus4_TextColor: #fff;--sapChart_Sequence_9_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_9_Minus5: #152328;--sapChart_Sequence_9_Minus5_TextColor: #fff;--sapChart_Sequence_9_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Plus3: #fbc1c1;--sapChart_Sequence_10_Plus3_TextColor: #000;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f79d9d;--sapChart_Sequence_10_Plus2_TextColor: #000;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f27d7d;--sapChart_Sequence_10_Plus1_TextColor: #000;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_10_TextColor: #000;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e04343;--sapChart_Sequence_10_Minus1: #e04343;--sapChart_Sequence_10_Minus1_TextColor: #fff;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus2: #d02a2a;--sapChart_Sequence_10_Minus2_TextColor: #fff;--sapChart_Sequence_10_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus3: #b72525;--sapChart_Sequence_10_Minus3_TextColor: #fff;--sapChart_Sequence_10_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus4: #9d2020;--sapChart_Sequence_10_Minus4_TextColor: #fff;--sapChart_Sequence_10_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_10_Minus5: #841b1b;--sapChart_Sequence_10_Minus5_TextColor: #fff;--sapChart_Sequence_10_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Plus3: #a0b5c9;--sapChart_Sequence_11_Plus3_TextColor: #000;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #87a1ba;--sapChart_Sequence_11_Plus2_TextColor: #000;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #6a8cae;--sapChart_Sequence_11_Plus1_TextColor: #000;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #4d78a2;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #4d78a2;--sapChart_Sequence_11_Minus1: #2f6497;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #24598e;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #144b7f;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #113b64;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #0c2c4a;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #d1d1d1;--sapChart_Sequence_12_Plus3_TextColor: #000;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #dbc59f;--sapChart_Sequence_12_Plus2_TextColor: #000;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #bfa67b;--sapChart_Sequence_12_Plus1_TextColor: #000;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #a68a5b;--sapChart_Sequence_12_TextColor: #000;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #a68a5b;--sapChart_Sequence_12_Minus1: #7c6642;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus2: #614923;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #54401e;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #453419;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #2e2311;--sapChart_Sequence_12_Minus5_TextColor: #fff;--sapChart_Sequence_12_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Plus3: #f99494;--sapChart_Sequence_Bad_Plus3_TextColor: #000;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f66364;--sapChart_Sequence_Bad_Plus2_TextColor: #000;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f33334;--sapChart_Sequence_Bad_Plus1_TextColor: #000;--sapChart_Sequence_Bad_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad: #dc0d0e;--sapChart_Sequence_Bad_TextColor: #fff;--sapChart_Sequence_Bad_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_BorderColor: #f33334;--sapChart_Sequence_Bad_Minus1: #b90c0d;--sapChart_Sequence_Bad_Minus1_TextColor: #fff;--sapChart_Sequence_Bad_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus2: #b90c0d;--sapChart_Sequence_Bad_Minus2_TextColor: #fff;--sapChart_Sequence_Bad_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus3: #7c0708;--sapChart_Sequence_Bad_Minus3_TextColor: #fff;--sapChart_Sequence_Bad_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus4: #550505;--sapChart_Sequence_Bad_Minus4_TextColor: #fff;--sapChart_Sequence_Bad_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Bad_Minus5: #380304;--sapChart_Sequence_Bad_Minus5_TextColor: #fff;--sapChart_Sequence_Bad_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Plus3: #f7c479;--sapChart_Sequence_Critical_Plus3_TextColor: #000;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #f3a83a;--sapChart_Sequence_Critical_Plus2_TextColor: #000;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ed920e;--sapChart_Sequence_Critical_Plus1_TextColor: #000;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #cb7d0c;--sapChart_Sequence_Critical_TextColor: #000;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #cb7d0c;--sapChart_Sequence_Critical_Minus1: #b36e0b;--sapChart_Sequence_Critical_Minus1_TextColor: #000;--sapChart_Sequence_Critical_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Minus2: #915909;--sapChart_Sequence_Critical_Minus2_TextColor: #fff;--sapChart_Sequence_Critical_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus3: #744807;--sapChart_Sequence_Critical_Minus3_TextColor: #fff;--sapChart_Sequence_Critical_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus4: #573605;--sapChart_Sequence_Critical_Minus4_TextColor: #fff;--sapChart_Sequence_Critical_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Critical_Minus5: #3b2403;--sapChart_Sequence_Critical_Minus5_TextColor: #fff;--sapChart_Sequence_Critical_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Plus3: #9ad8ab;--sapChart_Sequence_Good_Plus3_TextColor: #000;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #6ac683;--sapChart_Sequence_Good_Plus2_TextColor: #000;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #46b765;--sapChart_Sequence_Good_Plus1_TextColor: #000;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #3c9d57;--sapChart_Sequence_Good_TextColor: #000;--sapChart_Sequence_Good_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_BorderColor: #3c9d57;--sapChart_Sequence_Good_Minus1: #328349;--sapChart_Sequence_Good_Minus1_TextColor: #fff;--sapChart_Sequence_Good_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus2: #276638;--sapChart_Sequence_Good_Minus2_TextColor: #fff;--sapChart_Sequence_Good_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus3: #20532e;--sapChart_Sequence_Good_Minus3_TextColor: #fff;--sapChart_Sequence_Good_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus4: #1a4426;--sapChart_Sequence_Good_Minus4_TextColor: #fff;--sapChart_Sequence_Good_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Good_Minus5: #15361e;--sapChart_Sequence_Good_Minus5_TextColor: #fff;--sapChart_Sequence_Good_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Plus3: #d5dadc;--sapChart_Sequence_Neutral_Plus3_TextColor: #000;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #bac1c4;--sapChart_Sequence_Neutral_Plus2_TextColor: #000;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9ea8ad;--sapChart_Sequence_Neutral_Plus1_TextColor: #000;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #848f94;--sapChart_Sequence_Neutral_TextColor: #000;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #848f94;--sapChart_Sequence_Neutral_Minus1: #6a757b;--sapChart_Sequence_Neutral_Minus1_TextColor: #000;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Minus2: #596368;--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;--sapChart_Sequence_Neutral_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus3: #454c4f;--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;--sapChart_Sequence_Neutral_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus4: #323739;--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;--sapChart_Sequence_Neutral_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_Neutral_Minus5: #232729;--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;--sapChart_Sequence_Neutral_Minus5_TextShadow: 0 0 .125rem #000;--sapSapThemeId: sap_fiori_3_dark;--sapBreakpoint_S_Min: 0;--sapBreakpoint_M_Min: 600px;--sapBreakpoint_L_Min: 1024px;--sapBreakpoint_XL_Min: 1440px}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-8-0_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--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-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_item-border-radius: 0px;--_ui5-v2-8-0-notification_group_header-border-bottom-width: .0625rem;--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_group_header-padding: 1rem .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .625rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--ui5-v2-8-0-listitem-border-bottom);--_ui5-v2-8-0-notification_item-border-top-left-right: none;--_ui5-v2-8-0-notification_item-margin: 0;--_ui5-v2-8-0-notification_item-background-color-hover: none;--_ui5-v2-8-0-notification_item-background-color-active: none;--_ui5-v2-8-0-notification_item-border-active: 1px solid transparent;--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem .5rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 1rem;--_ui5-v2-8-0-notification_item-title-margin-bottom: .25rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-focus-offset: 0;--_ui5-v2-8-0-notification_item-outline-offset: 0;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--sapList_Active_Background);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_outline_width: .125rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.25rem;--_ui5-v2-8-0_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-8-0_side_navigation_width: 15rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 3rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_side_navigation_box_shadow: none;--_ui5-v2-8-0_side_navigation_triangle_display: block;--_ui5-v2-8-0_side_navigation_phone_width: var(--_ui5-v2-8-0_side_navigation_width);--_ui5-v2-8-0_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: 0;--_ui5-v2-8-0_side_navigation_item_bottom_margin: 0;--_ui5-v2-8-0_side_navigation_item_transition: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-8-0_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0_side_navigation_item_border_radius);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_icon_width: var(--_ui5-v2-8-0_side_navigation_collapsed_width);--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: 1rem;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_text_weight: unset;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0_side_navigation_group_padding: .5rem;--_ui5-v2-8-0_side_navigation_padding-flexible: 0;--_ui5-v2-8-0_side_navigation_padding-fixed: 0;--_ui5-v2-8-0_side_navigation_parent_popup_padding: 0;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: var(--sapPopover_BorderCornerRadius);--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 1rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: 1rem;--_ui5-v2-8-0_side_navigation_popup_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: var(--sapFontSize);--_ui5-v2-8-0_side_navigation_popup_title_line_height: normal;--_ui5-v2-8-0_side_navigation_selection_indicator_display: none;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 0;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 0;--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0_tl_bubble_padding);--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-8-0_upload_collection_drop_overlay_background: transparent;--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .8;--ui5-v2-8-0_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 0rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_search_icon_border_radius: .375rem;--_ui5-v2-8-0_search_input_border_radius: none;--_ui5-v2-8-0-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-search-wrapper-background: none;--_ui5-v2-8-0_search_separator_background: none;--_ui5-v2-8-0-search-wrapper-hover-background: none;--_ui5-v2-8-0-search-wrapper-hover-background-color: none;--_ui5-v2-8-0_search_input_scope_margin: 0;--_ui5-v2-8-0-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0_search_wrapper_outline: none;--_ui5-v2-8-0_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_icon_size: 2.25rem;--_ui5-v2-8-0_search_icon_padding: .5625rem;--_ui5-v2-8-0_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0_search_input_start_margin: .25rem;--_ui5-v2-8-0_search_input_end_padding: .25rem;--_ui5-v2-8-0-search-input-start-padding: .625rem;--_ui5-v2-8-0-search-select-height: 2.25rem;--_ui5-v2-8-0-search_icon_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_shellbar_root_height: 2.75rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_outline_offset: -.0625rem;--_ui5-v2-8-0_shellbar_logo_outline_offset: var(--_ui5-v2-8-0_shellbar_outline_offset);--_ui5-v2-8-0_shellbar_button_box_shadow: none;--_ui5-v2-8-0_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 3rem;--_ui5-v2-8-0_dynamic_page_title_border: .0625rem solid transparent;--_ui5-v2-8-0_dynamic_page_title_hover_border: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapHighlightColor);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-0_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-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-8-0-notification_group_header-padding: .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-8-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-8-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 0;--_ui5-v2-8-0-notification_item-title-margin-bottom: 0;--_ui5-v2-8-0-notification_item-focus-offset: .1875rem;--_ui5-v2-8-0-notification_item-outline-offset: -.375rem;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-8-0-notification_item-background-color-active);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: transparent;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_root_height: 3.25rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_logo_outline_offset: -.125rem;--_ui5-v2-8-0_shellbar_outline_offset: -.25rem;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-8-0_shellbar_logo_border_radius: .5rem;--_ui5-v2-8-0_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-8-0_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-8-0_shellbar_search_button_border_radius: 50%;--_ui5-v2-8-0_shellbar_search_button_size: 1.75rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_shellbar_search_field_border: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-8-0_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-8-0_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-8-0_shellbar_input_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: solid;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_width: 16rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin);--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-8-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-8-0_side_navigation_border_right: 0;--_ui5-v2-8-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_side_navigation_triangle_display: none;--_ui5-v2-8-0_side_navigation_phone_width: 100%;--_ui5-v2-8-0_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_group_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: .375rem;--_ui5-v2-8-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-8-0_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 2rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-8-0_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-8-0_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_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-8-0_side_navigation_selected_border_style_color: none;--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-8-0_side_navigation_group_text_weight: bold;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: .75rem;--_ui5-v2-8-0_side_navigation_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-8-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_padding: .75rem;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: .75rem;--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 .5rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: .5rem;--_ui5-v2-8-0_side_navigation_popup_shadow_color1: color-mix(in srgb, var(--sapContent_ShadowColor) 48%, transparent);--_ui5-v2-8-0_side_navigation_popup_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-8-0_side_navigation_popup_box_shadow: 0 0 .125rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: 1.25rem;--_ui5-v2-8-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-8-0_side_navigation_selection_indicator_display: inline-block;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--ui5-v2-8-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-8-0_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 8px;--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_search_icon_border_radius: 1.125rem;--_ui5-v2-8-0_search_input_border_radius: 1.125rem;--_ui5-v2-8-0-search-border: none;--_ui5-v2-8-0-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-8-0-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-8-0-search-elements-hover-background: none;--_ui5-v2-8-0-search-elements-active-background: none;--_ui5-v2-8-0_search_input_scope_margin: 0 .125rem 0 1rem;--_ui5-v2-8-0-search-elements-background: inherit;--_ui5-v2-8-0_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_input_outline: none;--_ui5-v2-8-0_search_icon_size: 1.75rem;--_ui5-v2-8-0_search_icon_padding: .375rem;--_ui5-v2-8-0_search_icon_hover_padding: .3125rem;--_ui5-v2-8-0_search_input_start_margin: 0;--_ui5-v2-8-0_search_input_end_padding: 0;--_ui5-v2-8-0-search-input-start-padding: .5rem;--_ui5-v2-8-0-search-select-height: 1.625rem;--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapShell_Background);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapHighlightColor), transparent);--_ui5-v2-8-0_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-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.375rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.125rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-8-0-notification_group_header-padding: .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-8-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-8-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 0;--_ui5-v2-8-0-notification_item-title-margin-bottom: 0;--_ui5-v2-8-0-notification_item-focus-offset: .1875rem;--_ui5-v2-8-0-notification_item-outline-offset: -.375rem;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-8-0-notification_item-background-color-active);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: transparent;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_outline_width: .0625rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.1875rem;--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_root_height: 3.25rem;--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_logo_outline_offset: -.125rem;--_ui5-v2-8-0_shellbar_outline_offset: -.25rem;--_ui5-v2-8-0_shellbar_button_border: none;--_ui5-v2-8-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_shellbar_button_focused_border: .125rem solid var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_badge_border: 1px solid var(--sapContent_BadgeBackground);--_ui5-v2-8-0_shellbar_logo_border_radius: .5rem;--_ui5-v2-8-0_shellbar_button_box_shadow: var(--sapContent_Interaction_Shadow);--_ui5-v2-8-0_shellbar_button_box_shadow_active: inset 0 0 0 .0625rem var(--sapButton_Lite_Active_BorderColor);--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: var(--sapField_BorderCornerRadius);--_ui5-v2-8-0_shellbar_search_button_border_radius: 50%;--_ui5-v2-8-0_shellbar_search_button_size: 1.75rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_shellbar_search_field_border: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_InteractiveTextColor);--_ui5-v2-8-0_shellbar_search_field_background_hover: var(--sapShell_Hover_Background);--_ui5-v2-8-0_shellbar_search_field_box_shadow: var(--sapField_Shadow), inset 0 -.0625rem var(--sapField_BorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow_hover: var(--sapField_Hover_Shadow), inset 0 -.0625rem var(--sapField_Hover_BorderColor);--_ui5-v2-8-0_shellbar_input_focus_outline_color: var(--sapField_Active_BorderColor);--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 3rem;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-8-0_shellbar_input_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_focus_border_radius: 1.125rem;--_ui5-v2-8-0_shellbar_input_background_color: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_search_icon_border_radius: 1.125rem;--_ui5-v2-8-0_search_input_border_radius: 1.125rem;--_ui5-v2-8-0-search-border: none;--_ui5-v2-8-0-search-wrapper-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0_search_separator_background: var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0-search-wrapper-hover-background: var(--sapField_Hover_BackgroundStyle);--_ui5-v2-8-0-search-wrapper-hover-background-color: var(--sapField_Hover_Background);--_ui5-v2-8-0-search-elements-hover-background: none;--_ui5-v2-8-0-search-elements-active-background: none;--_ui5-v2-8-0_search_input_scope_margin: 0 .125rem 0 1rem;--_ui5-v2-8-0-search-elements-background: inherit;--_ui5-v2-8-0_search_wrapper_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_input_outline: none;--_ui5-v2-8-0_search_icon_size: 1.75rem;--_ui5-v2-8-0_search_icon_padding: .375rem;--_ui5-v2-8-0_search_icon_hover_padding: .3125rem;--_ui5-v2-8-0_search_input_start_margin: 0;--_ui5-v2-8-0_search_input_end_padding: 0;--_ui5-v2-8-0-search-input-start-padding: .5rem;--_ui5-v2-8-0-search-select-height: 1.625rem;--_ui5-v2-8-0-search-icon-border: none;--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: solid;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: var(--sapElement_BorderCornerRadius);--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: .875rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.75rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.25rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: .5rem;--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .5rem;--_ui5-v2-8-0_side_navigation_hover_border_style_color: none;--_ui5-v2-8-0_side_navigation_hover_border_width: 0;--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_width: 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_expanded_border_width: 0;--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_width: 16rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin);--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapToolbar_SeparatorColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: .125rem;--_ui5-v2-8-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-8-0_side_navigation_border_right: 0;--_ui5-v2-8-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_side_navigation_triangle_display: none;--_ui5-v2-8-0_side_navigation_phone_width: 100%;--_ui5-v2-8-0_side_navigation_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapList_TextColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_group_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: .375rem;--_ui5-v2-8-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-8-0_side_navigation_item_transition: background-color .3s ease-in-out;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 2rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: calc(-1 * var(--sapContent_FocusWidth));--_ui5-v2-8-0_side_navigation_item_focus_border_radius: calc(var(--_ui5-v2-8-0_side_navigation_item_border_radius) + var(--sapContent_FocusWidth));--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_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-8-0_side_navigation_selected_border_style_color: none;--_ui5-v2-8-0_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-8-0_side_navigation_selected_border_style_color);--_ui5-v2-8-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-8-0_side_navigation_group_text_weight: bold;--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: .75rem;--_ui5-v2-8-0_side_navigation_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-8-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_padding: .75rem;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: .75rem;--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 .5rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: .5rem;--_ui5-v2-8-0_side_navigation_popup_shadow_color1: color-mix(in srgb, var(--sapContent_ShadowColor) 48%, transparent);--_ui5-v2-8-0_side_navigation_popup_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 64%, transparent);--_ui5-v2-8-0_side_navigation_popup_box_shadow: 0 0 .125rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: 1.25rem;--_ui5-v2-8-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-8-0_side_navigation_selection_indicator_display: inline-block;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--ui5-v2-8-0_upload_collection_drop_overlay_border: .125rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_border: .125rem dashed var(--sapField_BorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapSelectedColor);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontBoldFamily);--_ui5-v2-8-0_wiz_tab_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 8px;--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 14.8125rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 19.9375rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #000);--_ui5-v2-8-0_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #000);--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-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-8-0-notification_group_header-padding: .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-8-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-8-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 0;--_ui5-v2-8-0-notification_item-title-margin-bottom: 0;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.375rem;--_ui5-v2-8-0-notification_item-focus-offset: .1875rem;--_ui5-v2-8-0-notification_item-outline-offset: -.375rem;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-8-0-notification_item-background-color-active);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_outline_width: .125rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.25rem;--_ui5-v2-8-0_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_logo_outline_offset: var(--_ui5-v2-8-0_shellbar_outline_offset);--_ui5-v2-8-0_shellbar_button_box_shadow: none;--_ui5-v2-8-0_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_root_height: 3.25rem;--_ui5-v2-8-0_shellbar_button_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_shellbar_outline_offset: -.1875rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_outline_focused: none;--_ui5-v2-8-0_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: 0;--_ui5-v2-8-0_side_navigation_item_transition: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0_side_navigation_item_border_radius);--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_width: 16rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin);--_ui5-v2-8-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-8-0_side_navigation_border_right: 0;--_ui5-v2-8-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_side_navigation_triangle_display: none;--_ui5-v2-8-0_side_navigation_phone_width: 100% !important;--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_item_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_group_expanded_border_width: var(--_ui5-v2-8-0_side_navigation_item_border_width);--_ui5-v2-8-0_side_navigation_last_item_border_style: solid transparent;--_ui5-v2-8-0_side_navigation_hover_border_style_color: solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_hover_border_width: .0625rem;--_ui5-v2-8-0_side_navigation_selected_border_width: .0625rem;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_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-8-0_side_navigation_selected_and_focused_border_style_color: none;--_ui5-v2-8-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-8-0_side_navigation_group_text_weight: bold;--_ui5-v2-8-0_side_navigation_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-8-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_padding: .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: .75rem;--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 .5rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: .5rem;--_ui5-v2-8-0_side_navigation_popup_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-8-0_side_navigation_popup_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-8-0_side_navigation_popup_box_shadow:0 0 0 .0625rem var(--_ui5-v2-8-0_side_navigation_popup_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: 1.25rem;--_ui5-v2-8-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-8-0_side_navigation_selection_indicator_display: block;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0_tl_bubble_padding);--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0_upload_collection_drag_overlay_border: .1875rem dashed var(--sapField_BorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_search_icon_border_radius: .375rem;--_ui5-v2-8-0_search_input_border_radius: none;--_ui5-v2-8-0-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-search-wrapper-background: none;--_ui5-v2-8-0_search_separator_background: none;--_ui5-v2-8-0-search-wrapper-hover-background: none;--_ui5-v2-8-0-search-wrapper-hover-background-color: none;--_ui5-v2-8-0_search_input_scope_margin: 0;--_ui5-v2-8-0-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0_search_wrapper_outline: none;--_ui5-v2-8-0_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_icon_size: 2.25rem;--_ui5-v2-8-0_search_icon_padding: .5625rem;--_ui5-v2-8-0_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0_search_input_start_margin: .25rem;--_ui5-v2-8-0_search_input_end_padding: .25rem;--_ui5-v2-8-0-search-input-start-padding: .625rem;--_ui5-v2-8-0-search-select-height: 2.25rem;--_ui5-v2-8-0-search-icon-border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--sapContent_TextShadow: none;--_ui5-v2-8-0_dynamic_page_title_border: .0625rem solid transparent;--_ui5-v2-8-0_dynamic_page_title_hover_border: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));
@@ -0,0 +1,7 @@
1
+ sap.ui.define(['exports'], (function (exports) { 'use strict';
2
+
3
+ var parametersBundle_css = ":root{--_ui5-v2-8-0_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-8-0_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--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-8-0_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-8-0_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-8-0_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-8-0_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-8-0_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-8-0_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-8-0-notification_group_header-margin: 0px;--_ui5-v2-8-0-notification_group_header-margin-expanded: .5rem;--_ui5-v2-8-0-notification_item-description-margin-top: .75rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .75rem;--_ui5-v2-8-0-notification_item-border-radius: var(--sapTile_BorderCornerRadius);--_ui5-v2-8-0-notification_group_header-border-bottom-width: 0;--_ui5-v2-8-0-notification_group_header-padding: .5rem;--_ui5-v2-8-0-notification_item-state-icon-padding: .25rem;--_ui5-v2-8-0-notification_item-border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-border-top-left-right: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);--_ui5-v2-8-0-notification_item-margin: 0 .5rem .5rem .5rem;--_ui5-v2-8-0-notification_item-background-color-hover: var(--sapList_Hover_Background);--_ui5-v2-8-0-notification_item-background-color-active: var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0-notification_item-border-active: 1px solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0-notification_item-root-padding-inline: 1rem;--_ui5-v2-8-0-notification_item-content-padding: .75rem 0;--_ui5-v2-8-0-notification_item-title-margin-bottom: 0;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 4.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 2.375rem;--_ui5-v2-8-0-notification_item-focus-offset: .1875rem;--_ui5-v2-8-0-notification_item-outline-offset: -.375rem;--_ui5-v2-8-0-notification_item-growing-btn-background-color-active: var(--_ui5-v2-8-0-notification_item-background-color-active);--_ui5-v2-8-0_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-8-0_product_switch_item_width: 11.25rem;--_ui5-v2-8-0_product_switch_item_height: 7rem;--_ui5-v2-8-0_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-8-0_product_switch_item_outline_width: .125rem;--_ui5-v2-8-0_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_product_switch_item_outline: var(--_ui5-v2-8-0_product_switch_item_outline_width) var(--_ui5-v2-8-0_product_switch_item_outline_color) dotted;--_ui5-v2-8-0_product_switch_item_outline_offset: -.25rem;--_ui5-v2-8-0_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-8-0_side_navigation_navigation_separator_radius: unset;--_ui5-v2-8-0_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-8-0_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_item_height: 2.75rem;--_ui5-v2-8-0_side_navigation_last_item_border_style_color: none;--_ui5-v2-8-0_side_navigation_item_border_radius: 0;--_ui5-v2-8-0_side_navigation_item_transition: none;--_ui5-v2-8-0_side_navigation_item_padding_left: .5rem;--_ui5-v2-8-0_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_focus_border_radius: var(--_ui5-v2-8-0_side_navigation_item_border_radius);--_ui5-v2-8-0_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_selected_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-8-0_side_navigation_selected_item_border_color);--_ui5-v2-8-0_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_group_bottom_margin_in_popup: 0;--_ui5-v2-8-0_side_navigation_popup_arrow_box_shadow: var(--sapContent_Shadow2);--_ui5-v2-8-0_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-8-0_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-8-0_side_navigation_width: 16rem;--_ui5-v2-8-0_side_navigation_collapsed_width: 4rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: .25rem .5rem .25rem .5rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin);--_ui5-v2-8-0_side_navigation_navigation_separator_height: .0625rem;--_ui5-v2-8-0_side_navigation_border_right: 0;--_ui5-v2-8-0_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_side_navigation_triangle_display: none;--_ui5-v2-8-0_side_navigation_phone_width: 100% !important;--_ui5-v2-8-0_side_navigation_expand_icon_color: var(--sapContent_NonInteractiveIconColor);--_ui5-v2-8-0_side_navigation_expand_icon_width: 2.25rem;--_ui5-v2-8-0_side_navigation_external_link_width: 3rem;--_ui5-v2-8-0_side_navigation_item_bottom_margin: .25rem;--_ui5-v2-8-0_side_navigation_item_focus_border_offset: 0;--_ui5-v2-8-0_side_navigation_item_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-8-0_side_navigation_item_border_width: 0 0 .0625rem 0;--_ui5-v2-8-0_side_navigation_group_expanded_border_width: var(--_ui5-v2-8-0_side_navigation_item_border_width);--_ui5-v2-8-0_side_navigation_last_item_border_style: solid transparent;--_ui5-v2-8-0_side_navigation_hover_border_style_color: solid var(--sapList_SelectionBorderColor);--_ui5-v2-8-0_side_navigation_hover_border_width: .0625rem;--_ui5-v2-8-0_side_navigation_selected_border_width: .0625rem;--_ui5-v2-8-0_side_navigation_collapsed_selected_item_background: 0 100% / .188rem 100% no-repeat linear-gradient(0deg, var(--sapHighlightColor), var(--sapHighlightColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-8-0_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-8-0_side_navigation_selected_and_focused_border_style_color: none;--_ui5-v2-8-0_side_navigation_group_icon_width: 2.5rem;--_ui5-v2-8-0_side_navigation_icon_padding_inline_end: .5rem;--_ui5-v2-8-0_side_navigation_group_text_weight: bold;--_ui5-v2-8-0_side_navigation_group_padding: 1rem;--_ui5-v2-8-0_side_navigation_padding-flexible: .5rem .5rem 0 .5rem;--_ui5-v2-8-0_side_navigation_padding-fixed: 0 .5rem .5rem .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_padding: .5rem;--_ui5-v2-8-0_side_navigation_parent_popup_border_radius: .75rem;--_ui5-v2-8-0_side_navigation_popup_item_padding: 0 .5rem;--_ui5-v2-8-0_side_navigation_popup_icon_width: .5rem;--_ui5-v2-8-0_side_navigation_popup_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-8-0_side_navigation_popup_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-8-0_side_navigation_popup_box_shadow:0 0 0 .0625rem var(--_ui5-v2-8-0_side_navigation_popup_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-8-0_side_navigation_popup_shadow_color2);--_ui5-v2-8-0_side_navigation_popup_title_text_size: 1.25rem;--_ui5-v2-8-0_side_navigation_popup_title_line_height: 1.5rem;--_ui5-v2-8-0_side_navigation_selection_indicator_display: block;--_ui5-v2-8-0_side_navigation_first_fixed_item_margin_top: .125rem;--_ui5-v2-8-0_side_navigation_active_text_color: var(--sapButton_TextColor);--_ui5-v2-8-0_side_navigation_item_expand_icon_visibility: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_width: fit-content;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_display: block;--_ui5-v2-8-0_side_navigation_item_collapsed_hover_focus_padding_right: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_padding_right: 3.9375rem;--_ui5-v2-8-0_side_navigation_action_item_collapsed_padding: 1rem;--_ui5-v2-8-0_side_navigation_item_collapsed_unselectable_padding: 3rem;--_ui5-v2-8-0_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-8-0_TimelineItem_bubble_border_style: dotted;--_ui5-v2-8-0_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-8-0_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-8-0_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-8-0_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-8-0_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-8-0_TimelineItem_bubble_content_padding: var(--_ui5-v2-8-0_tl_bubble_padding);--_ui5-v2-8-0_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-8-0_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-8-0_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-8-0_upload_collection_thumbnail_size: 3rem;--ui5-v2-8-0_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-8-0_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-8-0_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-8-0_upload_collection_drag_overlay_border: .1875rem dashed var(--sapField_BorderColor);--ui5-v2-8-0_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_small_size_buttons_margin_block_start: .5rem;--ui5-v2-8-0_upload_collection_drag_overlay_text_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drag_overlay_icon_color: var(--sapTextColor);--ui5-v2-8-0_upload_collection_drop_overlay_background: var(--sapContent_DragAndDropActiveColor);--ui5-v2-8-0_upload_collection_drag_overlay_opacity: .5;--_ui5-v2-8-0_vsd_header_container: 2.75rem;--_ui5-v2-8-0_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-8-0_vsd_content_li_padding: .375rem;--_ui5-v2-8-0_vsd_content_height: 23.4375rem;--_ui5-v2-8-0_vsd_expand_content_height: 26.1875rem;--_ui5-v2-8-0_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-8-0_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-8-0_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-8-0_wiz_tab_focus_border_radius: 0;--_ui5-v2-8-0_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-8-0_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-8-0_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-8-0_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-8-0_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-8-0_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-8-0_shellbar_logo_outline_color);--_ui5-v2-8-0_shellbar_logo_outline_offset: var(--_ui5-v2-8-0_shellbar_outline_offset);--_ui5-v2-8-0_shellbar_button_box_shadow: none;--_ui5-v2-8-0_shellbar_button_box_shadow_active: none;--_ui5-v2-8-0_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-8-0_shellbar_logo_outline_border_radius: 0;--_ui5-v2-8-0_shellbar_search_button_size: 2.25rem;--_ui5-v2-8-0_shellbar_search_button_border_radius: .25rem;--_ui5-v2-8-0_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow: none;--_ui5-v2-8-0_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-8-0_shellbar_search_field_width: 25rem;--_ui5-v2-8-0_shellbar_input_focus_outline_color: inherit;--_ui5-v2-8-0_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-8-0_shellbar_image_button_border_radius: 50%;--_ui5-v2-8-0-shellbar-content-margin-start: .5rem;--_ui5-v2-8-0-shellbar-overflow-button-margin: .5rem;--_ui5-v2-8-0_shellbar_root_height: 3.25rem;--_ui5-v2-8-0_shellbar_button_border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_shellbar_button_border_radius: var(--sapButton_BorderCornerRadius);--_ui5-v2-8-0_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-8-0_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-8-0_shellbar_outline_offset: -.1875rem;--_ui5-v2-8-0_shellbar_search_field_height: 2.25rem;--_ui5-v2-8-0_shellbar_search_field_outline_focused: none;--_ui5-v2-8-0_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-8-0_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-8-0_shellbar_menu_button_title_font_size: var(--sapFontHeader5Size);--_ui5-v2-8-0_search_icon_border_radius: .375rem;--_ui5-v2-8-0_search_input_border_radius: none;--_ui5-v2-8-0-search-border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_BorderColor);--_ui5-v2-8-0-search-wrapper-background: none;--_ui5-v2-8-0_search_separator_background: none;--_ui5-v2-8-0-search-wrapper-hover-background: none;--_ui5-v2-8-0-search-wrapper-hover-background-color: none;--_ui5-v2-8-0_search_input_scope_margin: 0;--_ui5-v2-8-0-search-elements-background: var(--sapShell_InteractiveBackground);--_ui5-v2-8-0-search-elements-hover-background: var(--sapShell_Hover_Background);--_ui5-v2-8-0-search-elements-active-background: var(--sapShell_Active_Background);--_ui5-v2-8-0_search_wrapper_outline: none;--_ui5-v2-8-0_search_input_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);--_ui5-v2-8-0_search_icon_size: 2.25rem;--_ui5-v2-8-0_search_icon_padding: .5625rem;--_ui5-v2-8-0_search_icon_hover_padding: .5625rem;--_ui5-v2-8-0_search_input_start_margin: .25rem;--_ui5-v2-8-0_search_input_end_padding: .25rem;--_ui5-v2-8-0-search-input-start-padding: .625rem;--_ui5-v2-8-0-search-select-height: 2.25rem;--_ui5-v2-8-0-search-icon-border: var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);--_ui5-v2-8-0_dynamic_page_footer_spacer: 4rem;--_ui5-v2-8-0_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-8-0_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-8-0_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-8-0_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-8-0_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-8-0_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-8-0_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-8-0_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-8-0_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-8-0_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-8-0_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-8-0_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-8-0_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-8-0_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-background);--_ui5-v2-8-0_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-8-0_dynamic_page_header-actions-color);--_ui5-v2-8-0_dynamic_page_title_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-8-0_dynamic_page_title_min_height: 4rem;--_ui5-v2-8-0_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-8-0_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-8-0_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-8-0_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-8-0_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-8-0_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-8-0_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--sapContent_TextShadow: none;--_ui5-v2-8-0_dynamic_page_title_border: .0625rem solid transparent;--_ui5-v2-8-0_dynamic_page_title_hover_border: .0625rem solid var(--sapObjectHeader_BorderColor);--_ui5-v2-8-0_dynamic_page_title_focus_outline_offset: -.125rem;--_ui5-v2-8-0_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-8-0_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-8-0-notification_item-description-margin-top: .5rem;--_ui5-v2-8-0-notification_item-footer-margin-top: .5rem;--_ui5-v2-8-0-notification_item-title-padding-end-two-buttons: 3.875rem;--_ui5-v2-8-0-notification_item-title-padding-end-one-button: 1.875rem;--_ui5-v2-8-0_side_navigation_navigation_separator_margin: var(--_ui5-v2-8-0_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-8-0_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-8-0_side_navigation_item_expand_icon_hover_right: auto}\n";
4
+
5
+ exports.default = parametersBundle_css;
6
+
7
+ }));