@sapui5/sap.ushell 1.129.1 → 1.130.1

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 (490) 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 +478 -346
  4. package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +41 -6
  5. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +3 -3
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -3
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/api/S4MyHome.js +33 -2
  67. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +8 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  91. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  95. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  96. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +871 -733
  97. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +50 -50
  98. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +121 -116
  99. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +16 -12
  100. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -4
  101. package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +48 -53
  102. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  103. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +2 -1
  104. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
  105. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +26 -5
  106. package/src/main/js/sap/ushell/components/contentFinder/Component.js +20 -13
  107. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +28 -35
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +60 -5
  112. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +17 -6
  113. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -0
  114. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +6 -0
  115. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -0
  116. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -0
  117. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -0
  118. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -0
  119. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -0
  120. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -0
  121. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -0
  122. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -0
  123. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -0
  124. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +11 -3
  125. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -0
  126. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -0
  127. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -0
  128. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -0
  129. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -0
  130. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -0
  131. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -0
  132. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +6 -0
  133. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -0
  134. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -0
  135. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -0
  136. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -0
  137. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -0
  138. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -0
  139. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -0
  140. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -0
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -0
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -0
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -0
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -0
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -0
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -0
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -0
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -0
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -0
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +6 -0
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -0
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -0
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -0
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -0
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -0
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -0
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -0
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -0
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -0
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -0
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -0
  162. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +174 -176
  163. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +28 -7
  164. package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +28 -0
  166. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +17 -14
  168. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  170. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  171. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  172. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  173. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  174. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  175. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  176. package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -1
  177. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  179. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +2 -2
  180. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  181. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  182. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  183. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +2 -1
  184. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +74 -5
  185. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  186. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  187. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  188. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  189. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  192. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +20 -4
  194. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  195. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  196. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  197. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  198. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  199. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +149 -197
  200. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +88 -85
  201. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +15 -19
  202. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  203. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -2
  204. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  205. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  206. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +30 -1
  207. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  208. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +30 -16
  209. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  210. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  211. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  212. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  213. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  214. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  215. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  216. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +29 -15
  217. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
  218. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
  219. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
  220. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
  221. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
  222. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
  223. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
  224. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
  225. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
  226. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
  227. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
  228. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
  229. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
  230. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
  231. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
  232. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
  233. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
  234. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
  235. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
  236. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
  237. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
  238. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
  239. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
  240. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
  241. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
  242. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
  243. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
  244. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
  245. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
  246. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
  247. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
  248. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
  249. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
  250. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
  251. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
  252. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
  253. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
  254. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
  255. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
  256. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
  257. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
  258. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
  259. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
  260. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
  261. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
  262. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
  263. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
  264. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
  265. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
  266. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  267. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  268. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  269. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  270. package/src/main/js/sap/ushell/iconfonts.js +2 -1
  271. package/src/main/js/sap/ushell/library.js +1 -1
  272. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  273. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +18 -6
  274. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  275. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  276. package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
  277. package/src/main/js/sap/ushell/renderer/Shell.controller.js +378 -576
  278. package/src/main/js/sap/ushell/renderer/Shell.view.js +5 -4
  279. package/src/main/js/sap/ushell/renderer/resources/resources.properties +57 -22
  280. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
  281. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
  282. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
  283. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
  284. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +4 -4
  285. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
  286. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  287. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
  288. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
  289. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
  290. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
  291. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +6 -4
  292. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
  293. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
  294. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
  295. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
  296. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
  297. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +10 -10
  298. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
  299. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
  300. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  301. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -9
  302. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +3 -3
  303. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
  304. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
  305. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
  306. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
  307. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
  308. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  309. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
  310. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -1
  311. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
  312. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
  313. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
  314. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
  315. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
  316. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
  317. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
  318. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
  319. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
  320. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
  321. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
  322. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
  323. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
  324. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
  325. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
  326. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
  327. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
  328. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
  329. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  330. package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +5 -4
  331. package/src/main/js/sap/ushell/services/AppLifeCycle.js +102 -107
  332. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  333. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  334. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  335. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  336. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  337. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  338. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  339. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  340. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  341. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  342. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  343. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  344. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  345. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +2 -2
  346. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  347. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  348. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  349. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  350. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  351. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  352. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  353. package/src/main/js/sap/ushell/services/DarkModeSupport.js +161 -144
  354. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  355. package/src/main/js/sap/ushell/services/Extension.js +3 -3
  356. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  357. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  358. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  359. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  360. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  361. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  362. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  363. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  364. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  365. package/src/main/js/sap/ushell/services/Message.js +1 -1
  366. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  367. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  368. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  369. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  370. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  371. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  372. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  373. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  374. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  375. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  376. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  377. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  378. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  379. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  380. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  381. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  382. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  383. package/src/main/js/sap/ushell/services/ReferenceResolver.js +74 -100
  384. package/src/main/js/sap/ushell/services/Search.js +1 -1
  385. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  386. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  387. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  388. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  389. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  390. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  391. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  392. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  393. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +2 -1
  394. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  395. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  396. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  397. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  398. package/src/main/js/sap/ushell/services/UserRecents.js +4 -4
  399. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  400. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  401. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  402. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  403. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  404. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  405. package/src/main/js/sap/ushell/state/ShellModel.js +31 -0
  406. package/src/main/js/sap/ushell/state/StateManager.js +28 -0
  407. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  408. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  409. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  410. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  411. package/src/main/js/sap/ushell/themes/base/library.source.less +0 -1
  412. package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +0 -1
  413. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +0 -1
  414. package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -1
  415. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  416. package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +17 -21
  417. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +358 -100
  418. package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +169 -90
  419. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  420. package/src/main/js/sap/ushell/ui/launchpad/Page.js +77 -9
  421. package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +20 -20
  422. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  423. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  424. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  425. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  426. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  427. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  428. package/src/main/js/sap/ushell/utils/DynamicTileRequest.js +1 -3
  429. package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +3 -1
  430. package/src/main/js/sap/ushell/utils/UrlParsing.js +38 -0
  431. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  432. package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +13 -1
  433. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  434. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  435. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  436. package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +43 -27
  437. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +2 -2
  438. package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +2 -2
  439. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +2 -2
  440. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +2 -2
  441. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +2 -2
  442. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +2 -2
  443. package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +2 -2
  444. package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +2 -2
  445. package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +2 -2
  446. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +2 -2
  447. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +2 -2
  448. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +2 -2
  449. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +2 -2
  450. package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +2 -2
  451. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +2 -2
  452. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +2 -2
  453. package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +2 -2
  454. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +2 -2
  455. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +2 -2
  456. package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +5 -5
  457. package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +2 -2
  458. package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +2 -2
  459. package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +2 -2
  460. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +2 -2
  461. package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +2 -2
  462. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +2 -2
  463. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +2 -2
  464. package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +2 -2
  465. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +2 -2
  466. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +2 -2
  467. package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +2 -2
  468. package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +2 -2
  469. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +2 -2
  470. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +2 -2
  471. package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +2 -2
  472. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +2 -2
  473. package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +2 -2
  474. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +2 -2
  475. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +2 -2
  476. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +2 -2
  477. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +2 -2
  478. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +2 -2
  479. package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +2 -2
  480. package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +2 -2
  481. package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -3
  482. package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +2 -2
  483. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +2 -2
  484. package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +2 -2
  485. package/src/main/js/sap/ushell/utils.js +8 -20
  486. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  487. package/src/main/js/sap/ushell/themes/base/AppearanceView.less +0 -213
  488. package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +0 -213
  489. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +0 -213
  490. package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +0 -213
