@sapui5/sap.ushell 1.138.1 → 1.139.1

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