@sapui5/sap.ushell 1.141.1 → 1.141.3

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