@sapui5/sap.ushell 1.136.6 → 1.136.8

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 (469) 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/urlTemplateResolution.js +0 -11
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/api/RTA.js +22 -0
  65. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +4 -1
  66. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +8 -3
  68. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  69. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -2
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +76 -19
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +17 -21
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +4 -4
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  111. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  114. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  116. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  119. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  120. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  121. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  123. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  126. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  139. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +14 -4
  140. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +9 -5
  142. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  143. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +6 -1
  144. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  146. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  149. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  157. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  160. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +111 -113
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +215 -137
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +68 -70
  164. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +81 -80
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +40 -39
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -120
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +186 -156
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +517 -360
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -79
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +76 -75
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +119 -99
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +48 -46
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -214
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +71 -70
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -64
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +42 -41
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -137
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +76 -75
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +35 -34
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1706 -1389
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +3011 -2450
  182. package/src/main/js/sap/ushell/library.js +1 -1
  183. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  184. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  185. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  186. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  187. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
  188. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
  189. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -9
  190. package/src/main/js/sap/ushell/renderer/NavContainer.js +6 -0
  191. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  192. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  193. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
  194. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +2 -2
  195. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -18
  196. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -1
  197. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  198. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  199. package/src/main/js/sap/ushell/services/AppLifeCycle.js +26 -3
  200. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  201. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  202. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  210. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  211. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  212. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  213. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  214. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  215. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  216. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  217. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  218. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  219. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  220. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  221. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  222. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  223. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  224. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  227. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  228. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  229. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  230. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  231. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  232. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  233. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  234. package/src/main/js/sap/ushell/services/Message.js +1 -1
  235. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  236. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  237. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  238. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  239. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  240. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  241. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  242. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  243. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  244. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  245. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  246. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  247. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  248. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  249. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  250. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  251. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  252. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  253. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  254. package/src/main/js/sap/ushell/services/Search.js +1 -1
  255. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  256. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  257. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  258. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  259. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  260. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  261. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  262. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  263. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +16 -6
  264. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  265. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  266. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  267. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  268. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  269. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  270. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  271. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  272. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  273. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  274. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  275. package/src/main/js/sap/ushell/state/ContentDensity.js +1 -1
  276. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  277. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  278. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  279. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  280. package/src/main/js/sap/ushell/thirdparty/Avatar.js +7 -7
  281. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +18 -243
  282. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  283. package/src/main/js/sap/ushell/thirdparty/Button2.js +77 -25
  284. package/src/main/js/sap/ushell/thirdparty/Icon.js +31 -14
  285. package/src/main/js/sap/ushell/thirdparty/Icons.js +150 -113
  286. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  287. package/src/main/js/sap/ushell/thirdparty/Link.js +8 -8
  288. package/src/main/js/sap/ushell/thirdparty/List.js +299 -152
  289. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +1694 -0
  290. package/src/main/js/sap/ushell/thirdparty/Menu.js +13 -14
  291. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  292. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +61 -27
  293. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  294. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  295. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +24 -15
  296. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +6 -6
  297. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +2448 -4074
  298. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +77 -43
  299. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +5 -5
  300. package/src/main/js/sap/ushell/thirdparty/Tag.js +7 -7
  301. package/src/main/js/sap/ushell/thirdparty/Text.js +5 -5
  302. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +25 -25
  303. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  304. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +276 -0
  305. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  306. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  307. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  308. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  309. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +144 -18
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +6 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +144 -18
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +6 -0
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +144 -18
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +6 -0
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +143 -17
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +6 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +143 -17
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +6 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +143 -17
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +6 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +143 -17
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +6 -0
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +144 -18
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +13 -7
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +143 -17
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +6 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -717
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +837 -582
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +602 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +143 -17
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +6 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -711
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +837 -582
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +596 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -717
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +837 -582
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +602 -0
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +3 -174
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +174 -711
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +837 -582
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +596 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +143 -17
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +6 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +143 -17
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +6 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +143 -17
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +6 -0
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +143 -17
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +6 -0
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +143 -17
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +6 -0
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +143 -17
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +6 -0
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +143 -17
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +6 -0
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +144 -18
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +6 -0
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +143 -17
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +6 -0
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +145 -19
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +7 -1
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +143 -17
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +6 -0
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +143 -17
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +6 -0
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +143 -17
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +6 -0
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +144 -18
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +6 -0
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +143 -17
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +6 -0
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +143 -17
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +6 -0
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +145 -19
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +6 -0
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +143 -17
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +6 -0
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +143 -17
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +6 -0
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +143 -17
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +6 -0
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +143 -17
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +6 -0
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +143 -17
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +6 -0
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +143 -17
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +6 -0
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +143 -17
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +6 -0
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +143 -17
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +6 -0
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +144 -18
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +6 -0
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +143 -17
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +6 -0
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +143 -17
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +6 -0
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +144 -18
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +6 -0
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +143 -17
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +6 -0
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +143 -17
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +6 -0
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +143 -17
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +6 -0
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +143 -17
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +6 -0
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +143 -17
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +6 -0
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +143 -17
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +6 -0
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +143 -17
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +6 -0
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +143 -17
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +6 -0
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  444. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +7 -1
  445. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  446. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  447. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  448. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css26.js +2 -2
  449. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  450. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  451. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  452. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +84 -73
  453. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +6 -6
  454. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +13 -13
  455. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  456. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  457. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  458. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  459. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -0
  460. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  461. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  462. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  463. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  464. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  465. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  466. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  467. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  468. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  469. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +0 -18