@@ -12,10 +12,10 @@ sap.ui.define([
12
12
  "sap/ui/Device",
13
13
  "sap/ui/model/json/JSONModel",
14
14
  "sap/ui/thirdparty/jquery",
15
+ "sap/m/GroupHeaderListItem",
15
16
  "sap/ushell/Config",
16
17
  "sap/ushell/EventHub",
17
18
  "sap/ushell/resources",
18
- "sap/ushell/services/DarkModeSupport",
19
19
  "sap/ushell/User",
20
20
  "sap/ushell/utils",
21
21
  "sap/ushell/Container"
@@ -31,10 +31,10 @@ sap.ui.define([
31
31
  Device,
32
32
  JSONModel,
33
33
  jQuery,
34
+ GroupHeaderListItem,
34
35
  Config,
35
36
  EventHub,
36
37
  ushellResources,
37
- DarkModeSupport,
38
38
  User,
39
39
  ushellUtils,
40
40
  Container
@@ -44,44 +44,6 @@ sap.ui.define([
44
44
  // shortcut for sap.ui.core.MessageType
45
45
  var MessageType = coreLibrary.MessageType;
46
46
 
47
- // gets the common name of complementary (dark/lite) themes
48
- function getCommonName (themeId) {
49
- switch (themeId) {
50
- case "sap_fiori_3":
51
- case "sap_fiori_3_dark":
52
- return "SAP Quartz";
53
- case "sap_horizon":
54
- case "sap_horizon_dark":
55
- return "SAP Horizon";
56
- case "sap_fiori_3_hcb":
57
- case "sap_fiori_3_hcw":
58
- return ushellResources.i18n.getText("AppearanceHighContrastTheme", ["SAP Quartz"]);
59
- case "sap_horizon_hcb":
60
- case "sap_horizon_hcw":
61
- return ushellResources.i18n.getText("AppearanceHighContrastTheme", ["SAP Horizon"]);
62
- default:
63
- Log.error("Can not find common name for the theme", themeId);
64
- return themeId || "";
65
- }
66
- }
67
-
68
- var SAP_THEMES = {
69
- base: "sapUshellBaseIconStyle",
70
- sap_bluecrystal: "sapUshellBlueCrystalIconStyle",
71
- sap_belize_hcb: "sapUshellHCBIconStyle sapUshellHCBIconStyleOnHCB",
72
- sap_belize_hcw: "sapUshellHCWIconStyle sapUshellHCWIconStyleOnHCW",
73
- sap_belize: "sapUshellBelizeIconStyle",
74
- sap_belize_plus: "sapUshellPlusIconStyle",
75
- sap_fiori_3_hcb: "sapUshellQuartzHCBIconStyle sapUshellHCBIconStyleOnHCB",
76
- sap_fiori_3_hcw: "sapUshellQuartzHCWIconStyle sapUshellHCWIconStyleOnHCW",
77
- sap_fiori_3: "sapUshellQuartzLightIconStyle",
78
- sap_fiori_3_dark: "sapUshellQuartzDarkIconStyle",
79
- sap_horizon_hcb: "sapUshellHorizonHCBIconStyle sapUshellHCBIconStyleOnHCB",
80
- sap_horizon_hcw: "sapUshellHorizonHCWIconStyle sapUshellHCWIconStyleOnHCW",
81
- sap_horizon: "sapUshellHorizonLightIconStyle",
82
- sap_horizon_dark: "sapUshellHorizonDarkIconStyle"
83
- };
84
-
85
47
  return Controller.extend("sap.ushell.components.shell.Settings.appearance.Appearance", {
86
48
  TILE_SIZE: {
87
49
  Small: 0,
@@ -93,42 +55,51 @@ sap.ui.define([
93
55
  },
94
56
 
95
57
  onInit: function () {
96
- var oView = this.getView();
97
-
58
+ const oView = this.getView();
98
59
  this.oUser = Container.getUser();
99
- this.aThemeListFromServer = oView.getViewData().themeList || [];
60
+ const oViewData = oView.getViewData(); // ViewData is set in AppearanceEntry.js
61
+ this.aThemeListFromServer = oViewData.themeList || [];
62
+ this.aThemeSets = oViewData.themeSets || [];
63
+ this.sThemeRoot = oViewData.themeRoot; // for avatar urls
100
64
 
101
65
  this.oPersonalizers = {};
102
66
 
103
67
  // set models
104
- var oResourceModel = ushellResources.getTranslationModel();
68
+ const oResourceModel = ushellResources.getTranslationModel();
105
69
  oView.setModel(oResourceModel, "i18n");
106
70
  oView.setModel(this.getConfigurationModel(), "config");
107
71
 
108
- // listener
109
- this._fnHandleThemeApplied = this._handleThemeApplied.bind(this);
110
- Theming.attachApplied(this._fnHandleThemeApplied);
111
-
112
72
  this._oDarkModeModel = this.getDarkModeModel(this.aThemeListFromServer);
113
73
  oView.setModel(this._oDarkModeModel, "darkMode");
114
74
 
115
75
  // Model for the tab with theme list
116
- var oUserTheme = this.oUser.getTheme();
117
76
  oView.setModel(new JSONModel({
118
- options: this._getThemeListData(this.aThemeListFromServer, oUserTheme),
119
- ariaTexts: { headerLabel: ushellResources.i18n.getText("Appearance") }
77
+ options: this._getThemeListData(this.oUser.getTheme()),
78
+ ariaTexts: { headerLabel: ushellResources.i18n.getText("Appearance") },
79
+ deprecatedThemeSelected: this.bShowDeprecationMsg
120
80
  }));
121
81
 
122
- this._oInitPromise = Promise.all([
123
- this._oConfigModelPromise,
124
- this._oDarkModeModelPromise
125
- ]);
82
+ // listener
83
+ this._fnHandleThemeApplied = this._handleThemeApplied.bind(this);
84
+ Theming.attachApplied(this._fnHandleThemeApplied);
126
85
  },
127
86
 
128
87
  onExit: function () {
129
88
  Theming.detachApplied(this._fnHandleThemeApplied);
130
89
  },
131
90
 
91
+ onAvatarError: function (oError) {
92
+ // if the avatar image has errors like 404, delete the avatar and replace it with an icon
93
+ oError.oSource.getBindingContext()?.setProperty("avatar", "");
94
+ },
95
+
96
+ // Group header text for a set is a set label. Other themes not in a set are grouped under Individual Themes
97
+ getThemeSetHeader: function (oGroup) {
98
+ const oSet = this.aThemeSets.find((set) => oGroup.key === set.id);
99
+ const sGroupTitle = oSet?.label || ushellResources.i18n.getText("AppearanceIndividualThemes");
100
+ return new GroupHeaderListItem({title: sGroupTitle});
101
+ },
102
+
132
103
  // Return the ID of the currently selected theme in the theme list.
133
104
  // If no selection, return the current user theme.
134
105
  _getSelectedTheme: function () {
@@ -137,63 +108,99 @@ sap.ui.define([
137
108
  return oBindingContext ? oBindingContext.getProperty("id") : this.oUser.getTheme();
138
109
  },
139
110
 
140
- _getThemeListData: function (aThemeList, sCurrentThemeId) {
141
- if (this.oUser.isSetThemePermitted() === false) {
142
- var sName = sCurrentThemeId;
143
- for (var i = 0; i < aThemeList.length; i++) {
144
- if (aThemeList[i].id === sCurrentThemeId) {
145
- sName = aThemeList[i].name || sCurrentThemeId;
146
- break;
147
- }
111
+ // The main function. Builds the list of themes. Items are grouped by setId.
112
+ _getThemeListData: function (sCurrentThemeId) {
113
+ const aThemes = this.aThemeListFromServer || [];
114
+ const aSets = this.aThemeSets || [];
115
+ const aListData = [];
116
+ const sThemeRoot = this.sThemeRoot;
117
+
118
+ function _getThemeSet (sId) {
119
+ return aSets.find((set) => !!set.set.themes?.find?.((theme) => theme?.id === sId));
120
+ }
121
+
122
+ function _getAvatarUrl (oTheme) {
123
+ if (sThemeRoot && oTheme?.avatarRuntimeUrl) {
124
+ return sThemeRoot + oTheme.avatarRuntimeUrl;
148
125
  }
126
+ return undefined;
127
+ }
128
+
129
+ this.bShowDeprecationMsg = false;
130
+
131
+ // If the user is not allowed to change themes, return only the current theme
132
+ if (!this._isThemeCofigurable() || this.oUser.isSetThemePermitted() === false) {
133
+ const oCurrentTheme = aThemes.find((theme) => theme?.id === sCurrentThemeId);
149
134
  return [{
150
135
  id: sCurrentThemeId,
151
- name: sName
136
+ name: oCurrentTheme?.name || sCurrentThemeId,
137
+ icon: "sap-icon://palette",
138
+ avatar: _getAvatarUrl(oCurrentTheme),
139
+ deprecated: false,
140
+ isSelected: true
152
141
  }];
153
142
  }
154
- var oDarkModeModelData = this.getView().getModel("darkMode").getData();
155
- var isDarkModeActive = this._isDarkModeActive();
156
- return aThemeList.reduce(function (aList, oTheme) {
157
- var oThemeForModel = {
158
- id: oTheme.id,
159
- name: oTheme.name || oTheme.id || "",
160
- isVisible: true,
161
- isSelected: oTheme.id === sCurrentThemeId,
162
- isSapTheme: !!SAP_THEMES[oTheme.id]
143
+
144
+ // add sets from the theme list for automatic selection ("set autmatically" items)
145
+ if (this._areSetsVisible()) {
146
+ const sCommonText = ushellResources.i18n.getText("AppearanceAutomaticSelection");
147
+ aSets.forEach((set) => {
148
+ const oItemData = {
149
+ id: set.id,
150
+ name: sCommonText,
151
+ icon: "sap-icon://sys-monitor",
152
+ avatar: undefined, // TBD: replace with _getAvatarUrl(set), as soon as the sap.m.Image bug is fixed
153
+ deprecated: set.deprecated === true,
154
+ setId: set.id,
155
+ isSelected: false
156
+ };
157
+ aListData.push(oItemData);
158
+ });
159
+ }
160
+
161
+ // add themes from the server list
162
+ aThemes.forEach((theme) => {
163
+ const oThemeSet = _getThemeSet(theme?.id) || {};
164
+ const oItemData = {
165
+ id: theme?.id,
166
+ name: theme?.name || theme?.id || "",
167
+ icon: "sap-icon://palette",
168
+ avatar: _getAvatarUrl(theme),
169
+ deprecated: theme?.deprecated === true,
170
+ setId: oThemeSet.id,
171
+ isSelected: false
163
172
  };
173
+ aListData.push(oItemData);
174
+ });
164
175
 
165
- if (isDarkModeActive && oDarkModeModelData.supportedThemes[oTheme.id]) {
166
- var oThemeDarkModeConfig = oDarkModeModelData.supportedThemes[oTheme.id];
167
- if (oThemeDarkModeConfig.complementaryTheme === sCurrentThemeId || oTheme.id === sCurrentThemeId) {
168
- // if one theme from pair is selected show selected theme with common name
169
- oThemeForModel.isVisible = oTheme.id === sCurrentThemeId;
170
- } else {
171
- // if theme is not selected, show light theme as combine
172
- oThemeForModel.isVisible = oThemeDarkModeConfig.mode === DarkModeSupport.Mode.LIGHT;
173
- }
174
- // don't change the name, because leads to different sorting and error in onAfterRendering
175
- oThemeForModel.combineName = oThemeDarkModeConfig.combineName;
176
+ // set selection: either the "set automatically" or individual theme
177
+ let sSelectedId = sCurrentThemeId;
178
+ if (this._isDarkModeActive()) {
179
+ const oSet = _getThemeSet(sCurrentThemeId);
180
+ if (oSet) {
181
+ sSelectedId = oSet.id;
176
182
  }
183
+ }
184
+ const oSelectedItem = aListData.find((item) => item.id === sSelectedId);
185
+ if (oSelectedItem) {
186
+ oSelectedItem.isSelected = true;
187
+ this.bShowDeprecationMsg = oSelectedItem.deprecated;
188
+ }
177
189
 
178
- aList.push(oThemeForModel);
179
- return aList;
180
- }, []).sort(function (theme1, theme2) {
181
- var iOrder = theme1.name.localeCompare(theme2.name);
182
- if (iOrder === 0) {
183
- iOrder = theme1.id.localeCompare(theme2.id);
184
- }
185
- return iOrder;
186
- });
190
+ return aListData;
191
+ },
192
+
193
+ _isThemeCofigurable: function () {
194
+ return Config.last("/core/shell/model/setTheme") !== false;
187
195
  },
188
196
 
189
197
  getConfigurationModel: function () {
190
198
  const oConfigModel = new JSONModel({
191
- themeConfigurable: Config.last("/core/shell/model/setTheme"),
199
+ themeConfigurable: this._isThemeCofigurable(),
192
200
  sizeBehaviorConfigurable: Config.last("/core/home/sizeBehaviorConfigurable"),
193
201
  tileSize: this.TILE_SIZE[Config.last("/core/home/sizeBehavior")],
194
202
  contentDensityConfigurable: Config.last("/core/shell/model/contentDensity") && !Device.system.phone,
195
203
  isCozyContentMode: document.body.classList.contains("sapUiSizeCozy"),
196
- sapUiContentIconColor: "",
197
204
  textAlign: Device.system.phone ? "Left" : "Right",
198
205
  showContentProviderInfoOnVisualizationsConfigurable:
199
206
  Config.last("/core/contentProviders/providerInfo/enabled") &&
@@ -202,95 +209,37 @@ sap.ui.define([
202
209
  Config.last("/core/contentProviders/providerInfo/showContentProviderInfoOnVisualizations")
203
210
  });
204
211
 
205
- this._oConfigModelPromise = ushellUtils.getThemingParameters(["sapUiContentIconColor"]).then(([sSapUiContentIconColor]) => {
206
- oConfigModel.setProperty("/sapUiContentIconColor", sSapUiContentIconColor);
207
- });
208
-
209
212
  return oConfigModel;
210
213
  },
211
214
 
212
- getDarkModeModel: function (aThemeList) {
213
- var oDarkModeModel = new JSONModel({
214
- enabled: false,
215
- detectionSupported: false,
216
- detectionEnabled: false,
217
- supportedThemes: {}
218
- });
215
+ getDarkModeModel: function () {
216
+ const oUrlSearch = new URLSearchParams(window.location.search);
217
+ const bDetectionSupported = !oUrlSearch.get("sap-theme") && !oUrlSearch.get("sap-ui-theme");
218
+ const bThemeConfigurable = this._isThemeCofigurable();
219
219
 
220
- if (Config.last("/core/darkMode/enabled")) {
221
- this._oDarkModeModelPromise = Container.getServiceAsync("DarkModeSupport").then(function (oDarkModeSupport) {
222
- oDarkModeModel.setProperty("/enabled", true);
223
- oDarkModeModel.setProperty("/detectionSupported", oDarkModeSupport.canAutomaticallyToggleDarkMode());
224
- // if detection is not supported, e.g. due to the "&sap-theme=" URL parameter,
225
- // then do not enable dark mode detection disregarding the user setting.
226
- oDarkModeModel.setProperty("/detectionEnabled", oDarkModeSupport.canAutomaticallyToggleDarkMode() && this.oUser.getDetectDarkMode());
227
- oDarkModeModel.setProperty("/supportedThemes", this._getSupportedDarkModeThemes(aThemeList, Config.last("/core/darkMode/supportedThemes") || []));
228
- }.bind(this));
229
- } else {
230
- this._oDarkModeModelPromise = Promise.resolve();
231
- }
220
+ const oDarkModeModel = new JSONModel({
221
+ enabled: bThemeConfigurable,
222
+ detectionSupported: bThemeConfigurable && bDetectionSupported,
223
+ detectionEnabled: bThemeConfigurable && bDetectionSupported && this.oUser.getDetectDarkMode()
224
+ });
232
225
 
233
226
  return oDarkModeModel;
234
227
  },
235
228
 
236
- _getSupportedDarkModeThemes: function (aThemeList, aSupportedThemePairs) {
237
- var oThemeNamesMap = aThemeList.reduce(function (oResult, oTheme) {
238
- oResult[oTheme.id] = oTheme.name;
239
- return oResult;
240
- }, {});
241
-
242
- return aSupportedThemePairs.reduce(function (oResult, oPair) {
243
- var sLightThemeId = oPair.light;
244
- var sDarkThemeId = oPair.dark;
245
- var sLightThemeName = oThemeNamesMap[sLightThemeId];
246
- var sDarkThemeName = oThemeNamesMap[sDarkThemeId];
247
-
248
- if (sLightThemeName && sDarkThemeName && !oResult[sLightThemeId] && !oResult[sDarkThemeId]) {
249
- // skip if some theme is missing from pair in aThemeList or some of the theme is used (wrong configuration)
250
- var sCombineName = getCommonName(sLightThemeId);
251
- oResult[sLightThemeId] = {
252
- mode: DarkModeSupport.Mode.LIGHT,
253
- complementaryTheme: sDarkThemeId,
254
- combineName: sCombineName
255
- };
256
- oResult[sDarkThemeId] = {
257
- mode: DarkModeSupport.Mode.DARK,
258
- complementaryTheme: sLightThemeId,
259
- combineName: sCombineName
260
- };
261
- }
262
- return oResult;
263
- }, {});
264
- },
265
-
266
229
  onAfterRendering: function () {
267
- var bDarkModeActive = this._isDarkModeActive();
268
230
  var isListSelected = this.getView().getModel("config").getProperty("/themeConfigurable");
269
231
  var oList = this.getView().byId("themeList");
270
- var items = oList.getItems();
271
-
272
232
  oList.toggleStyleClass("sapUshellThemeListDisabled", !isListSelected);
273
- items.forEach(function (oListItem) {
274
- var sThemeId = oListItem.getCustomData()[0].getValue();
275
- var oIcon = oListItem.getContent()[0].getItems()[0].getItems()[0];
276
-
277
- if (SAP_THEMES[sThemeId]) {
278
- oIcon.addStyleClass(SAP_THEMES[sThemeId]);
279
- }
280
- oIcon.toggleStyleClass("sapUshellDarkMode", bDarkModeActive); // special icon for combined themes in the dark mode
281
- });
282
233
  },
283
234
 
284
- _handleThemeApplied: async function () {
235
+ _handleThemeApplied: function () {
285
236
  var oConfigModel = this.getView().getModel("config");
286
237
  if (oConfigModel) {
287
- const [sSapUiContentIconColor] = await ushellUtils.getThemingParameters(["sapUiContentIconColor"]);
288
- oConfigModel.setProperty("/sapUiContentIconColor", sSapUiContentIconColor);
289
238
  // readjusts the theme list after the dark mode change
290
- var oUserTheme = this.oUser.getTheme();
291
- var aThemeListData = this._getThemeListData(this.aThemeListFromServer, oUserTheme);
292
-
293
- this.getView().getModel().setProperty("/options", aThemeListData);
239
+ var aThemeListData = this._getThemeListData(this.oUser.getTheme());
240
+ const oViewModel = this.getView().getModel();
241
+ oViewModel.setProperty("/options", aThemeListData);
242
+ oViewModel.setProperty("/deprecatedThemeSelected", this.bShowDeprecationMsg);
294
243
  }
295
244
  },
296
245
 
@@ -336,6 +285,7 @@ sap.ui.define([
336
285
  var oConfigModel = this.getView().getModel("config");
337
286
  var aSavePromises = [];
338
287
 
288
+ // onSaveThemes may switch dark mode on and off, therefore, the order of calls is important here
339
289
  if (oConfigModel.getProperty("/themeConfigurable")) {
340
290
  aSavePromises.push(this.onSaveThemes().then(function () {
341
291
  EventHub.emit("themeChanged", Date.now());
@@ -371,13 +321,23 @@ sap.ui.define([
371
321
  return this._applyDarkMode(); // make sure that the dark mode is applied after the theme change
372
322
  },
373
323
 
324
+ // If the user selects automatic entry in a set, set a theme from the set and enable dark mode automation.
325
+ // Otherwise (if a specific theme is selected), save this specific theme and disable automation.
374
326
  onSaveThemes: function () {
375
- var oConfigModel = this.getView().getModel("config");
376
- var sNewThemeId = this._getSelectedTheme();
377
- var oUser = this.oUser;
378
- var sOriginalThemeId = oUser.getTheme(User.prototype.constants.themeFormat.ORIGINAL_THEME);
327
+ let sNewThemeId = this._getSelectedTheme();
328
+ const oUser = this.oUser;
329
+ const sOriginalThemeId = oUser.getTheme(User.prototype.constants.themeFormat.ORIGINAL_THEME);
330
+
331
+ // If the set entry is selected, instead of an individual theme
332
+ const oSet = (this.aThemeSets || []).find((set) => set.id === sNewThemeId);
333
+ if (oSet) {
334
+ // Set any theme from the set. The DarkModesupport will find a suitable theme anyway.
335
+ sNewThemeId = oSet.set.themes[0].id;
336
+ }
337
+ // if a set is selected, the user has enabled detection, else disabled it
338
+ this._oDarkModeModel.setProperty("/detectionEnabled", !!oSet);
379
339
 
380
- if (sNewThemeId && sNewThemeId !== sOriginalThemeId && oConfigModel.getProperty("/themeConfigurable")) {
340
+ if (sNewThemeId && sNewThemeId !== sOriginalThemeId) {
381
341
  oUser.setTheme(sNewThemeId);
382
342
  return this._updateUserPreferences(oUser)
383
343
  .then(function () {
@@ -478,16 +438,10 @@ sap.ui.define([
478
438
  return Promise.resolve();
479
439
  },
480
440
 
481
- onSaveDarkModeEnabledSuccess: function (oUser, sNewDarkModeEnabled) {
482
- return Container.getServiceAsync("DarkModeSupport")
483
- .then(function (oDarkModeSupport) {
484
- oUser.resetChangedProperty("detectDarkMode");
485
- if (sNewDarkModeEnabled) {
486
- oDarkModeSupport.enableDarkModeBasedOnSystem();
487
- } else {
488
- oDarkModeSupport.disableDarkModeBasedOnSystem();
489
- }
490
- });
441
+ onSaveDarkModeEnabledSuccess: async function (oUser, sNewDarkModeEnabled) {
442
+ oUser.resetChangedProperty("detectDarkMode");
443
+ const oDarkModeSupport = await Container.getServiceAsync("DarkModeSupport");
444
+ oDarkModeSupport.toggleDetection(!!sNewDarkModeEnabled);
491
445
  },
492
446
 
493
447
  // Save the value of the Enable Auto Dark Mode Detection switch
@@ -599,30 +553,28 @@ sap.ui.define([
599
553
  },
600
554
 
601
555
  // applies dark mode after the user has selected a new theme
602
- _applyDarkMode: function () {
603
- var oModel = this._oDarkModeModel;
604
- var oPromise;
605
- if (oModel.getProperty("/enabled") && oModel.getProperty("/detectionSupported") && oModel.getProperty("/detectionEnabled")) {
606
- oPromise = Container.getServiceAsync("DarkModeSupport")
607
- .then(function (oDarkModeSupport) {
608
- oDarkModeSupport._toggleDarkModeBasedOnSystemColorScheme();
609
- });
610
- } else {
611
- oPromise = Promise.resolve();
556
+ _applyDarkMode: async function () {
557
+ if (this._areSetsVisible()) { // only if sets are available and enabled
558
+ const oDarkModeSupport = await Container.getServiceAsync("DarkModeSupport");
559
+ oDarkModeSupport.toggleDetection(this._isDarkModeActive());
612
560
  }
613
-
614
- return oPromise;
615
561
  },
616
562
 
617
563
  _isDarkModeActive: function () {
618
- var oModelData = this._oDarkModeModel.getProperty("/");
564
+ const oModelData = this._oDarkModeModel.getProperty("/");
619
565
  return oModelData.enabled && oModelData.detectionSupported && oModelData.detectionEnabled;
620
566
  },
621
567
 
568
+ _areSetsVisible: function () {
569
+ const oModelData = this._oDarkModeModel.getProperty("/");
570
+ return oModelData.enabled && oModelData.detectionSupported;
571
+ },
572
+
622
573
  changeSystemModeDetection: function () {
623
574
  // update the theme list after the dark mode detection is changed by the user
624
- var oUserTheme = this._getSelectedTheme();
625
- this.getView().getModel().setProperty("/options", this._getThemeListData(this.aThemeListFromServer, oUserTheme));
575
+ const oViewModel = this.getView().getModel();
576
+ oViewModel.setProperty("/options", this._getThemeListData(this._getSelectedTheme()));
577
+ oViewModel.setProperty("/deprecatedThemeSelected", this.bShowDeprecationMsg);
626
578
  this.getView().invalidate();
627
579
  }
628
580
  });