@sapui5/sap.ushell 1.136.1 → 1.136.2

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 (485) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +5 -2
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/api/NewExperience.js +4 -0
  64. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +5 -2
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  108. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/Component.js +28 -3
  116. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +27 -2
  123. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
  124. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  127. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +4 -4
  129. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
  130. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
  131. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +27 -2
  141. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
  142. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  143. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +8 -1
  144. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
  145. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  146. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +1 -1
  148. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
  150. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -1
  151. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
  152. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  164. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  166. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
  172. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +10 -9
  173. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
  174. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
  175. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
  176. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
  177. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
  178. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +45 -16
  179. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
  187. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  188. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  189. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
  190. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
  191. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
  192. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
  193. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
  194. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
  195. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
  196. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
  197. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
  198. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
  199. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1317 -0
  200. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2376 -0
  201. package/src/main/js/sap/ushell/library.js +19 -1
  202. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  203. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  204. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  205. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  206. package/src/main/js/sap/ushell/renderer/Renderer.js +4 -4
  207. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  208. package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
  209. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  210. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
  211. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  212. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  213. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  214. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  215. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  216. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  217. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  218. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  219. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  220. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  221. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  222. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  223. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  224. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  225. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  226. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  227. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  228. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  229. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  230. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  231. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  232. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  233. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  234. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  235. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  236. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  237. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  238. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  239. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  240. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  241. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  242. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  243. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  244. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  245. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  246. package/src/main/js/sap/ushell/services/Message.js +1 -1
  247. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  248. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  249. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  250. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  251. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  252. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  253. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  254. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  255. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  256. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  257. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  258. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  259. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  260. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  261. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  262. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  263. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  264. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  265. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  266. package/src/main/js/sap/ushell/services/Search.js +1 -1
  267. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  268. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  269. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  270. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  271. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  272. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  273. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  274. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  275. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  276. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  277. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  278. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  279. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  280. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  281. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  282. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  283. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  284. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  285. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  286. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  287. package/src/main/js/sap/ushell/state/ContentDensity.js +1 -1
  288. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  289. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  290. package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
  291. package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
  292. package/src/main/js/sap/ushell/themes/base/ShellBar.less +3 -1
  293. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
  294. package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
  295. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
  296. package/src/main/js/sap/ushell/thirdparty/Avatar.js +9 -4
  297. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +12 -12
  298. package/src/main/js/sap/ushell/thirdparty/Button2.js +61 -12
  299. package/src/main/js/sap/ushell/thirdparty/Icon.js +9 -9
  300. package/src/main/js/sap/ushell/thirdparty/Icons.js +2 -2
  301. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  302. package/src/main/js/sap/ushell/thirdparty/Link.js +6 -6
  303. package/src/main/js/sap/ushell/thirdparty/List.js +48 -26
  304. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +4 -4
  305. package/src/main/js/sap/ushell/thirdparty/ListItemTemplate.js +65 -62
  306. package/src/main/js/sap/ushell/thirdparty/Menu.js +53 -58
  307. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
  308. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +82 -17
  309. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
  310. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  311. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +7 -7
  312. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
  313. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +158 -54
  314. package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
  315. package/src/main/js/sap/ushell/thirdparty/Text.js +6 -6
  316. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +35 -13
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +27 -9
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +27 -9
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +27 -9
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +27 -9
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +27 -9
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +27 -9
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +27 -9
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +27 -9
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +15 -0
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +27 -9
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +27 -9
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +27 -9
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +12 -0
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +24 -3
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +27 -9
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +27 -9
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +27 -9
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +27 -9
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +27 -9
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +27 -9
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +27 -9
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +27 -9
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +27 -9
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +29 -11
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +15 -0
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +27 -9
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +31 -13
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +27 -9
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +27 -9
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +27 -9
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +27 -9
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +31 -13
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +27 -9
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +27 -9
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +27 -9
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +27 -9
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +27 -9
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +27 -9
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +27 -9
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +27 -9
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +27 -9
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +30 -12
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +27 -9
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +27 -9
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +27 -9
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +27 -9
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +27 -9
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +27 -9
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +27 -9
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +27 -9
  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 +12 -8
  445. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  446. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  447. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  448. package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
  449. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +3 -3
  450. package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
  451. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
  452. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  453. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  454. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  455. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  456. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
  457. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  458. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  459. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  460. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  461. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  462. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  463. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  464. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  465. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  466. package/ui5.yaml +6 -0
  467. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
  468. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
  469. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
  470. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
  471. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
  472. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
  473. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  474. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  475. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
  476. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  477. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  478. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
  479. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  480. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  481. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
  482. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
  483. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
  484. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
  485. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
