@sapui5/sap.ushell 1.139.1 → 1.139.4

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