@sapui5/sap.ushell 1.135.0 → 1.136.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 (728) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +13 -16
  4. package/src/main/js/sap/ushell/ApplicationType/UrlPostProcessing.js +0 -4
  5. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +5 -12
  6. package/src/main/js/sap/ushell/Container.js +11 -11
  7. package/src/main/js/sap/ushell/Fiori20Adapter.js +5 -3
  8. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +6 -4
  9. package/src/main/js/sap/ushell/Layout.js +3 -3
  10. package/src/main/js/sap/ushell/NWBCInterface.js +8 -11
  11. package/src/main/js/sap/ushell/SessionHandler.js +16 -77
  12. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  17. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  18. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  19. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  20. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  21. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  22. package/src/main/js/sap/ushell/User.js +8 -19
  23. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -5
  32. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +25 -25
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +50 -50
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +13 -13
  46. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  69. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  70. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/api/DWS.js +1 -1
  72. package/src/main/js/sap/ushell/api/NewExperience.js +24 -2
  73. package/src/main/js/sap/ushell/api/RTA.js +65 -4
  74. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +59 -49
  75. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +57 -11
  76. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerCache.js +2 -8
  77. package/src/main/js/sap/ushell/appIntegration/ApplicationContainerRenderer.js +1 -6
  78. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +0 -6
  79. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +27 -4
  80. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainerRenderer.js +8 -6
  81. package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +0 -6
  82. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +1 -7
  83. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +3 -9
  84. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +3 -9
  85. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/MessageBrokerHandler.js +0 -4
  86. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +0 -6
  87. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +6 -12
  88. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +2 -8
  89. package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +2 -8
  90. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +0 -6
  91. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainerRenderer.js +3 -8
  92. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -7
  93. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -6
  94. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +9 -13
  95. package/src/main/js/sap/ushell/appRuntime/neo/AppInfoService.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/neo/ProxyAppUtils.js +2 -2
  97. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +0 -7
  98. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +17 -19
  99. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +1 -1
  100. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +2 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +17 -29
  102. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +3 -5
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +3 -4
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +33 -30
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +7 -13
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +25 -39
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +24 -26
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -9
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +58 -75
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +14 -20
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +14 -21
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +30 -45
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +11 -16
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +8 -12
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +16 -21
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +3 -4
  126. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  127. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  128. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  129. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  130. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  131. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +3 -1
  132. package/src/main/js/sap/ushell/bootstrap/common/common.override.registermodulepath.js +1 -1
  133. package/src/main/js/sap/ushell/bootstrap/common/common.util.js +3 -3
  134. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  135. package/src/main/js/sap/ushell/components/CatalogsManager.js +11 -11
  136. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +6 -6
  137. package/src/main/js/sap/ushell/components/HomepageManager.js +2 -2
  138. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +1 -1
  139. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  140. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +1 -1
  141. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +21 -21
  142. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +6 -6
  143. package/src/main/js/sap/ushell/components/appfinder/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +4 -5
  145. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +2 -2
  146. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +3 -3
  148. package/src/main/js/sap/ushell/components/container/resources/resources_de.properties +1 -1
  149. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  150. package/src/main/js/sap/ushell/components/contentFinder/Component.js +9 -9
  151. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +5 -5
  152. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +4 -4
  154. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +2 -2
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +2 -2
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +2 -2
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
  178. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
  179. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
  180. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +2 -2
  181. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
  182. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
  185. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
  186. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
  189. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
  190. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
  192. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +2 -2
  194. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
  196. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
  200. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
  201. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
  202. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
  203. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
  204. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
  205. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +0 -1
  206. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  207. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +3 -3
  208. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  209. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  210. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +1 -0
  211. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.view.xml +1 -1
  212. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  213. package/src/main/js/sap/ushell/components/homepage/Component.js +1 -1
  214. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +1 -1
  215. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +2 -2
  216. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  217. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  218. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  219. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  220. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  221. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  222. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +8 -3
  223. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  224. package/src/main/js/sap/ushell/components/pages/view/MyHomeStart.view.xml +1 -1
  225. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  226. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  228. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +4 -0
  229. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  230. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  231. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  232. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  233. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +191 -64
  234. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +876 -0
  235. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +84 -0
  236. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +35 -0
  237. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +23 -9
  238. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +22 -9
  239. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  240. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  241. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  242. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  243. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  244. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  245. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +19 -14
  246. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +2 -2
  247. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +5 -4
  248. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +12 -17
  249. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +11 -2
  250. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +123 -21
  251. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  252. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ar.properties +5 -0
  253. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_bg.properties +5 -0
  254. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ca.properties +5 -0
  255. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cnr.properties +5 -0
  256. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cs.properties +5 -0
  257. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_cy.properties +5 -0
  258. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_da.properties +5 -0
  259. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_de.properties +5 -0
  260. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_el.properties +5 -0
  261. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en.properties +5 -0
  262. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_en_GB.properties +5 -0
  263. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_es.properties +5 -0
  264. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_es_MX.properties +5 -0
  265. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_et.properties +5 -0
  266. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fi.properties +5 -0
  267. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fr.properties +5 -0
  268. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_fr_CA.properties +5 -0
  269. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hi.properties +5 -0
  270. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hr.properties +5 -0
  271. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_hu.properties +5 -0
  272. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_id.properties +5 -0
  273. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_it.properties +5 -0
  274. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_iw.properties +5 -0
  275. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ja.properties +5 -0
  276. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_kk.properties +5 -0
  277. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ko.properties +5 -0
  278. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_lt.properties +5 -0
  279. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_lv.properties +5 -0
  280. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_mk.properties +5 -0
  281. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ms.properties +5 -0
  282. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_nl.properties +5 -0
  283. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_no.properties +5 -0
  284. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pl.properties +5 -0
  285. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pt.properties +5 -0
  286. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_pt_PT.properties +5 -0
  287. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ro.properties +5 -0
  288. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_ru.properties +5 -0
  289. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sh.properties +5 -0
  290. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sk.properties +5 -0
  291. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sl.properties +5 -0
  292. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sr.properties +5 -0
  293. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_sv.properties +5 -0
  294. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_th.properties +5 -0
  295. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_tr.properties +5 -0
  296. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_uk.properties +5 -0
  297. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_vi.properties +5 -0
  298. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_zh_CN.properties +5 -0
  299. package/src/main/js/sap/ushell/components/shell/ShellBar/resources/resources_zh_TW.properties +5 -0
  300. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +22 -3
  301. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
  302. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +83 -36
  303. package/src/main/js/sap/ushell/components/shell/SideNavigation/css/style.css +5 -0
  304. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +8 -1
  305. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +137 -26
  306. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +1 -1
  307. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/Main.view.xml +2 -1
  308. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  309. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -0
  310. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -0
  311. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  312. package/src/main/js/sap/ushell/components/tiles/generic.js +1 -1
  313. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +1 -1
  314. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +2 -2
  315. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +4 -4
  316. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +18 -18
  317. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +11 -11
  318. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  319. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +2 -2
  320. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +2 -2
  321. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +30 -36
  322. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +1 -1
  323. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +2 -2
  324. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  325. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +4 -4
  326. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +2 -2
  327. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  328. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  329. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  330. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +1 -1
  331. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  332. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +2 -2
  333. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  334. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  335. package/src/main/js/sap/ushell/library.js +10 -2
  336. package/src/main/js/sap/ushell/modules/NavigationMenu.js +90 -0
  337. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  338. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  339. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  340. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  341. package/src/main/js/sap/ushell/renderer/NavContainer.js +4 -10
  342. package/src/main/js/sap/ushell/renderer/Renderer.js +29 -27
  343. package/src/main/js/sap/ushell/renderer/RendererAppContainer.js +236 -0
  344. package/src/main/js/sap/ushell/renderer/Shell.controller.js +25 -212
  345. package/src/main/js/sap/ushell/renderer/Shell.view.js +34 -24
  346. package/src/main/js/sap/ushell/renderer/allMyApps/AllMyAppsManager.js +6 -6
  347. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/Component.js +105 -0
  348. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.controller.js +83 -0
  349. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.view.xml +12 -0
  350. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/manifest.json +43 -0
  351. package/src/main/js/sap/ushell/renderer/resources/resources.properties +34 -0
  352. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +19 -1
  353. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +19 -1
  354. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +18 -0
  355. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +18 -0
  356. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +19 -1
  357. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +18 -0
  358. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +18 -0
  359. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +18 -0
  360. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +18 -0
  361. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +18 -0
  362. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +18 -0
  363. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +18 -0
  364. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +18 -0
  365. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +18 -0
  366. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +18 -0
  367. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +18 -0
  368. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +18 -0
  369. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +19 -1
  370. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +21 -3
  371. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +18 -0
  372. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -0
  373. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +33 -15
  374. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +19 -1
  375. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -0
  376. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +19 -1
  377. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +19 -1
  378. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +18 -0
  379. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +18 -0
  380. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +18 -0
  381. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +18 -0
  382. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +18 -0
  383. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +18 -0
  384. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +18 -0
  385. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +18 -0
  386. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +18 -0
  387. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +18 -0
  388. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +18 -0
  389. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +18 -0
  390. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +18 -0
  391. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +18 -0
  392. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +18 -0
  393. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +18 -0
  394. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -0
  395. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +18 -0
  396. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +18 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +18 -0
  398. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +18 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +18 -0
  400. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +18 -0
  401. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  402. package/src/main/js/sap/ushell/renderer/shellHeader/ShellHeader.controller.js +5 -11
  403. package/src/main/js/sap/ushell/renderers/fiori2/History.js +6 -6
  404. package/src/main/js/sap/ushell/renderers/fiori2/LogonFrameProvider.js +6 -6
  405. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +11 -11
  406. package/src/main/js/sap/ushell/renderers/fiori2/RendererExtensions.js +2 -2
  407. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +2 -8
  408. package/src/main/js/sap/ushell/renderers/fiori2/allMyApps/AllMyAppsManager.js +6 -6
  409. package/src/main/js/sap/ushell/services/AppConfiguration.js +6 -6
  410. package/src/main/js/sap/ushell/services/AppLifeCycle.js +10 -16
  411. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  412. package/src/main/js/sap/ushell/services/AppType.js +1 -1
  413. package/src/main/js/sap/ushell/services/Bookmark.js +2 -2
  414. package/src/main/js/sap/ushell/services/BookmarkV2.js +14 -14
  415. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  416. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  417. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  418. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  419. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  426. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  427. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  428. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  429. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  430. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  431. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +6 -6
  432. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +3 -3
  433. package/src/main/js/sap/ushell/services/DarkModeSupport.js +9 -4
  434. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  435. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  436. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +54 -53
  437. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  438. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  439. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  440. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  441. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  443. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  444. package/src/main/js/sap/ushell/services/LaunchPage.js +4 -4
  445. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  446. package/src/main/js/sap/ushell/services/Message.js +1 -1
  447. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +21 -53
  448. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  449. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -3
  450. package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -2
  451. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +0 -1
  452. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +3 -2
  453. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  454. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  455. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  456. package/src/main/js/sap/ushell/services/Notifications.js +2 -1
  457. package/src/main/js/sap/ushell/services/NotificationsV2.js +7 -1
  458. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  459. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  460. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  461. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  462. package/src/main/js/sap/ushell/services/Personalization.js +3 -3
  463. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  464. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  465. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  466. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  467. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  468. package/src/main/js/sap/ushell/services/PluginManager.js +7 -20
  469. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  470. package/src/main/js/sap/ushell/services/Search.js +1 -1
  471. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  472. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  473. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  474. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +2 -2
  475. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  476. package/src/main/js/sap/ushell/services/SmartNavigation.js +5 -5
  477. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  478. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  479. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  480. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  481. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +2 -2
  482. package/src/main/js/sap/ushell/services/UsageAnalytics.js +10 -10
  483. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  484. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  485. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  486. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  487. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  488. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +2 -2
  489. package/src/main/js/sap/ushell/services/_AppState/AppStatePersistencyMethod.js +1 -0
  490. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  491. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  492. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +9 -10
  493. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  494. package/src/main/js/sap/ushell/services/_Personalization/ContextContainer.js +6 -6
  495. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainer.js +11 -13
  496. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariant.js +4 -4
  497. package/src/main/js/sap/ushell/services/_Personalization/PersonalizationContainerVariantSet.js +12 -11
  498. package/src/main/js/sap/ushell/services/_Personalization/Personalizer.js +5 -3
  499. package/src/main/js/sap/ushell/services/_Personalization/TransientPersonalizer.js +4 -4
  500. package/src/main/js/sap/ushell/services/_Personalization/Variant.js +7 -7
  501. package/src/main/js/sap/ushell/services/_Personalization/VariantSet.js +3 -5
  502. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapter.js +2 -2
  503. package/src/main/js/sap/ushell/services/_Personalization/WindowAdapterContainer.js +2 -1
  504. package/src/main/js/sap/ushell/services/_Personalization/constants.js +9 -10
  505. package/src/main/js/sap/ushell/services/_Personalization/constants.private.js +3 -4
  506. package/src/main/js/sap/ushell/services/_Personalization/utils.js +2 -1
  507. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +4 -2
  508. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -7
  509. package/src/main/js/sap/ushell/state/ContentDensity.js +1 -7
  510. package/src/main/js/sap/ushell/state/Favicon.js +1 -5
  511. package/src/main/js/sap/ushell/state/StateManager.js +9 -3
  512. package/src/main/js/sap/ushell/state/StateRules.js +5 -0
  513. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +8 -1
  514. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  515. package/src/main/js/sap/ushell/themes/base/MenuBar.less +3 -0
  516. package/src/main/js/sap/ushell/themes/base/Notifications.less +29 -0
  517. package/src/main/js/sap/ushell/themes/base/ShellBar.less +7 -0
  518. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
  519. package/src/main/js/sap/ushell/themes/base/library.source.less +1 -0
  520. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/Notifications.less +4 -0
  521. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/Notifications.less +4 -0
  522. package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +3 -0
  523. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellBar.less +7 -0
  524. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -0
  525. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -0
  526. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/Notifications.less +3 -0
  527. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/Notifications.less +4 -0
  528. package/src/main/js/sap/ushell/thirdparty/Avatar.js +381 -0
  529. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +464 -0
  530. package/src/main/js/sap/ushell/thirdparty/Button.js +7 -0
  531. package/src/main/js/sap/ushell/thirdparty/Button2.js +524 -0
  532. package/src/main/js/sap/ushell/thirdparty/Icon.js +296 -0
  533. package/src/main/js/sap/ushell/thirdparty/Icons.js +38 -35
  534. package/src/main/js/sap/ushell/thirdparty/Label.js +115 -0
  535. package/src/main/js/sap/ushell/thirdparty/Link.js +315 -0
  536. package/src/main/js/sap/ushell/thirdparty/List.js +1705 -0
  537. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +95 -0
  538. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +3917 -0
  539. package/src/main/js/sap/ushell/thirdparty/Menu.js +406 -0
  540. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +2 -350
  541. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +355 -0
  542. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +291 -0
  543. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +310 -0
  544. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +531 -0
  545. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +98 -0
  546. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +319 -547
  547. package/src/main/js/sap/ushell/thirdparty/Tag.js +307 -0
  548. package/src/main/js/sap/ushell/thirdparty/Text.js +127 -0
  549. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +68 -866
  550. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +193 -0
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +561 -0
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +561 -0
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite.js +1194 -0
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-business-suite2.js +1194 -0
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +4 -1
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +3 -0
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +3 -0
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +6 -6
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +11 -8
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +3 -0
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +1 -1
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +7 -0
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  633. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +141 -135
  634. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +93 -0
  635. package/src/main/js/sap/ushell/thirdparty/information.js +103 -0
  636. package/src/main/js/sap/ushell/thirdparty/overflow.js +45 -0
  637. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +8 -0
  638. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +15 -0
  639. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +4 -0
  640. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +4 -0
  641. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +4 -0
  642. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +4 -0
  643. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +4 -0
  644. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Avatar.js +113 -0
  645. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Button.js +123 -0
  646. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Label.js +75 -0
  647. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/dist/Menu.js +90 -0
  648. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-base.js +1 -1
  649. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +4 -0
  650. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
  651. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
  652. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +60 -0
  653. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +72 -0
  654. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListItem.js +96 -0
  655. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +51 -0
  656. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/ShellBar.js +18 -6
  657. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +1 -1
  658. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +26 -0
  659. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +26 -0
  660. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +1 -1
  661. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +41 -37
  662. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +8 -8
  663. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +16 -16
  664. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +5 -1
  665. package/src/main/js/sap/ushell/ui/appfinder/AppBoxRenderer.js +2 -1
  666. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  667. package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +5 -1
  668. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.controller.js +2 -1
  669. package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +2 -1
  670. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -1
  671. package/src/main/js/sap/ushell/ui/launchpad/AnchorItem.js +1 -1
  672. package/src/main/js/sap/ushell/ui/launchpad/AnchorItemRenderer.js +2 -1
  673. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +1 -1
  674. package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBarRenderer.js +1 -1
  675. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainer.js +2 -1
  676. package/src/main/js/sap/ushell/ui/launchpad/DashboardGroupsContainerRenderer.js +3 -2
  677. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  678. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  679. package/src/main/js/sap/ushell/ui/launchpad/ViewPortState.js +3 -3
  680. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +23 -1
  681. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceAbap.js +35 -34
  682. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceCdm.js +5 -2
  683. package/src/main/js/sap/ushell/ui/launchpad/VizInstanceLaunchPage.js +1 -1
  684. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  685. package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +249 -249
  686. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +73 -6
  687. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +2 -2
  688. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  689. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  690. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  691. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  692. package/src/main/js/sap/ushell/utils/UriParameters.js +1 -0
  693. package/src/main/js/sap/ushell/utils/UrlShortening.js +3 -3
  694. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +4 -4
  695. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  696. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  697. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +1 -1
  698. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  699. package/ui5.yaml +0 -1
  700. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +0 -24
  701. package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +0 -19
  702. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +0 -23
  703. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +0 -23
  704. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +0 -16
  705. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +0 -22
  706. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPIInterface.js +0 -17
  707. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +0 -19
  708. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +0 -20
  709. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +0 -24
  710. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +0 -24
  711. package/src/main/js/sap/ushell/components/applicationIntegrationOld/AppLifeCycle.js +0 -1926
  712. package/src/main/js/sap/ushell/components/applicationIntegrationOld/Storage.js +0 -62
  713. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/Application.js +0 -709
  714. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxHandler.js +0 -406
  715. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/BlueBoxesCache.js +0 -263
  716. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPI.js +0 -2382
  717. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageAPIInterface.js +0 -143
  718. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/PostMessageUtils.js +0 -192
  719. package/src/main/js/sap/ushell/components/applicationIntegrationOld/application/WebGUIStatefulHandler.js +0 -90
  720. package/src/main/js/sap/ushell/components/applicationIntegrationOld/configuration/AppMeta.js +0 -193
  721. package/src/main/js/sap/ushell/components/applicationIntegrationOld/relatedServices/RelatedServices.js +0 -91
  722. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +0 -1769
  723. package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +0 -232
  724. package/src/main/js/sap/ushell/renderer/RendererRootViewFallback.fragment.xml +0 -8
  725. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css.js +0 -7
  726. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css25.js +0 -7194
  727. package/src/main/js/sap/ushell/ui/AppContainer.js +0 -271
  728. package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +0 -42