@@ -0,0 +1,1317 @@
1
+ /*!
2
+ * Copyright (c) 2009-2025 SAP SE, All Rights Reserved
3
+ */
4
+ sap.ui.define([
5
+ "sap/ushell/thirdparty/webcomponents-fiori",
6
+ "sap/ui/base/DataType",
7
+ "sap/ushell/gen/ui5/webcomponents",
8
+ "sap/ushell/gen/ui5/webcomponents-base",
9
+ ], function(
10
+ WebCPackage,
11
+ DataType,
12
+ ) {
13
+ "use strict";
14
+ const { registerEnum } = DataType;
15
+
16
+ const pkg = {
17
+ "_ui5metadata":
18
+ {
19
+ "name": "sap/ushell/gen/ui5/webcomponents-fiori",
20
+ "version": "2.11.0-rc.3",
21
+ "dependencies": [
22
+ "sap.ui.core"
23
+ ],
24
+ "types": [
25
+ "sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout",
26
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign",
27
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType",
28
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout",
29
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout",
30
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign",
31
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign",
32
+ "sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode",
33
+ "sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance",
34
+ "sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign",
35
+ "sap.ushell.gen.ui5.webcomponents-fiori.SearchMode",
36
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown",
37
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition",
38
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility",
39
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign",
40
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode",
41
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout",
42
+ "sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode",
43
+ "sap.ushell.gen.ui5.webcomponents-fiori.UploadState",
44
+ "sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode",
45
+ "sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout"
46
+ ],
47
+ "interfaces": [
48
+ "sap.ushell.gen.ui5.webcomponents-fiori.IMediaGalleryItem",
49
+ "sap.ushell.gen.ui5.webcomponents-fiori.IProductSwitchItem",
50
+ "sap.ushell.gen.ui5.webcomponents-fiori.ISearchScope",
51
+ "sap.ushell.gen.ui5.webcomponents-fiori.ITimelineItem"
52
+ ],
53
+ "controls": [
54
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.BarcodeScannerDialog",
55
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPage",
56
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageHeader",
57
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageTitle",
58
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicSideContent",
59
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItem",
60
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItemOption",
61
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FlexibleColumnLayout",
62
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.IllustratedMessage",
63
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGallery",
64
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGalleryItem",
65
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NavigationLayout",
66
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationList",
67
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListGroupItem",
68
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListItem",
69
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Page",
70
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitch",
71
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitchItem",
72
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Search",
73
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItem",
74
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItemGroup",
75
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchMessageArea",
76
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchScope",
77
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBar",
78
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
79
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSearch",
80
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSpacer",
81
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigation",
82
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationGroup",
83
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationItem",
84
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationSubItem",
85
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SortItem",
86
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Timeline",
87
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineGroupItem",
88
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineItem",
89
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollection",
90
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollectionItem",
91
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenu",
92
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuAccount",
93
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItem",
94
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsDialog",
95
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsItem",
96
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsView",
97
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ViewSettingsDialog",
98
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Wizard",
99
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.WizardStep"
100
+ ],
101
+ "elements": [],
102
+ "rootPath": "../"
103
+ }
104
+ };
105
+
106
+ if (WebCPackage) {
107
+ Object.keys(WebCPackage).forEach((key) => {
108
+ if (key !== "default") {
109
+ pkg[key] = WebCPackage[key];
110
+ } else {
111
+ if (typeof WebCPackage[key] === "object") {
112
+ Object.assign(pkg, WebCPackage[key]);
113
+ }
114
+ }
115
+ });
116
+ }
117
+
118
+ /**
119
+ * Different types of FCLLayout.
120
+ * @enum {string}
121
+ * @public
122
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.FCLLayout
123
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori FCLLayout
124
+ */
125
+
126
+ pkg["FCLLayout"] = {
127
+ /**
128
+ * The layout will display 1 column.
129
+ * @public
130
+ */
131
+ "OneColumn": "OneColumn",
132
+ /**
133
+ *
134
+ Desktop: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
135
+ Tablet: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
136
+ Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
137
+
138
+ Use to display both a list and a detail page when the user should focus on the list page.
139
+ * @public
140
+ */
141
+ "TwoColumnsStartExpanded": "TwoColumnsStartExpanded",
142
+ /**
143
+ * Desktop: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
144
+ Tablet: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
145
+ Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
146
+
147
+ Use to display both a list and a detail page when the user should focus on the detail page.
148
+ * @public
149
+ */
150
+ "TwoColumnsMidExpanded": "TwoColumnsMidExpanded",
151
+ /**
152
+ * Desktop: Defaults to 25 - 50 - 25 percent widths of columns. Start, Mid (expanded) and End columns are displayed
153
+ Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Mid (expanded) and End columns are displayed, Start is accessible by dragging the columns-separator
154
+ Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
155
+
156
+ Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
157
+ * @public
158
+ */
159
+ "ThreeColumnsMidExpanded": "ThreeColumnsMidExpanded",
160
+ /**
161
+ * Desktop: Defaults to 25 - 25 - 50 percent widths of columns. Start, Mid and End (expanded) columns are displayed
162
+ Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Mid and End (expanded) columns are displayed, Start is accessible by dragging the columns-separator
163
+ Phone: Fixed -- -- 100 percent widths of columns (only the End column is displayed)
164
+
165
+ Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
166
+ * @public
167
+ */
168
+ "ThreeColumnsEndExpanded": "ThreeColumnsEndExpanded",
169
+ /**
170
+ * Desktop: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
171
+ Tablet: Defaults to 67 - 33 - 0 percent widths of columns. Start (expanded) and Mid columns are displayed, End is accessible by dragging the columns-separator
172
+ Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
173
+
174
+ Use to display the list and detail pages when the user should focus on the list.
175
+ The detail-detail is still loaded and easily accessible by dragging the columns-separator
176
+ * @public
177
+ */
178
+ "ThreeColumnsStartExpandedEndHidden": "ThreeColumnsStartExpandedEndHidden",
179
+ /**
180
+ * Desktop: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
181
+ Tablet: Defaults to 33 - 67 - 0 percent widths of columns. Start and Mid (expanded) columns are displayed, End is accessible by dragging the columns-separator
182
+ Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
183
+
184
+ Use to display the list and detail pages when the user should focus on the detail.
185
+ The detail-detail is still loaded and easily accessible by dragging the columns-separator
186
+ * @public
187
+ */
188
+ "ThreeColumnsMidExpandedEndHidden": "ThreeColumnsMidExpandedEndHidden",
189
+ /**
190
+ * Desktop: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
191
+ Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
192
+ Phone: Fixed -- 100 percent width of the Mid column, only the Mid column is displayed.
193
+
194
+ Use to display the Mid and End columns while the Start column is hidden.
195
+ * @public
196
+ */
197
+ "ThreeColumnsStartHiddenMidExpanded": "ThreeColumnsStartHiddenMidExpanded",
198
+ /**
199
+ * Desktop: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
200
+ Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
201
+ Phone: Fixed -- 100 percent width of the End column, only the End column is displayed.
202
+
203
+ Use to display the Mid column and expanded End column while the grip of the separator is not visible.
204
+ * @public
205
+ */
206
+ "ThreeColumnsStartHiddenEndExpanded": "ThreeColumnsStartHiddenEndExpanded",
207
+ /**
208
+ * Desktop: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
209
+ Tablet: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
210
+ Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
211
+
212
+ Use to display a detail page only, when the user should focus entirely on it.
213
+ * @public
214
+ */
215
+ "MidColumnFullScreen": "MidColumnFullScreen",
216
+ /**
217
+ * Desktop: Fixed -- -- 100 percent widths of columns, only the End column is displayed
218
+ Tablet: Fixed -- -- 100 percent widths of columns, only the End column is displayed
219
+ Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
220
+
221
+ Use to display a detail-detail page only, when the user should focus entirely on it.
222
+ * @public
223
+ */
224
+ "EndColumnFullScreen": "EndColumnFullScreen",
225
+ };
226
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout", pkg["FCLLayout"]);
227
+ /**
228
+ * Different types of IllustrationMessageDesign.
229
+ * @enum {string}
230
+ * @public
231
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageDesign
232
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageDesign
233
+ */
234
+
235
+ pkg["IllustrationMessageDesign"] = {
236
+ /**
237
+ * Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Dot</code>, <code>Spot</code>,
238
+ <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
239
+
240
+ **Note:** `Auto` is the only option where the illustration size is changed according to
241
+ the available container width. If any other `IllustratedMessageSize` is chosen, it remains
242
+ until changed by the app developer.
243
+ * @public
244
+ */
245
+ "Auto": "Auto",
246
+ /**
247
+ * Base `Illustration` size (XS breakpoint). Suitable for cards (two columns).
248
+
249
+ **Note:** When `Base` is in use, no illustration is displayed.
250
+ * @public
251
+ */
252
+ "Base": "Base",
253
+ /**
254
+ * Dot <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
255
+ * @public
256
+ */
257
+ "Dot": "Dot",
258
+ /**
259
+ * Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
260
+ * @public
261
+ */
262
+ "Spot": "Spot",
263
+ /**
264
+ * Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
265
+ * @public
266
+ */
267
+ "Dialog": "Dialog",
268
+ /**
269
+ * Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
270
+ * @public
271
+ */
272
+ "Scene": "Scene",
273
+ };
274
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign", pkg["IllustrationMessageDesign"]);
275
+ /**
276
+ * Different illustration types of Illustrated Message.
277
+ * @enum {string}
278
+ * @public
279
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageType
280
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageType
281
+ */
282
+
283
+ pkg["IllustrationMessageType"] = {
284
+ /**
285
+ * "Before Search" illustration type.
286
+ * @public
287
+ */
288
+ "BeforeSearch": "BeforeSearch",
289
+ /**
290
+ * "New Mail" illustration type.
291
+ * @public
292
+ */
293
+ "NewMail": "NewMail",
294
+ /**
295
+ * "No Activities" illustration type.
296
+ * @public
297
+ */
298
+ "NoActivities": "NoActivities",
299
+ /**
300
+ * "No Columns Set" illustration type.
301
+ * @public
302
+ */
303
+ "NoColumnsSet": "NoColumnsSet",
304
+ /**
305
+ * "No Data" illustration type.
306
+ * @public
307
+ */
308
+ "NoData": "NoData",
309
+ /**
310
+ * "No Email" illustration type.
311
+ * @public
312
+ */
313
+ "NoMail": "NoMail",
314
+ /**
315
+ * "No Email v1" illustration type.
316
+ * @public
317
+ */
318
+ "NoMail_v1": "NoMail_v1",
319
+ /**
320
+ * "No Entries" illustration type.
321
+ * @public
322
+ */
323
+ "NoEntries": "NoEntries",
324
+ /**
325
+ * "No Notifications" illustration type.
326
+ * @public
327
+ */
328
+ "NoNotifications": "NoNotifications",
329
+ /**
330
+ * "No Saved Items" illustration type.
331
+ * @public
332
+ */
333
+ "NoSavedItems": "NoSavedItems",
334
+ /**
335
+ * "No Saved Items v1" illustration type.
336
+ * @public
337
+ */
338
+ "NoSavedItems_v1": "NoSavedItems_v1",
339
+ /**
340
+ * "No Search Results" illustration type.
341
+ * @public
342
+ */
343
+ "NoSearchResults": "NoSearchResults",
344
+ /**
345
+ * "No Tasks" illustration type.
346
+ * @public
347
+ */
348
+ "NoTasks": "NoTasks",
349
+ /**
350
+ * "No Tasks v1" illustration type.
351
+ * @public
352
+ */
353
+ "NoTasks_v1": "NoTasks_v1",
354
+ /**
355
+ * "No Dimensions Set" illustration type.
356
+ * @public
357
+ */
358
+ "NoDimensionsSet": "NoDimensionsSet",
359
+ /**
360
+ * "Unable To Load" illustration type.
361
+ * @public
362
+ */
363
+ "UnableToLoad": "UnableToLoad",
364
+ /**
365
+ * "Unable To Load Image" illustration type.
366
+ * @public
367
+ */
368
+ "UnableToLoadImage": "UnableToLoadImage",
369
+ /**
370
+ * "Unable To Upload" illustration type.
371
+ * @public
372
+ */
373
+ "UnableToUpload": "UnableToUpload",
374
+ /**
375
+ * "Upload To Cloud" illustration type.
376
+ * @public
377
+ */
378
+ "UploadToCloud": "UploadToCloud",
379
+ /**
380
+ * "Add Column" illustration type.
381
+ * @public
382
+ */
383
+ "AddColumn": "AddColumn",
384
+ /**
385
+ * "Add People" illustration type.
386
+ * @public
387
+ */
388
+ "AddPeople": "AddPeople",
389
+ /**
390
+ * "Add Dimensions" illustration type.
391
+ * @public
392
+ */
393
+ "AddDimensions": "AddDimensions",
394
+ /**
395
+ * "Balloon Sky" illustration type.
396
+ * @public
397
+ */
398
+ "BalloonSky": "BalloonSky",
399
+ /**
400
+ * "Connection" illustration type.
401
+ * @public
402
+ */
403
+ "Connection": "Connection",
404
+ /**
405
+ * "Empty Calendar" illustration type.
406
+ * @public
407
+ */
408
+ "EmptyCalendar": "EmptyCalendar",
409
+ /**
410
+ * "Empty List" illustration type.
411
+ * @public
412
+ */
413
+ "EmptyList": "EmptyList",
414
+ /**
415
+ * "Empty Planning Calendar" illustration type.
416
+ * @public
417
+ */
418
+ "EmptyPlanningCalendar": "EmptyPlanningCalendar",
419
+ /**
420
+ * "Error Screen" illustration type.
421
+ * @public
422
+ */
423
+ "ErrorScreen": "ErrorScreen",
424
+ /**
425
+ * "Filter Table" illustration type.
426
+ * @public
427
+ */
428
+ "FilterTable": "FilterTable",
429
+ /**
430
+ * "Group Table" illustration type.
431
+ * @public
432
+ */
433
+ "GroupTable": "GroupTable",
434
+ /**
435
+ * "No Filter Results" illustration type.
436
+ * @public
437
+ */
438
+ "NoFilterResults": "NoFilterResults",
439
+ /**
440
+ * "Page Not Found" illustration type.
441
+ * @public
442
+ */
443
+ "PageNotFound": "PageNotFound",
444
+ /**
445
+ * "Reload Screen" illustration type.
446
+ * @public
447
+ */
448
+ "ReloadScreen": "ReloadScreen",
449
+ /**
450
+ * "Resize Column" illustration type.
451
+ * @public
452
+ */
453
+ "ResizeColumn": "ResizeColumn",
454
+ /**
455
+ * "Search Earth" illustration type.
456
+ * @public
457
+ */
458
+ "SearchEarth": "SearchEarth",
459
+ /**
460
+ * "Search Folder" illustration type.
461
+ * @public
462
+ */
463
+ "SearchFolder": "SearchFolder",
464
+ /**
465
+ * "Sign Out" illustration type.
466
+ * @public
467
+ */
468
+ "SignOut": "SignOut",
469
+ /**
470
+ * "Simple Balloon" illustration type.
471
+ * @public
472
+ */
473
+ "SimpleBalloon": "SimpleBalloon",
474
+ /**
475
+ * "Simple Bell" illustration type.
476
+ * @public
477
+ */
478
+ "SimpleBell": "SimpleBell",
479
+ /**
480
+ * "Simple Calendar" illustration type.
481
+ * @public
482
+ */
483
+ "SimpleCalendar": "SimpleCalendar",
484
+ /**
485
+ * "Simple CheckMark" illustration type.
486
+ * @public
487
+ */
488
+ "SimpleCheckMark": "SimpleCheckMark",
489
+ /**
490
+ * "Simple Connection" illustration type.
491
+ * @public
492
+ */
493
+ "SimpleConnection": "SimpleConnection",
494
+ /**
495
+ * "Simple Empty Doc" illustration type.
496
+ * @public
497
+ */
498
+ "SimpleEmptyDoc": "SimpleEmptyDoc",
499
+ /**
500
+ * "Simple Empty List" illustration type.
501
+ * @public
502
+ */
503
+ "SimpleEmptyList": "SimpleEmptyList",
504
+ /**
505
+ * "Simple Error" illustration type.
506
+ * @public
507
+ */
508
+ "SimpleError": "SimpleError",
509
+ /**
510
+ * "Simple Magnifier" illustration type.
511
+ * @public
512
+ */
513
+ "SimpleMagnifier": "SimpleMagnifier",
514
+ /**
515
+ * "Simple Mail" illustration type.
516
+ * @public
517
+ */
518
+ "SimpleMail": "SimpleMail",
519
+ /**
520
+ * "Simple No Saved Items" illustration type.
521
+ * @public
522
+ */
523
+ "SimpleNoSavedItems": "SimpleNoSavedItems",
524
+ /**
525
+ * "Simple Not Found Magnifier" illustration type.
526
+ * @public
527
+ */
528
+ "SimpleNotFoundMagnifier": "SimpleNotFoundMagnifier",
529
+ /**
530
+ * "Simple Reload" illustration type.
531
+ * @public
532
+ */
533
+ "SimpleReload": "SimpleReload",
534
+ /**
535
+ * "Simple Task" illustration type.
536
+ * @public
537
+ */
538
+ "SimpleTask": "SimpleTask",
539
+ /**
540
+ * "Sleeping Bell" illustration type.
541
+ * @public
542
+ */
543
+ "SleepingBell": "SleepingBell",
544
+ /**
545
+ * "Sort Column" illustration type.
546
+ * @public
547
+ */
548
+ "SortColumn": "SortColumn",
549
+ /**
550
+ * "Success Balloon" illustration type.
551
+ * @public
552
+ */
553
+ "SuccessBalloon": "SuccessBalloon",
554
+ /**
555
+ * "Success CheckMark" illustration type.
556
+ * @public
557
+ */
558
+ "SuccessCheckMark": "SuccessCheckMark",
559
+ /**
560
+ * "Success HighFive" illustration type.
561
+ * @public
562
+ */
563
+ "SuccessHighFive": "SuccessHighFive",
564
+ /**
565
+ * "Success Screen" illustration type.
566
+ * @public
567
+ */
568
+ "SuccessScreen": "SuccessScreen",
569
+ /**
570
+ * "Survey" illustration type.
571
+ * @public
572
+ */
573
+ "Survey": "Survey",
574
+ /**
575
+ * "Tent" illustration type.
576
+ * @public
577
+ */
578
+ "Tent": "Tent",
579
+ /**
580
+ * "Upload Collection" illustration type.
581
+ * @public
582
+ */
583
+ "UploadCollection": "UploadCollection",
584
+ /**
585
+ * "TntAvatar" illustration type.
586
+ * @public
587
+ */
588
+ "TntAvatar": "TntAvatar",
589
+ /**
590
+ * "TntCalculator" illustration type.
591
+ * @public
592
+ */
593
+ "TntCalculator": "TntCalculator",
594
+ /**
595
+ * "TntChartArea" illustration type.
596
+ * @public
597
+ */
598
+ "TntChartArea": "TntChartArea",
599
+ /**
600
+ * "TntChartArea2" illustration type.
601
+ * @public
602
+ */
603
+ "TntChartArea2": "TntChartArea2",
604
+ /**
605
+ * "TntChartBar" illustration type.
606
+ * @public
607
+ */
608
+ "TntChartBar": "TntChartBar",
609
+ /**
610
+ * "TntChartBPMNFlow" illustration type.
611
+ * @public
612
+ */
613
+ "TntChartBPMNFlow": "TntChartBPMNFlow",
614
+ /**
615
+ * "TntChartBullet" illustration type.
616
+ * @public
617
+ */
618
+ "TntChartBullet": "TntChartBullet",
619
+ /**
620
+ * "TntChartDoughnut" illustration type.
621
+ * @public
622
+ */
623
+ "TntChartDoughnut": "TntChartDoughnut",
624
+ /**
625
+ * "TntChartFlow" illustration type.
626
+ * @public
627
+ */
628
+ "TntChartFlow": "TntChartFlow",
629
+ /**
630
+ * "TntChartGantt" illustration type.
631
+ * @public
632
+ */
633
+ "TntChartGantt": "TntChartGantt",
634
+ /**
635
+ * "TntChartOrg" illustration type.
636
+ * @public
637
+ */
638
+ "TntChartOrg": "TntChartOrg",
639
+ /**
640
+ * "TntChartPie" illustration type.
641
+ * @public
642
+ */
643
+ "TntChartPie": "TntChartPie",
644
+ /**
645
+ * "TntCodePlaceholder" illustration type.
646
+ * @public
647
+ */
648
+ "TntCodePlaceholder": "TntCodePlaceholder",
649
+ /**
650
+ * "TntCompany" illustration type.
651
+ * @public
652
+ */
653
+ "TntCompany": "TntCompany",
654
+ /**
655
+ * "TntCompass" illustration type.
656
+ * @public
657
+ */
658
+ "TntCompass": "TntCompass",
659
+ /**
660
+ * "TntComponents" illustration type.
661
+ * @public
662
+ */
663
+ "TntComponents": "TntComponents",
664
+ /**
665
+ * "TntDialog" illustration type.
666
+ * @public
667
+ */
668
+ "TntDialog": "TntDialog",
669
+ /**
670
+ * "TntExternalLink" illustration type.
671
+ * @public
672
+ */
673
+ "TntExternalLink": "TntExternalLink",
674
+ /**
675
+ * "TntFaceID" illustration type.
676
+ * @public
677
+ */
678
+ "TntFaceID": "TntFaceID",
679
+ /**
680
+ * "TntFingerprint" illustration type.
681
+ * @public
682
+ */
683
+ "TntFingerprint": "TntFingerprint",
684
+ /**
685
+ * "TntHandshake" illustration type.
686
+ * @public
687
+ */
688
+ "TntHandshake": "TntHandshake",
689
+ /**
690
+ * "TntHelp" illustration type.
691
+ * @public
692
+ */
693
+ "TntHelp": "TntHelp",
694
+ /**
695
+ * "TntLock" illustration type.
696
+ * @public
697
+ */
698
+ "TntLock": "TntLock",
699
+ /**
700
+ * "TntMission" illustration type.
701
+ * @public
702
+ */
703
+ "TntMission": "TntMission",
704
+ /**
705
+ * "TntMissionFailed" illustration type.
706
+ * @public
707
+ */
708
+ "TntMissionFailed": "TntMissionFailed",
709
+ /**
710
+ * "TntNoApplications" illustration type.
711
+ * @public
712
+ */
713
+ "TntNoApplications": "TntNoApplications",
714
+ /**
715
+ * "TntNoFlows" illustration type.
716
+ * @public
717
+ */
718
+ "TntNoFlows": "TntNoFlows",
719
+ /**
720
+ * "TntNoUsers" illustration type.
721
+ * @public
722
+ */
723
+ "TntNoUsers": "TntNoUsers",
724
+ /**
725
+ * "TntRadar" illustration type.
726
+ * @public
727
+ */
728
+ "TntRadar": "TntRadar",
729
+ /**
730
+ * "TntRoadMap" illustration type.
731
+ * @public
732
+ */
733
+ "TntRoadMap": "TntRoadMap",
734
+ /**
735
+ * "TntSecrets" illustration type.
736
+ * @public
737
+ */
738
+ "TntSecrets": "TntSecrets",
739
+ /**
740
+ * "TntServices" illustration type.
741
+ * @public
742
+ */
743
+ "TntServices": "TntServices",
744
+ /**
745
+ * "TntSessionExpired" illustration type.
746
+ * @public
747
+ */
748
+ "TntSessionExpired": "TntSessionExpired",
749
+ /**
750
+ * "TntSessionExpiring" illustration type.
751
+ * @public
752
+ */
753
+ "TntSessionExpiring": "TntSessionExpiring",
754
+ /**
755
+ * "TntSettings" illustration type.
756
+ * @public
757
+ */
758
+ "TntSettings": "TntSettings",
759
+ /**
760
+ * "TntSuccess" illustration type.
761
+ * @public
762
+ */
763
+ "TntSuccess": "TntSuccess",
764
+ /**
765
+ * "TntSuccessfulAuth" illustration type.
766
+ * @public
767
+ */
768
+ "TntSuccessfulAuth": "TntSuccessfulAuth",
769
+ /**
770
+ * "TntSystems" illustration type.
771
+ * @public
772
+ */
773
+ "TntSystems": "TntSystems",
774
+ /**
775
+ * "TntTeams" illustration type.
776
+ * @public
777
+ */
778
+ "TntTeams": "TntTeams",
779
+ /**
780
+ * "TntTools" illustration type.
781
+ * @public
782
+ */
783
+ "TntTools": "TntTools",
784
+ /**
785
+ * "TntTutorials" illustration type.
786
+ * @public
787
+ */
788
+ "TntTutorials": "TntTutorials",
789
+ /**
790
+ * "TntUnableToLoad" illustration type.
791
+ * @public
792
+ */
793
+ "TntUnableToLoad": "TntUnableToLoad",
794
+ /**
795
+ * "TntUnlock" illustration type.
796
+ * @public
797
+ */
798
+ "TntUnlock": "TntUnlock",
799
+ /**
800
+ * "TntUnsuccessfulAuth" illustration type.
801
+ * @public
802
+ */
803
+ "TntUnsuccessfulAuth": "TntUnsuccessfulAuth",
804
+ /**
805
+ * "TntUser2" illustration type.
806
+ * @public
807
+ */
808
+ "TntUser2": "TntUser2",
809
+ };
810
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType", pkg["IllustrationMessageType"]);
811
+ /**
812
+ * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
813
+ * @enum {string}
814
+ * @public
815
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryItemLayout
816
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryItemLayout
817
+ */
818
+
819
+ pkg["MediaGalleryItemLayout"] = {
820
+ /**
821
+ * Recommended to use when the item contains an image.
822
+
823
+ When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
824
+ * @public
825
+ */
826
+ "Square": "Square",
827
+ /**
828
+ * Recommended to use when the item contains video content.
829
+
830
+ When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
831
+ (stretched to fill all of the available width) for optimal user experiance.
832
+ * @public
833
+ */
834
+ "Wide": "Wide",
835
+ };
836
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout", pkg["MediaGalleryItemLayout"]);
837
+ /**
838
+ * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
839
+ * @enum {string}
840
+ * @public
841
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryLayout
842
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryLayout
843
+ */
844
+
845
+ pkg["MediaGalleryLayout"] = {
846
+ /**
847
+ * The layout is determined automatically.
848
+ * @public
849
+ */
850
+ "Auto": "Auto",
851
+ /**
852
+ * Displays the layout as a vertical split between the thumbnails list and the selected image.
853
+ * @public
854
+ */
855
+ "Vertical": "Vertical",
856
+ /**
857
+ * Displays the layout as a horizontal split between the thumbnails list and the selected image.
858
+ * @public
859
+ */
860
+ "Horizontal": "Horizontal",
861
+ };
862
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout", pkg["MediaGalleryLayout"]);
863
+ /**
864
+ * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
865
+ * @enum {string}
866
+ * @public
867
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuHorizontalAlign
868
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuHorizontalAlign
869
+ */
870
+
871
+ pkg["MediaGalleryMenuHorizontalAlign"] = {
872
+ /**
873
+ * Displays the menu on the left side of the target.
874
+ * @public
875
+ */
876
+ "Left": "Left",
877
+ /**
878
+ * Displays the menu on the right side of the target.
879
+ * @public
880
+ */
881
+ "Right": "Right",
882
+ };
883
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign", pkg["MediaGalleryMenuHorizontalAlign"]);
884
+ /**
885
+ * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
886
+ * @enum {string}
887
+ * @public
888
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuVerticalAlign
889
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuVerticalAlign
890
+ */
891
+
892
+ pkg["MediaGalleryMenuVerticalAlign"] = {
893
+ /**
894
+ * Displays the menu at the top of the reference control.
895
+ * @public
896
+ */
897
+ "Top": "Top",
898
+ /**
899
+ * Displays the menu at the bottom of the reference control.
900
+ * @public
901
+ */
902
+ "Bottom": "Bottom",
903
+ };
904
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign", pkg["MediaGalleryMenuVerticalAlign"]);
905
+ /**
906
+ * Specifies the navigation layout mode.
907
+ * @enum {string}
908
+ * @public
909
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NavigationLayoutMode
910
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NavigationLayoutMode
911
+ */
912
+
913
+ pkg["NavigationLayoutMode"] = {
914
+ /**
915
+ * Automatically calculates the navigation layout mode based on the screen device type.
916
+ `Expanded` on desktop and `Collapsed` on tablet and phone.
917
+ * @public
918
+ */
919
+ "Auto": "Auto",
920
+ /**
921
+ * Collapsed side navigation.
922
+ * @public
923
+ */
924
+ "Collapsed": "Collapsed",
925
+ /**
926
+ * Expanded side navigation.
927
+ * @public
928
+ */
929
+ "Expanded": "Expanded",
930
+ };
931
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode", pkg["NavigationLayoutMode"]);
932
+ /**
933
+ * Different types of NotificationListItemImportance.
934
+ * @enum {string}
935
+ * @public
936
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NotificationListItemImportance
937
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NotificationListItemImportance
938
+ */
939
+
940
+ pkg["NotificationListItemImportance"] = {
941
+ /**
942
+ *
943
+ * @public
944
+ */
945
+ "Standard": "Standard",
946
+ /**
947
+ *
948
+ * @public
949
+ */
950
+ "Important": "Important",
951
+ };
952
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance", pkg["NotificationListItemImportance"]);
953
+ /**
954
+ * Available Page Background Design.
955
+ * @enum {string}
956
+ * @public
957
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.PageBackgroundDesign
958
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori PageBackgroundDesign
959
+ */
960
+
961
+ pkg["PageBackgroundDesign"] = {
962
+ /**
963
+ * Page background color when a List is set as the Page content.
964
+ * @public
965
+ */
966
+ "List": "List",
967
+ /**
968
+ * A solid background color dependent on the theme.
969
+ * @public
970
+ */
971
+ "Solid": "Solid",
972
+ /**
973
+ * Transparent background for the page.
974
+ * @public
975
+ */
976
+ "Transparent": "Transparent",
977
+ };
978
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign", pkg["PageBackgroundDesign"]);
979
+ /**
980
+ * Search mode options.
981
+ * @enum {string}
982
+ * @public
983
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SearchMode
984
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SearchMode
985
+ */
986
+
987
+ pkg["SearchMode"] = {
988
+ /**
989
+ * Search field with default appearance.
990
+ * @public
991
+ */
992
+ "Default": "Default",
993
+ /**
994
+ * Search field with additional scope select.
995
+ * @public
996
+ */
997
+ "Scoped": "Scoped",
998
+ };
999
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SearchMode", pkg["SearchMode"]);
1000
+ /**
1001
+ * SideContent FallDown options.
1002
+ * @enum {string}
1003
+ * @public
1004
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentFallDown
1005
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentFallDown
1006
+ */
1007
+
1008
+ pkg["SideContentFallDown"] = {
1009
+ /**
1010
+ * Side content falls down on breakpoints below XL
1011
+ * @public
1012
+ */
1013
+ "BelowXL": "BelowXL",
1014
+ /**
1015
+ * Side content falls down on breakpoints below L
1016
+ * @public
1017
+ */
1018
+ "BelowL": "BelowL",
1019
+ /**
1020
+ * Side content falls down on breakpoints below M
1021
+ * @public
1022
+ */
1023
+ "BelowM": "BelowM",
1024
+ /**
1025
+ * Side content falls down on breakpoint M and the minimum width for the side content
1026
+ * @public
1027
+ */
1028
+ "OnMinimumWidth": "OnMinimumWidth",
1029
+ };
1030
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown", pkg["SideContentFallDown"]);
1031
+ /**
1032
+ * Side Content position options.
1033
+ * @enum {string}
1034
+ * @public
1035
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentPosition
1036
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentPosition
1037
+ */
1038
+
1039
+ pkg["SideContentPosition"] = {
1040
+ /**
1041
+ * The side content is on the right side of the main container
1042
+ in left-to-right mode and on the left side in right-to-left mode.
1043
+ * @public
1044
+ */
1045
+ "End": "End",
1046
+ /**
1047
+ * The side content is on the left side of the main container
1048
+ in left-to-right mode and on the right side in right-to-left mode.
1049
+ * @public
1050
+ */
1051
+ "Start": "Start",
1052
+ };
1053
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition", pkg["SideContentPosition"]);
1054
+ /**
1055
+ * Side Content visibility options.
1056
+ * @enum {string}
1057
+ * @public
1058
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentVisibility
1059
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentVisibility
1060
+ */
1061
+
1062
+ pkg["SideContentVisibility"] = {
1063
+ /**
1064
+ * Show the side content on any breakpoint
1065
+ * @public
1066
+ */
1067
+ "AlwaysShow": "AlwaysShow",
1068
+ /**
1069
+ * Show the side content on XL breakpoint
1070
+ * @public
1071
+ */
1072
+ "ShowAboveL": "ShowAboveL",
1073
+ /**
1074
+ * Show the side content on L and XL breakpoints
1075
+ * @public
1076
+ */
1077
+ "ShowAboveM": "ShowAboveM",
1078
+ /**
1079
+ * Show the side content on M, L and XL breakpoints
1080
+ * @public
1081
+ */
1082
+ "ShowAboveS": "ShowAboveS",
1083
+ /**
1084
+ * Don't show the side content on any breakpoints
1085
+ * @public
1086
+ */
1087
+ "NeverShow": "NeverShow",
1088
+ };
1089
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility", pkg["SideContentVisibility"]);
1090
+ /**
1091
+ * SideNavigationItem designs.
1092
+ * @enum {string}
1093
+ * @public
1094
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideNavigationItemDesign
1095
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideNavigationItemDesign
1096
+ */
1097
+
1098
+ pkg["SideNavigationItemDesign"] = {
1099
+ /**
1100
+ * Design for items that perform navigation, contain navigation child items, or both.
1101
+ * @public
1102
+ */
1103
+ "Default": "Default",
1104
+ /**
1105
+ * Design for items that trigger an action, such as opening a dialog.
1106
+
1107
+ **Note:** Items with this design must not have sub-items.
1108
+
1109
+ **Note:** Items that open a dialog must set `hasPopup="dialog"` via `accessibilityAttributes` property.
1110
+ * @public
1111
+ */
1112
+ "Action": "Action",
1113
+ };
1114
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign", pkg["SideNavigationItemDesign"]);
1115
+ /**
1116
+ * Timeline growing modes.
1117
+ * @enum {string}
1118
+ * @public
1119
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineGrowingMode
1120
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineGrowingMode
1121
+ */
1122
+
1123
+ pkg["TimelineGrowingMode"] = {
1124
+ /**
1125
+ * Event `load-more` is fired
1126
+ upon pressing a "More" button at the end.
1127
+ * @public
1128
+ */
1129
+ "Button": "Button",
1130
+ /**
1131
+ * Event `load-more` is fired upon scroll.
1132
+ * @public
1133
+ */
1134
+ "Scroll": "Scroll",
1135
+ /**
1136
+ * The growing feature is not enabled.
1137
+ * @public
1138
+ */
1139
+ "None": "None",
1140
+ };
1141
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode", pkg["TimelineGrowingMode"]);
1142
+ /**
1143
+ * Available Timeline layout orientation
1144
+ * @enum {string}
1145
+ * @public
1146
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineLayout
1147
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineLayout
1148
+ */
1149
+
1150
+ pkg["TimelineLayout"] = {
1151
+ /**
1152
+ * Vertical layout
1153
+ Default type
1154
+ * @public
1155
+ */
1156
+ "Vertical": "Vertical",
1157
+ /**
1158
+ * Horizontal layout
1159
+ * @public
1160
+ */
1161
+ "Horizontal": "Horizontal",
1162
+ };
1163
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout", pkg["TimelineLayout"]);
1164
+ /**
1165
+ * Different UploadCollection selection modes.
1166
+ * @enum {string}
1167
+ * @public
1168
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadCollectionSelectionMode
1169
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadCollectionSelectionMode
1170
+ */
1171
+
1172
+ pkg["UploadCollectionSelectionMode"] = {
1173
+ /**
1174
+ * Default mode (no selection).
1175
+ * @public
1176
+ */
1177
+ "None": "None",
1178
+ /**
1179
+ * Right-positioned single selection mode (only one list item can be selected).
1180
+ * @public
1181
+ */
1182
+ "Single": "Single",
1183
+ /**
1184
+ * Left-positioned single selection mode (only one list item can be selected).
1185
+ * @public
1186
+ */
1187
+ "SingleStart": "SingleStart",
1188
+ /**
1189
+ * Selected item is highlighted but no selection element is visible
1190
+ (only one list item can be selected).
1191
+ * @public
1192
+ */
1193
+ "SingleEnd": "SingleEnd",
1194
+ /**
1195
+ * Selected item is highlighted and selection is changed upon arrow navigation
1196
+ (only one list item can be selected - this is always the focused item).
1197
+ * @public
1198
+ */
1199
+ "SingleAuto": "SingleAuto",
1200
+ /**
1201
+ * Multi selection mode (more than one list item can be selected).
1202
+ * @public
1203
+ */
1204
+ "Multiple": "Multiple",
1205
+ };
1206
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode", pkg["UploadCollectionSelectionMode"]);
1207
+ /**
1208
+ * Different types of UploadState.
1209
+ * @enum {string}
1210
+ * @public
1211
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadState
1212
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadState
1213
+ */
1214
+
1215
+ pkg["UploadState"] = {
1216
+ /**
1217
+ * The file has been uploaded successfully.
1218
+ * @public
1219
+ */
1220
+ "Complete": "Complete",
1221
+ /**
1222
+ * The file cannot be uploaded due to an error.
1223
+ * @public
1224
+ */
1225
+ "Error": "Error",
1226
+ /**
1227
+ * The file is awaiting an explicit command to start being uploaded.
1228
+ * @public
1229
+ */
1230
+ "Ready": "Ready",
1231
+ /**
1232
+ * The file is currently being uploaded.
1233
+ * @public
1234
+ */
1235
+ "Uploading": "Uploading",
1236
+ };
1237
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadState", pkg["UploadState"]);
1238
+ /**
1239
+ * Different types of Bar.
1240
+ * @enum {string}
1241
+ * @public
1242
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.ViewSettingsDialogMode
1243
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ViewSettingsDialogMode
1244
+ */
1245
+
1246
+ pkg["ViewSettingsDialogMode"] = {
1247
+ /**
1248
+ * Default type
1249
+ * @public
1250
+ */
1251
+ "Sort": "Sort",
1252
+ /**
1253
+ * Filter type
1254
+ * @public
1255
+ */
1256
+ "Filter": "Filter",
1257
+ };
1258
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode", pkg["ViewSettingsDialogMode"]);
1259
+ /**
1260
+ * Enumeration for different content layouts of the `ui5-wizard`.
1261
+ * @enum {string}
1262
+ * @public
1263
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.WizardContentLayout
1264
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori WizardContentLayout
1265
+ */
1266
+
1267
+ pkg["WizardContentLayout"] = {
1268
+ /**
1269
+ * Display the content of the `ui5-wizard` as multiple steps in a scroll section.
1270
+ * @public
1271
+ */
1272
+ "MultipleSteps": "MultipleSteps",
1273
+ /**
1274
+ * Display the content of the `ui5-wizard` as single step.
1275
+ * @public
1276
+ */
1277
+ "SingleStep": "SingleStep",
1278
+ };
1279
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout", pkg["WizardContentLayout"]);
1280
+
1281
+ // Interfaces
1282
+ /**
1283
+ * Interface for components that can be slotted inside `ui5-media-gallery` as items.
1284
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IMediaGalleryItem
1285
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IMediaGalleryItem
1286
+ * @interface
1287
+ * @public
1288
+ */
1289
+
1290
+ /**
1291
+ * Interface for components that may be slotted inside `ui5-product-switch` as items
1292
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IProductSwitchItem
1293
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IProductSwitchItem
1294
+ * @interface
1295
+ * @public
1296
+ */
1297
+
1298
+ /**
1299
+ * Interface for components that may be slotted inside a `ui5-search`
1300
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ISearchScope
1301
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ISearchScope
1302
+ * @interface
1303
+ * @public
1304
+ */
1305
+
1306
+ /**
1307
+ * Interface for components that may be slotted inside `ui5-timeline` as items
1308
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ITimelineItem
1309
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ITimelineItem
1310
+ * @interface
1311
+ * @public
1312
+ */
1313
+
1314
+
1315
+
1316
+ return pkg;
1317
+ });