@sapui5/sap.ushell 1.139.0 → 1.139.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 (608) 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 -9
  4. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +18 -0
  5. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  7. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  8. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  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 -5
  68. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +15 -1
  69. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +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 -1
  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 +74 -17
  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/contentFinderStandalone/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  112. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  113. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  114. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  117. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  118. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  119. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  120. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  122. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  123. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  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 +1 -1
  129. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +40 -2
  143. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +8 -0
  144. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  145. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +22 -20
  146. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +6 -1
  148. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  161. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  164. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +112 -113
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +211 -136
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +69 -70
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +71 -81
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +34 -40
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +146 -83
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +178 -119
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +190 -155
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +538 -367
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +128 -78
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +86 -76
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +127 -98
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +50 -47
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +156 -137
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +78 -63
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +31 -29
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +48 -46
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +49 -49
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +373 -213
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +73 -71
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +81 -63
  186. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +150 -126
  187. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +44 -42
  188. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +190 -136
  189. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +78 -76
  190. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +37 -35
  191. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1641 -1388
  192. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2818 -2449
  193. package/src/main/js/sap/ushell/library.js +1 -1
  194. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  195. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  196. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  197. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  198. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +17 -13
  199. package/src/main/js/sap/ushell/renderer/NavContainer.js +6 -0
  200. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  201. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  202. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/services/AppLifeCycle.js +26 -3
  204. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  205. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  206. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  210. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  211. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  212. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  213. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  214. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  215. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  216. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  217. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  218. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  219. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  220. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  221. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  222. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  223. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  224. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  225. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  226. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  227. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  228. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  229. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  230. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  231. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  232. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  233. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  234. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  235. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  236. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  237. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  238. package/src/main/js/sap/ushell/services/Message.js +1 -1
  239. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  240. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  241. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  242. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  243. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  244. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  245. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  246. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  247. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  248. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  249. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  250. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  251. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  252. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  253. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  254. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  255. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  256. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  257. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  258. package/src/main/js/sap/ushell/services/Search.js +1 -1
  259. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  260. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  261. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  262. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  263. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  264. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  265. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  266. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  267. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  268. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  269. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  270. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  271. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  272. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  273. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  274. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  275. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  276. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  277. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  278. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  279. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  280. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  281. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  282. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  283. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  284. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -1
  285. package/src/main/js/sap/ushell/thirdparty/Avatar.js +8 -8
  286. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +13 -10
  287. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/Button2.js +88 -25
  289. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  290. package/src/main/js/sap/ushell/thirdparty/Icon.js +32 -15
  291. package/src/main/js/sap/ushell/thirdparty/Icons.js +130 -92
  292. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  293. package/src/main/js/sap/ushell/thirdparty/Link.js +7 -7
  294. package/src/main/js/sap/ushell/thirdparty/List.js +108 -129
  295. package/src/main/js/sap/ushell/thirdparty/ListBoxItemGroupTemplate.js +1 -1
  296. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  297. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +24 -12
  298. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +62 -46
  299. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +238 -73
  300. package/src/main/js/sap/ushell/thirdparty/Menu.js +13 -14
  301. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  302. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +54 -20
  303. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +8 -8
  304. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +14 -14
  305. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +23 -14
  306. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
  307. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +104 -56
  308. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +54 -8
  309. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +4 -7
  310. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +4 -4
  311. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +73 -39
  312. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +6 -6
  313. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  314. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +385 -180
  315. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  316. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  317. package/src/main/js/sap/ushell/thirdparty/Title.js +4 -4
  318. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +21 -21
  319. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  320. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +7 -54
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons.js +2 -1
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons2.js +2 -1
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -711
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -711
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -711
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -711
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -711
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -711
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -711
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -711
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -711
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -174
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -717
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -711
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -174
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -711
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -174
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -717
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -174
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -711
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -711
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -711
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -711
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -711
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -711
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -711
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -711
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -711
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -711
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -711
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -711
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -711
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -711
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -711
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -711
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -711
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -711
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -711
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -711
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -711
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -711
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -711
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -711
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -711
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -711
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -711
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -711
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -711
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -711
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -711
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -711
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -711
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -711
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -711
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -711
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -711
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -711
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  454. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +17 -1
  455. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +2 -0
  456. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  457. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  458. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +40 -4
  459. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +3 -39
  460. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  461. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons/AllIcons.js +2 -2
  462. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-business-suite/AllIcons.js +2 -2
  463. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-icons-tnt/AllIcons.js +2 -2
  464. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +76 -62
  465. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +53 -53
  466. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +54 -265
  467. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  468. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  469. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  470. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  471. package/src/main/js/sap/ushell/ui/shell/ShellAppTitle.js +1 -0
  472. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  473. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  474. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  475. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  476. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  477. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  478. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  479. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  480. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  481. package/src/main/js/sap/ushell/thirdparty/AccessibilityTextsHelper.js +0 -13
  482. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
  483. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
  484. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
  485. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
  486. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
  487. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
  488. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
  489. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
  490. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
  491. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
  492. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
  493. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
  494. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
  495. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
  496. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
  497. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
  498. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
  499. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
  500. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
  501. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -590
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -590
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -590
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -590
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -590
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -590
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -590
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -590
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -590
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -590
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -590
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -590
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -590
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -590
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -590
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -590
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -590
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -590
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -590
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -590
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -590
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -590
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -590
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -590
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -590
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -590
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -590
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -590
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -590
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -590
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -590
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -590
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -590
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -590
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -590
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -590
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -590
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -590
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -590
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -590
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -590
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -590
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -590
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -590
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -590
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -590
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -590
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -590
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -590
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -590
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -590
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
@@ -1,1399 +1,1652 @@
1
1
  /*!
2
2
  * Copyright (c) 2009-2025 SAP SE, All Rights Reserved
3
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.13.0-rc.0",
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.ShellBarBranding",
79
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
80
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSearch",
81
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSpacer",
82
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigation",
83
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationGroup",
84
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationItem",
85
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationSubItem",
86
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.SortItem",
87
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.Timeline",
88
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineGroupItem",
89
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineItem",
90
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollection",
91
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollectionItem",
92
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenu",
93
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuAccount",
94
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItem",
95
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItemGroup",
96
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsDialog",
97
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsItem",
98
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserSettingsView",
99
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.ViewSettingsDialog",
100
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.Wizard",
101
- "sap.ushell.gen.ui5.webcomponents-fiori.dist.WizardStep"
4
+ sap.ui.define(
5
+ [
6
+ "sap/ushell/thirdparty/webcomponents-fiori",
7
+ "sap/ui/base/DataType",
8
+ "sap/ushell/gen/ui5/webcomponents",
9
+ "sap/ushell/gen/ui5/webcomponents-base"
102
10
  ],
103
- "elements": [],
104
- "rootPath": "../"
105
- }
106
- };
11
+ function (WebCPackage, DataType) {
12
+ "use strict";
13
+ const { registerEnum } = DataType;
107
14
 
108
- if (WebCPackage) {
109
- Object.keys(WebCPackage).forEach((key) => {
110
- if (key !== "default") {
111
- pkg[key] = WebCPackage[key];
112
- } else {
113
- if (typeof WebCPackage[key] === "object") {
114
- Object.assign(pkg, WebCPackage[key]);
115
- }
15
+ const pkg = {
16
+ _ui5metadata: {
17
+ name: "sap/ushell/gen/ui5/webcomponents-fiori",
18
+ version: "2.15.0",
19
+ dependencies: ["sap.ui.core"],
20
+ types: [
21
+ "sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout",
22
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign",
23
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType",
24
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout",
25
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout",
26
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign",
27
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign",
28
+ "sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode",
29
+ "sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance",
30
+ "sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign",
31
+ "sap.ushell.gen.ui5.webcomponents-fiori.SearchMode",
32
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown",
33
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition",
34
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility",
35
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign",
36
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode",
37
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout",
38
+ "sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode",
39
+ "sap.ushell.gen.ui5.webcomponents-fiori.UploadState",
40
+ "sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode",
41
+ "sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout"
42
+ ],
43
+ interfaces: [
44
+ "sap.ushell.gen.ui5.webcomponents-fiori.IMediaGalleryItem",
45
+ "sap.ushell.gen.ui5.webcomponents-fiori.IProductSwitchItem",
46
+ "sap.ushell.gen.ui5.webcomponents-fiori.ISearchScope",
47
+ "sap.ushell.gen.ui5.webcomponents-fiori.ITimelineItem"
48
+ ],
49
+ controls: [
50
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.BarcodeScannerDialog",
51
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPage",
52
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageHeader",
53
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicPageTitle",
54
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.DynamicSideContent",
55
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItem",
56
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FilterItemOption",
57
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.FlexibleColumnLayout",
58
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.GroupItem",
59
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.IllustratedMessage",
60
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGallery",
61
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.MediaGalleryItem",
62
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NavigationLayout",
63
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationList",
64
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListGroupItem",
65
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.NotificationListItem",
66
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Page",
67
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitch",
68
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ProductSwitchItem",
69
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Search",
70
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItem",
71
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItemGroup",
72
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchItemShowMore",
73
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchMessageArea",
74
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SearchScope",
75
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBar",
76
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarBranding",
77
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarItem",
78
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSearch",
79
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.ShellBarSpacer",
80
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigation",
81
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationGroup",
82
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationItem",
83
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SideNavigationSubItem",
84
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.SortItem",
85
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.Timeline",
86
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineGroupItem",
87
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.TimelineItem",
88
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollection",
89
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UploadCollectionItem",
90
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenu",
91
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuAccount",
92
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItem",
93
+ "sap.ushell.gen.ui5.webcomponents-fiori.dist.UserMenuItemGroup",
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: "../"
116
103
  }
117
- });
118
- }
119
-
120
- /**
121
- * Different types of FCLLayout.
122
- * @enum {string}
123
- * @public
124
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.FCLLayout
125
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori FCLLayout
126
- */
127
-
128
- pkg["FCLLayout"] = {
129
- /**
130
- * The layout will display 1 column.
131
- * @public
132
- */
133
- "OneColumn": "OneColumn",
134
- /**
135
- *
136
- Desktop: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
137
- Tablet: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
138
- Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
139
-
140
- Use to display both a list and a detail page when the user should focus on the list page.
141
- * @public
142
- */
143
- "TwoColumnsStartExpanded": "TwoColumnsStartExpanded",
144
- /**
145
- * Desktop: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
146
- Tablet: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
147
- Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
104
+ };
148
105
 
149
- Use to display both a list and a detail page when the user should focus on the detail page.
150
- * @public
151
- */
152
- "TwoColumnsMidExpanded": "TwoColumnsMidExpanded",
153
- /**
154
- * Desktop: Defaults to 25 - 50 - 25 percent widths of columns. Start, Mid (expanded) and End columns are displayed
155
- 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
156
- Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
157
-
158
- Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
159
- * @public
160
- */
161
- "ThreeColumnsMidExpanded": "ThreeColumnsMidExpanded",
162
- /**
163
- * Desktop: Defaults to 25 - 25 - 50 percent widths of columns. Start, Mid and End (expanded) columns are displayed
164
- 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
165
- Phone: Fixed -- -- 100 percent widths of columns (only the End column is displayed)
166
-
167
- Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
168
- * @public
169
- */
170
- "ThreeColumnsEndExpanded": "ThreeColumnsEndExpanded",
171
- /**
172
- * 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
173
- 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
174
- Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
175
-
176
- Use to display the list and detail pages when the user should focus on the list.
177
- The detail-detail is still loaded and easily accessible by dragging the columns-separator
178
- * @public
179
- */
180
- "ThreeColumnsStartExpandedEndHidden": "ThreeColumnsStartExpandedEndHidden",
181
- /**
182
- * 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
183
- 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
184
- Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
185
-
186
- Use to display the list and detail pages when the user should focus on the detail.
187
- The detail-detail is still loaded and easily accessible by dragging the columns-separator
188
- * @public
189
- */
190
- "ThreeColumnsMidExpandedEndHidden": "ThreeColumnsMidExpandedEndHidden",
191
- /**
192
- * Desktop: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
193
- Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
194
- Phone: Fixed -- 100 percent width of the Mid column, only the Mid column is displayed.
195
-
196
- Use to display the Mid and End columns while the Start column is hidden.
197
- * @public
198
- */
199
- "ThreeColumnsStartHiddenMidExpanded": "ThreeColumnsStartHiddenMidExpanded",
200
- /**
201
- * Desktop: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
202
- Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
203
- Phone: Fixed -- 100 percent width of the End column, only the End column is displayed.
204
-
205
- Use to display the Mid column and expanded End column while the grip of the separator is not visible.
206
- * @public
207
- */
208
- "ThreeColumnsStartHiddenEndExpanded": "ThreeColumnsStartHiddenEndExpanded",
209
- /**
210
- * Desktop: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
211
- Tablet: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
212
- Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
213
-
214
- Use to display a detail page only, when the user should focus entirely on it.
215
- * @public
216
- */
217
- "MidColumnFullScreen": "MidColumnFullScreen",
218
- /**
219
- * Desktop: Fixed -- -- 100 percent widths of columns, only the End column is displayed
220
- Tablet: Fixed -- -- 100 percent widths of columns, only the End column is displayed
221
- Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
222
-
223
- Use to display a detail-detail page only, when the user should focus entirely on it.
224
- * @public
225
- */
226
- "EndColumnFullScreen": "EndColumnFullScreen",
227
- };
228
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout", pkg["FCLLayout"]);
229
- /**
230
- * Different types of IllustrationMessageDesign.
231
- * @enum {string}
232
- * @public
233
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageDesign
234
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageDesign
235
- */
236
-
237
- pkg["IllustrationMessageDesign"] = {
238
- /**
239
- * Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Dot</code>, <code>Spot</code>,
240
- <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
241
-
242
- **Note:** `Auto` is the only option where the illustration size is changed according to
243
- the available container width. If any other `IllustratedMessageSize` is chosen, it remains
244
- until changed by the app developer.
245
- * @public
246
- */
247
- "Auto": "Auto",
248
- /**
249
- * Base `Illustration` size (XS breakpoint). Suitable for cards (two columns).
250
-
251
- **Note:** When `Base` is in use, no illustration is displayed.
252
- * @public
253
- */
254
- "Base": "Base",
255
- /**
256
- * Dot <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
257
- * @public
258
- */
259
- "Dot": "Dot",
260
- /**
261
- * Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
262
- * @public
263
- */
264
- "Spot": "Spot",
265
- /**
266
- * Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
267
- * @public
268
- */
269
- "Dialog": "Dialog",
270
- /**
271
- * Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
272
- * @public
273
- */
274
- "Scene": "Scene",
275
- /**
276
- * ExtraSmall <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
277
- * @public
278
- */
279
- "ExtraSmall": "ExtraSmall",
280
- /**
281
- * Small <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
282
- * @public
283
- */
284
- "Small": "Small",
285
- /**
286
- * Medium `Illustration` size (M breakpoint). Suitable for dialogs.
287
- * @public
288
- */
289
- "Medium": "Medium",
290
- /**
291
- * Large `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
292
- * @public
293
- */
294
- "Large": "Large",
295
- };
296
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign", pkg["IllustrationMessageDesign"]);
297
- /**
298
- * Different illustration types of Illustrated Message.
299
- * @enum {string}
300
- * @public
301
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageType
302
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageType
303
- */
304
-
305
- pkg["IllustrationMessageType"] = {
306
- /**
307
- * "Achievement" illustration type.
308
- * @public
309
- */
310
- "Achievement": "Achievement",
311
- /**
312
- * "Adding Columns" illustration type.
313
- * @public
314
- */
315
- "AddingColumns": "AddingColumns",
316
- /**
317
- * "Add People To Calendar" illustration type.
318
- * @public
319
- */
320
- "AddPeopleToCalendar": "AddPeopleToCalendar",
321
- /**
322
- * "Before Search" illustration type.
323
- * @public
324
- */
325
- "BeforeSearch": "BeforeSearch",
326
- /**
327
- * "Drag Files To Upload" illustration type.
328
- * @public
329
- */
330
- "DragFilesToUpload": "DragFilesToUpload",
331
- /**
332
- * "Filtering Columns" illustration type.
333
- * @public
334
- */
335
- "FilteringColumns": "FilteringColumns",
336
- /**
337
- * "Grouping Columns" illustration type.
338
- * @public
339
- */
340
- "GroupingColumns": "GroupingColumns",
341
- /**
342
- * "New Mail" illustration type.
343
- * @public
344
- */
345
- "NewMail": "NewMail",
346
- /**
347
- * "No Activities" illustration type.
348
- * @public
349
- */
350
- "NoActivities": "NoActivities",
351
- /**
352
- * "No Columns Set" illustration type.
353
- * @public
354
- */
355
- "NoColumnsSet": "NoColumnsSet",
356
- /**
357
- * "No Data" illustration type.
358
- * @public
359
- */
360
- "NoData": "NoData",
361
- /**
362
- * "No Email" illustration type.
363
- * @public
364
- */
365
- "NoMail": "NoMail",
366
- /**
367
- * "No Email v1" illustration type.
368
- * @public
369
- */
370
- "NoMail_v1": "NoMail_v1",
371
- /**
372
- * "No Entries" illustration type.
373
- * @public
374
- */
375
- "NoEntries": "NoEntries",
376
- /**
377
- * "No Notifications" illustration type.
378
- * @public
379
- */
380
- "NoNotifications": "NoNotifications",
381
- /**
382
- * "No Saved Items" illustration type.
383
- * @public
384
- */
385
- "NoSavedItems": "NoSavedItems",
386
- /**
387
- * "No Saved Items v1" illustration type.
388
- * @public
389
- */
390
- "NoSavedItems_v1": "NoSavedItems_v1",
391
- /**
392
- * "No Search Results" illustration type.
393
- * @public
394
- */
395
- "NoSearchResults": "NoSearchResults",
396
- /**
397
- * "No Tasks" illustration type.
398
- * @public
399
- */
400
- "NoTasks": "NoTasks",
401
- /**
402
- * "No Tasks v1" illustration type.
403
- * @public
404
- */
405
- "NoTasks_v1": "NoTasks_v1",
406
- /**
407
- * "No Dimensions Set" illustration type.
408
- * @public
409
- */
410
- "NoDimensionsSet": "NoDimensionsSet",
411
- /**
412
- * "Unable To Load" illustration type.
413
- * @public
414
- */
415
- "UnableToLoad": "UnableToLoad",
416
- /**
417
- * "Unable To Load Image" illustration type.
418
- * @public
419
- */
420
- "UnableToLoadImage": "UnableToLoadImage",
421
- /**
422
- * "Unable To Upload" illustration type.
423
- * @public
424
- */
425
- "UnableToUpload": "UnableToUpload",
426
- /**
427
- * "Upload To Cloud" illustration type.
428
- * @public
429
- */
430
- "UploadToCloud": "UploadToCloud",
431
- /**
432
- * "Add Column" illustration type.
433
- * @public
434
- */
435
- "AddColumn": "AddColumn",
436
- /**
437
- * "Add People" illustration type.
438
- * @public
439
- */
440
- "AddPeople": "AddPeople",
441
- /**
442
- * "Add Dimensions" illustration type.
443
- * @public
444
- */
445
- "AddDimensions": "AddDimensions",
446
- /**
447
- * "Balloon Sky" illustration type.
448
- * @public
449
- */
450
- "BalloonSky": "BalloonSky",
451
- /**
452
- * "Connection" illustration type.
453
- * @public
454
- */
455
- "Connection": "Connection",
456
- /**
457
- * "Empty Calendar" illustration type.
458
- * @public
459
- */
460
- "EmptyCalendar": "EmptyCalendar",
461
- /**
462
- * "Empty List" illustration type.
463
- * @public
464
- */
465
- "EmptyList": "EmptyList",
466
- /**
467
- * "Empty Planning Calendar" illustration type.
468
- * @public
469
- */
470
- "EmptyPlanningCalendar": "EmptyPlanningCalendar",
471
- /**
472
- * "Error Screen" illustration type.
473
- * @public
474
- */
475
- "ErrorScreen": "ErrorScreen",
476
- /**
477
- * "Filter Table" illustration type.
478
- * @public
479
- */
480
- "FilterTable": "FilterTable",
481
- /**
482
- * "Group Table" illustration type.
483
- * @public
484
- */
485
- "GroupTable": "GroupTable",
486
- /**
487
- * "Key Task" illustration type.
488
- * @public
489
- */
490
- "KeyTask": "KeyTask",
491
- /**
492
- * "No Chart Data" illustration type.
493
- * @public
494
- */
495
- "NoChartData": "NoChartData",
496
- /**
497
- * "No Filter Results" illustration type.
498
- * @public
499
- */
500
- "NoFilterResults": "NoFilterResults",
501
- /**
502
- * "Page Not Found" illustration type.
503
- * @public
504
- */
505
- "PageNotFound": "PageNotFound",
506
- /**
507
- * "Reload Screen" illustration type.
508
- * @public
509
- */
510
- "ReloadScreen": "ReloadScreen",
511
- /**
512
- * "Resize Column" illustration type.
513
- * @public
514
- */
515
- "ResizeColumn": "ResizeColumn",
516
- /**
517
- * "Resizing Columns" illustration type.
518
- * @public
519
- */
520
- "ResizingColumns": "ResizingColumns",
521
- /**
522
- * "Receive Appreciation" illustration type.
523
- * @public
524
- */
525
- "ReceiveAppreciation": "ReceiveAppreciation",
526
- /**
527
- * "Search Earth" illustration type.
528
- * @public
529
- */
530
- "SearchEarth": "SearchEarth",
531
- /**
532
- * "Search Folder" illustration type.
533
- * @public
534
- */
535
- "SearchFolder": "SearchFolder",
536
- /**
537
- * "Sign Out" illustration type.
538
- * @public
539
- */
540
- "SignOut": "SignOut",
541
- /**
542
- * "Simple Balloon" illustration type.
543
- * @public
544
- */
545
- "SimpleBalloon": "SimpleBalloon",
546
- /**
547
- * "Simple Bell" illustration type.
548
- * @public
549
- */
550
- "SimpleBell": "SimpleBell",
551
- /**
552
- * "Simple Calendar" illustration type.
553
- * @public
554
- */
555
- "SimpleCalendar": "SimpleCalendar",
556
- /**
557
- * "Simple CheckMark" illustration type.
558
- * @public
559
- */
560
- "SimpleCheckMark": "SimpleCheckMark",
561
- /**
562
- * "Simple Connection" illustration type.
563
- * @public
564
- */
565
- "SimpleConnection": "SimpleConnection",
566
- /**
567
- * "Simple Empty Doc" illustration type.
568
- * @public
569
- */
570
- "SimpleEmptyDoc": "SimpleEmptyDoc",
571
- /**
572
- * "Simple Empty List" illustration type.
573
- * @public
574
- */
575
- "SimpleEmptyList": "SimpleEmptyList",
576
- /**
577
- * "Simple Error" illustration type.
578
- * @public
579
- */
580
- "SimpleError": "SimpleError",
581
- /**
582
- * "Simple Magnifier" illustration type.
583
- * @public
584
- */
585
- "SimpleMagnifier": "SimpleMagnifier",
586
- /**
587
- * "Simple Mail" illustration type.
588
- * @public
589
- */
590
- "SimpleMail": "SimpleMail",
591
- /**
592
- * "Simple No Saved Items" illustration type.
593
- * @public
594
- */
595
- "SimpleNoSavedItems": "SimpleNoSavedItems",
596
- /**
597
- * "Simple Not Found Magnifier" illustration type.
598
- * @public
599
- */
600
- "SimpleNotFoundMagnifier": "SimpleNotFoundMagnifier",
601
- /**
602
- * "Simple Reload" illustration type.
603
- * @public
604
- */
605
- "SimpleReload": "SimpleReload",
606
- /**
607
- * "Simple Task" illustration type.
608
- * @public
609
- */
610
- "SimpleTask": "SimpleTask",
611
- /**
612
- * "Sleeping Bell" illustration type.
613
- * @public
614
- */
615
- "SleepingBell": "SleepingBell",
616
- /**
617
- * "Sort Column" illustration type.
618
- * @public
619
- */
620
- "SortColumn": "SortColumn",
621
- /**
622
- * "Sorting Columns" illustration type.
623
- * @public
624
- */
625
- "SortingColumns": "SortingColumns",
626
- /**
627
- * "Success Balloon" illustration type.
628
- * @public
629
- */
630
- "SuccessBalloon": "SuccessBalloon",
631
- /**
632
- * "Success CheckMark" illustration type.
633
- * @public
634
- */
635
- "SuccessCheckMark": "SuccessCheckMark",
636
- /**
637
- * "Success HighFive" illustration type.
638
- * @public
639
- */
640
- "SuccessHighFive": "SuccessHighFive",
641
- /**
642
- * "Success Screen" illustration type.
643
- * @public
644
- */
645
- "SuccessScreen": "SuccessScreen",
646
- /**
647
- * "Survey" illustration type.
648
- * @public
649
- */
650
- "Survey": "Survey",
651
- /**
652
- * "Tent" illustration type.
653
- * @public
654
- */
655
- "Tent": "Tent",
656
- /**
657
- * "Upload Collection" illustration type.
658
- * @public
659
- */
660
- "UploadCollection": "UploadCollection",
661
- /**
662
- * "User Has Signed Up" illustration type.
663
- * @public
664
- */
665
- "UserHasSignedUp": "UserHasSignedUp",
666
- /**
667
- * "TntAvatar" illustration type.
668
- * @public
669
- */
670
- "TntAvatar": "TntAvatar",
671
- /**
672
- * "TntCalculator" illustration type.
673
- * @public
674
- */
675
- "TntCalculator": "TntCalculator",
676
- /**
677
- * "TntChartArea" illustration type.
678
- * @public
679
- */
680
- "TntChartArea": "TntChartArea",
681
- /**
682
- * "TntChartArea2" illustration type.
683
- * @public
684
- */
685
- "TntChartArea2": "TntChartArea2",
686
- /**
687
- * "TntChartBar" illustration type.
688
- * @public
689
- */
690
- "TntChartBar": "TntChartBar",
691
- /**
692
- * "TntChartBPMNFlow" illustration type.
693
- * @public
694
- */
695
- "TntChartBPMNFlow": "TntChartBPMNFlow",
696
- /**
697
- * "TntChartBullet" illustration type.
698
- * @public
699
- */
700
- "TntChartBullet": "TntChartBullet",
701
- /**
702
- * "TntChartDoughnut" illustration type.
703
- * @public
704
- */
705
- "TntChartDoughnut": "TntChartDoughnut",
706
- /**
707
- * "TntChartFlow" illustration type.
708
- * @public
709
- */
710
- "TntChartFlow": "TntChartFlow",
711
- /**
712
- * "TntChartGantt" illustration type.
713
- * @public
714
- */
715
- "TntChartGantt": "TntChartGantt",
716
- /**
717
- * "TntChartOrg" illustration type.
718
- * @public
719
- */
720
- "TntChartOrg": "TntChartOrg",
721
- /**
722
- * "TntChartPie" illustration type.
723
- * @public
724
- */
725
- "TntChartPie": "TntChartPie",
726
- /**
727
- * "TntCodePlaceholder" illustration type.
728
- * @public
729
- */
730
- "TntCodePlaceholder": "TntCodePlaceholder",
731
- /**
732
- * "TntCompany" illustration type.
733
- * @public
734
- */
735
- "TntCompany": "TntCompany",
736
- /**
737
- * "TntCompass" illustration type.
738
- * @public
739
- */
740
- "TntCompass": "TntCompass",
741
- /**
742
- * "TntComponents" illustration type.
743
- * @public
744
- */
745
- "TntComponents": "TntComponents",
746
- /**
747
- * "TntDialog" illustration type.
748
- * @public
749
- */
750
- "TntDialog": "TntDialog",
751
- /**
752
- * "TntExternalLink" illustration type.
753
- * @public
754
- */
755
- "TntExternalLink": "TntExternalLink",
756
- /**
757
- * "TntFaceID" illustration type.
758
- * @public
759
- */
760
- "TntFaceID": "TntFaceID",
761
- /**
762
- * "TntFingerprint" illustration type.
763
- * @public
764
- */
765
- "TntFingerprint": "TntFingerprint",
766
- /**
767
- * "TntHandshake" illustration type.
768
- * @public
769
- */
770
- "TntHandshake": "TntHandshake",
771
- /**
772
- * "TntHelp" illustration type.
773
- * @public
774
- */
775
- "TntHelp": "TntHelp",
776
- /**
777
- * "TntLock" illustration type.
778
- * @public
779
- */
780
- "TntLock": "TntLock",
781
- /**
782
- * "TntMission" illustration type.
783
- * @public
784
- */
785
- "TntMission": "TntMission",
786
- /**
787
- * "TntMissionFailed" illustration type.
788
- * @public
789
- */
790
- "TntMissionFailed": "TntMissionFailed",
791
- /**
792
- * "TntNoApplications" illustration type.
793
- * @public
794
- */
795
- "TntNoApplications": "TntNoApplications",
796
- /**
797
- * "TntNoFlows" illustration type.
798
- * @public
799
- */
800
- "TntNoFlows": "TntNoFlows",
801
- /**
802
- * "TntNoUsers" illustration type.
803
- * @public
804
- */
805
- "TntNoUsers": "TntNoUsers",
806
- /**
807
- * "TntRadar" illustration type.
808
- * @public
809
- */
810
- "TntRadar": "TntRadar",
811
- /**
812
- * "TntRoadMap" illustration type.
813
- * @public
814
- */
815
- "TntRoadMap": "TntRoadMap",
816
- /**
817
- * "TntSecrets" illustration type.
818
- * @public
819
- */
820
- "TntSecrets": "TntSecrets",
821
- /**
822
- * "TntServices" illustration type.
823
- * @public
824
- */
825
- "TntServices": "TntServices",
826
- /**
827
- * "TntSessionExpired" illustration type.
828
- * @public
829
- */
830
- "TntSessionExpired": "TntSessionExpired",
831
- /**
832
- * "TntSessionExpiring" illustration type.
833
- * @public
834
- */
835
- "TntSessionExpiring": "TntSessionExpiring",
836
- /**
837
- * "TntSettings" illustration type.
838
- * @public
839
- */
840
- "TntSettings": "TntSettings",
841
- /**
842
- * "TntSuccess" illustration type.
843
- * @public
844
- */
845
- "TntSuccess": "TntSuccess",
846
- /**
847
- * "TntSuccessfulAuth" illustration type.
848
- * @public
849
- */
850
- "TntSuccessfulAuth": "TntSuccessfulAuth",
851
- /**
852
- * "TntSystems" illustration type.
853
- * @public
854
- */
855
- "TntSystems": "TntSystems",
856
- /**
857
- * "TntTeams" illustration type.
858
- * @public
859
- */
860
- "TntTeams": "TntTeams",
861
- /**
862
- * "TntTools" illustration type.
863
- * @public
864
- */
865
- "TntTools": "TntTools",
866
- /**
867
- * "TntTutorials" illustration type.
868
- * @public
869
- */
870
- "TntTutorials": "TntTutorials",
871
- /**
872
- * "TntUnableToLoad" illustration type.
873
- * @public
874
- */
875
- "TntUnableToLoad": "TntUnableToLoad",
876
- /**
877
- * "TntUnlock" illustration type.
878
- * @public
879
- */
880
- "TntUnlock": "TntUnlock",
881
- /**
882
- * "TntUnsuccessfulAuth" illustration type.
883
- * @public
884
- */
885
- "TntUnsuccessfulAuth": "TntUnsuccessfulAuth",
886
- /**
887
- * "TntUser2" illustration type.
888
- * @public
889
- */
890
- "TntUser2": "TntUser2",
891
- };
892
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType", pkg["IllustrationMessageType"]);
893
- /**
894
- * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
895
- * @enum {string}
896
- * @public
897
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryItemLayout
898
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryItemLayout
899
- */
900
-
901
- pkg["MediaGalleryItemLayout"] = {
902
- /**
903
- * Recommended to use when the item contains an image.
904
-
905
- When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
906
- * @public
907
- */
908
- "Square": "Square",
909
- /**
910
- * Recommended to use when the item contains video content.
911
-
912
- When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
913
- (stretched to fill all of the available width) for optimal user experiance.
914
- * @public
915
- */
916
- "Wide": "Wide",
917
- };
918
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout", pkg["MediaGalleryItemLayout"]);
919
- /**
920
- * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
921
- * @enum {string}
922
- * @public
923
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryLayout
924
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryLayout
925
- */
926
-
927
- pkg["MediaGalleryLayout"] = {
928
- /**
929
- * The layout is determined automatically.
930
- * @public
931
- */
932
- "Auto": "Auto",
933
- /**
934
- * Displays the layout as a vertical split between the thumbnails list and the selected image.
935
- * @public
936
- */
937
- "Vertical": "Vertical",
938
- /**
939
- * Displays the layout as a horizontal split between the thumbnails list and the selected image.
940
- * @public
941
- */
942
- "Horizontal": "Horizontal",
943
- };
944
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout", pkg["MediaGalleryLayout"]);
945
- /**
946
- * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
947
- * @enum {string}
948
- * @public
949
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuHorizontalAlign
950
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuHorizontalAlign
951
- */
952
-
953
- pkg["MediaGalleryMenuHorizontalAlign"] = {
954
- /**
955
- * Displays the menu on the left side of the target.
956
- * @public
957
- */
958
- "Left": "Left",
959
- /**
960
- * Displays the menu on the right side of the target.
961
- * @public
962
- */
963
- "Right": "Right",
964
- };
965
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign", pkg["MediaGalleryMenuHorizontalAlign"]);
966
- /**
967
- * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
968
- * @enum {string}
969
- * @public
970
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuVerticalAlign
971
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuVerticalAlign
972
- */
973
-
974
- pkg["MediaGalleryMenuVerticalAlign"] = {
975
- /**
976
- * Displays the menu at the top of the reference control.
977
- * @public
978
- */
979
- "Top": "Top",
980
- /**
981
- * Displays the menu at the bottom of the reference control.
982
- * @public
983
- */
984
- "Bottom": "Bottom",
985
- };
986
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign", pkg["MediaGalleryMenuVerticalAlign"]);
987
- /**
988
- * Specifies the navigation layout mode.
989
- * @enum {string}
990
- * @public
991
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NavigationLayoutMode
992
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NavigationLayoutMode
993
- */
994
-
995
- pkg["NavigationLayoutMode"] = {
996
- /**
997
- * Automatically calculates the navigation layout mode based on the screen device type.
998
- `Expanded` on desktop and `Collapsed` on tablet and phone.
999
- * @public
1000
- */
1001
- "Auto": "Auto",
1002
- /**
1003
- * Collapsed side navigation.
1004
- * @public
1005
- */
1006
- "Collapsed": "Collapsed",
1007
- /**
1008
- * Expanded side navigation.
1009
- * @public
1010
- */
1011
- "Expanded": "Expanded",
1012
- };
1013
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode", pkg["NavigationLayoutMode"]);
1014
- /**
1015
- * Different types of NotificationListItemImportance.
1016
- * @enum {string}
1017
- * @public
1018
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NotificationListItemImportance
1019
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NotificationListItemImportance
1020
- */
1021
-
1022
- pkg["NotificationListItemImportance"] = {
1023
- /**
1024
- *
1025
- * @public
1026
- */
1027
- "Standard": "Standard",
1028
- /**
1029
- *
1030
- * @public
1031
- */
1032
- "Important": "Important",
1033
- };
1034
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance", pkg["NotificationListItemImportance"]);
1035
- /**
1036
- * Available Page Background Design.
1037
- * @enum {string}
1038
- * @public
1039
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.PageBackgroundDesign
1040
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori PageBackgroundDesign
1041
- */
1042
-
1043
- pkg["PageBackgroundDesign"] = {
1044
- /**
1045
- * Page background color when a List is set as the Page content.
1046
- * @public
1047
- */
1048
- "List": "List",
1049
- /**
1050
- * A solid background color dependent on the theme.
1051
- * @public
1052
- */
1053
- "Solid": "Solid",
1054
- /**
1055
- * Transparent background for the page.
1056
- * @public
1057
- */
1058
- "Transparent": "Transparent",
1059
- };
1060
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign", pkg["PageBackgroundDesign"]);
1061
- /**
1062
- * Search mode options.
1063
- * @enum {string}
1064
- * @public
1065
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SearchMode
1066
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SearchMode
1067
- */
1068
-
1069
- pkg["SearchMode"] = {
1070
- /**
1071
- * Search field with default appearance.
1072
- * @public
1073
- */
1074
- "Default": "Default",
1075
- /**
1076
- * Search field with additional scope select.
1077
- * @public
1078
- */
1079
- "Scoped": "Scoped",
1080
- };
1081
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SearchMode", pkg["SearchMode"]);
1082
- /**
1083
- * SideContent FallDown options.
1084
- * @enum {string}
1085
- * @public
1086
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentFallDown
1087
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentFallDown
1088
- */
1089
-
1090
- pkg["SideContentFallDown"] = {
1091
- /**
1092
- * Side content falls down on breakpoints below XL
1093
- * @public
1094
- */
1095
- "BelowXL": "BelowXL",
1096
- /**
1097
- * Side content falls down on breakpoints below L
1098
- * @public
1099
- */
1100
- "BelowL": "BelowL",
1101
- /**
1102
- * Side content falls down on breakpoints below M
1103
- * @public
1104
- */
1105
- "BelowM": "BelowM",
1106
- /**
1107
- * Side content falls down on breakpoint M and the minimum width for the side content
1108
- * @public
1109
- */
1110
- "OnMinimumWidth": "OnMinimumWidth",
1111
- };
1112
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown", pkg["SideContentFallDown"]);
1113
- /**
1114
- * Side Content position options.
1115
- * @enum {string}
1116
- * @public
1117
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentPosition
1118
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentPosition
1119
- */
1120
-
1121
- pkg["SideContentPosition"] = {
1122
- /**
1123
- * The side content is on the right side of the main container
1124
- in left-to-right mode and on the left side in right-to-left mode.
1125
- * @public
1126
- */
1127
- "End": "End",
1128
- /**
1129
- * The side content is on the left side of the main container
1130
- in left-to-right mode and on the right side in right-to-left mode.
1131
- * @public
1132
- */
1133
- "Start": "Start",
1134
- };
1135
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition", pkg["SideContentPosition"]);
1136
- /**
1137
- * Side Content visibility options.
1138
- * @enum {string}
1139
- * @public
1140
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentVisibility
1141
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentVisibility
1142
- */
1143
-
1144
- pkg["SideContentVisibility"] = {
1145
- /**
1146
- * Show the side content on any breakpoint
1147
- * @public
1148
- */
1149
- "AlwaysShow": "AlwaysShow",
1150
- /**
1151
- * Show the side content on XL breakpoint
1152
- * @public
1153
- */
1154
- "ShowAboveL": "ShowAboveL",
1155
- /**
1156
- * Show the side content on L and XL breakpoints
1157
- * @public
1158
- */
1159
- "ShowAboveM": "ShowAboveM",
1160
- /**
1161
- * Show the side content on M, L and XL breakpoints
1162
- * @public
1163
- */
1164
- "ShowAboveS": "ShowAboveS",
1165
- /**
1166
- * Don't show the side content on any breakpoints
1167
- * @public
1168
- */
1169
- "NeverShow": "NeverShow",
1170
- };
1171
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility", pkg["SideContentVisibility"]);
1172
- /**
1173
- * SideNavigationItem designs.
1174
- * @enum {string}
1175
- * @public
1176
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideNavigationItemDesign
1177
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideNavigationItemDesign
1178
- */
1179
-
1180
- pkg["SideNavigationItemDesign"] = {
1181
- /**
1182
- * Design for items that perform navigation, contain navigation child items, or both.
1183
- * @public
1184
- */
1185
- "Default": "Default",
1186
- /**
1187
- * Design for items that trigger an action, such as opening a dialog.
1188
-
1189
- **Note:** Items with this design must not have sub-items.
1190
-
1191
- **Note:** Items that open a dialog must set `hasPopup="dialog"` via `accessibilityAttributes` property.
1192
- * @public
1193
- */
1194
- "Action": "Action",
1195
- };
1196
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign", pkg["SideNavigationItemDesign"]);
1197
- /**
1198
- * Timeline growing modes.
1199
- * @enum {string}
1200
- * @public
1201
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineGrowingMode
1202
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineGrowingMode
1203
- */
1204
-
1205
- pkg["TimelineGrowingMode"] = {
1206
- /**
1207
- * Event `load-more` is fired
1208
- upon pressing a "More" button at the end.
1209
- * @public
1210
- */
1211
- "Button": "Button",
1212
- /**
1213
- * Event `load-more` is fired upon scroll.
1214
- * @public
1215
- */
1216
- "Scroll": "Scroll",
1217
- /**
1218
- * The growing feature is not enabled.
1219
- * @public
1220
- */
1221
- "None": "None",
1222
- };
1223
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode", pkg["TimelineGrowingMode"]);
1224
- /**
1225
- * Available Timeline layout orientation
1226
- * @enum {string}
1227
- * @public
1228
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineLayout
1229
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineLayout
1230
- */
1231
-
1232
- pkg["TimelineLayout"] = {
1233
- /**
1234
- * Vertical layout
1235
- Default type
1236
- * @public
1237
- */
1238
- "Vertical": "Vertical",
1239
- /**
1240
- * Horizontal layout
1241
- * @public
1242
- */
1243
- "Horizontal": "Horizontal",
1244
- };
1245
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout", pkg["TimelineLayout"]);
1246
- /**
1247
- * Different UploadCollection selection modes.
1248
- * @enum {string}
1249
- * @public
1250
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadCollectionSelectionMode
1251
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadCollectionSelectionMode
1252
- */
1253
-
1254
- pkg["UploadCollectionSelectionMode"] = {
1255
- /**
1256
- * Default mode (no selection).
1257
- * @public
1258
- */
1259
- "None": "None",
1260
- /**
1261
- * Right-positioned single selection mode (only one list item can be selected).
1262
- * @public
1263
- */
1264
- "Single": "Single",
1265
- /**
1266
- * Left-positioned single selection mode (only one list item can be selected).
1267
- * @public
1268
- */
1269
- "SingleStart": "SingleStart",
1270
- /**
1271
- * Selected item is highlighted but no selection element is visible
1272
- (only one list item can be selected).
1273
- * @public
1274
- */
1275
- "SingleEnd": "SingleEnd",
1276
- /**
1277
- * Selected item is highlighted and selection is changed upon arrow navigation
1278
- (only one list item can be selected - this is always the focused item).
1279
- * @public
1280
- */
1281
- "SingleAuto": "SingleAuto",
1282
- /**
1283
- * Multi selection mode (more than one list item can be selected).
1284
- * @public
1285
- */
1286
- "Multiple": "Multiple",
1287
- };
1288
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode", pkg["UploadCollectionSelectionMode"]);
1289
- /**
1290
- * Different types of UploadState.
1291
- * @enum {string}
1292
- * @public
1293
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadState
1294
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadState
1295
- */
1296
-
1297
- pkg["UploadState"] = {
1298
- /**
1299
- * The file has been uploaded successfully.
1300
- * @public
1301
- */
1302
- "Complete": "Complete",
1303
- /**
1304
- * The file cannot be uploaded due to an error.
1305
- * @public
1306
- */
1307
- "Error": "Error",
1308
- /**
1309
- * The file is awaiting an explicit command to start being uploaded.
1310
- * @public
1311
- */
1312
- "Ready": "Ready",
1313
- /**
1314
- * The file is currently being uploaded.
1315
- * @public
1316
- */
1317
- "Uploading": "Uploading",
1318
- };
1319
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadState", pkg["UploadState"]);
1320
- /**
1321
- * Different types of Bar.
1322
- * @enum {string}
1323
- * @public
1324
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.ViewSettingsDialogMode
1325
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ViewSettingsDialogMode
1326
- */
1327
-
1328
- pkg["ViewSettingsDialogMode"] = {
1329
- /**
1330
- * Default type
1331
- * @public
1332
- */
1333
- "Sort": "Sort",
1334
- /**
1335
- * Filter type
1336
- * @public
1337
- */
1338
- "Filter": "Filter",
1339
- };
1340
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode", pkg["ViewSettingsDialogMode"]);
1341
- /**
1342
- * Enumeration for different content layouts of the `ui5-wizard`.
1343
- * @enum {string}
1344
- * @public
1345
- * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.WizardContentLayout
1346
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori WizardContentLayout
1347
- */
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
+ }
1348
117
 