@@ -1,220 +1,379 @@
1
1
  /*!
2
2
  * Copyright (c) 2009-2025 SAP SE, All Rights Reserved
3
3
  */
4
- sap.ui.define([
5
- "sap/ui/core/webc/WebComponent",
6
- "sap/ushell/gen/ui5/webcomponents-fiori",
7
- "sap/ushell/thirdparty/ShellBar",
8
- ], function(
9
- WebComponentBaseClass,
10
- ) {
11
- "use strict";
12
-
13
-
14
- const WrapperClass = WebComponentBaseClass.extend("sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBar", {
15
- metadata:
16
- {
17
- "namespace": "sap/ushell/gen/ui5/webcomponents-fiori",
18
- "qualifiedNamespace": "sap.ushell.gen.ui5.webcomponents-fiori",
19
- "tag": "ui5-shellbar-16d3c820",
20
- "interfaces": [],
21
- "properties": {
22
- "hideSearchButton": {
23
- "type": "boolean",
24
- "mapping": "property",
25
- "defaultValue": false
26
- },
27
- "disableSearchCollapse": {
28
- "type": "boolean",
29
- "mapping": "property",
30
- "defaultValue": false
31
- },
32
- "primaryTitle": {
33
- "type": "string",
34
- "mapping": "property"
35
- },
36
- "secondaryTitle": {
37
- "type": "string",
38
- "mapping": "property"
39
- },
40
- "notificationsCount": {
41
- "type": "string",
42
- "mapping": "property"
43
- },
44
- "showNotifications": {
45
- "type": "boolean",
46
- "mapping": "property",
47
- "defaultValue": false
48
- },
49
- "showProductSwitch": {
50
- "type": "boolean",
51
- "mapping": "property",
52
- "defaultValue": false
53
- },
54
- "showSearchField": {
55
- "type": "boolean",
56
- "mapping": "property",
57
- "defaultValue": false
58
- },
59
- "accessibilityAttributes": {
60
- "type": "object",
61
- "mapping": "property",
62
- "defaultValue": {}
63
- },
64
- "text": {
65
- "type": "string",
66
- "mapping": "textContent"
67
- },
68
- "width": {
69
- "type": "sap.ui.core.CSSSize",
70
- "mapping": "style"
71
- },
72
- "height": {
73
- "type": "sap.ui.core.CSSSize",
74
- "mapping": "style"
75
- }
76
- },
77
- "aggregations": {
78
- "assistant": {
79
- "type": "sap.ui.core.Control",
80
- "multiple": true,
81
- "slot": "assistant"
82
- },
83
- "branding": {
84
- "type": "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding",
85
- "multiple": true,
86
- "slot": "branding"
87
- },
88
- "items": {
89
- "type": "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
90
- "multiple": true
91
- },
92
- "profile": {
93
- "type": "sap.ui.core.Control",
94
- "multiple": true,
95
- "slot": "profile"
96
- },
97
- "logo": {
98
- "type": "sap.ui.core.Control",
99
- "multiple": true,
100
- "slot": "logo"
101
- },
102
- "menuItems": {
103
- "type": "sap.ui.core.Control",
104
- "multiple": true,
105
- "slot": "menuItems"
106
- },
107
- "searchField": {
108
- "type": "sap.ui.core.Control",
109
- "multiple": true,
110
- "slot": "searchField"
111
- },
112
- "startButton": {
113
- "type": "sap.ui.core.Control",
114
- "multiple": true,
115
- "slot": "startButton"
116
- },
117
- "content": {
118
- "type": "sap.ui.core.Control",
119
- "multiple": true,
120
- "slot": "content"
121
- }
122
- },
123
- "associations": {},
124
- "events": {
125
- "notificationsClick": {
126
- "allowPreventDefault": true,
127
- "enableEventBubbling": true,
128
- "parameters": {
129
- "targetRef": {
130
- "type": "HTMLElement"
131
- }
132
- }
133
- },
134
- "profileClick": {
135
- "allowPreventDefault": false,
136
- "enableEventBubbling": true,
137
- "parameters": {
138
- "targetRef": {
139
- "type": "HTMLElement"
140
- }
141
- }
142
- },
143
- "productSwitchClick": {
144
- "allowPreventDefault": true,
145
- "enableEventBubbling": true,
146
- "parameters": {
147
- "targetRef": {
148
- "type": "HTMLElement"
149
- }
150
- }
151
- },
152
- "logoClick": {
153
- "allowPreventDefault": false,
154
- "enableEventBubbling": true,
155
- "parameters": {
156
- "targetRef": {
157
- "type": "HTMLElement"
158
- }
159
- }
160
- },
161
- "menuItemClick": {
162
- "allowPreventDefault": true,
163
- "enableEventBubbling": true,
164
- "parameters": {
165
- "item": {
166
- "type": "HTMLElement"
167
- }
168
- }
169
- },
170
- "searchButtonClick": {
171
- "allowPreventDefault": true,
172
- "enableEventBubbling": true,
173
- "parameters": {
174
- "targetRef": {
175
- "type": "HTMLElement"
176
- },
177
- "searchFieldVisible": {
178
- "type": "boolean"
179
- }
180
- }
181
- },
182
- "searchFieldToggle": {
183
- "allowPreventDefault": false,
184
- "enableEventBubbling": true,
185
- "parameters": {
186
- "expanded": {
187
- "type": "boolean"
188
- }
189
- }
190
- },
191
- "contentItemVisibilityChange": {
192
- "allowPreventDefault": false,
193
- "enableEventBubbling": true,
194
- "parameters": {
195
- "array": {
196
- "type": "HTMLElement"
197
- }
198
- }
199
- }
200
- },
201
- "getters": [
202
- "logoDomRef",
203
- "notificationsDomRef",
204
- "overflowDomRef",
205
- "profileDomRef",
206
- "productSwitchDomRef"
207
- ],
208
- "methods": [
209
- "closeOverflow",
210
- "getSearchButtonDomRef"
4
+ sap.ui.define(
5
+ [
6
+ "sap/ui/core/webc/WebComponent",
7
+ "sap/ushell/gen/ui5/webcomponents-fiori",
8
+ "sap/ushell/thirdparty/ShellBar",
211
9
  ],
212
- "defaultAggregation": "items",
213
- "designtime": "sap/ushell/gen/ui5/webcomponents-fiori/designtime/ShellBar.designtime"
214
- }
215
- });
216
-
10
+ function (WebComponentBaseClass) {
11
+ "use strict"
217
12
 
218
- return WrapperClass;
13
+ const WrapperClass = WebComponentBaseClass.extend(
14
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBar",
15
+ {
16
+ metadata: {
17
+ namespace: "sap/ushell/gen/ui5/webcomponents-fiori",
18
+ qualifiedNamespace: "sap.ushell.gen.ui5.webcomponents-fiori",
19
+ tag: "ui5-shellbar-16d3c820",
20
+ interfaces: ["sap.m.IBar", "sap.tnt.IToolHeader"],
21
+ properties: {
22
+ hideSearchButton: {
23
+ type: "boolean",
24
+ mapping: "property",
25
+ defaultValue: false,
26
+ },
27
+ disableSearchCollapse: {
28
+ type: "boolean",
29
+ mapping: "property",
30
+ defaultValue: false,
31
+ },
32
+ primaryTitle: {
33
+ type: "string",
34
+ mapping: "property",
35
+ },
36
+ secondaryTitle: {
37
+ type: "string",
38
+ mapping: "property",
39
+ },
40
+ notificationsCount: {
41
+ type: "string",
42
+ mapping: "property",
43
+ },
44
+ showNotifications: {
45
+ type: "boolean",
46
+ mapping: "property",
47
+ defaultValue: false,
48
+ },
49
+ showProductSwitch: {
50
+ type: "boolean",
51
+ mapping: "property",
52
+ defaultValue: false,
53
+ },
54
+ showSearchField: {
55
+ type: "boolean",
56
+ mapping: "property",
57
+ defaultValue: false,
58
+ },
59
+ accessibilityAttributes: {
60
+ type: "any",
61
+ mapping: "property",
62
+ defaultValue: "{}",
63
+ },
64
+ text: {
65
+ type: "string",
66
+ mapping: "textContent",
67
+ },
68
+ width: {
69
+ type: "sap.ui.core.CSSSize",
70
+ mapping: "style",
71
+ },
72
+ height: {
73
+ type: "sap.ui.core.CSSSize",
74
+ mapping: "style",
75
+ },
76
+ },
77
+ aggregations: {
78
+ assistant: {
79
+ type: "sap.ushell.gen.ui5.webcomponents.IButton",
80
+ multiple: true,
81
+ slot: "assistant",
82
+ },
83
+ branding: {
84
+ type: "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding",
85
+ multiple: true,
86
+ slot: "branding",
87
+ },
88
+ items: {
89
+ type: "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
90
+ multiple: true,
91
+ },
92
+ profile: {
93
+ type: "sap.ui.core.Control",
94
+ multiple: true,
95
+ slot: "profile",
96
+ },
97
+ logo: {
98
+ type: "sap.ui.core.Control",
99
+ multiple: true,
100
+ slot: "logo",
101
+ },
102
+ menuItems: {
103
+ type: "sap.ushell.gen.ui5.webcomponents.dist.ListItemBase",
104
+ multiple: true,
105
+ slot: "menuItems",
106
+ },
107
+ searchField: {
108
+ multiple: true,
109
+ slot: "searchField",
110
+ },
111
+ startButton: {
112
+ type: "sap.ushell.gen.ui5.webcomponents.IButton",
113
+ multiple: true,
114
+ slot: "startButton",
115
+ },
116
+ content: {
117
+ type: "sap.ui.core.Control",
118
+ multiple: true,
119
+ slot: "content",
120
+ },
121
+ },
122
+ associations: {},
123
+ events: {
124
+ notificationsClick: {
125
+ allowPreventDefault: true,
126
+ enableEventBubbling: true,
127
+ parameters: {
128
+ targetRef: {
129
+ type: "sap.ui.core.Control",
130
+ types: [
131
+ {
132
+ origType: "HTMLElement",
133
+ multiple: false,
134
+ dedicatedTypes: [
135
+ {
136
+ dtsType: "Control",
137
+ packageName: "sap/ui/core/Control",
138
+ moduleType: "module:sap/ui/core/Control",
139
+ ui5Type: "sap.ui.core.Control",
140
+ isClass: true,
141
+ },
142
+ ],
143
+ },
144
+ ],
145
+ dtsParamDescription: "dom ref of the activated element",
146
+ },
147
+ },
148
+ },
149
+ profileClick: {
150
+ allowPreventDefault: false,
151
+ enableEventBubbling: true,
152
+ parameters: {
153
+ targetRef: {
154
+ type: "sap.ui.core.Control",
155
+ types: [
156
+ {
157
+ origType: "HTMLElement",
158
+ multiple: false,
159
+ dedicatedTypes: [
160
+ {
161
+ dtsType: "Control",
162
+ packageName: "sap/ui/core/Control",
163
+ moduleType: "module:sap/ui/core/Control",
164
+ ui5Type: "sap.ui.core.Control",
165
+ isClass: true,
166
+ },
167
+ ],
168
+ },
169
+ ],
170
+ dtsParamDescription: "dom ref of the activated element",
171
+ },
172
+ },
173
+ },
174
+ productSwitchClick: {
175
+ allowPreventDefault: true,
176
+ enableEventBubbling: true,
177
+ parameters: {
178
+ targetRef: {
179
+ type: "sap.ui.core.Control",
180
+ types: [
181
+ {
182
+ origType: "HTMLElement",
183
+ multiple: false,
184
+ dedicatedTypes: [
185
+ {
186
+ dtsType: "Control",
187
+ packageName: "sap/ui/core/Control",
188
+ moduleType: "module:sap/ui/core/Control",
189
+ ui5Type: "sap.ui.core.Control",
190
+ isClass: true,
191
+ },
192
+ ],
193
+ },
194
+ ],
195
+ dtsParamDescription: "dom ref of the activated element",
196
+ },
197
+ },
198
+ },
199
+ logoClick: {
200
+ allowPreventDefault: false,
201
+ enableEventBubbling: true,
202
+ parameters: {
203
+ targetRef: {
204
+ type: "sap.ui.core.Control",
205
+ types: [
206
+ {
207
+ origType: "HTMLElement",
208
+ multiple: false,
209
+ dedicatedTypes: [
210
+ {
211
+ dtsType: "Control",
212
+ packageName: "sap/ui/core/Control",
213
+ moduleType: "module:sap/ui/core/Control",
214
+ ui5Type: "sap.ui.core.Control",
215
+ isClass: true,
216
+ },
217
+ ],
218
+ },
219
+ ],
220
+ dtsParamDescription: "dom ref of the activated element",
221
+ },
222
+ },
223
+ },
224
+ menuItemClick: {
225
+ allowPreventDefault: true,
226
+ enableEventBubbling: true,
227
+ parameters: {
228
+ item: {
229
+ type: "sap.ui.core.Control",
230
+ types: [
231
+ {
232
+ origType: "HTMLElement",
233
+ multiple: false,
234
+ dedicatedTypes: [
235
+ {
236
+ dtsType: "Control",
237
+ packageName: "sap/ui/core/Control",
238
+ moduleType: "module:sap/ui/core/Control",
239
+ ui5Type: "sap.ui.core.Control",
240
+ isClass: true,
241
+ },
242
+ ],
243
+ },
244
+ ],
245
+ dtsParamDescription: "DOM ref of the activated list item",
246
+ },
247
+ },
248
+ },
249
+ searchButtonClick: {
250
+ allowPreventDefault: true,
251
+ enableEventBubbling: true,
252
+ parameters: {
253
+ targetRef: {
254
+ type: "sap.ui.core.Control",
255
+ types: [
256
+ {
257
+ origType: "HTMLElement",
258
+ multiple: false,
259
+ dedicatedTypes: [
260
+ {
261
+ dtsType: "Control",
262
+ packageName: "sap/ui/core/Control",
263
+ moduleType: "module:sap/ui/core/Control",
264
+ ui5Type: "sap.ui.core.Control",
265
+ isClass: true,
266
+ },
267
+ ],
268
+ },
269
+ ],
270
+ dtsParamDescription: "dom ref of the activated element",
271
+ },
272
+ searchFieldVisible: {
273
+ type: "boolean",
274
+ types: [
275
+ {
276
+ origType: "Boolean",
277
+ multiple: false,
278
+ dedicatedTypes: [
279
+ {
280
+ dtsType: "boolean",
281
+ ui5Type: "boolean",
282
+ },
283
+ ],
284
+ },
285
+ ],
286
+ dtsParamDescription: "whether the search field is visible",
287
+ },
288
+ },
289
+ },
290
+ searchFieldToggle: {
291
+ allowPreventDefault: false,
292
+ enableEventBubbling: true,
293
+ parameters: {
294
+ expanded: {
295
+ type: "boolean",
296
+ types: [
297
+ {
298
+ origType: "Boolean",
299
+ multiple: false,
300
+ dedicatedTypes: [
301
+ {
302
+ dtsType: "boolean",
303
+ ui5Type: "boolean",
304
+ },
305
+ ],
306
+ },
307
+ ],
308
+ dtsParamDescription: "whether the search field is expanded",
309
+ },
310
+ },
311
+ },
312
+ searchFieldClear: {
313
+ allowPreventDefault: true,
314
+ enableEventBubbling: true,
315
+ parameters: {
316
+ targetRef: {
317
+ type: "sap.ui.core.Control",
318
+ types: [
319
+ {
320
+ origType: "HTMLElement",
321
+ multiple: false,
322
+ dedicatedTypes: [
323
+ {
324
+ dtsType: "Control",
325
+ packageName: "sap/ui/core/Control",
326
+ moduleType: "module:sap/ui/core/Control",
327
+ ui5Type: "sap.ui.core.Control",
328
+ isClass: true,
329
+ },
330
+ ],
331
+ },
332
+ ],
333
+ dtsParamDescription: "dom ref of the cancel button element",
334
+ },
335
+ },
336
+ },
337
+ contentItemVisibilityChange: {
338
+ allowPreventDefault: false,
339
+ enableEventBubbling: true,
340
+ parameters: {
341
+ array: {
342
+ type: "sap.ui.core.Control",
343
+ types: [
344
+ {
345
+ origType: "HTMLElement",
346
+ multiple: true,
347
+ dedicatedTypes: [
348
+ {
349
+ dtsType: "Control",
350
+ packageName: "sap/ui/core/Control",
351
+ moduleType: "module:sap/ui/core/Control",
352
+ ui5Type: "sap.ui.core.Control",
353
+ isClass: true,
354
+ },
355
+ ],
356
+ },
357
+ ],
358
+ dtsParamDescription: "of all the items that are hidden",
359
+ },
360
+ },
361
+ },
362
+ },
363
+ getters: [
364
+ "logoDomRef",
365
+ "notificationsDomRef",
366
+ "overflowDomRef",
367
+ "profileDomRef",
368
+ "productSwitchDomRef",
369
+ ],
370
+ methods: ["closeOverflow", "getSearchButtonDomRef"],
371
+ defaultAggregation: "items",
372
+ designtime: "sap/ushell/gen/ui5/webcomponents-fiori/designtime/ShellBar.designtime",
373
+ },
374
+ },
375
+ )
219
376
 
220
- });
377
+ return WrapperClass
378
+ },
379
+ )