@sapui5/sap.ushell 1.138.1 → 1.139.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 (756) 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/ApplicationType/UrlPostProcessing.js +14 -10
  4. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +32 -26
  5. package/src/main/js/sap/ushell/Container.js +0 -1
  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 +12 -12
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/User.js +32 -12
  20. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +3 -5
  68. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +14 -1
  69. package/src/main/js/sap/ushell/appIntegration/ApplicationHandle.js +8 -3
  70. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +8 -8
  71. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +17 -12
  72. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ExtensionItems.js +6 -23
  73. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +112 -92
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/NWBCHandler.js +15 -7
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +257 -214
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +347 -117
  77. package/src/main/js/sap/ushell/appIntegration/UI5ApplicationContainer.js +1 -0
  78. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +15 -19
  79. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +15 -14
  80. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +38 -40
  81. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -8
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +25 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  95. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  98. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  99. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  100. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  105. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +0 -2
  106. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  107. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  108. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  109. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -0
  110. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  111. package/src/main/js/sap/ushell/components/CatalogsManager.js +157 -157
  112. package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +180 -187
  113. package/src/main/js/sap/ushell/components/DestroyHelper.js +4 -4
  114. package/src/main/js/sap/ushell/components/GroupsHelper.js +21 -21
  115. package/src/main/js/sap/ushell/components/HomepageManager.js +465 -424
  116. package/src/main/js/sap/ushell/components/MessagingHelper.js +24 -24
  117. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +16 -16
  118. package/src/main/js/sap/ushell/components/_HomepageManager/DashboardLoadingManager.js +43 -43
  119. package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +43 -39
  120. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +166 -175
  121. package/src/main/js/sap/ushell/components/_HomepageManager/TransientPageOperationAdapter.js +57 -57
  122. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +96 -99
  123. package/src/main/js/sap/ushell/components/appfinder/AppFinderView.js +27 -21
  124. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +180 -178
  125. package/src/main/js/sap/ushell/components/appfinder/CatalogView.js +56 -56
  126. package/src/main/js/sap/ushell/components/appfinder/Component.js +12 -16
  127. package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +129 -133
  128. package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +10 -10
  129. package/src/main/js/sap/ushell/components/appfinder/GroupListPopover.controller.js +22 -22
  130. package/src/main/js/sap/ushell/components/appfinder/GroupListPopoverView.js +14 -14
  131. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +75 -78
  132. package/src/main/js/sap/ushell/components/appfinder/HierarchyAppsView.js +24 -27
  133. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +44 -46
  134. package/src/main/js/sap/ushell/components/appfinder/HierarchyFoldersView.js +22 -22
  135. package/src/main/js/sap/ushell/components/appfinder/VisualizationOrganizerHelper.js +28 -28
  136. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  137. package/src/main/js/sap/ushell/components/cards/Card.controller.js +16 -20
  138. package/src/main/js/sap/ushell/components/cards/Configuration.controller.js +35 -37
  139. package/src/main/js/sap/ushell/components/cards/ManifestPropertyHelper.js +32 -34
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +7 -12
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +2 -9
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +0 -1
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +58 -0
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AdvancedFormatters.js +0 -1
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +0 -1
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +0 -1
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/appendStyleVars.js +0 -1
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +13 -13
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Highlighter.js +2 -5
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Paginator.js +0 -2
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +4 -3
  152. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +8 -9
  153. package/src/main/js/sap/ushell/components/contentFinder/Component.js +2 -2
  154. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -3
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +2 -2
  157. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +3 -5
  160. package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +2 -2
  161. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -6
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +3 -3
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +1 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +2 -14
  165. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTreeTable.fragment.xml +14 -7
  166. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +2 -2
  168. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -4
  169. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  170. package/src/main/js/sap/ushell/components/factsheet/Component.js +13 -8
  171. package/src/main/js/sap/ushell/components/factsheet/annotation/Mapping.js +166 -118
  172. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTile.js +20 -16
  173. package/src/main/js/sap/ushell/components/factsheet/controls/PictureTileRenderer.js +3 -3
  174. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewer.js +84 -77
  175. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerItem.js +4 -4
  176. package/src/main/js/sap/ushell/components/factsheet/controls/PictureViewerRenderer.js +2 -2
  177. package/src/main/js/sap/ushell/components/factsheet/factory/ThingInspector.js +1356 -1139
  178. package/src/main/js/sap/ushell/components/factsheet/tools/ODataUrlTemplating.js +9 -5
  179. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.controller.js +1 -1
  180. package/src/main/js/sap/ushell/components/factsheet/views/ThingViewer.view.js +9 -6
  181. package/src/main/js/sap/ushell/components/homeApp/error/Component.js +1 -1
  182. package/src/main/js/sap/ushell/components/homeApp/error/HomeAppError.controller.js +4 -4
  183. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +51 -48
  184. package/src/main/js/sap/ushell/components/homepage/Component.js +11 -11
  185. package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +185 -192
  186. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +60 -50
  187. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +199 -202
  188. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +152 -160
  189. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  190. package/src/main/js/sap/ushell/components/pages/ActionMode.js +72 -74
  191. package/src/main/js/sap/ushell/components/pages/Component.js +7 -32
  192. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +46 -46
  193. package/src/main/js/sap/ushell/components/pages/StateManager.js +9 -10
  194. package/src/main/js/sap/ushell/components/pages/controller/MyHome.controller.js +4 -4
  195. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +243 -215
  196. package/src/main/js/sap/ushell/components/pages/controller/PagesAndSpaceId.js +23 -24
  197. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  198. package/src/main/js/sap/ushell/components/runtimeSwitcher/Component.js +1 -1
  199. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +60 -70
  200. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  201. package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +0 -5
  202. package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +3 -3
  203. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  204. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +18 -50
  205. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +73 -83
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  207. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +49 -50
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +5 -5
  210. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  211. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +35 -33
  212. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +8 -9
  213. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +5 -11
  214. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +63 -42
  215. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +20 -22
  216. package/src/main/js/sap/ushell/components/shell/Search/Component.js +20 -12
  217. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +18 -21
  218. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  219. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +21 -14
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +204 -250
  221. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +25 -24
  222. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +9 -9
  223. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +4 -4
  224. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +63 -65
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +420 -0
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +84 -0
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +63 -0
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +141 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +177 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +43 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +17 -0
  232. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +50 -35
  233. package/src/main/js/sap/ushell/components/shell/Settings/ErrorMessageHelper.js +10 -10
  234. package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.controller.js +150 -150
  235. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +66 -63
  236. package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +12 -15
  237. package/src/main/js/sap/ushell/components/shell/Settings/homepage/HomepageEntry.js +34 -37
  238. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsEntry.js +6 -7
  239. package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +46 -48
  240. package/src/main/js/sap/ushell/components/shell/Settings/search/Search.controller.js +4 -4
  241. package/src/main/js/sap/ushell/components/shell/Settings/search/SearchEntry.js +13 -13
  242. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesEntry.js +11 -13
  243. package/src/main/js/sap/ushell/components/shell/Settings/spaces/SpacesSetting.controller.js +41 -42
  244. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountEntry.js +11 -15
  245. package/src/main/js/sap/ushell/components/shell/Settings/userAccount/UserAccountSelector.controller.js +35 -37
  246. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesEntry.js +6 -7
  247. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +7 -8
  248. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/Component.js +2 -2
  249. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsEntry.js +16 -16
  250. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +17 -17
  251. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/ExtendedValueDialog.controller.js +21 -24
  252. package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +136 -137
  253. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +73 -78
  254. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/UserLanguageRegionEntry.js +8 -8
  255. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +30 -23
  256. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +34 -22
  257. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  258. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +21 -9
  259. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +7 -11
  260. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +3 -3
  261. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  262. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +3 -4
  263. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AppFinder.js +2 -2
  264. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +8 -3
  265. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericFixedNavigationListProvider.js +2 -2
  266. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +2 -2
  267. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +2 -2
  268. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +4 -4
  269. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/RecentActivity.js +4 -4
  270. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Spaces.js +5 -6
  271. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/SpacesNavigationListProvider.js +2 -3
  272. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +3 -4
  273. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +47 -48
  274. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +27 -30
  275. package/src/main/js/sap/ushell/components/tiles/action/ActionTile.controller.js +55 -55
  276. package/src/main/js/sap/ushell/components/tiles/action/Configuration.controller.js +39 -41
  277. package/src/main/js/sap/ushell/components/tiles/applauncher/Component.js +3 -3
  278. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.controller.js +26 -27
  279. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.controller.js +66 -66
  280. package/src/main/js/sap/ushell/components/tiles/applauncher/StaticTile.view.js +5 -5
  281. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Component.js +2 -2
  282. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.controller.js +27 -27
  283. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.controller.js +107 -107
  284. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/DynamicTile.view.js +7 -7
  285. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/Component.js +7 -7
  286. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +31 -31
  287. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.js +2 -2
  288. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/Component.js +15 -15
  289. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +85 -86
  290. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.js +4 -4
  291. package/src/main/js/sap/ushell/components/tiles/generic.js +133 -131
  292. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +71 -71
  293. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.view.js +17 -17
  294. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +49 -49
  295. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +9 -9
  296. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +80 -80
  297. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.view.js +3 -3
  298. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.controller.js +74 -75
  299. package/src/main/js/sap/ushell/components/tiles/indicatorDualContribution/DualContribution.view.js +3 -3
  300. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +55 -55
  301. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.view.js +12 -12
  302. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +83 -84
  303. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.view.js +15 -15
  304. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +71 -71
  305. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.view.js +7 -7
  306. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/cache.js +4 -4
  307. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/indicatorTileHelper.js +4 -4
  308. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +230 -232
  309. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +271 -272
  310. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +55 -55
  311. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.view.js +4 -4
  312. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +53 -53
  313. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.view.js +5 -5
  314. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +20 -20
  315. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.view.js +11 -11
  316. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.controller.js +14 -15
  317. package/src/main/js/sap/ushell/components/tiles/indicatornumeric/NumericTile.view.js +10 -10
  318. package/src/main/js/sap/ushell/components/tiles/sbtilecontent.js +6 -6
  319. package/src/main/js/sap/ushell/components/tiles/utils.js +699 -664
  320. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +217 -217
  321. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +4 -8
  322. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +40 -42
  323. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +257 -262
  324. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.layout.js +19 -20
  325. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +6 -6
  326. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +37 -38
  327. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +97 -100
  328. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +81 -82
  329. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +9 -9
  330. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +38 -39
  331. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRenderer.js +5 -5
  332. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +8 -9
  333. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -9
  334. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  335. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +4 -4
  336. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +15 -15
  337. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  338. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  339. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  340. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +90 -0
  341. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  342. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +19 -11
  343. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +144 -0
  344. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +68 -0
  345. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +34 -0
  346. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +51 -0
  347. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +55 -0
  348. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
  349. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
  350. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +133 -0
  351. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  352. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  353. package/src/main/js/sap/ushell/library.js +1 -1
  354. package/src/main/js/sap/ushell/navigation/NavigationState.js +126 -0
  355. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  356. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  357. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  358. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  359. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +8 -4
  360. package/src/main/js/sap/ushell/renderer/Renderer.js +19 -7
  361. package/src/main/js/sap/ushell/renderer/Shell.controller.js +11 -5
  362. package/src/main/js/sap/ushell/renderer/Shell.view.js +4 -1
  363. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +2 -0
  364. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +2 -0
  365. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +2 -0
  366. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +2 -0
  367. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +2 -0
  368. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +2 -0
  369. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +2 -0
  370. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +2 -0
  371. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +2 -0
  372. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +2 -0
  373. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +2 -0
  374. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +2 -0
  375. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +2 -0
  376. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +2 -0
  377. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +2 -0
  378. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +2 -0
  379. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +2 -0
  380. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +2 -0
  381. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +2 -0
  382. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +2 -0
  383. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +3 -1
  384. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +2 -0
  385. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -0
  386. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +2 -0
  387. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +2 -0
  388. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +2 -0
  389. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +2 -0
  390. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +2 -0
  391. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +2 -0
  392. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +2 -0
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +2 -0
  394. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +2 -0
  395. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +2 -0
  396. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +2 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +2 -0
  398. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +2 -0
  399. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +2 -0
  400. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +2 -0
  401. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +2 -0
  402. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +2 -0
  403. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +3 -1
  404. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +2 -0
  405. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +2 -0
  406. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +2 -0
  407. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +2 -0
  408. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +2 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +3 -1
  410. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +2 -0
  411. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +2 -0
  412. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  413. package/src/main/js/sap/ushell/services/AllMyApps.js +5 -5
  414. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -5
  415. package/src/main/js/sap/ushell/services/AppLifeCycle.js +2 -2
  416. package/src/main/js/sap/ushell/services/AppState.js +86 -102
  417. package/src/main/js/sap/ushell/services/AppType.js +2 -2
  418. package/src/main/js/sap/ushell/services/Bookmark.js +156 -164
  419. package/src/main/js/sap/ushell/services/BookmarkV2.js +10 -13
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  427. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  428. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  429. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  430. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +27 -31
  431. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  432. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  433. package/src/main/js/sap/ushell/services/CommonDataModel.js +295 -353
  434. package/src/main/js/sap/ushell/services/Configuration.js +14 -12
  435. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +34 -35
  436. package/src/main/js/sap/ushell/services/Container.js +2 -2
  437. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +29 -62
  438. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +227 -266
  439. package/src/main/js/sap/ushell/services/DarkModeSupport.js +17 -16
  440. package/src/main/js/sap/ushell/services/EndUserFeedback.js +5 -4
  441. package/src/main/js/sap/ushell/services/Extension/Item.js +7 -12
  442. package/src/main/js/sap/ushell/services/Extension.js +54 -19
  443. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +209 -213
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +3 -3
  445. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +3 -3
  446. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +6 -6
  447. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  448. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  449. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +4 -4
  450. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +3 -3
  451. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -2
  452. package/src/main/js/sap/ushell/services/Menu.js +264 -289
  453. package/src/main/js/sap/ushell/services/Message.js +3 -3
  454. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +6 -29
  455. package/src/main/js/sap/ushell/services/MessageBroker.js +14 -10
  456. package/src/main/js/sap/ushell/services/MessageInternal.js +37 -38
  457. package/src/main/js/sap/ushell/services/NavTargetResolution.js +2 -5
  458. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +153 -157
  459. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +4 -6
  460. package/src/main/js/sap/ushell/services/Navigation/utils.js +62 -64
  461. package/src/main/js/sap/ushell/services/Navigation.js +10 -14
  462. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +2 -2
  463. package/src/main/js/sap/ushell/services/Notifications.js +29 -15
  464. package/src/main/js/sap/ushell/services/NotificationsV2.js +86 -98
  465. package/src/main/js/sap/ushell/services/PageBuilding.js +9 -6
  466. package/src/main/js/sap/ushell/services/PagePersistence.js +3 -3
  467. package/src/main/js/sap/ushell/services/PageReferencing.js +4 -2
  468. package/src/main/js/sap/ushell/services/Pages.js +635 -683
  469. package/src/main/js/sap/ushell/services/Personalization.js +103 -134
  470. package/src/main/js/sap/ushell/services/PersonalizationV2/ContextContainer.js +29 -32
  471. package/src/main/js/sap/ushell/services/PersonalizationV2/Personalizer.js +21 -6
  472. package/src/main/js/sap/ushell/services/PersonalizationV2/TransientPersonalizer.js +1 -2
  473. package/src/main/js/sap/ushell/services/PersonalizationV2/Variant.js +5 -1
  474. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSet.js +5 -8
  475. package/src/main/js/sap/ushell/services/PersonalizationV2/VariantSetAdapter.js +2 -2
  476. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapter.js +10 -11
  477. package/src/main/js/sap/ushell/services/PersonalizationV2/WindowAdapterContainer.js +27 -27
  478. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +1 -2
  479. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.private.js +1 -1
  480. package/src/main/js/sap/ushell/services/PersonalizationV2/utils.js +5 -5
  481. package/src/main/js/sap/ushell/services/PersonalizationV2.js +92 -105
  482. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +9 -9
  483. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +2 -2
  484. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +4 -4
  485. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +5 -8
  486. package/src/main/js/sap/ushell/services/PluginManager.js +12 -8
  487. package/src/main/js/sap/ushell/services/ReferenceResolver.js +21 -28
  488. package/src/main/js/sap/ushell/services/Search.js +25 -21
  489. package/src/main/js/sap/ushell/services/SearchCEP.js +38 -32
  490. package/src/main/js/sap/ushell/services/SearchableContent.js +203 -223
  491. package/src/main/js/sap/ushell/services/ShellNavigation.js +5 -3
  492. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +160 -164
  493. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +23 -19
  494. package/src/main/js/sap/ushell/services/SmartNavigation.js +86 -82
  495. package/src/main/js/sap/ushell/services/SpaceContent.js +73 -106
  496. package/src/main/js/sap/ushell/services/SupportTicket.js +1 -1
  497. package/src/main/js/sap/ushell/services/UITracer.js +48 -62
  498. package/src/main/js/sap/ushell/services/URLShortening.js +2 -2
  499. package/src/main/js/sap/ushell/services/URLTemplate.js +7 -8
  500. package/src/main/js/sap/ushell/services/Ui5ComponentHandle.js +5 -5
  501. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  502. package/src/main/js/sap/ushell/services/UsageAnalytics.js +2 -3
  503. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +10 -10
  504. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +12 -13
  505. package/src/main/js/sap/ushell/services/UserInfo.js +27 -15
  506. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +6 -7
  507. package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +5 -5
  508. package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +2 -2
  509. package/src/main/js/sap/ushell/services/UserRecents/UserRecentsBase.js +2 -2
  510. package/src/main/js/sap/ushell/services/UserRecents.js +3 -3
  511. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +63 -66
  512. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +11 -11
  513. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  514. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  515. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  516. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  517. package/src/main/js/sap/ushell/services/personalization/VariantSetAdapter.js +10 -10
  518. package/src/main/js/sap/ushell/state/BaseState.js +2 -3
  519. package/src/main/js/sap/ushell/state/BindingHelper.js +2 -4
  520. package/src/main/js/sap/ushell/state/ControlManager.js +2 -3
  521. package/src/main/js/sap/ushell/state/CurrentState.js +2 -2
  522. package/src/main/js/sap/ushell/state/KeepAlive.js +2 -2
  523. package/src/main/js/sap/ushell/state/ShellModel.js +2 -3
  524. package/src/main/js/sap/ushell/state/StateManager/LaunchpadState.js +2 -2
  525. package/src/main/js/sap/ushell/state/StateManager/Operation.js +2 -2
  526. package/src/main/js/sap/ushell/state/StateManager/ShellMode.js +2 -2
  527. package/src/main/js/sap/ushell/state/StateManager.js +3 -3
  528. package/src/main/js/sap/ushell/state/StateRules.js +2 -3
  529. package/src/main/js/sap/ushell/state/StrategyFactory/DefaultStrategy.js +2 -3
  530. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingActionsStrategy.js +2 -3
  531. package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +2 -3
  532. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +3 -4
  533. package/src/main/js/sap/ushell/state/StrategyFactory/HeadItemsStrategy.js +3 -4
  534. package/src/main/js/sap/ushell/state/StrategyFactory/SidePaneStrategy.js +2 -3
  535. package/src/main/js/sap/ushell/state/StrategyFactory/SubHeaderStrategy.js +2 -3
  536. package/src/main/js/sap/ushell/state/StrategyFactory/UserActionsStrategy.js +3 -4
  537. package/src/main/js/sap/ushell/state/StrategyFactory.js +2 -3
  538. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +2 -5
  539. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +3 -3
  540. package/src/main/js/sap/ushell/state/modules/Favicon.js +3 -3
  541. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +3 -3
  542. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +123 -123
  543. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  544. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  545. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  546. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  547. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  548. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  549. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  550. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  551. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  552. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  553. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  554. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  555. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  556. package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +13 -0
  557. package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
  558. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +16 -241
  559. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  560. package/src/main/js/sap/ushell/thirdparty/Button2.js +34 -14
  561. package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
  562. package/src/main/js/sap/ushell/thirdparty/Icons.js +81 -79
  563. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  564. package/src/main/js/sap/ushell/thirdparty/Link.js +11 -10
  565. package/src/main/js/sap/ushell/thirdparty/List.js +34 -487
  566. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +14 -0
  567. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +239 -0
  568. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1669 -91
  569. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +472 -0
  570. package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
  571. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  572. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
  573. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
  574. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  575. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +511 -517
  576. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +3 -3
  577. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2264 -0
  578. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +111 -0
  579. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +47 -0
  580. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +49 -0
  581. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +39 -0
  582. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +177 -170
  583. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  584. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +7 -0
  585. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +3248 -0
  586. package/src/main/js/sap/ushell/thirdparty/Tag.js +15 -14
  587. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  588. package/src/main/js/sap/ushell/thirdparty/Title.js +167 -0
  589. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
  590. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  591. package/src/main/js/sap/ushell/thirdparty/ValueState.js +7 -0
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +444 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
  669. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
  670. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
  671. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
  672. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
  673. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
  674. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
  675. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
  676. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
  677. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
  678. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
  679. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
  680. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
  681. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
  682. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
  683. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
  684. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
  685. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
  686. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
  687. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
  688. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
  689. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
  690. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
  691. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
  692. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
  693. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
  694. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
  695. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
  696. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  697. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  698. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  699. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  701. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  702. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  703. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  704. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  705. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  706. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  707. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  708. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  709. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  710. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  711. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  712. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +7 -0
  713. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  714. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  715. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  716. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  717. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  718. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  719. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  720. package/src/main/js/sap/ushell/thirdparty/encodeXML.js +87 -0
  721. package/src/main/js/sap/ushell/thirdparty/generateHighlightedMarkup.js +9 -0
  722. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +143 -149
  723. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +16 -0
  724. package/src/main/js/sap/ushell/thirdparty/information.js +10 -13
  725. package/src/main/js/sap/ushell/thirdparty/information2.js +13 -0
  726. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  727. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  728. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +44 -0
  729. package/src/main/js/sap/ushell/thirdparty/query.js +1 -4
  730. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +44 -0
  731. package/src/main/js/sap/ushell/thirdparty/sys-enter-2.js +7 -0
  732. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -8
  733. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +35 -31
  734. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +8 -8
  735. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +16 -16
  736. package/src/main/js/sap/ushell/thirdparty/willShowContent.js +7 -0
  737. package/src/main/js/sap/ushell/ui/ShellHeader.js +0 -1
  738. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  739. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  740. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  741. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +6 -1
  742. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  743. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  744. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  745. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  746. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  747. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  748. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  749. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  750. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  751. package/src/main/js/sap/ushell/utils.js +32 -1
  752. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  753. package/ui5.yaml +2 -0
  754. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +0 -3920
  755. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +0 -7
  756. /package/src/main/js/sap/ushell/components/shell/SearchCEP/{SearchFieldFragment.fragment.xml → SearchField.fragment.xml} +0 -0