1349
- pkg["WizardContentLayout"] = {
1350
- /**
1351
- * Display the content of the `ui5-wizard` as multiple steps in a scroll section.
1352
- * @public
1353
- */
1354
- "MultipleSteps": "MultipleSteps",
1355
118
  /**
1356
- * Display the content of the `ui5-wizard` as single step.
1357
- * @public
1358
- */
1359
- "SingleStep": "SingleStep",
1360
- };
1361
- registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout", pkg["WizardContentLayout"]);
1362
-
1363
- // Interfaces
1364
- /**
1365
- * Interface for components that can be slotted inside `ui5-media-gallery` as items.
1366
- * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IMediaGalleryItem
1367
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IMediaGalleryItem
1368
- * @interface
1369
- * @public
1370
- */
1371
-
1372
- /**
1373
- * Interface for components that may be slotted inside `ui5-product-switch` as items
1374
- * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IProductSwitchItem
1375
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IProductSwitchItem
1376
- * @interface
1377
- * @public
1378
- */
1379
-
1380
- /**
1381
- * Interface for components that may be slotted inside a `ui5-search`
1382
- * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ISearchScope
1383
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ISearchScope
1384
- * @interface
1385
- * @public
1386
- */
119
+ * Different types of FCLLayout.
120
+ *
121
+ * @enum {string}
122
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.FCLLayout
123
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori FCLLayout
124
+ * @private
125
+ */
126
+ pkg["FCLLayout"] = {
127
+ /**
128
+ * The layout will display 1 column.
129
+ *
130
+ * @private
131
+ */
132
+ OneColumn: "OneColumn",
133
+ /**
134
+ *
135
+ * Desktop: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
136
+ * Tablet: Defaults to 67 - 33 - -- percent widths of columns. Start (expanded) and Mid columns are displayed.
137
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
138
+ *
139
+ * Use to display both a list and a detail page when the user should focus on the list page.
140
+ *
141
+ * @private
142
+ */
143
+ TwoColumnsStartExpanded: "TwoColumnsStartExpanded",
144
+ /**
145
+ * Desktop: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
146
+ * Tablet: Defaults to 33 - 67 - -- percent widths of columns. Start and Mid (expanded) columns are displayed
147
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
148
+ *
149
+ * Use to display both a list and a detail page when the user should focus on the detail page.
150
+ *
151
+ * @private
152
+ */
153
+ TwoColumnsMidExpanded: "TwoColumnsMidExpanded",
154
+ /**
155
+ * Desktop: Defaults to 25 - 50 - 25 percent widths of columns. Start, Mid (expanded) and End columns are displayed
156
+ * 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
157
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
158
+ *
159
+ * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail.
160
+ *
161
+ * @private
162
+ */
163
+ ThreeColumnsMidExpanded: "ThreeColumnsMidExpanded",
164
+ /**
165
+ * Desktop: Defaults to 25 - 25 - 50 percent widths of columns. Start, Mid and End (expanded) columns are displayed
166
+ * 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
167
+ * Phone: Fixed -- -- 100 percent widths of columns (only the End column is displayed)
168
+ *
169
+ * Use to display all three pages (list, detail, detail-detail) when the user should focus on the detail-detail.
170
+ *
171
+ * @private
172
+ */
173
+ ThreeColumnsEndExpanded: "ThreeColumnsEndExpanded",
174
+ /**
175
+ * 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
176
+ * 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
177
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
178
+ *
179
+ * Use to display the list and detail pages when the user should focus on the list.
180
+ * The detail-detail is still loaded and easily accessible by dragging the columns-separator
181
+ *
182
+ * @private
183
+ */
184
+ ThreeColumnsStartExpandedEndHidden: "ThreeColumnsStartExpandedEndHidden",
185
+ /**
186
+ * 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
187
+ * 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
188
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
189
+ *
190
+ * Use to display the list and detail pages when the user should focus on the detail.
191
+ * The detail-detail is still loaded and easily accessible by dragging the columns-separator
192
+ *
193
+ * @private
194
+ */
195
+ ThreeColumnsMidExpandedEndHidden: "ThreeColumnsMidExpandedEndHidden",
196
+ /**
197
+ * Desktop: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
198
+ * Tablet: Defaults to 0 - 67 - 33 percent widths of columns. Start is hidden, Mid (expanded) and End columns are displayed.
199
+ * Phone: Fixed -- 100 percent width of the Mid column, only the Mid column is displayed.
200
+ *
201
+ * Use to display the Mid and End columns while the Start column is hidden.
202
+ *
203
+ * @private
204
+ */
205
+ ThreeColumnsStartHiddenMidExpanded: "ThreeColumnsStartHiddenMidExpanded",
206
+ /**
207
+ * Desktop: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
208
+ * Tablet: Defaults to 0 - 33 - 67 percent widths of columns. Start is hidden, Mid and End (expanded) columns are displayed.
209
+ * Phone: Fixed -- 100 percent width of the End column, only the End column is displayed.
210
+ *
211
+ * Use to display the Mid column and expanded End column while the grip of the separator is not visible.
212
+ *
213
+ * @private
214
+ */
215
+ ThreeColumnsStartHiddenEndExpanded: "ThreeColumnsStartHiddenEndExpanded",
216
+ /**
217
+ * Desktop: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
218
+ * Tablet: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
219
+ * Phone: Fixed -- 100 -- percent widths of columns, only the Mid column is displayed
220
+ *
221
+ * Use to display a detail page only, when the user should focus entirely on it.
222
+ *
223
+ * @private
224
+ */
225
+ MidColumnFullScreen: "MidColumnFullScreen",
226
+ /**
227
+ * Desktop: Fixed -- -- 100 percent widths of columns, only the End column is displayed
228
+ * Tablet: Fixed -- -- 100 percent widths of columns, only the End column is displayed
229
+ * Phone: Fixed -- -- 100 percent widths of columns, only the End column is displayed
230
+ *
231
+ * Use to display a detail-detail page only, when the user should focus entirely on it.
232
+ *
233
+ * @private
234
+ */
235
+ EndColumnFullScreen: "EndColumnFullScreen"
236
+ };
237
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.FCLLayout", pkg["FCLLayout"]);
238
+ /**
239
+ * Different types of IllustrationMessageDesign.
240
+ *
241
+ * @enum {string}
242
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageDesign
243
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageDesign
244
+ * @private
245
+ */
246
+ pkg["IllustrationMessageDesign"] = {
247
+ /**
248
+ * Automatically decides the <code>Illustration</code> size (<code>Base</code>, <code>Dot</code>, <code>Spot</code>,
249
+ * <code>Dialog</code>, or <code>Scene</code>) depending on the <code>IllustratedMessage</code> container width.
250
+ *
251
+ * **Note:** `Auto` is the only option where the illustration size is changed according to
252
+ * the available container width. If any other `IllustratedMessageSize` is chosen, it remains
253
+ * until changed by the app developer.
254
+ *
255
+ * @private
256
+ */
257
+ Auto: "Auto",
258
+ /**
259
+ * Base `Illustration` size (XS breakpoint). Suitable for cards (two columns).
260
+ *
261
+ * **Note:** When `Base` is in use, no illustration is displayed.
262
+ *
263
+ * @private
264
+ */
265
+ Base: "Base",
266
+ /**
267
+ * Dot <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
268
+ *
269
+ * @private
270
+ */
271
+ Dot: "Dot",
272
+ /**
273
+ * Spot <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
274
+ *
275
+ * @private
276
+ */
277
+ Spot: "Spot",
278
+ /**
279
+ * Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
280
+ *
281
+ * @private
282
+ */
283
+ Dialog: "Dialog",
284
+ /**
285
+ * Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
286
+ *
287
+ * @private
288
+ */
289
+ Scene: "Scene",
290
+ /**
291
+ * ExtraSmall <code>Illustration</code> size (XS breakpoint). Suitable for table rows.
292
+ *
293
+ * @private
294
+ */
295
+ ExtraSmall: "ExtraSmall",
296
+ /**
297
+ * Small <code>Illustration</code> size (S breakpoint). Suitable for cards (four columns).
298
+ *
299
+ * @private
300
+ */
301
+ Small: "Small",
302
+ /**
303
+ * Medium `Illustration` size (M breakpoint). Suitable for dialogs.
304
+ *
305
+ * @private
306
+ */
307
+ Medium: "Medium",
308
+ /**
309
+ * Large `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
310
+ *
311
+ * @private
312
+ */
313
+ Large: "Large"
314
+ };
315
+ registerEnum(
316
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageDesign",
317
+ pkg["IllustrationMessageDesign"]
318
+ );
319
+ /**
320
+ * Different illustration types of Illustrated Message.
321
+ *
322
+ * @enum {string}
323
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.IllustrationMessageType
324
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IllustrationMessageType
325
+ * @private
326
+ */
327
+ pkg["IllustrationMessageType"] = {
328
+ /**
329
+ * "Achievement" illustration type.
330
+ *
331
+ * @private
332
+ */
333
+ Achievement: "Achievement",
334
+ /**
335
+ * "Adding Columns" illustration type.
336
+ *
337
+ * @private
338
+ */
339
+ AddingColumns: "AddingColumns",
340
+ /**
341
+ * "Add People To Calendar" illustration type.
342
+ *
343
+ * @private
344
+ */
345
+ AddPeopleToCalendar: "AddPeopleToCalendar",
346
+ /**
347
+ * "Before Search" illustration type.
348
+ *
349
+ * @private
350
+ */
351
+ BeforeSearch: "BeforeSearch",
352
+ /**
353
+ * "Drag Files To Upload" illustration type.
354
+ *
355
+ * @private
356
+ */
357
+ DragFilesToUpload: "DragFilesToUpload",
358
+ /**
359
+ * "Filtering Columns" illustration type.
360
+ *
361
+ * @private
362
+ */
363
+ FilteringColumns: "FilteringColumns",
364
+ /**
365
+ * "Grouping Columns" illustration type.
366
+ *
367
+ * @private
368
+ */
369
+ GroupingColumns: "GroupingColumns",
370
+ /**
371
+ * "New Mail" illustration type.
372
+ *
373
+ * @private
374
+ */
375
+ NewMail: "NewMail",
376
+ /**
377
+ * "No Activities" illustration type.
378
+ *
379
+ * @private
380
+ */
381
+ NoActivities: "NoActivities",
382
+ /**
383
+ * "No Columns Set" illustration type.
384
+ *
385
+ * @private
386
+ */
387
+ NoColumnsSet: "NoColumnsSet",
388
+ /**
389
+ * "No Data" illustration type.
390
+ *
391
+ * @private
392
+ */
393
+ NoData: "NoData",
394
+ /**
395
+ * "No Email" illustration type.
396
+ *
397
+ * @private
398
+ */
399
+ NoMail: "NoMail",
400
+ /**
401
+ * "No Email v1" illustration type.
402
+ *
403
+ * @private
404
+ */
405
+ NoMail_v1: "NoMail_v1",
406
+ /**
407
+ * "No Entries" illustration type.
408
+ *
409
+ * @private
410
+ */
411
+ NoEntries: "NoEntries",
412
+ /**
413
+ * "No Notifications" illustration type.
414
+ *
415
+ * @private
416
+ */
417
+ NoNotifications: "NoNotifications",
418
+ /**
419
+ * "No Saved Items" illustration type.
420
+ *
421
+ * @private
422
+ */
423
+ NoSavedItems: "NoSavedItems",
424
+ /**
425
+ * "No Saved Items v1" illustration type.
426
+ *
427
+ * @private
428
+ */
429
+ NoSavedItems_v1: "NoSavedItems_v1",
430
+ /**
431
+ * "No Search Results" illustration type.
432
+ *
433
+ * @private
434
+ */
435
+ NoSearchResults: "NoSearchResults",
436
+ /**
437
+ * "No Tasks" illustration type.
438
+ *
439
+ * @private
440
+ */
441
+ NoTasks: "NoTasks",
442
+ /**
443
+ * "No Tasks v1" illustration type.
444
+ *
445
+ * @private
446
+ */
447
+ NoTasks_v1: "NoTasks_v1",
448
+ /**
449
+ * "No Dimensions Set" illustration type.
450
+ *
451
+ * @private
452
+ */
453
+ NoDimensionsSet: "NoDimensionsSet",
454
+ /**
455
+ * "Unable To Load" illustration type.
456
+ *
457
+ * @private
458
+ */
459
+ UnableToLoad: "UnableToLoad",
460
+ /**
461
+ * "Unable To Load Image" illustration type.
462
+ *
463
+ * @private
464
+ */
465
+ UnableToLoadImage: "UnableToLoadImage",
466
+ /**
467
+ * "Unable To Upload" illustration type.
468
+ *
469
+ * @private
470
+ */
471
+ UnableToUpload: "UnableToUpload",
472
+ /**
473
+ * "Upload To Cloud" illustration type.
474
+ *
475
+ * @private
476
+ */
477
+ UploadToCloud: "UploadToCloud",
478
+ /**
479
+ * "Add Column" illustration type.
480
+ *
481
+ * @private
482
+ */
483
+ AddColumn: "AddColumn",
484
+ /**
485
+ * "Add People" illustration type.
486
+ *
487
+ * @private
488
+ */
489
+ AddPeople: "AddPeople",
490
+ /**
491
+ * "Add Dimensions" illustration type.
492
+ *
493
+ * @private
494
+ */
495
+ AddDimensions: "AddDimensions",
496
+ /**
497
+ * "Balloon Sky" illustration type.
498
+ *
499
+ * @private
500
+ */
501
+ BalloonSky: "BalloonSky",
502
+ /**
503
+ * "Connection" illustration type.
504
+ *
505
+ * @private
506
+ */
507
+ Connection: "Connection",
508
+ /**
509
+ * "Empty Calendar" illustration type.
510
+ *
511
+ * @private
512
+ */
513
+ EmptyCalendar: "EmptyCalendar",
514
+ /**
515
+ * "Empty List" illustration type.
516
+ *
517
+ * @private
518
+ */
519
+ EmptyList: "EmptyList",
520
+ /**
521
+ * "Empty Planning Calendar" illustration type.
522
+ *
523
+ * @private
524
+ */
525
+ EmptyPlanningCalendar: "EmptyPlanningCalendar",
526
+ /**
527
+ * "Error Screen" illustration type.
528
+ *
529
+ * @private
530
+ */
531
+ ErrorScreen: "ErrorScreen",
532
+ /**
533
+ * "Filter Table" illustration type.
534
+ *
535
+ * @private
536
+ */
537
+ FilterTable: "FilterTable",
538
+ /**
539
+ * "Group Table" illustration type.
540
+ *
541
+ * @private
542
+ */
543
+ GroupTable: "GroupTable",
544
+ /**
545
+ * "Key Task" illustration type.
546
+ *
547
+ * @private
548
+ */
549
+ KeyTask: "KeyTask",
550
+ /**
551
+ * "No Chart Data" illustration type.
552
+ *
553
+ * @private
554
+ */
555
+ NoChartData: "NoChartData",
556
+ /**
557
+ * "No Filter Results" illustration type.
558
+ *
559
+ * @private
560
+ */
561
+ NoFilterResults: "NoFilterResults",
562
+ /**
563
+ * "Page Not Found" illustration type.
564
+ *
565
+ * @private
566
+ */
567
+ PageNotFound: "PageNotFound",
568
+ /**
569
+ * "Reload Screen" illustration type.
570
+ *
571
+ * @private
572
+ */
573
+ ReloadScreen: "ReloadScreen",
574
+ /**
575
+ * "Resize Column" illustration type.
576
+ *
577
+ * @private
578
+ */
579
+ ResizeColumn: "ResizeColumn",
580
+ /**
581
+ * "Resizing Columns" illustration type.
582
+ *
583
+ * @private
584
+ */
585
+ ResizingColumns: "ResizingColumns",
586
+ /**
587
+ * "Receive Appreciation" illustration type.
588
+ *
589
+ * @private
590
+ */
591
+ ReceiveAppreciation: "ReceiveAppreciation",
592
+ /**
593
+ * "Search Earth" illustration type.
594
+ *
595
+ * @private
596
+ */
597
+ SearchEarth: "SearchEarth",
598
+ /**
599
+ * "Search Folder" illustration type.
600
+ *
601
+ * @private
602
+ */
603
+ SearchFolder: "SearchFolder",
604
+ /**
605
+ * "Sign Out" illustration type.
606
+ *
607
+ * @private
608
+ */
609
+ SignOut: "SignOut",
610
+ /**
611
+ * "Simple Balloon" illustration type.
612
+ *
613
+ * @private
614
+ */
615
+ SimpleBalloon: "SimpleBalloon",
616
+ /**
617
+ * "Simple Bell" illustration type.
618
+ *
619
+ * @private
620
+ */
621
+ SimpleBell: "SimpleBell",
622
+ /**
623
+ * "Simple Calendar" illustration type.
624
+ *
625
+ * @private
626
+ */
627
+ SimpleCalendar: "SimpleCalendar",
628
+ /**
629
+ * "Simple CheckMark" illustration type.
630
+ *
631
+ * @private
632
+ */
633
+ SimpleCheckMark: "SimpleCheckMark",
634
+ /**
635
+ * "Simple Connection" illustration type.
636
+ *
637
+ * @private
638
+ */
639
+ SimpleConnection: "SimpleConnection",
640
+ /**
641
+ * "Simple Empty Doc" illustration type.
642
+ *
643
+ * @private
644
+ */
645
+ SimpleEmptyDoc: "SimpleEmptyDoc",
646
+ /**
647
+ * "Simple Empty List" illustration type.
648
+ *
649
+ * @private
650
+ */
651
+ SimpleEmptyList: "SimpleEmptyList",
652
+ /**
653
+ * "Simple Error" illustration type.
654
+ *
655
+ * @private
656
+ */
657
+ SimpleError: "SimpleError",
658
+ /**
659
+ * "Simple Magnifier" illustration type.
660
+ *
661
+ * @private
662
+ */
663
+ SimpleMagnifier: "SimpleMagnifier",
664
+ /**
665
+ * "Simple Mail" illustration type.
666
+ *
667
+ * @private
668
+ */
669
+ SimpleMail: "SimpleMail",
670
+ /**
671
+ * "Simple No Saved Items" illustration type.
672
+ *
673
+ * @private
674
+ */
675
+ SimpleNoSavedItems: "SimpleNoSavedItems",
676
+ /**
677
+ * "Simple Not Found Magnifier" illustration type.
678
+ *
679
+ * @private
680
+ */
681
+ SimpleNotFoundMagnifier: "SimpleNotFoundMagnifier",
682
+ /**
683
+ * "Simple Reload" illustration type.
684
+ *
685
+ * @private
686
+ */
687
+ SimpleReload: "SimpleReload",
688
+ /**
689
+ * "Simple Task" illustration type.
690
+ *
691
+ * @private
692
+ */
693
+ SimpleTask: "SimpleTask",
694
+ /**
695
+ * "Sleeping Bell" illustration type.
696
+ *
697
+ * @private
698
+ */
699
+ SleepingBell: "SleepingBell",
700
+ /**
701
+ * "Sort Column" illustration type.
702
+ *
703
+ * @private
704
+ */
705
+ SortColumn: "SortColumn",
706
+ /**
707
+ * "Sorting Columns" illustration type.
708
+ *
709
+ * @private
710
+ */
711
+ SortingColumns: "SortingColumns",
712
+ /**
713
+ * "Success Balloon" illustration type.
714
+ *
715
+ * @private
716
+ */
717
+ SuccessBalloon: "SuccessBalloon",
718
+ /**
719
+ * "Success CheckMark" illustration type.
720
+ *
721
+ * @private
722
+ */
723
+ SuccessCheckMark: "SuccessCheckMark",
724
+ /**
725
+ * "Success HighFive" illustration type.
726
+ *
727
+ * @private
728
+ */
729
+ SuccessHighFive: "SuccessHighFive",
730
+ /**
731
+ * "Success Screen" illustration type.
732
+ *
733
+ * @private
734
+ */
735
+ SuccessScreen: "SuccessScreen",
736
+ /**
737
+ * "Survey" illustration type.
738
+ *
739
+ * @private
740
+ */
741
+ Survey: "Survey",
742
+ /**
743
+ * "Tent" illustration type.
744
+ *
745
+ * @private
746
+ */
747
+ Tent: "Tent",
748
+ /**
749
+ * "Upload Collection" illustration type.
750
+ *
751
+ * @private
752
+ */
753
+ UploadCollection: "UploadCollection",
754
+ /**
755
+ * "User Has Signed Up" illustration type.
756
+ *
757
+ * @private
758
+ */
759
+ UserHasSignedUp: "UserHasSignedUp",
760
+ /**
761
+ * "TntAvatar" illustration type.
762
+ *
763
+ * @private
764
+ */
765
+ TntAvatar: "TntAvatar",
766
+ /**
767
+ * "TntCalculator" illustration type.
768
+ *
769
+ * @private
770
+ */
771
+ TntCalculator: "TntCalculator",
772
+ /**
773
+ * "TntChartArea" illustration type.
774
+ *
775
+ * @private
776
+ */
777
+ TntChartArea: "TntChartArea",
778
+ /**
779
+ * "TntChartArea2" illustration type.
780
+ *
781
+ * @private
782
+ */
783
+ TntChartArea2: "TntChartArea2",
784
+ /**
785
+ * "TntChartBar" illustration type.
786
+ *
787
+ * @private
788
+ */
789
+ TntChartBar: "TntChartBar",
790
+ /**
791
+ * "TntChartBPMNFlow" illustration type.
792
+ *
793
+ * @private
794
+ */
795
+ TntChartBPMNFlow: "TntChartBPMNFlow",
796
+ /**
797
+ * "TntChartBullet" illustration type.
798
+ *
799
+ * @private
800
+ */
801
+ TntChartBullet: "TntChartBullet",
802
+ /**
803
+ * "TntChartDoughnut" illustration type.
804
+ *
805
+ * @private
806
+ */
807
+ TntChartDoughnut: "TntChartDoughnut",
808
+ /**
809
+ * "TntChartFlow" illustration type.
810
+ *
811
+ * @private
812
+ */
813
+ TntChartFlow: "TntChartFlow",
814
+ /**
815
+ * "TntChartGantt" illustration type.
816
+ *
817
+ * @private
818
+ */
819
+ TntChartGantt: "TntChartGantt",
820
+ /**
821
+ * "TntChartOrg" illustration type.
822
+ *
823
+ * @private
824
+ */
825
+ TntChartOrg: "TntChartOrg",
826
+ /**
827
+ * "TntChartPie" illustration type.
828
+ *
829
+ * @private
830
+ */
831
+ TntChartPie: "TntChartPie",
832
+ /**
833
+ * "TntCodePlaceholder" illustration type.
834
+ *
835
+ * @private
836
+ */
837
+ TntCodePlaceholder: "TntCodePlaceholder",
838
+ /**
839
+ * "TntCompany" illustration type.
840
+ *
841
+ * @private
842
+ */
843
+ TntCompany: "TntCompany",
844
+ /**
845
+ * "TntCompass" illustration type.
846
+ *
847
+ * @private
848
+ */
849
+ TntCompass: "TntCompass",
850
+ /**
851
+ * "TntComponents" illustration type.
852
+ *
853
+ * @private
854
+ */
855
+ TntComponents: "TntComponents",
856
+ /**
857
+ * "TntDialog" illustration type.
858
+ *
859
+ * @private
860
+ */
861
+ TntDialog: "TntDialog",
862
+ /**
863
+ * "TntEmptyContentPane" illustration type.
864
+ *
865
+ * @private
866
+ */
867
+ TntEmptyContentPane: "TntEmptyContentPane",
868
+ /**
869
+ * "TntExternalLink" illustration type.
870
+ *
871
+ * @private
872
+ */
873
+ TntExternalLink: "TntExternalLink",
874
+ /**
875
+ * "TntFaceID" illustration type.
876
+ *
877
+ * @private
878
+ */
879
+ TntFaceID: "TntFaceID",
880
+ /**
881
+ * "TntFingerprint" illustration type.
882
+ *
883
+ * @private
884
+ */
885
+ TntFingerprint: "TntFingerprint",
886
+ /**
887
+ * "TntHandshake" illustration type.
888
+ *
889
+ * @private
890
+ */
891
+ TntHandshake: "TntHandshake",
892
+ /**
893
+ * "TntHelp" illustration type.
894
+ *
895
+ * @private
896
+ */
897
+ TntHelp: "TntHelp",
898
+ /**
899
+ * "TntLock" illustration type.
900
+ *
901
+ * @private
902
+ */
903
+ TntLock: "TntLock",
904
+ /**
905
+ * "TntMission" illustration type.
906
+ *
907
+ * @private
908
+ */
909
+ TntMission: "TntMission",
910
+ /**
911
+ * "TntMissionFailed" illustration type.
912
+ *
913
+ * @private
914
+ */
915
+ TntMissionFailed: "TntMissionFailed",
916
+ /**
917
+ * "TntNoApplications" illustration type.
918
+ *
919
+ * @private
920
+ */
921
+ TntNoApplications: "TntNoApplications",
922
+ /**
923
+ * "TntNoFlows" illustration type.
924
+ *
925
+ * @private
926
+ */
927
+ TntNoFlows: "TntNoFlows",
928
+ /**
929
+ * "TntNoUsers" illustration type.
930
+ *
931
+ * @private
932
+ */
933
+ TntNoUsers: "TntNoUsers",
934
+ /**
935
+ * "TntRadar" illustration type.
936
+ *
937
+ * @private
938
+ */
939
+ TntRadar: "TntRadar",
940
+ /**
941
+ * "TntRoadMap" illustration type.
942
+ *
943
+ * @private
944
+ */
945
+ TntRoadMap: "TntRoadMap",
946
+ /**
947
+ * "TntSecrets" illustration type.
948
+ *
949
+ * @private
950
+ */
951
+ TntSecrets: "TntSecrets",
952
+ /**
953
+ * "TntServices" illustration type.
954
+ *
955
+ * @private
956
+ */
957
+ TntServices: "TntServices",
958
+ /**
959
+ * "TntSessionExpired" illustration type.
960
+ *
961
+ * @private
962
+ */
963
+ TntSessionExpired: "TntSessionExpired",
964
+ /**
965
+ * "TntSessionExpiring" illustration type.
966
+ *
967
+ * @private
968
+ */
969
+ TntSessionExpiring: "TntSessionExpiring",
970
+ /**
971
+ * "TntSettings" illustration type.
972
+ *
973
+ * @private
974
+ */
975
+ TntSettings: "TntSettings",
976
+ /**
977
+ * "TntSuccess" illustration type.
978
+ *
979
+ * @private
980
+ */
981
+ TntSuccess: "TntSuccess",
982
+ /**
983
+ * "TntSuccessfulAuth" illustration type.
984
+ *
985
+ * @private
986
+ */
987
+ TntSuccessfulAuth: "TntSuccessfulAuth",
988
+ /**
989
+ * "TntSystems" illustration type.
990
+ *
991
+ * @private
992
+ */
993
+ TntSystems: "TntSystems",
994
+ /**
995
+ * "TntTeams" illustration type.
996
+ *
997
+ * @private
998
+ */
999
+ TntTeams: "TntTeams",
1000
+ /**
1001
+ * "TntTools" illustration type.
1002
+ *
1003
+ * @private
1004
+ */
1005
+ TntTools: "TntTools",
1006
+ /**
1007
+ * "TntTutorials" illustration type.
1008
+ *
1009
+ * @private
1010
+ */
1011
+ TntTutorials: "TntTutorials",
1012
+ /**
1013
+ * "TntUnableToLoad" illustration type.
1014
+ *
1015
+ * @private
1016
+ */
1017
+ TntUnableToLoad: "TntUnableToLoad",
1018
+ /**
1019
+ * "TntUnlock" illustration type.
1020
+ *
1021
+ * @private
1022
+ */
1023
+ TntUnlock: "TntUnlock",
1024
+ /**
1025
+ * "TntUnsuccessfulAuth" illustration type.
1026
+ *
1027
+ * @private
1028
+ */
1029
+ TntUnsuccessfulAuth: "TntUnsuccessfulAuth",
1030
+ /**
1031
+ * "TntUser2" illustration type.
1032
+ *
1033
+ * @private
1034
+ */
1035
+ TntUser2: "TntUser2"
1036
+ };
1037
+ registerEnum(
1038
+ "sap.ushell.gen.ui5.webcomponents-fiori.IllustrationMessageType",
1039
+ pkg["IllustrationMessageType"]
1040
+ );
1041
+ /**
1042
+ * Defines the layout of the content displayed in the `ui5-media-gallery-item`.
1043
+ *
1044
+ * @enum {string}
1045
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryItemLayout
1046
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryItemLayout
1047
+ * @private
1048
+ */
1049
+ pkg["MediaGalleryItemLayout"] = {
1050
+ /**
1051
+ * Recommended to use when the item contains an image.
1052
+ *
1053
+ * When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
1054
+ *
1055
+ * @private
1056
+ */
1057
+ Square: "Square",
1058
+ /**
1059
+ * Recommended to use when the item contains video content.
1060
+ *
1061
+ * When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
1062
+ * (stretched to fill all of the available width) for optimal user experiance.
1063
+ *
1064
+ * @private
1065
+ */
1066
+ Wide: "Wide"
1067
+ };
1068
+ registerEnum(
1069
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryItemLayout",
1070
+ pkg["MediaGalleryItemLayout"]
1071
+ );
1072
+ /**
1073
+ * Defines the layout type of the thumbnails list of the `ui5-media-gallery` component.
1074
+ *
1075
+ * @enum {string}
1076
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryLayout
1077
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryLayout
1078
+ * @private
1079
+ */
1080
+ pkg["MediaGalleryLayout"] = {
1081
+ /**
1082
+ * The layout is determined automatically.
1083
+ *
1084
+ * @private
1085
+ */
1086
+ Auto: "Auto",
1087
+ /**
1088
+ * Displays the layout as a vertical split between the thumbnails list and the selected image.
1089
+ *
1090
+ * @private
1091
+ */
1092
+ Vertical: "Vertical",
1093
+ /**
1094
+ * Displays the layout as a horizontal split between the thumbnails list and the selected image.
1095
+ *
1096
+ * @private
1097
+ */
1098
+ Horizontal: "Horizontal"
1099
+ };
1100
+ registerEnum(
1101
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryLayout",
1102
+ pkg["MediaGalleryLayout"]
1103
+ );
1104
+ /**
1105
+ * Defines the horizontal alignment of the thumbnails menu of the `ui5-media-gallery` component.
1106
+ *
1107
+ * @enum {string}
1108
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuHorizontalAlign
1109
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuHorizontalAlign
1110
+ * @private
1111
+ */
1112
+ pkg["MediaGalleryMenuHorizontalAlign"] = {
1113
+ /**
1114
+ * Displays the menu on the left side of the target.
1115
+ *
1116
+ * @private
1117
+ */
1118
+ Left: "Left",
1119
+ /**
1120
+ * Displays the menu on the right side of the target.
1121
+ *
1122
+ * @private
1123
+ */
1124
+ Right: "Right"
1125
+ };
1126
+ registerEnum(
1127
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuHorizontalAlign",
1128
+ pkg["MediaGalleryMenuHorizontalAlign"]
1129
+ );
1130
+ /**
1131
+ * Types for the vertical alignment of the thumbnails menu of the `ui5-media-gallery` component.
1132
+ *
1133
+ * @enum {string}
1134
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.MediaGalleryMenuVerticalAlign
1135
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori MediaGalleryMenuVerticalAlign
1136
+ * @private
1137
+ */
1138
+ pkg["MediaGalleryMenuVerticalAlign"] = {
1139
+ /**
1140
+ * Displays the menu at the top of the reference control.
1141
+ *
1142
+ * @private
1143
+ */
1144
+ Top: "Top",
1145
+ /**
1146
+ * Displays the menu at the bottom of the reference control.
1147
+ *
1148
+ * @private
1149
+ */
1150
+ Bottom: "Bottom"
1151
+ };
1152
+ registerEnum(
1153
+ "sap.ushell.gen.ui5.webcomponents-fiori.MediaGalleryMenuVerticalAlign",
1154
+ pkg["MediaGalleryMenuVerticalAlign"]
1155
+ );
1156
+ /**
1157
+ * Specifies the navigation layout mode.
1158
+ *
1159
+ * @enum {string}
1160
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NavigationLayoutMode
1161
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NavigationLayoutMode
1162
+ * @private
1163
+ */
1164
+ pkg["NavigationLayoutMode"] = {
1165
+ /**
1166
+ * Automatically calculates the navigation layout mode based on the screen device type.
1167
+ * `Expanded` on desktop and `Collapsed` on tablet and phone.
1168
+ *
1169
+ * @private
1170
+ */
1171
+ Auto: "Auto",
1172
+ /**
1173
+ * Collapsed side navigation.
1174
+ *
1175
+ * @private
1176
+ */
1177
+ Collapsed: "Collapsed",
1178
+ /**
1179
+ * Expanded side navigation.
1180
+ *
1181
+ * @private
1182
+ */
1183
+ Expanded: "Expanded"
1184
+ };
1185
+ registerEnum(
1186
+ "sap.ushell.gen.ui5.webcomponents-fiori.NavigationLayoutMode",
1187
+ pkg["NavigationLayoutMode"]
1188
+ );
1189
+ /**
1190
+ * Different types of NotificationListItemImportance.
1191
+ *
1192
+ * @enum {string}
1193
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.NotificationListItemImportance
1194
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori NotificationListItemImportance
1195
+ * @private
1196
+ */
1197
+ pkg["NotificationListItemImportance"] = {
1198
+ /**
1199
+ * Standard
1200
+ *
1201
+ * @private
1202
+ */
1203
+ Standard: "Standard",
1204
+ /**
1205
+ * Important
1206
+ *
1207
+ * @private
1208
+ */
1209
+ Important: "Important"
1210
+ };
1211
+ registerEnum(
1212
+ "sap.ushell.gen.ui5.webcomponents-fiori.NotificationListItemImportance",
1213
+ pkg["NotificationListItemImportance"]
1214
+ );
1215
+ /**
1216
+ * Available Page Background Design.
1217
+ *
1218
+ * @enum {string}
1219
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.PageBackgroundDesign
1220
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori PageBackgroundDesign
1221
+ * @private
1222
+ */
1223
+ pkg["PageBackgroundDesign"] = {
1224
+ /**
1225
+ * Page background color when a List is set as the Page content.
1226
+ *
1227
+ * @private
1228
+ */
1229
+ List: "List",
1230
+ /**
1231
+ * A solid background color dependent on the theme.
1232
+ *
1233
+ * @private
1234
+ */
1235
+ Solid: "Solid",
1236
+ /**
1237
+ * Transparent background for the page.
1238
+ *
1239
+ * @private
1240
+ */
1241
+ Transparent: "Transparent"
1242
+ };
1243
+ registerEnum(
1244
+ "sap.ushell.gen.ui5.webcomponents-fiori.PageBackgroundDesign",
1245
+ pkg["PageBackgroundDesign"]
1246
+ );
1247
+ /**
1248
+ * Search mode options.
1249
+ *
1250
+ * @enum {string}
1251
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SearchMode
1252
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SearchMode
1253
+ * @private
1254
+ */
1255
+ pkg["SearchMode"] = {
1256
+ /**
1257
+ * Search field with default appearance.
1258
+ *
1259
+ * @private
1260
+ */
1261
+ Default: "Default",
1262
+ /**
1263
+ * Search field with additional scope select.
1264
+ *
1265
+ * @private
1266
+ */
1267
+ Scoped: "Scoped"
1268
+ };
1269
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.SearchMode", pkg["SearchMode"]);
1270
+ /**
1271
+ * SideContent FallDown options.
1272
+ *
1273
+ * @enum {string}
1274
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentFallDown
1275
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentFallDown
1276
+ * @private
1277
+ */
1278
+ pkg["SideContentFallDown"] = {
1279
+ /**
1280
+ * Side content falls down on breakpoints below XL
1281
+ *
1282
+ * @private
1283
+ */
1284
+ BelowXL: "BelowXL",
1285
+ /**
1286
+ * Side content falls down on breakpoints below L
1287
+ *
1288
+ * @private
1289
+ */
1290
+ BelowL: "BelowL",
1291
+ /**
1292
+ * Side content falls down on breakpoints below M
1293
+ *
1294
+ * @private
1295
+ */
1296
+ BelowM: "BelowM",
1297
+ /**
1298
+ * Side content falls down on breakpoint M and the minimum width for the side content
1299
+ *
1300
+ * @private
1301
+ */
1302
+ OnMinimumWidth: "OnMinimumWidth"
1303
+ };
1304
+ registerEnum(
1305
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentFallDown",
1306
+ pkg["SideContentFallDown"]
1307
+ );
1308
+ /**
1309
+ * Side Content position options.
1310
+ *
1311
+ * @enum {string}
1312
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentPosition
1313
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentPosition
1314
+ * @private
1315
+ */
1316
+ pkg["SideContentPosition"] = {
1317
+ /**
1318
+ * The side content is on the right side of the main container
1319
+ * in left-to-right mode and on the left side in right-to-left mode.
1320
+ *
1321
+ * @private
1322
+ */
1323
+ End: "End",
1324
+ /**
1325
+ * The side content is on the left side of the main container
1326
+ * in left-to-right mode and on the right side in right-to-left mode.
1327
+ *
1328
+ * @private
1329
+ */
1330
+ Start: "Start"
1331
+ };
1332
+ registerEnum(
1333
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentPosition",
1334
+ pkg["SideContentPosition"]
1335
+ );
1336
+ /**
1337
+ * Side Content visibility options.
1338
+ *
1339
+ * @enum {string}
1340
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideContentVisibility
1341
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideContentVisibility
1342
+ * @private
1343
+ */
1344
+ pkg["SideContentVisibility"] = {
1345
+ /**
1346
+ * Show the side content on any breakpoint
1347
+ *
1348
+ * @private
1349
+ */
1350
+ AlwaysShow: "AlwaysShow",
1351
+ /**
1352
+ * Show the side content on XL breakpoint
1353
+ *
1354
+ * @private
1355
+ */
1356
+ ShowAboveL: "ShowAboveL",
1357
+ /**
1358
+ * Show the side content on L and XL breakpoints
1359
+ *
1360
+ * @private
1361
+ */
1362
+ ShowAboveM: "ShowAboveM",
1363
+ /**
1364
+ * Show the side content on M, L and XL breakpoints
1365
+ *
1366
+ * @private
1367
+ */
1368
+ ShowAboveS: "ShowAboveS",
1369
+ /**
1370
+ * Don't show the side content on any breakpoints
1371
+ *
1372
+ * @private
1373
+ */
1374
+ NeverShow: "NeverShow"
1375
+ };
1376
+ registerEnum(
1377
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideContentVisibility",
1378
+ pkg["SideContentVisibility"]
1379
+ );
1380
+ /**
1381
+ * SideNavigationItem designs.
1382
+ *
1383
+ * @enum {string}
1384
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.SideNavigationItemDesign
1385
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori SideNavigationItemDesign
1386
+ * @private
1387
+ */
1388
+ pkg["SideNavigationItemDesign"] = {
1389
+ /**
1390
+ * Design for items that perform navigation, contain navigation child items, or both.
1391
+ *
1392
+ * @private
1393
+ */
1394
+ Default: "Default",
1395
+ /**
1396
+ * Design for items that trigger an action, such as opening a dialog.
1397
+ *
1398
+ * **Note:** Items with this design must not have sub-items.
1399
+ *
1400
+ * **Note:** Items that open a dialog must set `hasPopup="dialog"` via `accessibilityAttributes` property.
1401
+ *
1402
+ * @private
1403
+ */
1404
+ Action: "Action"
1405
+ };
1406
+ registerEnum(
1407
+ "sap.ushell.gen.ui5.webcomponents-fiori.SideNavigationItemDesign",
1408
+ pkg["SideNavigationItemDesign"]
1409
+ );
1410
+ /**
1411
+ * Timeline growing modes.
1412
+ *
1413
+ * @enum {string}
1414
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineGrowingMode
1415
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineGrowingMode
1416
+ * @private
1417
+ */
1418
+ pkg["TimelineGrowingMode"] = {
1419
+ /**
1420
+ * Event `load-more` is fired
1421
+ * upon pressing a "More" button at the end.
1422
+ *
1423
+ * @private
1424
+ */
1425
+ Button: "Button",
1426
+ /**
1427
+ * Event `load-more` is fired upon scroll.
1428
+ *
1429
+ * @private
1430
+ */
1431
+ Scroll: "Scroll",
1432
+ /**
1433
+ * The growing feature is not enabled.
1434
+ *
1435
+ * @private
1436
+ */
1437
+ None: "None"
1438
+ };
1439
+ registerEnum(
1440
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineGrowingMode",
1441
+ pkg["TimelineGrowingMode"]
1442
+ );
1443
+ /**
1444
+ * Available Timeline layout orientation
1445
+ *
1446
+ * @enum {string}
1447
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.TimelineLayout
1448
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori TimelineLayout
1449
+ * @private
1450
+ */
1451
+ pkg["TimelineLayout"] = {
1452
+ /**
1453
+ * Vertical layout
1454
+ * Default type
1455
+ *
1456
+ * @private
1457
+ */
1458
+ Vertical: "Vertical",
1459
+ /**
1460
+ * Horizontal layout
1461
+ *
1462
+ * @private
1463
+ */
1464
+ Horizontal: "Horizontal"
1465
+ };
1466
+ registerEnum(
1467
+ "sap.ushell.gen.ui5.webcomponents-fiori.TimelineLayout",
1468
+ pkg["TimelineLayout"]
1469
+ );
1470
+ /**
1471
+ * Different UploadCollection selection modes.
1472
+ *
1473
+ * @enum {string}
1474
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadCollectionSelectionMode
1475
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadCollectionSelectionMode
1476
+ * @private
1477
+ */
1478
+ pkg["UploadCollectionSelectionMode"] = {
1479
+ /**
1480
+ * Default mode (no selection).
1481
+ *
1482
+ * @private
1483
+ */
1484
+ None: "None",
1485
+ /**
1486
+ * Right-positioned single selection mode (only one list item can be selected).
1487
+ *
1488
+ * @private
1489
+ */
1490
+ Single: "Single",
1491
+ /**
1492
+ * Left-positioned single selection mode (only one list item can be selected).
1493
+ *
1494
+ * @private
1495
+ */
1496
+ SingleStart: "SingleStart",
1497
+ /**
1498
+ * Selected item is highlighted but no selection element is visible
1499
+ * (only one list item can be selected).
1500
+ *
1501
+ * @private
1502
+ */
1503
+ SingleEnd: "SingleEnd",
1504
+ /**
1505
+ * Selected item is highlighted and selection is changed upon arrow navigation
1506
+ * (only one list item can be selected - this is always the focused item).
1507
+ *
1508
+ * @private
1509
+ */
1510
+ SingleAuto: "SingleAuto",
1511
+ /**
1512
+ * Multi selection mode (more than one list item can be selected).
1513
+ *
1514
+ * @private
1515
+ */
1516
+ Multiple: "Multiple"
1517
+ };
1518
+ registerEnum(
1519
+ "sap.ushell.gen.ui5.webcomponents-fiori.UploadCollectionSelectionMode",
1520
+ pkg["UploadCollectionSelectionMode"]
1521
+ );
1522
+ /**
1523
+ * Different types of UploadState.
1524
+ *
1525
+ * @enum {string}
1526
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.UploadState
1527
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori UploadState
1528
+ * @private
1529
+ */
1530
+ pkg["UploadState"] = {
1531
+ /**
1532
+ * The file has been uploaded successfully.
1533
+ *
1534
+ * @private
1535
+ */
1536
+ Complete: "Complete",
1537
+ /**
1538
+ * The file cannot be uploaded due to an error.
1539
+ *
1540
+ * @private
1541
+ */
1542
+ Error: "Error",
1543
+ /**
1544
+ * The file is awaiting an explicit command to start being uploaded.
1545
+ *
1546
+ * @private
1547
+ */
1548
+ Ready: "Ready",
1549
+ /**
1550
+ * The file is currently being uploaded.
1551
+ *
1552
+ * @private
1553
+ */
1554
+ Uploading: "Uploading"
1555
+ };
1556
+ registerEnum("sap.ushell.gen.ui5.webcomponents-fiori.UploadState", pkg["UploadState"]);
1557
+ /**
1558
+ * Different types of ViewSettings.
1559
+ *
1560
+ * @enum {string}
1561
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.ViewSettingsDialogMode
1562
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ViewSettingsDialogMode
1563
+ * @private
1564
+ */
1565
+ pkg["ViewSettingsDialogMode"] = {
1566
+ /**
1567
+ * Default type
1568
+ *
1569
+ * @private
1570
+ */
1571
+ Sort: "Sort",
1572
+ /**
1573
+ * Filter type
1574
+ *
1575
+ * @private
1576
+ */
1577
+ Filter: "Filter",
1578
+ /**
1579
+ * Group type
1580
+ *
1581
+ * @private
1582
+ */
1583
+ Group: "Group"
1584
+ };
1585
+ registerEnum(
1586
+ "sap.ushell.gen.ui5.webcomponents-fiori.ViewSettingsDialogMode",
1587
+ pkg["ViewSettingsDialogMode"]
1588
+ );
1589
+ /**
1590
+ * Enumeration for different content layouts of the `ui5-wizard`.
1591
+ *
1592
+ * @enum {string}
1593
+ * @alias module:sap/ushell/gen/ui5/webcomponents-fiori.WizardContentLayout
1594
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori WizardContentLayout
1595
+ * @private
1596
+ */
1597
+ pkg["WizardContentLayout"] = {
1598
+ /**
1599
+ * Display the content of the `ui5-wizard` as multiple steps in a scroll section.
1600
+ *
1601
+ * @private
1602
+ */
1603
+ MultipleSteps: "MultipleSteps",
1604
+ /**
1605
+ * Display the content of the `ui5-wizard` as single step.
1606
+ *
1607
+ * @private
1608
+ */
1609
+ SingleStep: "SingleStep"
1610
+ };
1611
+ registerEnum(
1612
+ "sap.ushell.gen.ui5.webcomponents-fiori.WizardContentLayout",
1613
+ pkg["WizardContentLayout"]
1614
+ );
1387
1615
 