@@ -1,232 +0,0 @@
1
- // Copyright (c) 2009-2025 SAP SE, All Rights Reserved
2
- /**
3
- * @file This file contains miscellaneous utility functions for handling openning iframe with POST.
4
- */
5
- sap.ui.define([
6
- "sap/ushell/utils/UriParameters",
7
- "sap/ui/core/RenderManager",
8
- "sap/ui/thirdparty/jquery",
9
- "sap/ui/thirdparty/URI",
10
- "sap/ushell/utils",
11
- "sap/ushell/resources",
12
- "sap/ushell/Config",
13
- "sap/ushell/Container",
14
- "sap/ushell/ApplicationType/systemAlias"
15
- ], function (
16
- UriParameters,
17
- RenderManager,
18
- jQuery,
19
- URI,
20
- utils,
21
- resources,
22
- Config,
23
- Container,
24
- systemAlias
25
- ) {
26
- "use strict";
27
-
28
- if (!Config.last("/core/navigation/enableAppLifeCycleFallback")) {
29
- return {};
30
- }
31
-
32
- var IframePOSTUtils = {};
33
- var _that = IframePOSTUtils;
34
-
35
- IframePOSTUtils.renderIframeWithPOST = function (oRenderManager, oContainer, sUrl, iIframeIdx) {
36
- oContainer.setProperty("iframeWithPost", true, true);
37
- oContainer.oDeferredRenderer = new jQuery.Deferred();
38
- sUrl = utils.filterOutParamsFromLegacyAppURL(sUrl);
39
- var oAppStatesInfo = utils.getParamKeys(sUrl);
40
-
41
- //generate the <div> element that wraps the <form> and the <iframe>
42
- this.generateRootElementForIFrame(oRenderManager, oContainer, true);
43
-
44
- if (oAppStatesInfo.aAppStateNamesArray.length > 0) {
45
- Container.getServiceAsync("Navigation").then(function (oNavService) {
46
- oNavService.getAppStateData(oAppStatesInfo.aAppStateKeysArray).then(function (aDataArray) {
47
- var oNewRenderManager;
48
- var oDomRef = jQuery("#" + oContainer.getId());
49
-
50
- if (oDomRef.length > 0) {
51
- oNewRenderManager = new RenderManager().getInterface();
52
- _that.buildHTMLElements(oNewRenderManager, oContainer, aDataArray, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
53
- oNewRenderManager.flush(oDomRef[0]);
54
- oNewRenderManager.destroy();
55
- } else {
56
- _that.buildHTMLElements(oRenderManager, oContainer, aDataArray, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
57
- }
58
-
59
- setTimeout(oContainer.oDeferredRenderer.resolve, 0);
60
- }, function (sError) {
61
- _that.buildHTMLElements(oRenderManager, oContainer, undefined, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
62
- setTimeout(oContainer.oDeferredRenderer.resolve, 0);
63
- });
64
- });
65
- } else {
66
- _that.buildHTMLElements(oRenderManager, oContainer, undefined, oAppStatesInfo.aAppStateNamesArray, sUrl, iIframeIdx);
67
- setTimeout(oContainer.oDeferredRenderer.resolve, 0);
68
- }
69
-
70
- this.generateRootElementForIFrame(oRenderManager, oContainer, false);
71
- };
72
-
73
- IframePOSTUtils.generateRootElementForIFrame = function (oRenderManager, oContainer, bStart) {
74
- if (bStart) {
75
- oRenderManager.openStart("div", oContainer)
76
- .attr("sap-iframe-app", "true")
77
- .class("sapUShellApplicationContainer")
78
- .style("height", oContainer.getHeight())
79
- .style("width", oContainer.getWidth())
80
- .openEnd();
81
-
82
- } else {
83
- oRenderManager.close("div");
84
- }
85
- };
86
-
87
- IframePOSTUtils.buildHTMLElements = function (oRenderManager, oContainer, aAdditionalDataArray, aInfoArray, sUrl, iIframeIdx) {
88
- var sFormId = oContainer.getId() + "-form",
89
- sPostAddParams = "",
90
- bIsHidden = false;
91
-
92
- if (aAdditionalDataArray === undefined) {
93
- aAdditionalDataArray = [];
94
- }
95
- aAdditionalDataArray.push(Container.getFLPUrl(true));
96
- aInfoArray.push("sap-flp-url");
97
- aAdditionalDataArray.push(oContainer.getSystemAlias());
98
- aInfoArray.push("system-alias");
99
-
100
- var sFLPParams = "";
101
- var oFLPParams = {};
102
-
103
- aInfoArray.forEach(function (item, index) {
104
- if (aAdditionalDataArray[index] || item === "system-alias") {
105
- oFLPParams[item] = aAdditionalDataArray[index];
106
- }
107
- });
108
-
109
-
110
- var sapOrigUrlWithSystemAlias = systemAlias.addSystemAlias(sUrl, oContainer);
111
- sFLPParams = JSON.stringify(oFLPParams);
112
-
113
- var oIframeUriParams = {};
114
- if (oContainer.getIframePostAllParams() === true) {
115
- oIframeUriParams = UriParameters.fromURL(sUrl);
116
- sPostAddParams = buildHTMLForAllPostParams(oContainer, oIframeUriParams, false);
117
- if (sPostAddParams !== "") {
118
- sUrl = trimURL(sUrl, oIframeUriParams);
119
- }
120
- }
121
-
122
- oContainer.fireEvent("applicationConfiguration");
123
- oRenderManager
124
- .openStart("form")
125
- .attr("id", sFormId)
126
- .attr("method", "post")
127
- .attr("name", sFormId)
128
- .attr("target", oContainer.getId() + "-iframe")
129
- .attr("action", sUrl)
130
- .style("display", "none")
131
- .openEnd();
132
-
133
- oRenderManager
134
- .voidStart("input")
135
- .attr("name", "sap-flp-params")
136
- .attr("value", sFLPParams)
137
- .voidEnd();
138
-
139
- if (oContainer.getIframePostAllParams() === true) {
140
- buildHTMLForAllPostParams(oContainer, oIframeUriParams, true, oRenderManager);
141
- }
142
-
143
- oRenderManager.close("form");
144
-
145
- var sID = oContainer.sId;
146
- // we need to remove the sapUShellApplicationContainerIframeHidden style as the style is relevant
147
- // only in the parent div of this iframe
148
- if (oContainer.hasStyleClass("sapUShellApplicationContainerIframeHidden")) {
149
- bIsHidden = true;
150
- oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", false);
151
- }
152
-
153
- // When sending a POST request, we concatenate the string "-iframe" to the 'id' attribute of the <iframe> node.
154
- // The reason is that in POST request the IFRAME element is a child of a new 'div' element, that holds the
155
- // original id of the <iframe> node, and in order not to associate them with them with the same id we add this string.
156
- oContainer.sId += "-iframe";
157
- oRenderManager
158
- .openStart("iframe", oContainer)
159
- .attr("name", oContainer.getId())
160
- .accessibilityState(oContainer)
161
- .attr("sap-orig-src", sapOrigUrlWithSystemAlias)
162
- .attr("title", resources.i18n.getText("AppilcationContainer.IframeTitle"))
163
- .attr("sap-iframe-idx", iIframeIdx)
164
- .class("sapUShellApplicationContainer")
165
- .style("height", oContainer.getHeight())
166
- .style("width", oContainer.getWidth());
167
-
168
- if (Config.last("/core/shell/enableFeaturePolicyInIframes") === true) {
169
- oRenderManager.attr("allow", utils.getIframeFeaturePolicies().replaceAll(";", " " + (new URI(sUrl).origin()) + ";"));
170
- }
171
- oRenderManager
172
- .openEnd()
173
- .close("iframe");
174
-
175
- // Set the oContainer.sId back to its original value (without the string "-iframe")
176
- oContainer.sId = sID;
177
-
178
- if (bIsHidden) {
179
- oContainer.toggleStyleClass("sapUShellApplicationContainerIframeHidden", true);
180
- }
181
-
182
- // The form submission happens in the onAfterRendering()
183
- };
184
-
185
- function buildHTMLForAllPostParams (oContainer, oIframeUriParams, bRender, oRenderManager) {
186
- var sapIframeHintVal = "";
187
- var sRes = "";
188
- if (oIframeUriParams.has("sap-iframe-hint")) {
189
- sapIframeHintVal = oIframeUriParams.get("sap-iframe-hint");
190
- }
191
-
192
- var oParams = oIframeUriParams.mParams;
193
- //Verify that it's a WD app (in local FLP or cFLP)
194
- if (oContainer.getApplicationType() === "TR" || (sapIframeHintVal === "GUI")) {
195
- var p, valStr;
196
- for (p in oParams) {
197
- if (p === "sap-iframe-hint" || p === "sap-keep-alive") {
198
- continue;
199
- }
200
- valStr = oParams[p][0];
201
- if (bRender === true) {
202
- oRenderManager
203
- .voidStart("input")
204
- .attr("name", p)
205
- .attr("value", valStr)
206
- .voidEnd();
207
- } else {
208
- sRes += "*";
209
- }
210
- }
211
- }
212
-
213
- return sRes;
214
- }
215
-
216
- function trimURL (sUrl, oIframeUriParams) {
217
- var sHint = oIframeUriParams.get("sap-iframe-hint"),
218
- sKeepAlive = oIframeUriParams.get("sap-keep-alive"),
219
- oNewURI = new URI(sUrl).query("");
220
-
221
- if (typeof sHint === "string") {
222
- oNewURI.addSearch("sap-iframe-hint", sHint);
223
- }
224
- if (typeof sKeepAlive === "string") {
225
- oNewURI.addSearch("sap-keep-alive", sKeepAlive);
226
- }
227
-
228
- return oNewURI.toString();
229
- }
230
-
231
- return IframePOSTUtils;
232
- }, /* bExport= */ false);
@@ -1,8 +0,0 @@
1
- <core:FragmentDefinition
2
- xmlns="sap.ushell.ui.shell"
3
- xmlns:m="sap.m"
4
- xmlns:core="sap.ui.core"
5
- xmlns:ui="sap.ushell.ui"
6
- >
7
- <ui:AppContainer id="viewPortContainer" beforeNavigate=".onBeforeNavigate" afterNavigate=".onAfterNavigate"/>
8
- </core:FragmentDefinition>
@@ -1,7 +0,0 @@
1
- sap.ui.define(['exports'], (function (exports) { 'use strict';
2
-
3
- var parametersBundle_css = ":root{--sapThemeMetaData-Base-baseLib:{\"Path\": \"Base.baseLib.sap_fiori_3.css_variables\",\"PathPattern\": \"/%frameworkId%/%libId%/%themeId%/%fileId%.css\",\"Extends\": [\"sap_base_fiori\",\"baseTheme\"],\"Tags\": [\"Fiori_3\",\"LightColorScheme\"],\"FallbackThemeId\": \"sap_belize\",\"Engine\":{\"Name\": \"theming-engine\",\"Version\": \"14.2.25\"},\"Version\":{\"Build\": \"11.26.0.20250203135245\",\"Source\": \"11.26.0\"}};--sapBrandColor: #0a6ed1;--sapHighlightColor: #0854a0;--sapBaseColor: #fff;--sapShellColor: #354a5f;--sapBackgroundColor: #f7f7f7;--sapFontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapFontSize: .875rem;--sapTextColor: #32363a;--sapLinkColor: #0a6ed1;--sapCompanyLogo: none;--sapBackgroundImage: none;--sapBackgroundImageOpacity: 1;--sapBackgroundImageRepeat: false;--sapSelectedColor: #0854a0;--sapHoverColor: #ededed;--sapActiveColor: #0854a0;--sapHighlightTextColor: #fff;--sapTitleColor: #32363a;--sapNegativeColor: #bb0000;--sapCriticalColor: #df6e0c;--sapPositiveColor: #107e3e;--sapInformativeColor: #0a6ed1;--sapNeutralColor: #6a6d70;--sapNegativeElementColor: #bb0000;--sapCriticalElementColor: #df6e0c;--sapPositiveElementColor: #107e3e;--sapInformativeElementColor: #0a6ed1;--sapNeutralElementColor: #6a6d70;--sapNegativeTextColor: #bb0000;--sapCriticalTextColor: #b3590a;--sapPositiveTextColor: #107e3e;--sapInformativeTextColor: #0a6ed1;--sapNeutralTextColor: #6a6d70;--sapErrorColor: #bb0000;--sapWarningColor: #df6e0c;--sapSuccessColor: #107e3e;--sapInformationColor: #0a6ed1;--sapErrorBackground: #ffebeb;--sapWarningBackground: #fef7f1;--sapSuccessBackground: #f1fdf6;--sapInformationBackground: #f5faff;--sapNeutralBackground: #f4f4f4;--sapErrorBorderColor: #bb0000;--sapWarningBorderColor: #df6e0c;--sapSuccessBorderColor: #107e3e;--sapInformationBorderColor: #0a6ed1;--sapNeutralBorderColor: #6a6d70;--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: #0854a0;--sapContent_ContrastIconColor: #fff;--sapContent_NonInteractiveIconColor: #6a6d70;--sapContent_MarkerIconColor: #286eb4;--sapContent_MarkerTextColor: #0e7581;--sapContent_MeasureIndicatorColor: #89919a;--sapContent_Selected_MeasureIndicatorColor: #89919a;--sapContent_Placeholderloading_Background: #ccc;--sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);--sapContent_ImagePlaceholderBackground: #ccc;--sapContent_ImagePlaceholderForegroundColor: #fff;--sapContent_RatedColor: #d08014;--sapContent_UnratedColor: #89919a;--sapContent_BusyColor: #0854a0;--sapContent_FocusColor: #000;--sapContent_FocusStyle: dotted;--sapContent_FocusWidth: .0625rem;--sapContent_ContrastFocusColor: #fff;--sapContent_ShadowColor: #000;--sapContent_ContrastShadowColor: #fff;--sapContent_Shadow0: 0 0 0 .0625rem rgba(0,0,0,.1), 0 .125rem .5rem 0 rgba(0,0,0,.1);--sapContent_Shadow1: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .125rem .5rem 0 rgba(0,0,0,.3);--sapContent_Shadow2: 0 0 0 .0625rem rgba(0,0,0,.42), 0 .625rem 1.875rem 0 rgba(0,0,0,.3);--sapContent_Shadow3: 0 0 0 .0625rem rgba(0,0,0,.42), 0 1.25rem 5rem 0 rgba(0,0,0,.3);--sapContent_TextShadow: 0 0 .125rem #fff;--sapContent_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapContent_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #d9d9d9;--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: #d4f7db;--sapContent_HelpColor: #3f8600;--sapContent_LabelColor: #6a6d70;--sapContent_MonospaceFontFamily: \"72Mono\", \"72Monofull\", lucida console, monospace;--sapContent_MonospaceBoldFontFamily: \"72Mono-Bold\", \"72Mono-Boldfull\", lucida console, monospace;--sapContent_IconFontFamily: \"SAP-icons\";--sapContent_DisabledTextColor: rgba(50,54,58,.6);--sapContent_DisabledOpacity: .4;--sapContent_ContrastTextThreshold: .65;--sapContent_ContrastTextColor: #fff;--sapContent_ForegroundColor: #efefef;--sapContent_ForegroundBorderColor: #89919a;--sapContent_ForegroundTextColor: #32363a;--sapContent_BadgeBackground: #d04343;--sapContent_BadgeTextColor: #fff;--sapContent_BadgeBorderColor: #fff;--sapContent_DragAndDropActiveColor: #0854a0;--sapContent_Selected_TextColor: #fff;--sapContent_Selected_Background: #0854a0;--sapContent_Selected_Hover_Background: #095caf;--sapContent_Selected_ForegroundColor: #0854a0;--sapContent_ForcedColorAdjust: none;--sapContent_Lite_Shadow: None;--sapContent_Illustrative_Color1: #9b015d;--sapContent_Illustrative_Color2: #56bdff;--sapContent_Illustrative_Color3: #ff7f4c;--sapContent_Illustrative_Color4: #4a5055;--sapContent_Illustrative_Color5: #9da4aa;--sapContent_Illustrative_Color6: #c6cace;--sapContent_Illustrative_Color7: #dbf1ff;--sapContent_Illustrative_Color8: #fff;--sapContent_Illustrative_Color9: #0899a7;--sapContent_Illustrative_Color10: #dbf1ff;--sapContent_Illustrative_Color11: #df1278;--sapContent_Illustrative_Color12: #00a800;--sapContent_Illustrative_Color13: #0070f2;--sapContent_Illustrative_Color14: #0040b0;--sapContent_Illustrative_Color15: #c35500;--sapContent_Illustrative_Color16: #8d2a00;--sapContent_Illustrative_Color17: #046c7c;--sapContent_Illustrative_Color18: #bce5ff;--sapContent_Illustrative_Color19: #a3dbff;--sapContent_Illustrative_Color20: #89d1ff;--sapContent_Illustrative_Color21: #1b90ff;--sapContent_Illustrative_Color22: #00144a;--sapContent_Illustrative_Color23: #d20a0a;--sapContent_Illustrative_Color24: #ffb2d2;--sapContent_Illustrative_Color25: #ffeaf4;--sapContent_Illustrative_Color26: #ffdf72;--sapContent_Illustrative_Color27: #fff8d6;--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,.05), inset 0 -.0625rem 0 0 #107e3e;--sapContent_Warning_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #df6e0c;--sapContent_Error_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #bb0000;--sapContent_Information_HeaderShadow: 0 .125rem .125rem 0 rgba(0,0,0,.05), inset 0 -.0625rem 0 0 #0a6ed1;--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: #0854a0;--sapLink_Hover_TextDecoration: underline;--sapLink_Active_Color: #0a6ed1;--sapLink_Active_TextDecoration: underline;--sapLink_Visited_Color: #0a6ed1;--sapLink_InvertedColor: #d3e8fd;--sapLink_SubtleColor: #074888;--sapShell_Background: #edeff0;--sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);--sapShell_BackgroundImageOpacity: 1;--sapShell_BackgroundImageRepeat: false;--sapShell_BorderColor: #354a5f;--sapShell_TextColor: #fff;--sapShell_InteractiveBackground: #354a5f;--sapShell_InteractiveTextColor: #d1e8ff;--sapShell_InteractiveBorderColor: #7996b4;--sapShell_GroupTitleTextColor: #32363a;--sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;--sapShell_Hover_Background: #283848;--sapShell_Active_Background: #23303e;--sapShell_Active_TextColor: #fff;--sapShell_Selected_Background: #23303e;--sapShell_Selected_TextColor: #fff;--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: #fff;--sapShell_Navigation_Active_TextColor: #fff;--sapShell_Navigation_Active_Background: #23303e;--sapShell_Shadow: 0 .125rem .125rem 0 rgba(0,0,0,.08), inset 0 -.0625rem 0 0 rgba(0,0,0,.18);--sapShell_NegativeColor: #f88;--sapShell_CriticalColor: #f8b67d;--sapShell_PositiveColor: #abe2c2;--sapShell_InformativeColor: #b1d6fb;--sapShell_NeutralColor: #d4d6d7;--sapShell_Assistant_ForegroundColor: #9f88ff;--sapShell_SubBrand_TextColor: #fff;--sapShell_Category_1_Background: #286eb4;--sapShell_Category_1_BorderColor: #286eb4;--sapShell_Category_1_TextColor: #fff;--sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_2_Background: #db1f77;--sapShell_Category_2_BorderColor: #db1f77;--sapShell_Category_2_TextColor: #fff;--sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_3_Background: #d58215;--sapShell_Category_3_BorderColor: #d58215;--sapShell_Category_3_TextColor: #fff;--sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_4_Background: #892971;--sapShell_Category_4_BorderColor: #892971;--sapShell_Category_4_TextColor: #fff;--sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_5_Background: #bb2f2f;--sapShell_Category_5_BorderColor: #bb2f2f;--sapShell_Category_5_TextColor: #fff;--sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_6_Background: #1193a2;--sapShell_Category_6_BorderColor: #1193a2;--sapShell_Category_6_TextColor: #fff;--sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_7_Background: #cf5db3;--sapShell_Category_7_BorderColor: #cf5db3;--sapShell_Category_7_TextColor: #fff;--sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_8_Background: #8b9668;--sapShell_Category_8_BorderColor: #8b9668;--sapShell_Category_8_TextColor: #fff;--sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_9_Background: #597da1;--sapShell_Category_9_BorderColor: #597da1;--sapShell_Category_9_TextColor: #fff;--sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_10_Background: #647987;--sapShell_Category_10_BorderColor: #647987;--sapShell_Category_10_TextColor: #fff;--sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_11_Background: #dc5b5b;--sapShell_Category_11_BorderColor: #dc5b5b;--sapShell_Category_11_TextColor: #fff;--sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_12_Background: #5154bd;--sapShell_Category_12_BorderColor: #5154bd;--sapShell_Category_12_TextColor: #fff;--sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_13_Background: #bc1b66;--sapShell_Category_13_BorderColor: #bc1b66;--sapShell_Category_13_TextColor: #fff;--sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_14_Background: #49797e;--sapShell_Category_14_BorderColor: #49797e;--sapShell_Category_14_TextColor: #fff;--sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_15_Background: #476380;--sapShell_Category_15_BorderColor: #476380;--sapShell_Category_15_TextColor: #fff;--sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapShell_Category_16_Background: #687a33;--sapShell_Category_16_BorderColor: #687a33;--sapShell_Category_16_TextColor: #fff;--sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,.7);--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: #fff;--sapAssistant_Question_Background: #eae5ff;--sapAssistant_Question_BorderColor: #eae5ff;--sapAssistant_Question_TextColor: #32363a;--sapAssistant_Answer_Background: #f4f4f4;--sapAssistant_Answer_BorderColor: #f4f4f4;--sapAssistant_Answer_TextColor: #32363a;--sapAvatar_1_Background: #d08014;--sapAvatar_1_BorderColor: #d08014;--sapAvatar_1_TextColor: #fff;--sapAvatar_1_Hover_Background: #d08014;--sapAvatar_2_Background: #d04343;--sapAvatar_2_BorderColor: #d04343;--sapAvatar_2_TextColor: #fff;--sapAvatar_2_Hover_Background: #d04343;--sapAvatar_3_Background: #db1f77;--sapAvatar_3_BorderColor: #db1f77;--sapAvatar_3_TextColor: #fff;--sapAvatar_3_Hover_Background: #db1f77;--sapAvatar_4_Background: #c0399f;--sapAvatar_4_BorderColor: #c0399f;--sapAvatar_4_TextColor: #fff;--sapAvatar_4_Hover_Background: #c0399f;--sapAvatar_5_Background: #6367de;--sapAvatar_5_BorderColor: #6367de;--sapAvatar_5_TextColor: #fff;--sapAvatar_5_Hover_Background: #6367de;--sapAvatar_6_Background: #286eb4;--sapAvatar_6_BorderColor: #286eb4;--sapAvatar_6_TextColor: #fff;--sapAvatar_6_Hover_Background: #286eb4;--sapAvatar_7_Background: #0f828f;--sapAvatar_7_BorderColor: #0f828f;--sapAvatar_7_TextColor: #fff;--sapAvatar_7_Hover_Background: #0f828f;--sapAvatar_8_Background: #7ca10c;--sapAvatar_8_BorderColor: #7ca10c;--sapAvatar_8_TextColor: #fff;--sapAvatar_8_Hover_Background: #7ca10c;--sapAvatar_9_Background: #925ace;--sapAvatar_9_BorderColor: #925ace;--sapAvatar_9_TextColor: #fff;--sapAvatar_9_Hover_Background: #925ace;--sapAvatar_10_Background: #647987;--sapAvatar_10_BorderColor: #647987;--sapAvatar_10_TextColor: #fff;--sapAvatar_10_Hover_Background: #647987;--sapAvatar_Lite_BorderColor: transparent;--sapAvatar_Lite_Background: transparent;--sapAvatar_Hover_BorderColor: rgba(137,145,154,.25);--sapButton_Background: #fff;--sapButton_BorderColor: #0854a0;--sapButton_BorderWidth: .0625rem;--sapButton_BorderCornerRadius: .25rem;--sapButton_TextColor: #0854a0;--sapButton_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapButton_Hover_Background: #ebf5fe;--sapButton_Hover_BorderColor: #0854a0;--sapButton_Hover_TextColor: #0854a0;--sapButton_IconColor: #0854a0;--sapButton_Active_Background: #0854a0;--sapButton_Active_BorderColor: #0854a0;--sapButton_Active_TextColor: #fff;--sapButton_Emphasized_Background: #0a6ed1;--sapButton_Emphasized_BorderColor: #0a6ed1;--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: #085caf;--sapButton_Emphasized_Hover_BorderColor: #085caf;--sapButton_Emphasized_Hover_TextColor: #fff;--sapButton_Emphasized_Active_Background: #0854a0;--sapButton_Emphasized_Active_BorderColor: #0854a0;--sapButton_Emphasized_Active_TextColor: #fff;--sapButton_Emphasized_TextShadow: transparent;--sapButton_Emphasized_FontWeight: bold;--sapButton_Reject_Background: #fff;--sapButton_Reject_BorderColor: #bb0000;--sapButton_Reject_TextColor: #b00;--sapButton_Reject_Hover_Background: #ffebeb;--sapButton_Reject_Hover_BorderColor: #bb0000;--sapButton_Reject_Hover_TextColor: #b00;--sapButton_Reject_Active_Background: #a20000;--sapButton_Reject_Active_BorderColor: #a20000;--sapButton_Reject_Active_TextColor: #fff;--sapButton_Reject_Selected_Background: #a20000;--sapButton_Reject_Selected_BorderColor: #a20000;--sapButton_Reject_Selected_TextColor: #fff;--sapButton_Reject_Selected_Hover_Background: #b00;--sapButton_Reject_Selected_Hover_BorderColor: #b00;--sapButton_Accept_Background: #fff;--sapButton_Accept_BorderColor: #107e3e;--sapButton_Accept_TextColor: #107e3e;--sapButton_Accept_Hover_Background: #f1fdf6;--sapButton_Accept_Hover_BorderColor: #107e3e;--sapButton_Accept_Hover_TextColor: #107e3e;--sapButton_Accept_Active_Background: #0d6733;--sapButton_Accept_Active_BorderColor: #0d6733;--sapButton_Accept_Active_TextColor: #fff;--sapButton_Accept_Selected_Background: #0d6733;--sapButton_Accept_Selected_BorderColor: #0d6733;--sapButton_Accept_Selected_TextColor: #fff;--sapButton_Accept_Selected_Hover_Background: #107e3e;--sapButton_Accept_Selected_Hover_BorderColor: #107e3e;--sapButton_Lite_Background: transparent;--sapButton_Lite_BorderColor: transparent;--sapButton_Lite_TextColor: #0854a0;--sapButton_Lite_Hover_Background: #ebf5fe;--sapButton_Lite_Hover_BorderColor: #0854a0;--sapButton_Lite_Hover_TextColor: #0854a0;--sapButton_Lite_Active_Background: #0854a0;--sapButton_Lite_Active_BorderColor: #0854a0;--sapButton_Selected_Background: #0854a0;--sapButton_Selected_BorderColor: #0854a0;--sapButton_Selected_TextColor: #fff;--sapButton_Selected_Hover_Background: #095caf;--sapButton_Selected_Hover_BorderColor: #095caf;--sapButton_Attention_Background: #fff;--sapButton_Attention_BorderColor: #df6e0c;--sapButton_Attention_TextColor: #32363a;--sapButton_Attention_Hover_Background: #fef7f1;--sapButton_Attention_Hover_BorderColor: #df6e0c;--sapButton_Attention_Hover_TextColor: #32363a;--sapButton_Attention_Active_Background: #f3801c;--sapButton_Attention_Active_BorderColor: #f3801c;--sapButton_Attention_Active_TextColor: #fff;--sapButton_Attention_Selected_Background: #f3801c;--sapButton_Attention_Selected_BorderColor: #f3801c;--sapButton_Attention_Selected_TextColor: #fff;--sapButton_Attention_Selected_Hover_Background: #f48e34;--sapButton_Attention_Selected_Hover_BorderColor: #f48e34;--sapButton_Negative_Background: #bb0000;--sapButton_Negative_BorderColor: #bb0000;--sapButton_Negative_TextColor: #fff;--sapButton_Negative_Hover_Background: #970000;--sapButton_Negative_Hover_BorderColor: #970000;--sapButton_Negative_Hover_TextColor: #fff;--sapButton_Negative_Active_Background: #800;--sapButton_Negative_Active_BorderColor: #800;--sapButton_Negative_Active_TextColor: #fff;--sapButton_Critical_Background: #df6e0c;--sapButton_Critical_BorderColor: #df6e0c;--sapButton_Critical_TextColor: #fff;--sapButton_Critical_Hover_Background: #f3801c;--sapButton_Critical_Hover_BorderColor: #f3801c;--sapButton_Critical_Hover_TextColor: #fff;--sapButton_Critical_Active_Background: #f5933e;--sapButton_Critical_Active_BorderColor: #f5933e;--sapButton_Critical_Active_TextColor: #fff;--sapButton_Success_Background: #107e3e;--sapButton_Success_BorderColor: #107e3e;--sapButton_Success_TextColor: #fff;--sapButton_Success_Hover_Background: #0c5e2e;--sapButton_Success_Hover_BorderColor: #0c5e2e;--sapButton_Success_Hover_TextColor: #fff;--sapButton_Success_Active_Background: #0a5128;--sapButton_Success_Active_BorderColor: #0a5128;--sapButton_Success_Active_TextColor: #fff;--sapButton_Information_Background: #0a6ed1;--sapButton_Information_BorderColor: #0a6ed1;--sapButton_Information_TextColor: #fff;--sapButton_Information_Hover_Background: #0961b9;--sapButton_Information_Hover_BorderColor: #0961b9;--sapButton_Information_Hover_TextColor: #fff;--sapButton_Information_Active_Background: #0854a0;--sapButton_Information_Active_BorderColor: #0854a0;--sapButton_Information_Active_TextColor: #fff;--sapButton_Neutral_Background: #6a6d70;--sapButton_Neutral_BorderColor: #6a6d70;--sapButton_Neutral_TextColor: #fff;--sapButton_Neutral_Hover_Background: #595b5e;--sapButton_Neutral_Hover_BorderColor: #595b5e;--sapButton_Neutral_Hover_TextColor: #fff;--sapButton_Neutral_Active_Background: #515456;--sapButton_Neutral_Active_BorderColor: #515456;--sapButton_Neutral_Active_TextColor: #fff;--sapButton_Track_Background: #ededed;--sapButton_Track_BorderColor: #89919a;--sapButton_Track_TextColor: #32363a;--sapButton_Track_Hover_Background: #ededed;--sapButton_Track_Hover_BorderColor: #0854a0;--sapButton_Track_Selected_Background: #ebf5fe;--sapButton_Track_Selected_BorderColor: #0854a0;--sapButton_Track_Selected_TextColor: #32363a;--sapButton_Track_Selected_Hover_Background: #ebf5fe;--sapButton_Track_Selected_Hover_BorderColor: #095caf;--sapButton_Handle_Background: #fff;--sapButton_Handle_BorderColor: #89919a;--sapButton_Handle_TextColor: #32363a;--sapButton_Handle_Hover_Background: #ebf5fe;--sapButton_Handle_Hover_BorderColor: #0854a0;--sapButton_Handle_Selected_Background: #0854a0;--sapButton_Handle_Selected_BorderColor: #0854a0;--sapButton_Handle_Selected_TextColor: #fff;--sapButton_Handle_Selected_Hover_Background: #095caf;--sapButton_Handle_Selected_Hover_BorderColor: #095caf;--sapButton_Track_Negative_Background: #ffebeb;--sapButton_Track_Negative_BorderColor: #bb0000;--sapButton_Track_Negative_TextColor: #b00;--sapButton_Track_Negative_Hover_Background: #ffebeb;--sapButton_Track_Negative_Hover_BorderColor: #bb0000;--sapButton_Handle_Negative_Background: #fff;--sapButton_Handle_Negative_BorderColor: #bb0000;--sapButton_Handle_Negative_TextColor: #b00;--sapButton_Handle_Negative_Hover_Background: #ffebeb;--sapButton_Handle_Negative_Hover_BorderColor: #bb0000;--sapButton_Track_Positive_Background: #f1fdf6;--sapButton_Track_Positive_BorderColor: #107e3e;--sapButton_Track_Positive_TextColor: #107e3e;--sapButton_Track_Positive_Hover_Background: #f1fdf6;--sapButton_Track_Positive_Hover_BorderColor: #107e3e;--sapButton_Handle_Positive_Background: #fff;--sapButton_Handle_Positive_BorderColor: #107e3e;--sapButton_Handle_Positive_TextColor: #107e3e;--sapButton_Handle_Positive_Hover_Background: #f1fdf6;--sapButton_Handle_Positive_Hover_BorderColor: #107e3e;--sapButton_TokenBackground: #fafafa;--sapButton_TokenBorderColor: #c2c2c2;--sapButton_TokenBorderCornerRadius: .25rem;--sapButton_Selected_TokenBorderWidth: 0;--sapButton_ReadOnly_TokenBackground: #fafafa;--sapButton_Segment_BorderCornerRadius: 0;--sapField_Background: #fff;--sapField_BackgroundStyle: none;--sapField_TextColor: #32363a;--sapField_PlaceholderTextColor: #74777a;--sapField_BorderColor: #89919a;--sapField_HelpBackground: #fff;--sapField_BorderWidth: .0625rem;--sapField_BorderStyle: solid;--sapField_BorderCornerRadius: .125rem;--sapField_Shadow: none;--sapField_Hover_Background: #fff;--sapField_Hover_BackgroundStyle: none;--sapField_Hover_BorderColor: #0854a0;--sapField_Hover_HelpBackground: #ebf5fe;--sapField_Hover_Shadow: none;--sapField_Hover_InvalidShadow: none;--sapField_Hover_WarningShadow: none;--sapField_Hover_SuccessShadow: none;--sapField_Hover_InformationShadow: none;--sapField_Active_BorderColor: #0854a0;--sapField_Focus_Background: #fff;--sapField_Focus_BorderColor: #89919a;--sapField_Focus_HelpBackground: #fff;--sapField_ReadOnly_Background: rgba(242,242,242,.5);--sapField_ReadOnly_BackgroundStyle: none;--sapField_ReadOnly_BorderColor: #89919a;--sapField_ReadOnly_BorderStyle: solid;--sapField_ReadOnly_HelpBackground: rgba(242,242,242,.5);--sapField_RequiredColor: #ce3b3b;--sapField_InvalidColor: #bb0000;--sapField_InvalidBackground: #fff;--sapField_InvalidBackgroundStyle: none;--sapField_InvalidBorderWidth: .125rem;--sapField_InvalidBorderStyle: solid;--sapField_InvalidShadow: none;--sapField_WarningColor: #df6e0c;--sapField_WarningBackground: #fff;--sapField_WarningBackgroundStyle: none;--sapField_WarningBorderWidth: .125rem;--sapField_WarningBorderStyle: solid;--sapField_WarningShadow: none;--sapField_SuccessColor: #107e3e;--sapField_SuccessBackground: #fff;--sapField_SuccessBackgroundStyle: none;--sapField_SuccessBorderWidth: .0625rem;--sapField_SuccessBorderStyle: solid;--sapField_SuccessShadow: none;--sapField_InformationColor: #0a6ed1;--sapField_InformationBackground: #fff;--sapField_InformationBackgroundStyle: none;--sapField_InformationBorderWidth: .125rem;--sapField_InformationBorderStyle: solid;--sapField_InformationShadow: none;--sapField_Selector_Hover_Background: #fff;--sapField_Selector_Hover_InvalidBackground: #fff;--sapField_Selector_Hover_WarningBackground: #fff;--sapField_Selector_Hover_SuccessBackground: #fff;--sapField_Selector_Hover_InformationBackground: #fff;--sapField_Picker_BorderColor: #89919a;--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: #d9d9d9;--sapGroup_TitleTextColor: #32363a;--sapGroup_Title_FontSize: 1.125rem;--sapGroup_ContentBackground: #fff;--sapGroup_ContentBorderColor: #d9d9d9;--sapGroup_BorderWidth: .0625rem;--sapGroup_BorderCornerRadius: 0;--sapGroup_FooterBackground: transparent;--sapToolbar_Background: transparent;--sapToolbar_SeparatorColor: #d9d9d9;--sapList_HeaderBackground: #f2f2f2;--sapList_HeaderBorderColor: #e5e5e5;--sapList_HeaderTextColor: #32363a;--sapList_BorderColor: #e5e5e5;--sapList_BorderWidth: .0625rem;--sapList_TextColor: #32363a;--sapList_Active_TextColor: #fff;--sapList_Active_Background: #0854a0;--sapList_SelectionBackgroundColor: #e5f0fa;--sapList_SelectionBorderColor: #0854a0;--sapList_Hover_SelectionBackground: #d8e9f8;--sapList_Background: #fff;--sapList_Hover_Background: #ededed;--sapList_AlternatingBackground: #f2f2f2;--sapList_GroupHeaderBackground: #fff;--sapList_GroupHeaderBorderColor: #d9d9d9;--sapList_GroupHeaderTextColor: #32363a;--sapList_TableGroupHeaderBackground: #efefef;--sapList_TableGroupHeaderBorderColor: #d9d9d9;--sapList_TableGroupHeaderTextColor: #32363a;--sapList_FooterBackground: #fafafa;--sapList_FooterTextColor: #32363a;--sapList_TableFooterBorder: #d9d9d9;--sapList_TableFixedBorderColor: #8c8c8c;--sapList_TableFixedColumnBorderWidth: .0625rem;--sapList_TableFixedRowBorderWidth: .125rem;--sapMessage_BorderWidth: .0625rem;--sapMessage_ErrorBorderColor: #bb0000;--sapMessage_WarningBorderColor: #df6e0c;--sapMessage_SuccessBorderColor: #107e3e;--sapMessage_InformationBorderColor: #0a6ed1;--sapMessage_Button_Hover_Background: rgba(235,245,254,.2);--sapPopover_BorderCornerRadius: .25rem;--sapProgress_Background: #fff;--sapProgress_BorderColor: #89919a;--sapProgress_TextColor: #32363a;--sapProgress_FontSize: .75rem;--sapProgress_NegativeBackground: #fff;--sapProgress_NegativeBorderColor: #89919a;--sapProgress_NegativeTextColor: #32363a;--sapProgress_CriticalBackground: #fff;--sapProgress_CriticalBorderColor: #89919a;--sapProgress_CriticalTextColor: #32363a;--sapProgress_PositiveBackground: #fff;--sapProgress_PositiveBorderColor: #89919a;--sapProgress_PositiveTextColor: #32363a;--sapProgress_InformationBackground: #fff;--sapProgress_InformationBorderColor: #89919a;--sapProgress_InformationTextColor: #32363a;--sapProgress_Value_Background: #6a6d70;--sapProgress_Value_BorderColor: #89919a;--sapProgress_Value_TextColor: #32363a;--sapProgress_Value_NegativeBackground: #bb0000;--sapProgress_Value_NegativeBorderColor: #fff;--sapProgress_Value_NegativeTextColor: #32363a;--sapProgress_Value_CriticalBackground: #df6e0c;--sapProgress_Value_CriticalBorderColor: #fff;--sapProgress_Value_CriticalTextColor: #32363a;--sapProgress_Value_PositiveBackground: #107e3e;--sapProgress_Value_PositiveBorderColor: #fff;--sapProgress_Value_PositiveTextColor: #32363a;--sapProgress_Value_InformationBackground: #0a6ed1;--sapProgress_Value_InformationBorderColor: #fff;--sapProgress_Value_InformationTextColor: #32363a;--sapScrollBar_FaceColor: #949494;--sapScrollBar_TrackColor: #fff;--sapScrollBar_BorderColor: #949494;--sapScrollBar_SymbolColor: #0854a0;--sapScrollBar_Dimension: .75rem;--sapScrollBar_Hover_FaceColor: #8c8c8c;--sapSlider_Background: #89919a;--sapSlider_BorderColor: #89919a;--sapSlider_Selected_Background: #0854a0;--sapSlider_Selected_BorderColor: #0854a0;--sapSlider_Selected_Dimension: 111px;--sapSlider_HandleBackground: #fff;--sapSlider_HandleBorderColor: #89919a;--sapSlider_RangeHandleBackground: transparent;--sapSlider_Hover_HandleBackground: #ebf5fe;--sapSlider_Hover_HandleBorderColor: #0854a0;--sapSlider_Hover_RangeHandleBackground: #ebf5fe;--sapSlider_Active_HandleBackground: #0854a0;--sapSlider_Active_HandleBorderColor: #0854a0;--sapSlider_Active_RangeHandleBackground: transparent;--sapPageHeader_Background: #fff;--sapPageHeader_BorderColor: #d9d9d9;--sapPageHeader_TextColor: #32363a;--sapPageFooter_Background: #fff;--sapPageFooter_BorderColor: #d9d9d9;--sapPageFooter_TextColor: #32363a;--sapInfobar_Background: #0f828f;--sapInfobar_Hover_Background: #0e7581;--sapInfobar_Active_Background: #0a545c;--sapInfobar_NonInteractive_Background: #e6e6e6;--sapInfobar_TextColor: #fff;--sapObjectHeader_Background: #fff;--sapObjectHeader_Hover_Background: #ededed;--sapObjectHeader_BorderColor: #d9d9d9;--sapObjectHeader_Title_TextColor: #32363a;--sapObjectHeader_Title_FontSize: 1.25rem;--sapObjectHeader_Title_SnappedFontSize: 1.25rem;--sapObjectHeader_Title_FontFamily: \"72\", \"72full\", Arial, Helvetica, sans-serif;--sapObjectHeader_Subtitle_TextColor: #6a6d70;--sapBlockLayer_Background: #000;--sapBlockLayer_Opacity: .2;--sapTab_TextColor: #6a6d70;--sapTab_ForegroundColor: #0854a0;--sapTab_IconColor: #0854a0;--sapTab_Background: #fff;--sapTab_Selected_TextColor: #0854a0;--sapTab_Selected_IconColor: #fff;--sapTab_Selected_Background: #0854a0;--sapTab_Selected_Indicator_Dimension: .1875rem;--sapTab_Positive_TextColor: #107e3e;--sapTab_Positive_ForegroundColor: #107e3e;--sapTab_Positive_IconColor: #107e3e;--sapTab_Positive_Selected_TextColor: #107e3e;--sapTab_Positive_Selected_IconColor: #fff;--sapTab_Positive_Selected_Background: #107e3e;--sapTab_Negative_TextColor: #bb0000;--sapTab_Negative_ForegroundColor: #bb0000;--sapTab_Negative_IconColor: #b00;--sapTab_Negative_Selected_TextColor: #bb0000;--sapTab_Negative_Selected_IconColor: #fff;--sapTab_Negative_Selected_Background: #bb0000;--sapTab_Critical_TextColor: #b3590a;--sapTab_Critical_ForegroundColor: #df6e0c;--sapTab_Critical_IconColor: #df6e0c;--sapTab_Critical_Selected_TextColor: #b3590a;--sapTab_Critical_Selected_IconColor: #fff;--sapTab_Critical_Selected_Background: #df6e0c;--sapTab_Neutral_TextColor: #6a6d70;--sapTab_Neutral_ForegroundColor: #6a6d70;--sapTab_Neutral_IconColor: #6a6d70;--sapTab_Neutral_Selected_TextColor: #6a6d70;--sapTab_Neutral_Selected_IconColor: #fff;--sapTab_Neutral_Selected_Background: #6a6d70;--sapTile_Background: #fff;--sapTile_Hover_Background: #f5f5f5;--sapTile_Active_Background: #f5f5f5;--sapTile_BorderColor: transparent;--sapTile_BorderCornerRadius: .25rem;--sapTile_TitleTextColor: #32363a;--sapTile_TextColor: #6a6d70;--sapTile_IconColor: #5a7da0;--sapTile_SeparatorColor: #ccc;--sapTile_Interactive_BorderColor: #b3b3b3;--sapTile_OverlayBackground: rgba(0,0,0,.8);--sapTile_OverlayForegroundColor: #fff;--sapTile_Hover_ContentBackground: #f5f5f5;--sapTile_Active_ContentBackground: #f5f5f5;--sapAccentColor1: #d08014;--sapAccentColor2: #d04343;--sapAccentColor3: #db1f77;--sapAccentColor4: #c0399f;--sapAccentColor5: #6367de;--sapAccentColor6: #286eb4;--sapAccentColor7: #0f828f;--sapAccentColor8: #7ca10c;--sapAccentColor9: #925ace;--sapAccentColor10: #647987;--sapAccentBackgroundColor1: #fff3b8;--sapAccentBackgroundColor2: #ffd0e7;--sapAccentBackgroundColor3: #fff0fa;--sapAccentBackgroundColor4: #ffdcf3;--sapAccentBackgroundColor5: #ded3ff;--sapAccentBackgroundColor6: #d1efff;--sapAccentBackgroundColor7: #c2fcee;--sapAccentBackgroundColor8: #ebf5cb;--sapAccentBackgroundColor9: #dafdf5;--sapAccentBackgroundColor10: #eaecee;--sapIndicationColor_1: #880000;--sapIndicationColor_1_Background: #880000;--sapIndicationColor_1_BorderColor: #880000;--sapIndicationColor_1_TextColor: #fff;--sapIndicationColor_1_Hover_Background: #6f0000;--sapIndicationColor_1_Active_Background: #500;--sapIndicationColor_1_Active_BorderColor: #880000;--sapIndicationColor_1_Active_TextColor: #fff;--sapIndicationColor_1_Selected_Background: #500;--sapIndicationColor_1_Selected_BorderColor: #880000;--sapIndicationColor_1_Selected_TextColor: #fff;--sapIndicationColor_1b: #fb9d9d;--sapIndicationColor_1b_TextColor: #830707;--sapIndicationColor_1b_Background: #fb9d9d;--sapIndicationColor_1b_BorderColor: #fb9d9d;--sapIndicationColor_1b_Hover_Background: #fa8585;--sapIndicationColor_2: #bb0000;--sapIndicationColor_2_Background: #bb0000;--sapIndicationColor_2_BorderColor: #bb0000;--sapIndicationColor_2_TextColor: #fff;--sapIndicationColor_2_Hover_Background: #a20000;--sapIndicationColor_2_Active_Background: #800;--sapIndicationColor_2_Active_BorderColor: #bb0000;--sapIndicationColor_2_Active_TextColor: #fff;--sapIndicationColor_2_Selected_Background: #800;--sapIndicationColor_2_Selected_BorderColor: #bb0000;--sapIndicationColor_2_Selected_TextColor: #fff;--sapIndicationColor_2b: #fcc4c4;--sapIndicationColor_2b_TextColor: #a90909;--sapIndicationColor_2b_Background: #fcc4c4;--sapIndicationColor_2b_BorderColor: #fcc4c4;--sapIndicationColor_2b_Hover_Background: #fbacac;--sapIndicationColor_3: #df6e0c;--sapIndicationColor_3_Background: #df6e0c;--sapIndicationColor_3_BorderColor: #df6e0c;--sapIndicationColor_3_TextColor: #fff;--sapIndicationColor_3_Hover_Background: #d0670b;--sapIndicationColor_3_Active_Background: #c2600a;--sapIndicationColor_3_Active_BorderColor: #df6e0c;--sapIndicationColor_3_Active_TextColor: #fff;--sapIndicationColor_3_Selected_Background: #c2600a;--sapIndicationColor_3_Selected_BorderColor: #df6e0c;--sapIndicationColor_3_Selected_TextColor: #fff;--sapIndicationColor_3b: #ffdfc3;--sapIndicationColor_3b_TextColor: #a44d00;--sapIndicationColor_3b_Background: #ffdfc3;--sapIndicationColor_3b_BorderColor: #ffdfc3;--sapIndicationColor_3b_Hover_Background: #ffd1a9;--sapIndicationColor_4: #107e3e;--sapIndicationColor_4_Background: #107e3e;--sapIndicationColor_4_BorderColor: #107e3e;--sapIndicationColor_4_TextColor: #fff;--sapIndicationColor_4_Hover_Background: #0d6733;--sapIndicationColor_4_Active_Background: #0a5128;--sapIndicationColor_4_Active_BorderColor: #107e3e;--sapIndicationColor_4_Active_TextColor: #fff;--sapIndicationColor_4_Selected_Background: #0a5128;--sapIndicationColor_4_Selected_BorderColor: #107e3e;--sapIndicationColor_4_Selected_TextColor: #fff;--sapIndicationColor_4b: #bae8bc;--sapIndicationColor_4b_TextColor: #256f28;--sapIndicationColor_4b_Background: #bae8bc;--sapIndicationColor_4b_BorderColor: #bae8bc;--sapIndicationColor_4b_Hover_Background: #a7e2a9;--sapIndicationColor_5: #0a6ed1;--sapIndicationColor_5_Background: #0a6ed1;--sapIndicationColor_5_BorderColor: #0a6ed1;--sapIndicationColor_5_TextColor: #fff;--sapIndicationColor_5_Hover_Background: #0961b9;--sapIndicationColor_5_Active_Background: #0854a0;--sapIndicationColor_5_Active_BorderColor: #0a6ed1;--sapIndicationColor_5_Active_TextColor: #fff;--sapIndicationColor_5_Selected_Background: #0854a0;--sapIndicationColor_5_Selected_BorderColor: #0a6ed1;--sapIndicationColor_5_Selected_TextColor: #fff;--sapIndicationColor_5b: #d9ebff;--sapIndicationColor_5b_TextColor: #0067d9;--sapIndicationColor_5b_Background: #d9ebff;--sapIndicationColor_5b_BorderColor: #d9ebff;--sapIndicationColor_5b_Hover_Background: #c0deff;--sapIndicationColor_6: #0f828f;--sapIndicationColor_6_Background: #0f828f;--sapIndicationColor_6_BorderColor: #0f828f;--sapIndicationColor_6_TextColor: #fff;--sapIndicationColor_6_Hover_Background: #0d6d78;--sapIndicationColor_6_Active_Background: #0a5861;--sapIndicationColor_6_Active_BorderColor: #0f828f;--sapIndicationColor_6_Active_TextColor: #fff;--sapIndicationColor_6_Selected_Background: #0a5861;--sapIndicationColor_6_Selected_BorderColor: #0f828f;--sapIndicationColor_6_Selected_TextColor: #fff;--sapIndicationColor_6b: #cdf5ec;--sapIndicationColor_6b_TextColor: #156b58;--sapIndicationColor_6b_Background: #cdf5ec;--sapIndicationColor_6b_BorderColor: #cdf5ec;--sapIndicationColor_6b_Hover_Background: #b8f1e4;--sapIndicationColor_7: #925ace;--sapIndicationColor_7_Background: #925ace;--sapIndicationColor_7_BorderColor: #925ace;--sapIndicationColor_7_TextColor: #fff;--sapIndicationColor_7_Hover_Background: #8546c8;--sapIndicationColor_7_Active_Background: #7838bd;--sapIndicationColor_7_Active_BorderColor: #925ace;--sapIndicationColor_7_Active_TextColor: #fff;--sapIndicationColor_7_Selected_Background: #7838bd;--sapIndicationColor_7_Selected_BorderColor: #925ace;--sapIndicationColor_7_Selected_TextColor: #fff;--sapIndicationColor_7b: #e2dbff;--sapIndicationColor_7b_TextColor: #5f38ff;--sapIndicationColor_7b_Background: #e2dbff;--sapIndicationColor_7b_BorderColor: #e2dbff;--sapIndicationColor_7b_Hover_Background: #cdc2ff;--sapIndicationColor_8: #c0399f;--sapIndicationColor_8_Background: #c0399f;--sapIndicationColor_8_BorderColor: #c0399f;--sapIndicationColor_8_TextColor: #fff;--sapIndicationColor_8_Hover_Background: #ac338f;--sapIndicationColor_8_Active_Background: #992d7e;--sapIndicationColor_8_Active_BorderColor: #c0399f;--sapIndicationColor_8_Active_TextColor: #fff;--sapIndicationColor_8_Selected_Background: #992d7e;--sapIndicationColor_8_Selected_BorderColor: #c0399f;--sapIndicationColor_8_Selected_TextColor: #fff;--sapIndicationColor_8b: #f8d6ff;--sapIndicationColor_8b_TextColor: #a100c2;--sapIndicationColor_8b_Background: #f8d6ff;--sapIndicationColor_8b_BorderColor: #f8d6ff;--sapIndicationColor_8b_Hover_Background: #f4bdff;--sapIndicationColor_9: #1d2d3e;--sapIndicationColor_9_Background: #1d2d3e;--sapIndicationColor_9_BorderColor: #1d2d3e;--sapIndicationColor_9_TextColor: #fff;--sapIndicationColor_9_Hover_Background: #15202d;--sapIndicationColor_9_Active_Background: #0d141b;--sapIndicationColor_9_Active_BorderColor: #1d2d3e;--sapIndicationColor_9_Active_TextColor: #fff;--sapIndicationColor_9_Selected_Background: #0d141b;--sapIndicationColor_9_Selected_BorderColor: #1d2d3e;--sapIndicationColor_9_Selected_TextColor: #fff;--sapIndicationColor_9b: #fff;--sapIndicationColor_9b_TextColor: #2e2e2e;--sapIndicationColor_9b_Background: #fff;--sapIndicationColor_9b_BorderColor: #d9d9d9;--sapIndicationColor_9b_Hover_Background: #f2f2f2;--sapIndicationColor_10: #45484a;--sapIndicationColor_10_Background: #45484a;--sapIndicationColor_10_BorderColor: #45484a;--sapIndicationColor_10_TextColor: #fff;--sapIndicationColor_10_Hover_Background: #393b3d;--sapIndicationColor_10_Active_Background: #2c2e30;--sapIndicationColor_10_Active_BorderColor: #45484a;--sapIndicationColor_10_Active_TextColor: #fff;--sapIndicationColor_10_Selected_Background: #2c2e30;--sapIndicationColor_10_Selected_BorderColor: #45484a;--sapIndicationColor_10_Selected_TextColor: #fff;--sapIndicationColor_10b: #eaecee;--sapIndicationColor_10b_TextColor: #464646;--sapIndicationColor_10b_Background: #eaecee;--sapIndicationColor_10b_BorderColor: #eaecee;--sapIndicationColor_10b_Hover_Background: #dcdfe3;--sapLegend_WorkingBackground: #fafafa;--sapLegend_NonWorkingBackground: #dedede;--sapLegend_CurrentDateTime: #c0399f;--sapLegendColor1: #d58215;--sapLegendColor2: #dc5b5b;--sapLegendColor3: #db1f77;--sapLegendColor4: #9b3b3b;--sapLegendColor5: #cf5db3;--sapLegendColor6: #286eb4;--sapLegendColor7: #1193a2;--sapLegendColor8: #8b9668;--sapLegendColor9: #647987;--sapLegendColor10: #892971;--sapLegendColor11: #725a3a;--sapLegendColor12: #bb2f2f;--sapLegendColor13: #bc1b66;--sapLegendColor14: #8b714f;--sapLegendColor15: #606190;--sapLegendColor16: #597da1;--sapLegendColor17: #49797e;--sapLegendColor18: #687a33;--sapLegendColor19: #295989;--sapLegendColor20: #5154bd;--sapLegendBackgroundColor1: #fdf3e7;--sapLegendBackgroundColor2: #faeaea;--sapLegendBackgroundColor3: #fce9f2;--sapLegendBackgroundColor4: #f8ecec;--sapLegendBackgroundColor5: #f9ebf5;--sapLegendBackgroundColor6: #ebf3fa;--sapLegendBackgroundColor7: #e8fbfd;--sapLegendBackgroundColor8: #f3f4ef;--sapLegendBackgroundColor9: #f1f3f4;--sapLegendBackgroundColor10: #f9ebf6;--sapLegendBackgroundColor11: #f6f2ed;--sapLegendBackgroundColor12: #faeaea;--sapLegendBackgroundColor13: #fce9f2;--sapLegendBackgroundColor14: #f5f2ee;--sapLegendBackgroundColor15: #f0f0f5;--sapLegendBackgroundColor16: #eff2f6;--sapLegendBackgroundColor17: #eff5f6;--sapLegendBackgroundColor18: #f5f7ed;--sapLegendBackgroundColor19: #ebf2f9;--sapLegendBackgroundColor20: #ecedf8;--sapChart_Background: transparent;--sapChart_ContrastTextShadow: 0 0 .0625rem rgba(0,0,0,.7);--sapChart_ContrastShadowColor: #fff;--sapChart_ContrastLineColor: #fff;--sapChart_LineColor_1: #e1e3e5;--sapChart_LineColor_2: #fff;--sapChart_LineColor_3: #000;--sapChart_Choropleth_Background: #f7f7f8;--sapChart_ChoroplethRegion_Background: #848f94;--sapChart_ChoroplethRegion_BorderColor: #f7f7f8;--sapChart_Data_TextColor: #030303;--sapChart_Data_ContrastTextColor: #fff;--sapChart_Data_InteractiveColor: #000;--sapChart_Data_Active_Background: #d4d4d4;--sapChart_OrderedColor_1: #438cd5;--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: #2f6497;--sapChart_OrderedColor_12: #b08e6d;--sapChart_Bad: #dc0d0e;--sapChart_Critical: #cb7d0c;--sapChart_Good: #3c9d57;--sapChart_Neutral: #848f94;--sapChart_Sequence_1_Plus3: #9cc7f2;--sapChart_Sequence_1_Plus3_TextColor: #030303;--sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus2: #7eb2e7;--sapChart_Sequence_1_Plus2_TextColor: #030303;--sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_Plus1: #5e9edd;--sapChart_Sequence_1_Plus1_TextColor: #030303;--sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1: #438cd5;--sapChart_Sequence_1_TextColor: #030303;--sapChart_Sequence_1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_1_BorderColor: #438cd5;--sapChart_Sequence_1_Minus1: #3170af;--sapChart_Sequence_1_Minus1_TextColor: #fff;--sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus2: #15599d;--sapChart_Sequence_1_Minus2_TextColor: #fff;--sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus3: #134f8b;--sapChart_Sequence_1_Minus3_TextColor: #fff;--sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus4: #104579;--sapChart_Sequence_1_Minus4_TextColor: #fff;--sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_1_Minus5: #0e3a67;--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: #030303;--sapChart_Sequence_2_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus2: #f69565;--sapChart_Sequence_2_Plus2_TextColor: #030303;--sapChart_Sequence_2_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_Plus1: #ef7c44;--sapChart_Sequence_2_Plus1_TextColor: #030303;--sapChart_Sequence_2_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2: #e66729;--sapChart_Sequence_2_TextColor: #030303;--sapChart_Sequence_2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_2_BorderColor: #c95218;--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: #030303;--sapChart_Sequence_3_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus2: #57bc9a;--sapChart_Sequence_3_Plus2_TextColor: #030303;--sapChart_Sequence_3_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_Plus1: #39a783;--sapChart_Sequence_3_Plus1_TextColor: #030303;--sapChart_Sequence_3_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3: #16976c;--sapChart_Sequence_3_TextColor: #030303;--sapChart_Sequence_3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_3_BorderColor: #0b7954;--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: #030303;--sapChart_Sequence_4_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus2: #f490ae;--sapChart_Sequence_4_Plus2_TextColor: #030303;--sapChart_Sequence_4_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_Plus1: #f06a93;--sapChart_Sequence_4_Plus1_TextColor: #030303;--sapChart_Sequence_4_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4: #ed4a7b;--sapChart_Sequence_4_TextColor: #030303;--sapChart_Sequence_4_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_4_BorderColor: #ed4a7b;--sapChart_Sequence_4_Minus1: #e5386c;--sapChart_Sequence_4_Minus1_TextColor: #fff;--sapChart_Sequence_4_Minus1_TextShadow: 0 0 .125rem #000;--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: #030303;--sapChart_Sequence_5_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus2: #be9de2;--sapChart_Sequence_5_Plus2_TextColor: #030303;--sapChart_Sequence_5_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_Plus1: #a97dd8;--sapChart_Sequence_5_Plus1_TextColor: #030303;--sapChart_Sequence_5_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5: #945ecf;--sapChart_Sequence_5_TextColor: #030303;--sapChart_Sequence_5_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_5_BorderColor: #945ecf;--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: #030303;--sapChart_Sequence_6_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus2: #4bbcc9;--sapChart_Sequence_6_Plus2_TextColor: #030303;--sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_6_Plus1: #29858f;--sapChart_Sequence_6_Plus1_TextColor: #fff;--sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_6: #1193a2;--sapChart_Sequence_6_TextColor: #030303;--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: #030303;--sapChart_Sequence_7_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus2: #828af7;--sapChart_Sequence_7_Plus2_TextColor: #030303;--sapChart_Sequence_7_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_7_Plus1: #6973f6;--sapChart_Sequence_7_Plus1_TextColor: #030303;--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: #525df4;--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: #030303;--sapChart_Sequence_8_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus2: #d877c0;--sapChart_Sequence_8_Plus2_TextColor: #030303;--sapChart_Sequence_8_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8_Plus1: #cd59b1;--sapChart_Sequence_8_Plus1_TextColor: #030303;--sapChart_Sequence_8_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_8: #bf399e;--sapChart_Sequence_8_TextColor: #fff;--sapChart_Sequence_8_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_8_BorderColor: #bf399e;--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: #030303;--sapChart_Sequence_9_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus2: #adbcc3;--sapChart_Sequence_9_Plus2_TextColor: #030303;--sapChart_Sequence_9_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9_Plus1: #8ca2ab;--sapChart_Sequence_9_Plus1_TextColor: #030303;--sapChart_Sequence_9_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_9: #6c8893;--sapChart_Sequence_9_TextColor: #030303;--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: #030303;--sapChart_Sequence_10_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus2: #f79d9d;--sapChart_Sequence_10_Plus2_TextColor: #030303;--sapChart_Sequence_10_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_Plus1: #f27d7d;--sapChart_Sequence_10_Plus1_TextColor: #030303;--sapChart_Sequence_10_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10: #ed5f5f;--sapChart_Sequence_10_TextColor: #030303;--sapChart_Sequence_10_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_10_BorderColor: #e04343;--sapChart_Sequence_10_Minus1: #e04343;--sapChart_Sequence_10_Minus1_TextColor: #030303;--sapChart_Sequence_10_Minus1_TextShadow: 0 0 .125rem #fff;--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: #85a1bb;--sapChart_Sequence_11_Plus3_TextColor: #030303;--sapChart_Sequence_11_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus2: #698daf;--sapChart_Sequence_11_Plus2_TextColor: #030303;--sapChart_Sequence_11_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11_Plus1: #4d79a2;--sapChart_Sequence_11_Plus1_TextColor: #030303;--sapChart_Sequence_11_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_11: #2f6497;--sapChart_Sequence_11_TextColor: #fff;--sapChart_Sequence_11_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_BorderColor: #2f6497;--sapChart_Sequence_11_Minus1: #245a8e;--sapChart_Sequence_11_Minus1_TextColor: #fff;--sapChart_Sequence_11_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus2: #144a7f;--sapChart_Sequence_11_Minus2_TextColor: #fff;--sapChart_Sequence_11_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus3: #103b65;--sapChart_Sequence_11_Minus3_TextColor: #fff;--sapChart_Sequence_11_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus4: #0c2b4a;--sapChart_Sequence_11_Minus4_TextColor: #fff;--sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_11_Minus5: #081c30;--sapChart_Sequence_11_Minus5_TextColor: #fff;--sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Plus3: #ebebeb;--sapChart_Sequence_12_Plus3_TextColor: #030303;--sapChart_Sequence_12_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus2: #ead8c7;--sapChart_Sequence_12_Plus2_TextColor: #030303;--sapChart_Sequence_12_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_Plus1: #d0b79e;--sapChart_Sequence_12_Plus1_TextColor: #030303;--sapChart_Sequence_12_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12: #b08e6d;--sapChart_Sequence_12_TextColor: #030303;--sapChart_Sequence_12_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_12_BorderColor: #b08e6d;--sapChart_Sequence_12_Minus1: #9e7a56;--sapChart_Sequence_12_Minus1_TextColor: #fff;--sapChart_Sequence_12_Minus1_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus2: #865b31;--sapChart_Sequence_12_Minus2_TextColor: #fff;--sapChart_Sequence_12_Minus2_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus3: #785431;--sapChart_Sequence_12_Minus3_TextColor: #fff;--sapChart_Sequence_12_Minus3_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus4: #69492b;--sapChart_Sequence_12_Minus4_TextColor: #fff;--sapChart_Sequence_12_Minus4_TextShadow: 0 0 .125rem #000;--sapChart_Sequence_12_Minus5: #523a23;--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: #030303;--sapChart_Sequence_Bad_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus2: #f66364;--sapChart_Sequence_Bad_Plus2_TextColor: #030303;--sapChart_Sequence_Bad_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Bad_Plus1: #f33334;--sapChart_Sequence_Bad_Plus1_TextColor: #030303;--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: #dc0d0e;--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: #030303;--sapChart_Sequence_Critical_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus2: #f3a83a;--sapChart_Sequence_Critical_Plus2_TextColor: #030303;--sapChart_Sequence_Critical_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_Plus1: #ed920e;--sapChart_Sequence_Critical_Plus1_TextColor: #030303;--sapChart_Sequence_Critical_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical: #cb7d0c;--sapChart_Sequence_Critical_TextColor: #030303;--sapChart_Sequence_Critical_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Critical_BorderColor: #cb7d0c;--sapChart_Sequence_Critical_Minus1: #b36e0b;--sapChart_Sequence_Critical_Minus1_TextColor: #030303;--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: #030303;--sapChart_Sequence_Good_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus2: #6ac683;--sapChart_Sequence_Good_Plus2_TextColor: #030303;--sapChart_Sequence_Good_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good_Plus1: #46b765;--sapChart_Sequence_Good_Plus1_TextColor: #030303;--sapChart_Sequence_Good_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Good: #3c9d57;--sapChart_Sequence_Good_TextColor: #030303;--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: #030303;--sapChart_Sequence_Neutral_Plus3_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus2: #bac1c4;--sapChart_Sequence_Neutral_Plus2_TextColor: #030303;--sapChart_Sequence_Neutral_Plus2_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_Plus1: #9ea8ad;--sapChart_Sequence_Neutral_Plus1_TextColor: #030303;--sapChart_Sequence_Neutral_Plus1_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral: #848f94;--sapChart_Sequence_Neutral_TextColor: #030303;--sapChart_Sequence_Neutral_TextShadow: 0 0 .125rem #fff;--sapChart_Sequence_Neutral_BorderColor: #848f94;--sapChart_Sequence_Neutral_Minus1: #6a757b;--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;--sapChart_Sequence_Neutral_Minus1_TextShadow: 0 0 .125rem #000;--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;--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
- }));