@sapui5/sap.ushell 1.140.0 → 1.141.0

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