@@ -19,13 +19,13 @@ sap.ui.define([
19
19
  "sap/ui/model/Filter",
20
20
  "sap/ui/model/Sorter",
21
21
  "sap/ui/core/Core"
22
- ], function (
22
+ ], (
23
23
  ODataModel,
24
24
  FilterOperator,
25
25
  Filter,
26
26
  Sorter
27
27
  /* Core */
28
- ) {
28
+ ) => {
29
29
  "use strict";
30
30
 
31
31
  /* eslint-disable block-scoped-var */ // TODO: remove eslint-disable
@@ -50,15 +50,15 @@ sap.ui.define([
50
50
  }
51
51
  switch (sPropertyEDMTypeName) {
52
52
  case "Edm.String":
53
- return "'" + sFilterValue + "'";
53
+ return `'${sFilterValue}'`;
54
54
  case "Edm.DateTime":
55
- return "datetime'" + sFilterValue + "'";
55
+ return `datetime'${sFilterValue}'`;
56
56
  case "Edm.Guid":
57
- return "guid'" + sFilterValue + "'";
57
+ return `guid'${sFilterValue}'`;
58
58
  case "Edm.Time":
59
- return "time'" + sFilterValue + "'";
59
+ return `time'${sFilterValue}'`;
60
60
  case "Edm.DateTimeOffset":
61
- return "datetimeoffset'" + sFilterValue + "'";
61
+ return `datetimeoffset'${sFilterValue}'`;
62
62
  default:
63
63
  return sFilterValue;
64
64
  }
@@ -70,22 +70,22 @@ sap.ui.define([
70
70
  }
71
71
  switch (sPropertyEDMTypeName) {
72
72
  case "Edm.String":
73
- return "'" + sFilterValue + "'";
73
+ return `'${sFilterValue}'`;
74
74
  case "Edm.DateTime":
75
- return "datetime'" + sFilterValue + "'";
75
+ return `datetime'${sFilterValue}'`;
76
76
  case "Edm.Guid":
77
- return "guid'" + sFilterValue + "'";
77
+ return `guid'${sFilterValue}'`;
78
78
  case "Edm.Time":
79
- return "time'" + sFilterValue + "'";
79
+ return `time'${sFilterValue}'`;
80
80
  case "Edm.DateTimeOffset":
81
- return "datetimeoffset'" + sFilterValue + "'";
81
+ return `datetimeoffset'${sFilterValue}'`;
82
82
  default:
83
83
  return sFilterValue;
84
84
  }
85
85
  },
86
86
 
87
87
  tokenizeNametoLabelText: function (sName) {
88
- var sLabel = "";
88
+ let sLabel = "";
89
89
 
90
90
  // split UpperCamelCase in words (treat numbers and _ as upper case)
91
91
  sLabel = sName.replace(/([^A-Z0-9_]+)([A-Z0-9_])/g, "$1 $2");
@@ -171,7 +171,7 @@ sap.ui.define([
171
171
  this._oActivatedWorkarounds = {};
172
172
 
173
173
  if (oModelReference && oModelReference.aWorkaroundID) {
174
- var aWorkaroundID = oModelReference.aWorkaroundID;
174
+ const aWorkaroundID = oModelReference.aWorkaroundID;
175
175
 
176
176
  for (var i = 0; i < aWorkaroundID.length; i++) {
177
177
  this._oActivatedWorkarounds[aWorkaroundID[i]] = true;
@@ -208,10 +208,10 @@ sap.ui.define([
208
208
 
209
209
  // loop over all schemas and entity containers
210
210
  // TODO: extend this implementation to support many schemas
211
- var oSchema = this._oModel.getServiceMetadata().dataServices.schema[0];
211
+ const oSchema = this._oModel.getServiceMetadata().dataServices.schema[0];
212
212
 
213
213
  // remember default container
214
- var oContainer;
214
+ let oContainer;
215
215
  for (i = -1, oContainer; oContainer = oSchema.entityContainer[++i];) {
216
216
  if (oContainer.isDefaultEntityContainer == "true") {
217
217
  this._oDefaultEntityContainer = oContainer;
@@ -219,15 +219,15 @@ sap.ui.define([
219
219
  }
220
220
  }
221
221
 
222
- var aEntityType = oSchema.entityType;
222
+ const aEntityType = oSchema.entityType;
223
223
 
224
224
  // A. preparation
225
225
 
226
226
  // A.1 collect all relevant OData entity types representing query results, parameters
227
- var aQueryResultEntityTypes = [], aParameterEntityTypes = [], aUnsortedEntityTypes = [];
228
- var j;
227
+ const aQueryResultEntityTypes = []; const aParameterEntityTypes = []; const aUnsortedEntityTypes = [];
228
+ let j;
229
229
  for (i = -1, oType; oType = aEntityType[++i];) {
230
- var bProcessed = false;
230
+ let bProcessed = false;
231
231
 
232
232
  if (oType.extensions != undefined) {
233
233
  var oExtension;
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  // B.1 create parameters
280
280
 
281
281
  // temporary storage for lookup of entity *types* annotated with parameters semantics
282
- var oParameterizationEntityTypeSet = {};
282
+ const oParameterizationEntityTypeSet = {};
283
283
 
284
284
  for (i = -1, oType; oType = aParameterEntityTypes[++i];) {
285
285
  // B.1.1 create object for OData entity type
@@ -308,7 +308,7 @@ sap.ui.define([
308
308
  oParameterizationEntityTypeSet[oEntityType.getQName()] = oParameterization;
309
309
 
310
310
  // B.1.5 recognize all available parameter value helps
311
- var sParameterizationEntityTypeQTypeName = oEntityType.getQName();
311
+ const sParameterizationEntityTypeQTypeName = oEntityType.getQName();
312
312
 
313
313
  if (oSchema.association != undefined) {
314
314
  var oAssoc;
@@ -318,14 +318,13 @@ sap.ui.define([
318
318
  continue;
319
319
  }
320
320
 
321
- var sParameterValueHelpEntityTypeQTypeName = null;
321
+ let sParameterValueHelpEntityTypeQTypeName = null;
322
322
 
323
323
  // B.1.5.1 relevant only if one end has same type as the given parameterization entity type
324
324
  if (oAssoc.end[0].type == sParameterizationEntityTypeQTypeName
325
325
  && oAssoc.end[0].multiplicity == "*"
326
326
  && oAssoc.end[1].multiplicity == "1") {
327
327
  sParameterValueHelpEntityTypeQTypeName = oAssoc.end[1].type;
328
-
329
328
  } else if (oAssoc.end[1].type == sParameterizationEntityTypeQTypeName
330
329
  && oAssoc.end[1].multiplicity == "*"
331
330
  && oAssoc.end[0].multiplicity == "1") {
@@ -339,14 +338,14 @@ sap.ui.define([
339
338
  if (oAssoc.referentialConstraint.dependent.propertyRef.length != 1) {
340
339
  continue;
341
340
  }
342
- var oParameter = oParameterization.findParameterByName(oAssoc.referentialConstraint.dependent.propertyRef[0].name);
341
+ const oParameter = oParameterization.findParameterByName(oAssoc.referentialConstraint.dependent.propertyRef[0].name);
343
342
  if (oParameter == null) {
344
343
  continue;
345
344
  }
346
345
 
347
346
  // B.1.5.3 Register the recognized parameter value help entity type and set and link it to the parameter
348
- var oValueListEntityType = this._oEntityTypeSet[sParameterValueHelpEntityTypeQTypeName];
349
- var oValueListEntitySet = this._oEntityTypeNameToEntitySetMap[sParameterValueHelpEntityTypeQTypeName];
347
+ const oValueListEntityType = this._oEntityTypeSet[sParameterValueHelpEntityTypeQTypeName];
348
+ const oValueListEntitySet = this._oEntityTypeNameToEntitySetMap[sParameterValueHelpEntityTypeQTypeName];
350
349
  oParameter.setValueSetEntity(oValueListEntityType, oValueListEntitySet);
351
350
  }
352
351
  }
@@ -354,21 +353,21 @@ sap.ui.define([
354
353
 
355
354
  // B.2
356
355
  // B.2 create analytic queries
357
- var oType;
356
+ let oType;
358
357
  for (i = -1, oType; oType = aQueryResultEntityTypes[++i];) {
359
358
  // B.2.1 create object for OData entity
360
359
  oEntityType = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.EntityType(this._oModel
361
360
  .getServiceMetadata(), oSchema, oType);
362
361
  this._oEntityTypeSet[oEntityType.getQName()] = oEntityType;
363
- var sQueryResultEntityTypeQTypeName = oEntityType.getQName();
362
+ const sQueryResultEntityTypeQTypeName = oEntityType.getQName();
364
363
 
365
364
  // B.2.2 find assocs to parameter entity types
366
365
  oParameterization = null;
367
- var oAssocFromParamsToResult = null;
366
+ let oAssocFromParamsToResult = null;
368
367
 
369
368
  if (oSchema.association != undefined) {
370
369
  for (j = -1, oAssoc; oAssoc = oSchema.association[++j];) {
371
- var sParameterEntityTypeQTypeName = null;
370
+ let sParameterEntityTypeQTypeName = null;
372
371
  if (oAssoc.end[0].type == sQueryResultEntityTypeQTypeName) {
373
372
  sParameterEntityTypeQTypeName = oAssoc.end[1].type;
374
373
  } else if (oAssoc.end[1].type == sQueryResultEntityTypeQTypeName) {
@@ -378,14 +377,14 @@ sap.ui.define([
378
377
  }
379
378
 
380
379
  // B.2.2.2 fetch Parameterization object if any
381
- var oMatchingParameterization = null;
380
+ let oMatchingParameterization = null;
382
381
 
383
382
  oMatchingParameterization = oParameterizationEntityTypeSet[sParameterEntityTypeQTypeName];
384
383
  if (oMatchingParameterization != null) {
385
384
  if (oParameterization != null) {
386
385
  // TODO: extend this implementation to support more than one related parameter entity type
387
- throw "RESTRICTION: Unable to handle multiple parameter entity types of query entity "
388
- + oEntityType.name;
386
+ throw `RESTRICTION: Unable to handle multiple parameter entity types of query entity ${
387
+ oEntityType.name}`;
389
388
  } else {
390
389
  oParameterization = oMatchingParameterization;
391
390
  oAssocFromParamsToResult = oAssoc;
@@ -407,7 +406,7 @@ sap.ui.define([
407
406
  this._oEntityTypeNameToEntitySetMap[oEntityType.getQName()] = oEntitySet;
408
407
 
409
408
  // B.2.5 create object for analytic query result, related OData entity type and set and (if any) related parameters object
410
- var oQueryResult = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResult(this, oEntityType,
409
+ const oQueryResult = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResult(this, oEntityType,
411
410
  oEntitySet, oParameterization);
412
411
  this._oQueryResultSet[oQueryResult.getName()] = oQueryResult;
413
412
 
@@ -463,7 +462,7 @@ sap.ui.define([
463
462
  return;
464
463
  }
465
464
 
466
- var oMetadata;
465
+ let oMetadata;
467
466
  try {
468
467
  oMetadata = this._oModel.getServiceMetadata().dataServices;
469
468
  } catch (exception) {
@@ -471,7 +470,7 @@ sap.ui.define([
471
470
  }
472
471
 
473
472
  // find "schema" entry in annotation document
474
- for (var propName in oAnnotation) {
473
+ for (const propName in oAnnotation) {
475
474
  if (!(this.oUI5ODataModelAnnotatableObject.objectName === propName)) {
476
475
  continue;
477
476
  }
@@ -505,7 +504,7 @@ sap.ui.define([
505
504
  }
506
505
 
507
506
  for (var l = -1, oAnnotationExtension; oAnnotationExtension = oAnnotation.extensions[++l];) {
508
- var bFound = false;
507
+ let bFound = false;
509
508
  for (var m = -1, oMetadataExtension; oMetadataExtension = oMetadata.extensions[++m];) {
510
509
  if (oAnnotationExtension.name == oMetadataExtension.name
511
510
  && oAnnotationExtension.namespace == oMetadataExtension.namespace) {
@@ -521,8 +520,7 @@ sap.ui.define([
521
520
  }
522
521
  // walk down to sub objects
523
522
  for (var k = -1, oUI5ODataModelAnnotatableSubObject; oUI5ODataModelAnnotatableSubObject = oUI5ODataModelAnnotatableObject.aSubObject[++k];) {
524
-
525
- for (var propName in oAnnotation) {
523
+ for (const propName in oAnnotation) {
526
524
  if (!(oUI5ODataModelAnnotatableSubObject.objectName == propName)) {
527
525
  continue;
528
526
  }
@@ -553,12 +551,12 @@ sap.ui.define([
553
551
  * The query result object with this name or null if it does not exist
554
552
  */
555
553
  findQueryResultByName: function (sName) {
556
- var oQueryResult = this._oQueryResultSet[sName];
554
+ let oQueryResult = this._oQueryResultSet[sName];
557
555
 
558
556
  // Everybody should have a second chance:
559
557
  // If the name was not fully qualified, check if it is in the default container
560
558
  if (!oQueryResult && this._oDefaultEntityContainer) {
561
- var sQName = this._oDefaultEntityContainer.name + "." + sName;
559
+ const sQName = `${this._oDefaultEntityContainer.name}.${sName}`;
562
560
 
563
561
  oQueryResult = this._oQueryResultSet[sQName];
564
562
  }
@@ -577,7 +575,7 @@ sap.ui.define([
577
575
 
578
576
  this._aQueryResultNames = new Array(0);
579
577
 
580
- for (var sName in this._oQueryResultSet) { this._aQueryResultNames.push(this._oQueryResultSet[sName].getName()); }
578
+ for (const sName in this._oQueryResultSet) { this._aQueryResultNames.push(this._oQueryResultSet[sName].getName()); }
581
579
 
582
580
  return this._aQueryResultNames;
583
581
  },
@@ -612,7 +610,7 @@ sap.ui.define([
612
610
  * @private
613
611
  */
614
612
  _getEntitySetsOfType: function (oSchema, sQTypeName) {
615
- var aEntitySet = [];
613
+ const aEntitySet = [];
616
614
 
617
615
  for (var i = -1, oEntityContainer; oEntityContainer = oSchema.entityContainer[++i];) {
618
616
  for (var j = -1, oEntitySet; oEntitySet = oEntityContainer.entitySet[++j];) {
@@ -678,8 +676,8 @@ sap.ui.define([
678
676
  this._oMeasureSet = {};
679
677
 
680
678
  // parse entity type for analytic semantics described by annotations
681
- var aProperty = oEntityType.getTypeDescription().property;
682
- var oAttributeForPropertySet = {};
679
+ const aProperty = oEntityType.getTypeDescription().property;
680
+ const oAttributeForPropertySet = {};
683
681
  for (var i = -1, oProperty; oProperty = aProperty[++i];) {
684
682
  if (oProperty.extensions == undefined) {
685
683
  continue;
@@ -715,28 +713,28 @@ sap.ui.define([
715
713
  }
716
714
 
717
715
  // assign dimension attributes to the respective dimension objects
718
- for (var sDimensionAttributeName in oAttributeForPropertySet) {
716
+ for (const sDimensionAttributeName in oAttributeForPropertySet) {
719
717
  oDimensionAttribute = oAttributeForPropertySet[sDimensionAttributeName];
720
718
  oDimensionAttribute.getDimension().addAttribute(oDimensionAttribute);
721
719
  }
722
720
 
723
721
  // apply workaround for missing text properties if requested
724
722
  if (oModel._oActivatedWorkarounds.IdentifyTextPropertiesByName) {
725
- var aMatchedTextPropertyName = [];
726
- for (var oDimName in this._oDimensionSet) {
723
+ const aMatchedTextPropertyName = [];
724
+ for (const oDimName in this._oDimensionSet) {
727
725
  oDimension = this._oDimensionSet[oDimName];
728
726
  if (!oDimension.getTextProperty()) {
729
- var oTextProperty = null; // order of matching is
727
+ let oTextProperty = null; // order of matching is
730
728
  // significant!
731
- oTextProperty = oEntityType.findPropertyByName(oDimName + "Name");
729
+ oTextProperty = oEntityType.findPropertyByName(`${oDimName}Name`);
732
730
  if (!oTextProperty) {
733
- oTextProperty = oEntityType.findPropertyByName(oDimName + "Text");
731
+ oTextProperty = oEntityType.findPropertyByName(`${oDimName}Text`);
734
732
  }
735
733
  if (!oTextProperty) {
736
- oTextProperty = oEntityType.findPropertyByName(oDimName + "Desc");
734
+ oTextProperty = oEntityType.findPropertyByName(`${oDimName}Desc`);
737
735
  }
738
736
  if (!oTextProperty) {
739
- oTextProperty = oEntityType.findPropertyByName(oDimName + "Description");
737
+ oTextProperty = oEntityType.findPropertyByName(`${oDimName}Description`);
740
738
  }
741
739
  if (oTextProperty) { // any match?
742
740
  oDimension.setTextProperty(oTextProperty); // link
@@ -748,7 +746,7 @@ sap.ui.define([
748
746
  }
749
747
  }
750
748
  // make sure that any matched text property is not exposed as dimension (according to spec)
751
- var sPropertyName;
749
+ let sPropertyName;
752
750
  for (i = -1, sPropertyName; sPropertyName = aMatchedTextPropertyName[++i];) {
753
751
  delete this._oDimensionSet[sPropertyName];
754
752
  }
@@ -786,7 +784,7 @@ sap.ui.define([
786
784
 
787
785
  this._aDimensionNames = [];
788
786
 
789
- for (var sName in this._oDimensionSet) { this._aDimensionNames.push(this._oDimensionSet[sName].getName()); }
787
+ for (const sName in this._oDimensionSet) { this._aDimensionNames.push(this._oDimensionSet[sName].getName()); }
790
788
 
791
789
  return this._aDimensionNames;
792
790
  },
@@ -814,7 +812,7 @@ sap.ui.define([
814
812
 
815
813
  this._aMeasureNames = [];
816
814
 
817
- for (var sName in this._oMeasureSet) { this._aMeasureNames.push(this._oMeasureSet[sName].getName()); }
815
+ for (const sName in this._oMeasureSet) { this._aMeasureNames.push(this._oMeasureSet[sName].getName()); }
818
816
 
819
817
  return this._aMeasureNames;
820
818
  },
@@ -918,7 +916,7 @@ sap.ui.define([
918
916
  this._oParameterSet = {};
919
917
 
920
918
  // parse entity type for analytic semantics described by annotations
921
- var aProperty = oEntityType.getTypeDescription().property;
919
+ const aProperty = oEntityType.getTypeDescription().property;
922
920
  for (var i = -1, oProperty; oProperty = aProperty[++i];) {
923
921
  if (oProperty.extensions == undefined) {
924
922
  continue;
@@ -944,8 +942,8 @@ sap.ui.define([
944
942
  // to be called only by Model objects
945
943
  setTargetQueryResult: function (oQueryResult, oAssociation) {
946
944
  this._oQueryResult = oQueryResult;
947
- var sQAssocName = this._oEntityType.getSchema().namespace + "." + oAssociation.name;
948
- var aNavProp = this._oEntityType.getTypeDescription().navigationProperty;
945
+ const sQAssocName = `${this._oEntityType.getSchema().namespace}.${oAssociation.name}`;
946
+ const aNavProp = this._oEntityType.getTypeDescription().navigationProperty;
949
947
  if (!aNavProp) {
950
948
  throw "Invalid consumption model: Parameters entity type lacks navigation property for association to query result entity type";
951
949
  }
@@ -980,7 +978,7 @@ sap.ui.define([
980
978
 
981
979
  this._aParameterNames = [];
982
980
 
983
- for (var sName in this._oParameterSet) { this._aParameterNames.push(this._oParameterSet[sName].getName()); }
981
+ for (const sName in this._oParameterSet) { this._aParameterNames.push(this._oParameterSet[sName].getName()); }
984
982
 
985
983
  return this._aParameterNames;
986
984
  },
@@ -1059,7 +1057,7 @@ sap.ui.define([
1059
1057
  this._oParameterization = oParameterization;
1060
1058
  this._oProperty = oProperty;
1061
1059
 
1062
- var oEntityType = oParameterization.getEntityType();
1060
+ const oEntityType = oParameterization.getEntityType();
1063
1061
 
1064
1062
  if (oProperty.extensions != undefined) {
1065
1063
  for (var i = -1, oExtension; oExtension = oProperty.extensions[++i];) {
@@ -1166,7 +1164,7 @@ sap.ui.define([
1166
1164
  * This means that if *this* parameter is a lower boundary, the returned object
1167
1165
  */
1168
1166
  getPeerIntervalBoundaryParameter: function () {
1169
- var sPeerParamPropName = null;
1167
+ let sPeerParamPropName = null;
1170
1168
  if (this._oLowerIntervalBoundaryParameterProperty) {
1171
1169
  sPeerParamPropName = this._oLowerIntervalBoundaryParameterProperty.name;
1172
1170
  } else {
@@ -1225,8 +1223,8 @@ sap.ui.define([
1225
1223
  * It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
1226
1224
  */
1227
1225
  getURIToValueEntitySet: function (sServiceRootURI) {
1228
- var sURI = null;
1229
- sURI = (sServiceRootURI || "") + "/" + this._oValueSetEntitySet.getQName();
1226
+ let sURI = null;
1227
+ sURI = `${sServiceRootURI || ""}/${this._oValueSetEntitySet.getQName()}`;
1230
1228
  return sURI;
1231
1229
  },
1232
1230
 
@@ -1382,7 +1380,7 @@ sap.ui.define([
1382
1380
 
1383
1381
  this._aAttributeNames = [];
1384
1382
 
1385
- for (var sName in this._oAttributeSet) { this._aAttributeNames.push(this._oAttributeSet[sName].getName()); }
1383
+ for (const sName in this._oAttributeSet) { this._aAttributeNames.push(this._oAttributeSet[sName].getName()); }
1386
1384
 
1387
1385
  return this._aAttributeNames;
1388
1386
  },
@@ -1671,7 +1669,7 @@ sap.ui.define([
1671
1669
  this._oModel = oModel;
1672
1670
 
1673
1671
  if (oSchema.entityContainer.length > 1) {
1674
- this._sQName = oContainer.name + "." + oEntitySet.name;
1672
+ this._sQName = `${oContainer.name}.${oEntitySet.name}`;
1675
1673
  } else {
1676
1674
  // no need to disambiguate this for the simple case
1677
1675
  this._sQName = oEntitySet.name;
@@ -1744,12 +1742,12 @@ sap.ui.define([
1744
1742
  this._aSortablePropertyNames = [];
1745
1743
  this._aRequiredFilterPropertyNames = [];
1746
1744
 
1747
- this._sQName = oSchema.namespace + "." + oEntityType.name;
1745
+ this._sQName = `${oSchema.namespace}.${oEntityType.name}`;
1748
1746
 
1749
1747
  // collect all hierarchies defined in this entity type
1750
- var oRecursiveHierarchies = {}; // temp for collecting all properties
1748
+ const oRecursiveHierarchies = {}; // temp for collecting all properties
1751
1749
  // participating in hierarchies
1752
- var oRecursiveHierarchy = null;
1750
+ let oRecursiveHierarchy = null;
1753
1751
 
1754
1752
  for (var i = -1, oProperty; oProperty = oEntityType.property[++i];) {
1755
1753
  // by default, every property can be filtered
@@ -1819,10 +1817,10 @@ sap.ui.define([
1819
1817
 
1820
1818
  // post processing: set up hierarchy objects
1821
1819
  this._oRecursiveHierarchySet = {};
1822
- for (var hierNodeIDPropertyName in oRecursiveHierarchies) {
1823
- var oHierarchy = oRecursiveHierarchies[hierNodeIDPropertyName];
1824
- var oHierarchyNodeIDProperty = this._oPropertySet[hierNodeIDPropertyName];
1825
- var oDimensionProperty = this._oPropertySet[oHierarchy.dimensionName];
1820
+ for (const hierNodeIDPropertyName in oRecursiveHierarchies) {
1821
+ const oHierarchy = oRecursiveHierarchies[hierNodeIDPropertyName];
1822
+ const oHierarchyNodeIDProperty = this._oPropertySet[hierNodeIDPropertyName];
1823
+ let oDimensionProperty = this._oPropertySet[oHierarchy.dimensionName];
1826
1824
  if (oDimensionProperty == null) {
1827
1825
  // TODO temporary workaround for BW provider, which does not return it let dimension coincide with hierarchy node ID
1828
1826
  oDimensionProperty = oHierarchyNodeIDProperty;
@@ -1882,7 +1880,7 @@ sap.ui.define([
1882
1880
 
1883
1881
  this._aHierarchyPropertyNames = [];
1884
1882
 
1885
- for (var sName in this._oRecursiveHierarchySet) {
1883
+ for (const sName in this._oRecursiveHierarchySet) {
1886
1884
  this._aHierarchyPropertyNames.push(this._oRecursiveHierarchySet[sName]
1887
1885
  .getNodeValueProperty().name);
1888
1886
  }
@@ -2095,13 +2093,13 @@ sap.ui.define([
2095
2093
  * @returns {sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression} This object for method chaining
2096
2094
  */
2097
2095
  addCondition: function (sPropertyName, sOperator, oValue, oValue2) {
2098
- var oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2096
+ const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2099
2097
  if (oProperty == null) {
2100
- throw "Cannot add filter condition for unknown property name " + sPropertyName; // TODO
2098
+ throw `Cannot add filter condition for unknown property name ${sPropertyName}`; // TODO
2101
2099
  }
2102
- var aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
2100
+ const aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
2103
2101
  if (aFilterablePropertyNames.indexOf(sPropertyName) === -1) {
2104
- throw "Cannot add filter condition for not filterable property name " + sPropertyName; // TODO
2102
+ throw `Cannot add filter condition for not filterable property name ${sPropertyName}`; // TODO
2105
2103
  }
2106
2104
  this._aFilterCondition.push({
2107
2105
  property: oProperty,
@@ -2124,13 +2122,13 @@ sap.ui.define([
2124
2122
  * @returns {sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression} This object for method chaining
2125
2123
  */
2126
2124
  addSetCondition: function (sPropertyName, aValues) {
2127
- var oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2125
+ const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2128
2126
  if (oProperty == null) {
2129
- throw "Cannot add filter condition for unknown property name " + sPropertyName; // TODO
2127
+ throw `Cannot add filter condition for unknown property name ${sPropertyName}`; // TODO
2130
2128
  }
2131
- var aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
2129
+ const aFilterablePropertyNames = this._oEntityType.getFilterablePropertyNames();
2132
2130
  if (aFilterablePropertyNames.indexOf(sPropertyName) === -1) {
2133
- throw "Cannot add filter condition for not filterable property name " + sPropertyName; // TODO
2131
+ throw `Cannot add filter condition for not filterable property name ${sPropertyName}`; // TODO
2134
2132
  }
2135
2133
  for (var i = -1, oValue; oValue = aValues[++i];) {
2136
2134
  this._aFilterCondition.push({
@@ -2148,7 +2146,7 @@ sap.ui.define([
2148
2146
  * @returns {sap.ui.model.Filter[]} List of filter objects representing this expression
2149
2147
  */
2150
2148
  getExpressionAsUI5FilterArray: function () {
2151
- var aFilterObjects = [];
2149
+ const aFilterObjects = [];
2152
2150
 
2153
2151
  for (var i = -1, oCondition; oCondition = this._aFilterCondition[++i];) {
2154
2152
  aFilterObjects.push(new Filter(oCondition.property.name, oCondition.op,
@@ -2167,7 +2165,7 @@ sap.ui.define([
2167
2165
  return "";
2168
2166
  }
2169
2167
 
2170
- this._aFilterCondition.sort(function (a, b) {
2168
+ this._aFilterCondition.sort((a, b) => {
2171
2169
  if (a.property.name == b.property.name) {
2172
2170
  return 0;
2173
2171
  }
@@ -2177,48 +2175,48 @@ sap.ui.define([
2177
2175
  return -1;
2178
2176
  });
2179
2177
 
2180
- var sPropertyName = this._aFilterCondition[0].property.name;
2181
- var sOptionString = "";
2182
- var sSubExpression = "";
2178
+ let sPropertyName = this._aFilterCondition[0].property.name;
2179
+ let sOptionString = "";
2180
+ let sSubExpression = "";
2183
2181
  for (var i = -1, oCondition; oCondition = this._aFilterCondition[++i];) {
2184
2182
  if (sPropertyName != oCondition.property.name) {
2185
- sOptionString += (sOptionString == "" ? "" : " and ") + "(" + sSubExpression + ")";
2183
+ sOptionString += `${sOptionString == "" ? "" : " and "}(${sSubExpression})`;
2186
2184
  sSubExpression = "";
2187
2185
  sPropertyName = oCondition.property.name;
2188
2186
  }
2189
2187
 
2190
2188
  switch (oCondition.op) {
2191
2189
  case FilterOperator.BT:
2192
- sSubExpression += (sSubExpression == "" ? "" : " or ")
2193
- + "("
2194
- + oCondition.property.name
2195
- + " "
2196
- + FilterOperator.GE.toLowerCase()
2197
- + " "
2198
- + sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2190
+ sSubExpression += `${sSubExpression == "" ? "" : " or "
2191
+ }(${
2192
+ oCondition.property.name
2193
+ } ${
2194
+ FilterOperator.GE.toLowerCase()
2195
+ } ${
2196
+ sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2199
2197
  .renderPropertyFilterValue(oCondition.val1, oCondition.property.type)
2200
- + " and "
2201
- + oCondition.property.name
2202
- + " "
2203
- + FilterOperator.LE.toLowerCase()
2204
- + " "
2205
- + sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2198
+ } and ${
2199
+ oCondition.property.name
2200
+ } ${
2201
+ FilterOperator.LE.toLowerCase()
2202
+ } ${
2203
+ sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2206
2204
  .renderPropertyFilterValue(oCondition.val2, oCondition.property.type)
2207
- + ")";
2205
+ })`;
2208
2206
  break;
2209
2207
  default:
2210
- sSubExpression += (sSubExpression == "" ? "" : " or ")
2211
- + "("
2212
- + oCondition.property.name
2213
- + " "
2214
- + oCondition.op.toLowerCase()
2215
- + " "
2216
- + sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2208
+ sSubExpression += `${sSubExpression == "" ? "" : " or "
2209
+ }(${
2210
+ oCondition.property.name
2211
+ } ${
2212
+ oCondition.op.toLowerCase()
2213
+ } ${
2214
+ sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper
2217
2215
  .renderPropertyFilterValue(oCondition.val1, oCondition.property.type)
2218
- + ")";
2216
+ })`;
2219
2217
  }
2220
2218
  }
2221
- sOptionString += (sOptionString == "" ? "" : " and ") + "(" + sSubExpression + ")";
2219
+ sOptionString += `${sOptionString == "" ? "" : " and "}(${sSubExpression})`;
2222
2220
 
2223
2221
  return sOptionString;
2224
2222
  },
@@ -2310,7 +2308,7 @@ sap.ui.define([
2310
2308
  * @private
2311
2309
  */
2312
2310
  _containsSorter: function (sPropertyName) {
2313
- var oResult = null;
2311
+ let oResult = null;
2314
2312
  for (var i = -1, oCurrentSorter; oCurrentSorter = this._aSortCondition[++i];) {
2315
2313
  if (oCurrentSorter.property.name === sPropertyName) {
2316
2314
  oResult = {
@@ -2329,7 +2327,7 @@ sap.ui.define([
2329
2327
  * @private
2330
2328
  */
2331
2329
  _removeFromArray: function (array, from, to) {
2332
- var rest = array.slice((to || from) + 1 || array.length);
2330
+ const rest = array.slice((to || from) + 1 || array.length);
2333
2331
  array.length = from < 0 ? array.length + from : from;
2334
2332
  return array.push.apply(array, rest);
2335
2333
  },
@@ -2351,16 +2349,16 @@ sap.ui.define([
2351
2349
  * @returns {this} Reference to <code>this</code> for method chaining.
2352
2350
  */
2353
2351
  addSorter: function (sPropertyName, sSortOrder) {
2354
- var oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2352
+ const oProperty = this._oEntityType.findPropertyByName(sPropertyName);
2355
2353
  if (oProperty == null) {
2356
- throw "Cannot add sort condition for unknown property name " + sPropertyName; // TODO
2354
+ throw `Cannot add sort condition for unknown property name ${sPropertyName}`; // TODO
2357
2355
  }
2358
2356
  if (this._containsSorter(sPropertyName) != null) {
2359
- throw "Sort condition for this property name is already defined " + sPropertyName; // TODO
2357
+ throw `Sort condition for this property name is already defined ${sPropertyName}`; // TODO
2360
2358
  }
2361
- var aSortablePropertyNames = this._oEntityType.getSortablePropertyNames();
2359
+ const aSortablePropertyNames = this._oEntityType.getSortablePropertyNames();
2362
2360
  if (aSortablePropertyNames.indexOf(sPropertyName) === -1) {
2363
- throw "Cannot add sort condition for not sortable property name " + sPropertyName; // TODO
2361
+ throw `Cannot add sort condition for not sortable property name ${sPropertyName}`; // TODO
2364
2362
  }
2365
2363
 
2366
2364
  this._aSortCondition.push({
@@ -2381,7 +2379,7 @@ sap.ui.define([
2381
2379
  return;
2382
2380
  }
2383
2381
 
2384
- var oSorter = this._containsSorter(sPropertyName);
2382
+ const oSorter = this._containsSorter(sPropertyName);
2385
2383
  if (oSorter) {
2386
2384
  this._removeFromArray(this._aSortCondition, oSorter.index);
2387
2385
  }
@@ -2393,7 +2391,7 @@ sap.ui.define([
2393
2391
  * @returns {sap.ui.model.Sorter[]} List of sorter objects representing this expression
2394
2392
  */
2395
2393
  getExpressionsAsUI5SorterArray: function () {
2396
- var aSorterObjects = [];
2394
+ const aSorterObjects = [];
2397
2395
 
2398
2396
  for (var i = -1, oCondition; oCondition = this._aSortCondition[++i];) {
2399
2397
  aSorterObjects.push(new Sorter(oCondition.property.name,
@@ -2409,7 +2407,7 @@ sap.ui.define([
2409
2407
  * @returns {sap.ui.model.Sorter} first sorter object or null if empty
2410
2408
  */
2411
2409
  getExpressionAsUI5Sorter: function () {
2412
- var aSortArray = this.getExpressionsAsUI5SorterArray();
2410
+ const aSortArray = this.getExpressionsAsUI5SorterArray();
2413
2411
  if (aSortArray.length == 0) {
2414
2412
  return null;
2415
2413
  }
@@ -2426,9 +2424,9 @@ sap.ui.define([
2426
2424
  return "";
2427
2425
  }
2428
2426
 
2429
- var sOrderByOptionString = "";
2427
+ let sOrderByOptionString = "";
2430
2428
  for (var i = -1, oCondition; oCondition = this._aSortCondition[++i];) {
2431
- sOrderByOptionString += oCondition.property.name + " " + oCondition.order;
2429
+ sOrderByOptionString += `${oCondition.property.name} ${oCondition.order}`;
2432
2430
  if (i < this._aSortCondition.length - 1) {
2433
2431
  sOrderByOptionString += ", ";
2434
2432
  }
@@ -2507,21 +2505,21 @@ sap.ui.define([
2507
2505
  * @param {string} sToValue Omit it or set it to null for single values. If set, it will be assigned to the upper boundary parameter
2508
2506
  */
2509
2507
  setParameterValue: function (sParameterName, sValue, sToValue) {
2510
- var oParameter = this._oParameterization.findParameterByName(sParameterName);
2508
+ const oParameter = this._oParameterization.findParameterByName(sParameterName);
2511
2509
  if (!oParameter) {
2512
- throw "Invalid parameter name " + sParameterName; // TODO improve
2510
+ throw `Invalid parameter name ${sParameterName}`; // TODO improve
2513
2511
  }
2514
2512
  // error handling
2515
2513
  if (sToValue != null) {
2516
2514
  if (!oParameter.isIntervalBoundary()) {
2517
2515
  // TODO improve error handling
2518
- throw "Range value cannot be applied to parameter " + sParameterName
2519
- + " accepting only single values"; // TODO
2516
+ throw `Range value cannot be applied to parameter ${sParameterName
2517
+ } accepting only single values`; // TODO
2520
2518
  }
2521
2519
  if (!oParameter.isLowerIntervalBoundary()) {
2522
2520
  // TODO improve error handling
2523
- throw "Range value given, but parameter " + sParameterName
2524
- + " does not hold the lower boundary"; // TODO
2521
+ throw `Range value given, but parameter ${sParameterName
2522
+ } does not hold the lower boundary`; // TODO
2525
2523
  }
2526
2524
  }
2527
2525
  if (!oParameter.isIntervalBoundary()) {
@@ -2532,7 +2530,7 @@ sap.ui.define([
2532
2530
  }
2533
2531
  } else {
2534
2532
  if (sValue == null && sToValue != null) {
2535
- throw "Parameter " + sParameterName + ": An upper boundary cannot be given without the lower boundary"; // TODO
2533
+ throw `Parameter ${sParameterName}: An upper boundary cannot be given without the lower boundary`; // TODO
2536
2534
  }
2537
2535
  if (sValue == null) {
2538
2536
  delete this._oParameterValueAssignment[sParameterName];
@@ -2540,7 +2538,7 @@ sap.ui.define([
2540
2538
  } else {
2541
2539
  this._oParameterValueAssignment[sParameterName] = sValue;
2542
2540
  }
2543
- var oUpperBoundaryParameter = oParameter.getPeerIntervalBoundaryParameter();
2541
+ const oUpperBoundaryParameter = oParameter.getPeerIntervalBoundaryParameter();
2544
2542
  if (sToValue == null) {
2545
2543
  sToValue = sValue;
2546
2544
  }
@@ -2561,8 +2559,8 @@ sap.ui.define([
2561
2559
  * It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
2562
2560
  */
2563
2561
  getURIToParameterizationEntitySet: function (sServiceRootURI) {
2564
- return (sServiceRootURI || "") + "/"
2565
- + this._oParameterization.getEntitySet().getQName();
2562
+ return `${sServiceRootURI || ""}/${
2563
+ this._oParameterization.getEntitySet().getQName()}`;
2566
2564
  },
2567
2565
 
2568
2566
  /**
@@ -2576,29 +2574,29 @@ sap.ui.define([
2576
2574
  * It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
2577
2575
  */
2578
2576
  getURIToParameterizationEntry: function (sServiceRootURI) {
2579
- var oDefinedParameters = this._oParameterization.getAllParameters();
2580
- for (var sDefinedParameterName in oDefinedParameters) {
2577
+ const oDefinedParameters = this._oParameterization.getAllParameters();
2578
+ for (const sDefinedParameterName in oDefinedParameters) {
2581
2579
  // check that all parameters have a value assigned. This is also
2582
2580
  // true for those marked as optional, because the omitted value is
2583
2581
  // conveyed by some default value, e.g. as empty string.
2584
2582
  if (this._oParameterValueAssignment[sDefinedParameterName] == undefined) {
2585
- throw "Parameter " + sDefinedParameterName + " has no value assigned"; // TODO
2583
+ throw `Parameter ${sDefinedParameterName} has no value assigned`; // TODO
2586
2584
  }
2587
2585
  }
2588
- var sKeyIdentification = "", bFirst = true;
2589
- for (var sParameterName in this._oParameterValueAssignment) {
2590
- sKeyIdentification += (bFirst ? "" : ",")
2586
+ let sKeyIdentification = ""; let bFirst = true;
2587
+ for (const sParameterName in this._oParameterValueAssignment) {
2588
+ sKeyIdentification += `${(bFirst ? "" : ",")
2591
2589
  + sParameterName
2592
- + "="
2593
- + sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper.renderPropertyKeyValue(
2590
+ }=${
2591
+ sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.helper.renderPropertyKeyValue(
2594
2592
  this._oParameterValueAssignment[sParameterName],
2595
- oDefinedParameters[sParameterName].getProperty().type);
2593
+ oDefinedParameters[sParameterName].getProperty().type)}`;
2596
2594
  bFirst = false;
2597
2595
  }
2598
2596
 
2599
- return (sServiceRootURI || "") + "/"
2600
- + this._oParameterization.getEntitySet().getQName() + "(" + sKeyIdentification
2601
- + ")";
2597
+ return `${sServiceRootURI || ""}/${
2598
+ this._oParameterization.getEntitySet().getQName()}(${sKeyIdentification
2599
+ })`;
2602
2600
  },
2603
2601
 
2604
2602
  /**
@@ -2621,7 +2619,7 @@ sap.ui.define([
2621
2619
  *
2622
2620
  * Creation of URIs for fetching query results.
2623
2621
  */
2624
- sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResultRequest = function (oQueryResult/*, oParameterizationRequest*/) {
2622
+ sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.QueryResultRequest = function (oQueryResult/* , oParameterizationRequest */) {
2625
2623
  this._init(oQueryResult);
2626
2624
  };
2627
2625
 
@@ -2683,7 +2681,7 @@ sap.ui.define([
2683
2681
 
2684
2682
  for (var i = -1, sDimName; sDimName = aDimensionName[++i];) {
2685
2683
  if (!this._oQueryResult.findDimensionByName(sDimName)) {
2686
- throw sDimName + " is not a valid dimension name"; // TODO
2684
+ throw `${sDimName} is not a valid dimension name`; // TODO
2687
2685
  }
2688
2686
  this._oAggregationLevel[sDimName] = {
2689
2687
  key: true,
@@ -2704,7 +2702,7 @@ sap.ui.define([
2704
2702
  }
2705
2703
  for (var i = -1, sDimName; sDimName = aDimensionName[++i];) {
2706
2704
  if (!this._oQueryResult.findDimensionByName(sDimName)) {
2707
- throw sDimName + " is not a valid dimension name"; // TODO
2705
+ throw `${sDimName} is not a valid dimension name`; // TODO
2708
2706
  }
2709
2707
  if (this._oAggregationLevel[sDimName] != undefined) {
2710
2708
  delete this._oAggregationLevel[sDimName];
@@ -2721,8 +2719,8 @@ sap.ui.define([
2721
2719
  * @returns {string[]} The dimension names included in the aggregation level
2722
2720
  */
2723
2721
  getAggregationLevel: function () {
2724
- var aDimName = [];
2725
- for (var sDimName in this._oAggregationLevel) {
2722
+ const aDimName = [];
2723
+ for (const sDimName in this._oAggregationLevel) {
2726
2724
  aDimName.push(sDimName);
2727
2725
  }
2728
2726
  return aDimName;
@@ -2739,7 +2737,7 @@ sap.ui.define([
2739
2737
  */
2740
2738
  getAggregationLevelDetails: function (sDimensionName) {
2741
2739
  if (this._oAggregationLevel[sDimensionName] == undefined) {
2742
- throw "Aggregation level does not include dimension " + sDimensionName;
2740
+ throw `Aggregation level does not include dimension ${sDimensionName}`;
2743
2741
  }
2744
2742
  return this._oAggregationLevel[sDimensionName];
2745
2743
  },
@@ -2758,7 +2756,7 @@ sap.ui.define([
2758
2756
  this._oMeasures = {};
2759
2757
  for (var i = -1, sMeasName; sMeasName = aMeasureName[++i];) {
2760
2758
  if (!this._oQueryResult.findMeasureByName(sMeasName)) {
2761
- throw sMeasName + " is not a valid measure name"; // TODO
2759
+ throw `${sMeasName} is not a valid measure name`; // TODO
2762
2760
  }
2763
2761
 
2764
2762
  this._oMeasures[sMeasName] = {
@@ -2775,8 +2773,8 @@ sap.ui.define([
2775
2773
  * @returns {string[]} The measure names included in the query result request
2776
2774
  */
2777
2775
  getMeasureNames: function () {
2778
- var aMeasName = [];
2779
- for (var sMeasName in this._oMeasures) {
2776
+ const aMeasName = [];
2777
+ for (const sMeasName in this._oMeasures) {
2780
2778
  aMeasName.push(sMeasName);
2781
2779
  }
2782
2780
  return aMeasName;
@@ -2796,14 +2794,14 @@ sap.ui.define([
2796
2794
  * Pass null to keep current setting. This argument is ignored if sDimensionName is null.
2797
2795
  */
2798
2796
  includeDimensionKeyTextAttributes: function (sDimensionName, bIncludeKey, bIncludeText, aAttributeName) {
2799
- var aDimName = [];
2797
+ const aDimName = [];
2800
2798
  if (sDimensionName) {
2801
2799
  if (this._oAggregationLevel[sDimensionName] == undefined) {
2802
- throw sDimensionName + " is not included in the aggregation level";
2800
+ throw `${sDimensionName} is not included in the aggregation level`;
2803
2801
  }
2804
2802
  aDimName.push(sDimensionName);
2805
2803
  } else {
2806
- for (var sName in this._oAggregationLevel) {
2804
+ for (const sName in this._oAggregationLevel) {
2807
2805
  aDimName.push(sName);
2808
2806
  }
2809
2807
  aAttributeName = null;
@@ -2836,14 +2834,14 @@ sap.ui.define([
2836
2834
  */
2837
2835
  includeMeasureRawFormattedValueUnit: function (sMeasureName, bIncludeRawValue,
2838
2836
  bIncludeFormattedValue, bIncludeUnit) {
2839
- var aMeasName = [];
2837
+ const aMeasName = [];
2840
2838
  if (sMeasureName) {
2841
2839
  if (this._oMeasures[sMeasureName] == undefined) {
2842
- throw sMeasureName + " is not part of the query result";
2840
+ throw `${sMeasureName} is not part of the query result`;
2843
2841
  }
2844
2842
  aMeasName.push(sMeasureName);
2845
2843
  } else {
2846
- for (var sName in this._oMeasures) {
2844
+ for (const sName in this._oMeasures) {
2847
2845
  aMeasName.push(sName);
2848
2846
  }
2849
2847
  }
@@ -2870,7 +2868,7 @@ sap.ui.define([
2870
2868
  */
2871
2869
  getFilterExpression: function () {
2872
2870
  if (this._oFilterExpression == null) {
2873
- var oEntityType = this._oQueryResult.getEntityType();
2871
+ const oEntityType = this._oQueryResult.getEntityType();
2874
2872
  this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
2875
2873
  .getModel(), oEntityType.getSchema(), oEntityType);
2876
2874
  }
@@ -2899,7 +2897,7 @@ sap.ui.define([
2899
2897
  */
2900
2898
  getSortExpression: function () {
2901
2899
  if (this._oSortExpression == null) {
2902
- var oEntityType = this._oQueryResult.getEntityType();
2900
+ const oEntityType = this._oQueryResult.getEntityType();
2903
2901
  this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
2904
2902
  .getModel(), oEntityType.getSchema(), oEntityType);
2905
2903
  }
@@ -2971,7 +2969,7 @@ sap.ui.define([
2971
2969
  * @returns {object} the current page boundaries as object
2972
2970
  */
2973
2971
  getResultPageBoundaries: function () {
2974
- var start, end;
2972
+ let start; let end;
2975
2973
  if (this._iSkipRequestOption == null) {
2976
2974
  start = 1;
2977
2975
  end = 1;
@@ -2993,17 +2991,17 @@ sap.ui.define([
2993
2991
  * It is a relative URI unless a service root is given, which would then prefixed in order to return a complete URL.
2994
2992
  */
2995
2993
  getURIToQueryResultEntitySet: function (sServiceRootURI) {
2996
- var sURI = null;
2994
+ let sURI = null;
2997
2995
  if (this._oQueryResult.getParameterization()) {
2998
2996
  if (!this._oParameterizationRequest) {
2999
2997
  throw "Missing parameterization request";
3000
2998
  } else {
3001
- sURI = this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
3002
- + "/"
3003
- + this._oQueryResult.getParameterization().getNavigationPropertyToQueryResult();
2999
+ sURI = `${this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
3000
+ }/${
3001
+ this._oQueryResult.getParameterization().getNavigationPropertyToQueryResult()}`;
3004
3002
  }
3005
3003
  } else {
3006
- sURI = (sServiceRootURI || "") + "/" + this._oQueryResult.getEntitySet().getQName();
3004
+ sURI = `${sServiceRootURI || ""}/${this._oQueryResult.getEntitySet().getQName()}`;
3007
3005
  }
3008
3006
  return sURI;
3009
3007
  },
@@ -3015,15 +3013,15 @@ sap.ui.define([
3015
3013
  * @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
3016
3014
  */
3017
3015
  getURIQueryOptionValue: function (sQueryOptionName) {
3018
- var sQueryOptionValue = null;
3016
+ let sQueryOptionValue = null;
3019
3017
 
3020
3018
  switch (sQueryOptionName) {
3021
3019
  case "$select": {
3022
- var sSelectOption = "",
3023
- i;
3024
- for (var sDimName in this._oAggregationLevel) {
3025
- var oDim = this._oQueryResult.findDimensionByName(sDimName);
3026
- var oDimSelect = this._oAggregationLevel[sDimName];
3020
+ let sSelectOption = "";
3021
+ let i;
3022
+ for (const sDimName in this._oAggregationLevel) {
3023
+ const oDim = this._oQueryResult.findDimensionByName(sDimName);
3024
+ const oDimSelect = this._oAggregationLevel[sDimName];
3027
3025
  if (oDimSelect.key == true) {
3028
3026
  sSelectOption += (sSelectOption == "" ? "" : ",") + oDim.getKeyProperty().name;
3029
3027
  }
@@ -3039,9 +3037,9 @@ sap.ui.define([
3039
3037
  }
3040
3038
  }
3041
3039
 
3042
- for (var sMeasName in this._oMeasures) {
3043
- var oMeas = this._oQueryResult.findMeasureByName(sMeasName);
3044
- var oMeasSelect = this._oMeasures[sMeasName];
3040
+ for (const sMeasName in this._oMeasures) {
3041
+ const oMeas = this._oQueryResult.findMeasureByName(sMeasName);
3042
+ const oMeasSelect = this._oMeasures[sMeasName];
3045
3043
  if (oMeasSelect.value == true) {
3046
3044
  sSelectOption += (sSelectOption == "" ? "" : ",")
3047
3045
  + oMeas.getRawValueProperty().name;
@@ -3057,8 +3055,8 @@ sap.ui.define([
3057
3055
  }
3058
3056
 
3059
3057
  if (this._bIncludeEntityKey) {
3060
- var aKeyPropRef = this._oQueryResult.getEntityType().getTypeDescription().key.propertyRef,
3061
- oKeyProp;
3058
+ const aKeyPropRef = this._oQueryResult.getEntityType().getTypeDescription().key.propertyRef;
3059
+ let oKeyProp;
3062
3060
  for (i = -1; oKeyProp = aKeyPropRef[++i];) {
3063
3061
  sSelectOption += (sSelectOption == "" ? "" : ",") + oKeyProp.name;
3064
3062
  }
@@ -3067,7 +3065,7 @@ sap.ui.define([
3067
3065
  break;
3068
3066
  }
3069
3067
  case "$filter": {
3070
- var sFilterOption = null;
3068
+ let sFilterOption = null;
3071
3069
  if (this._oFilterExpression) {
3072
3070
  sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
3073
3071
  }
@@ -3075,7 +3073,7 @@ sap.ui.define([
3075
3073
  break;
3076
3074
  }
3077
3075
  case "$orderby": {
3078
- var sSortOption = null;
3076
+ let sSortOption = null;
3079
3077
  if (this._oSortExpression) {
3080
3078
  sSortOption = this._oSortExpression.getURIOrderByOptionValue();
3081
3079
  }
@@ -3107,20 +3105,20 @@ sap.ui.define([
3107
3105
  */
3108
3106
  getURIToQueryResultEntries: function (sServiceRootURI) {
3109
3107
  // construct resource path
3110
- var sResourcePath = this.getURIToQueryResultEntitySet(sServiceRootURI);
3108
+ const sResourcePath = this.getURIToQueryResultEntitySet(sServiceRootURI);
3111
3109
 
3112
3110
  // construct $select
3113
- var sSelectOption = this.getURIQueryOptionValue("$select");
3114
- var sFilterOption = this.getURIQueryOptionValue("$filter");
3115
- var sSortOption = this.getURIQueryOptionValue("$orderby");
3116
- var sTopOption = this.getURIQueryOptionValue("$top");
3117
- var sSkipOption = this.getURIQueryOptionValue("$skip");
3111
+ const sSelectOption = this.getURIQueryOptionValue("$select");
3112
+ const sFilterOption = this.getURIQueryOptionValue("$filter");
3113
+ const sSortOption = this.getURIQueryOptionValue("$orderby");
3114
+ const sTopOption = this.getURIQueryOptionValue("$top");
3115
+ const sSkipOption = this.getURIQueryOptionValue("$skip");
3118
3116
 
3119
- var sURI = sResourcePath;
3120
- var bQuestionmark = false;
3117
+ let sURI = sResourcePath;
3118
+ let bQuestionmark = false;
3121
3119
 
3122
3120
  if (sSelectOption) {
3123
- sURI += "?$select=" + sSelectOption;
3121
+ sURI += `?$select=${sSelectOption}`;
3124
3122
  bQuestionmark = true;
3125
3123
  }
3126
3124
  if (this._oFilterExpression && sFilterOption) {
@@ -3130,7 +3128,7 @@ sap.ui.define([
3130
3128
  } else {
3131
3129
  sURI += "&";
3132
3130
  }
3133
- sURI += "$filter=" + sFilterOption;
3131
+ sURI += `$filter=${sFilterOption}`;
3134
3132
  }
3135
3133
  if (this._oSortExpression && sSortOption) {
3136
3134
  if (!bQuestionmark) {
@@ -3139,7 +3137,7 @@ sap.ui.define([
3139
3137
  } else {
3140
3138
  sURI += "&";
3141
3139
  }
3142
- sURI += "$orderby=" + sSortOption;
3140
+ sURI += `$orderby=${sSortOption}`;
3143
3141
  }
3144
3142
 
3145
3143
  if (this._iTopRequestOption && sTopOption) {
@@ -3149,7 +3147,7 @@ sap.ui.define([
3149
3147
  } else {
3150
3148
  sURI += "&";
3151
3149
  }
3152
- sURI += "$top=" + sTopOption;
3150
+ sURI += `$top=${sTopOption}`;
3153
3151
  }
3154
3152
  if (this._iSkipRequestOption && sSkipOption) {
3155
3153
  if (!bQuestionmark) {
@@ -3158,7 +3156,7 @@ sap.ui.define([
3158
3156
  } else {
3159
3157
  sURI += "&";
3160
3158
  }
3161
- sURI += "$skip=" + sSkipOption;
3159
+ sURI += `$skip=${sSkipOption}`;
3162
3160
  }
3163
3161
  if (this._bIncludeCount) {
3164
3162
  if (!bQuestionmark) {
@@ -3233,7 +3231,7 @@ sap.ui.define([
3233
3231
  */
3234
3232
  getFilterExpression: function () {
3235
3233
  if (this._oFilterExpression == null) {
3236
- var oEntityType = this._oParameter.getContainingParameterization().getEntityType();
3234
+ const oEntityType = this._oParameter.getContainingParameterization().getEntityType();
3237
3235
  this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
3238
3236
  .getModel(), oEntityType.getSchema(), oEntityType);
3239
3237
  }
@@ -3264,7 +3262,7 @@ sap.ui.define([
3264
3262
  */
3265
3263
  getSortExpression: function () {
3266
3264
  if (this._oSortExpression == null) {
3267
- var oEntityType = this._oQueryResult.getEntityType();
3265
+ const oEntityType = this._oQueryResult.getEntityType();
3268
3266
  this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
3269
3267
  .getModel(), oEntityType.getSchema(), oEntityType);
3270
3268
  }
@@ -3291,11 +3289,11 @@ sap.ui.define([
3291
3289
  * @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
3292
3290
  */
3293
3291
  getURIQueryOptionValue: function (sQueryOptionName) {
3294
- var sQueryOptionValue = null;
3292
+ let sQueryOptionValue = null;
3295
3293
 
3296
3294
  switch (sQueryOptionName) {
3297
3295
  case "$select": {
3298
- var sSelectOption = "";
3296
+ let sSelectOption = "";
3299
3297
  sSelectOption += (sSelectOption == "" ? "" : ",") + this._oParameter.getProperty().name;
3300
3298
  if (this._oValueSetResult.text == true && this._oParameter.getTextProperty()) {
3301
3299
  sSelectOption += (sSelectOption == "" ? "" : ",")
@@ -3305,7 +3303,7 @@ sap.ui.define([
3305
3303
  break;
3306
3304
  }
3307
3305
  case "$filter": {
3308
- var sFilterOption = null;
3306
+ let sFilterOption = null;
3309
3307
  if (this._oFilterExpression) {
3310
3308
  sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
3311
3309
  }
@@ -3313,7 +3311,7 @@ sap.ui.define([
3313
3311
  break;
3314
3312
  }
3315
3313
  case "$orderby": {
3316
- var sSortOption = null;
3314
+ let sSortOption = null;
3317
3315
  if (this._oSortExpression) {
3318
3316
  sSortOption = this._oSortExpression.getURIOrderByOptionValue();
3319
3317
  }
@@ -3336,21 +3334,21 @@ sap.ui.define([
3336
3334
  */
3337
3335
  getURIToParameterValueSetEntries: function (sServiceRootURI) {
3338
3336
  // construct resource path
3339
- var sResourcePath = null;
3337
+ let sResourcePath = null;
3340
3338
 
3341
- sResourcePath = (sServiceRootURI || "") + "/"
3342
- + this._oParameter.getContainingParameterization().getEntitySet().getQName();
3339
+ sResourcePath = `${sServiceRootURI || ""}/${
3340
+ this._oParameter.getContainingParameterization().getEntitySet().getQName()}`;
3343
3341
 
3344
3342
  // construct query options
3345
- var sSelectOption = this.getURIQueryOptionValue("$select");
3346
- var sFilterOption = this.getURIQueryOptionValue("$filter");
3347
- var sSortOption = this.getURIQueryOptionValue("$orderby");
3343
+ const sSelectOption = this.getURIQueryOptionValue("$select");
3344
+ const sFilterOption = this.getURIQueryOptionValue("$filter");
3345
+ const sSortOption = this.getURIQueryOptionValue("$orderby");
3348
3346
 
3349
- var sURI = sResourcePath;
3350
- var bQuestionmark = false;
3347
+ let sURI = sResourcePath;
3348
+ let bQuestionmark = false;
3351
3349
 
3352
3350
  if (sSelectOption) {
3353
- sURI += "?$select=" + sSelectOption;
3351
+ sURI += `?$select=${sSelectOption}`;
3354
3352
  bQuestionmark = true;
3355
3353
  }
3356
3354
  if (this._oFilterExpression && sFilterOption) {
@@ -3360,7 +3358,7 @@ sap.ui.define([
3360
3358
  } else {
3361
3359
  sURI += "&";
3362
3360
  }
3363
- sURI += "$filter=" + sFilterOption;
3361
+ sURI += `$filter=${sFilterOption}`;
3364
3362
  }
3365
3363
  if (this._oSortExpression && sSortOption) {
3366
3364
  if (!bQuestionmark) {
@@ -3369,7 +3367,7 @@ sap.ui.define([
3369
3367
  } else {
3370
3368
  sURI += "&";
3371
3369
  }
3372
- sURI += "$orderby=" + sSortOption;
3370
+ sURI += `$orderby=${sSortOption}`;
3373
3371
  }
3374
3372
  return sURI;
3375
3373
  },
@@ -3447,7 +3445,7 @@ sap.ui.define([
3447
3445
  */
3448
3446
  getFilterExpression: function () {
3449
3447
  if (this._oFilterExpression == null) {
3450
- var oEntityType = this._oDimension.getContainingQueryResult().getEntityType();
3448
+ const oEntityType = this._oDimension.getContainingQueryResult().getEntityType();
3451
3449
  this._oFilterExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.FilterExpression(oEntityType
3452
3450
  .getModel(), oEntityType.getSchema(), oEntityType);
3453
3451
  }
@@ -3478,7 +3476,7 @@ sap.ui.define([
3478
3476
  */
3479
3477
  getSortExpression: function () {
3480
3478
  if (this._oSortExpression == null) {
3481
- var oEntityType = this._oQueryResult.getEntityType();
3479
+ const oEntityType = this._oQueryResult.getEntityType();
3482
3480
  this._oSortExpression = new sap.ushell.components.tiles.indicatorTileUtils.odata4analytics.SortExpression(oEntityType
3483
3481
  .getModel(), oEntityType.getSchema(), oEntityType);
3484
3482
  }
@@ -3514,11 +3512,11 @@ sap.ui.define([
3514
3512
  * @returns {string} The value of the requested query option or null, if this option is not used for the OData request.
3515
3513
  */
3516
3514
  getURIQueryOptionValue: function (sQueryOptionName) {
3517
- var sQueryOptionValue = null;
3515
+ let sQueryOptionValue = null;
3518
3516
 
3519
3517
  switch (sQueryOptionName) {
3520
3518
  case "$select": {
3521
- var sSelectOption = "";
3519
+ let sSelectOption = "";
3522
3520
  sSelectOption += (sSelectOption == "" ? "" : ",")
3523
3521
  + this._oDimension.getKeyProperty().name;
3524
3522
  if (this._oValueSetResult.text == true && this._oDimension.getTextProperty()) {
@@ -3535,7 +3533,7 @@ sap.ui.define([
3535
3533
  break;
3536
3534
  }
3537
3535
  case "$filter": {
3538
- var sFilterOption = null;
3536
+ let sFilterOption = null;
3539
3537
  if (this._oFilterExpression) {
3540
3538
  sFilterOption = this._oFilterExpression.getURIFilterOptionValue();
3541
3539
  }
@@ -3543,7 +3541,7 @@ sap.ui.define([
3543
3541
  break;
3544
3542
  }
3545
3543
  case "$orderby": {
3546
- var sSortOption = null;
3544
+ let sSortOption = null;
3547
3545
  if (this._oSortExpression) {
3548
3546
  sSortOption = this._oSortExpression.getURIOrderByOptionValue();
3549
3547
  }
@@ -3566,30 +3564,30 @@ sap.ui.define([
3566
3564
  */
3567
3565
  getURIToDimensionMemberEntries: function (sServiceRootURI) {
3568
3566
  // construct resource path
3569
- var sResourcePath = null;
3567
+ let sResourcePath = null;
3570
3568
  if (this._oDimension.getContainingQueryResult().getParameterization()) {
3571
3569
  if (!this._oParameterizationRequest) {
3572
3570
  throw "Missing parameterization request";
3573
3571
  } else {
3574
- sResourcePath = this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
3575
- + "/"
3576
- + this._oDimension.getContainingQueryResult().getParameterization().getNavigationPropertyToQueryResult();
3572
+ sResourcePath = `${this._oParameterizationRequest.getURIToParameterizationEntry(sServiceRootURI)
3573
+ }/${
3574
+ this._oDimension.getContainingQueryResult().getParameterization().getNavigationPropertyToQueryResult()}`;
3577
3575
  }
3578
3576
  } else {
3579
- sResourcePath = (sServiceRootURI || "") + "/"
3580
- + this._oDimension.getContainingQueryResult().getEntitySet().getQName();
3577
+ sResourcePath = `${sServiceRootURI || ""}/${
3578
+ this._oDimension.getContainingQueryResult().getEntitySet().getQName()}`;
3581
3579
  }
3582
3580
 
3583
3581
  // construct query options
3584
- var sSelectOption = this.getURIQueryOptionValue("$select");
3585
- var sFilterOption = this.getURIQueryOptionValue("$filter");
3586
- var sSortOption = this.getURIQueryOptionValue("$orderby");
3582
+ const sSelectOption = this.getURIQueryOptionValue("$select");
3583
+ const sFilterOption = this.getURIQueryOptionValue("$filter");
3584
+ const sSortOption = this.getURIQueryOptionValue("$orderby");
3587
3585
 
3588
- var sURI = sResourcePath;
3589
- var bQuestionmark = false;
3586
+ let sURI = sResourcePath;
3587
+ let bQuestionmark = false;
3590
3588
 
3591
3589
  if (sSelectOption) {
3592
- sURI += "?$select=" + sSelectOption;
3590
+ sURI += `?$select=${sSelectOption}`;
3593
3591
  bQuestionmark = true;
3594
3592
  }
3595
3593
  if (this._oFilterExpression && sFilterOption) {
@@ -3599,7 +3597,7 @@ sap.ui.define([
3599
3597
  } else {
3600
3598
  sURI += "&";
3601
3599
  }
3602
- sURI += "$filter=" + sFilterOption;
3600
+ sURI += `$filter=${sFilterOption}`;
3603
3601
  }
3604
3602
  if (this._oSortExpression && sSortOption) {
3605
3603
  if (!bQuestionmark) {
@@ -3608,7 +3606,7 @@ sap.ui.define([
3608
3606
  } else {
3609
3607
  sURI += "&";
3610
3608
  }
3611
- sURI += "$orderby=" + sSortOption;
3609
+ sURI += `$orderby=${sSortOption}`;
3612
3610
  }
3613
3611
  return sURI;
3614
3612
  },