1388
- /**
1389
- * Interface for components that may be slotted inside `ui5-timeline` as items
1390
- * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ITimelineItem
1391
- * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ITimelineItem
1392
- * @interface
1393
- * @public
1394
- */
1616
+ // Interfaces
1617
+ /**
1618
+ * Interface for components that can be slotted inside `ui5-media-gallery` as items.
1619
+ *
1620
+ * @interface
1621
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IMediaGalleryItem
1622
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IMediaGalleryItem
1623
+ * @private
1624
+ */
1625
+ /**
1626
+ * Interface for components that may be slotted inside `ui5-product-switch` as items
1627
+ *
1628
+ * @interface
1629
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.IProductSwitchItem
1630
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori IProductSwitchItem
1631
+ * @private
1632
+ */
1633
+ /**
1634
+ * Interface for components that may be slotted inside a `ui5-search`
1635
+ *
1636
+ * @interface
1637
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ISearchScope
1638
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ISearchScope
1639
+ * @private
1640
+ */
1641
+ /**
1642
+ * Interface for components that may be slotted inside `ui5-timeline` as items
1643
+ *
1644
+ * @interface
1645
+ * @name module:sap/ushell/gen/ui5/webcomponents-fiori.ITimelineItem
1646
+ * @ui5-module-override sap/ushell/gen/ui5/webcomponents-fiori ITimelineItem
1647
+ * @private
1648
+ */
1395
1649
 
1396
-
1397
-
1398
- return pkg;
1399
- });
1650
+ return pkg;
1651
+ }
1652
+ );