@sapui5/sap.ushell 1.139.2 → 1.139.5

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 (318) 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/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +11 -4
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +25 -0
  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/Menu.js +8 -5
  160. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +26 -32
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +8 -5
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +95 -101
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +208 -214
  164. package/src/main/js/sap/ushell/library.js +1 -1
  165. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  166. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  167. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  168. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  169. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  170. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  171. package/src/main/js/sap/ushell/renderer/rendererTargetWrapper/RendererTarget.controller.js +1 -1
  172. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  173. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  174. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  175. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  176. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  177. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  178. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  179. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  180. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  181. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  182. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  183. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  184. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  185. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  186. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  187. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  188. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  189. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  190. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  191. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  192. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  193. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  194. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  195. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  196. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  197. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  198. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  199. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  200. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  201. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  202. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  203. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  204. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  205. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  206. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  207. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  208. package/src/main/js/sap/ushell/services/Message.js +1 -1
  209. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  210. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  211. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  212. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  213. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  214. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  215. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  216. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  217. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  218. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  219. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  220. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  221. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  222. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  223. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  224. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  225. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  226. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  227. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  228. package/src/main/js/sap/ushell/services/Search.js +1 -1
  229. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  230. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  231. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  232. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  233. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  234. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  235. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  236. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  237. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  238. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  239. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  240. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  241. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  242. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  243. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  244. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  245. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  246. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  247. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  248. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +6 -1
  249. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  250. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  251. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  252. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  253. package/src/main/js/sap/ushell/themes/sap_horizon/ShellHeader.less +27 -26
  254. package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellHeader.less +27 -26
  255. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellHeader.less +22 -21
  256. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellHeader.less +22 -21
  257. package/src/main/js/sap/ushell/thirdparty/Avatar.js +1 -1
  258. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -4
  259. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  260. package/src/main/js/sap/ushell/thirdparty/Button2.js +4 -4
  261. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +1 -1
  262. package/src/main/js/sap/ushell/thirdparty/Icon.js +7 -7
  263. package/src/main/js/sap/ushell/thirdparty/Icons.js +24 -24
  264. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  265. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  266. package/src/main/js/sap/ushell/thirdparty/List.js +8 -8
  267. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +1 -1
  268. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +3 -3
  269. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +22 -22
  270. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +7 -7
  271. package/src/main/js/sap/ushell/thirdparty/Menu.js +1 -1
  272. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  273. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +9 -9
  274. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +3 -3
  275. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +1 -1
  276. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +3 -3
  277. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +2 -2
  278. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +15 -15
  279. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +3 -3
  280. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +3 -3
  281. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +3 -3
  282. package/src/main/js/sap/ushell/thirdparty/SearchScope.js +3 -3
  283. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +3 -3
  284. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +3 -3
  285. package/src/main/js/sap/ushell/thirdparty/ShellBarItem.js +3 -3
  286. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +2 -2
  287. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +26 -26
  288. package/src/main/js/sap/ushell/thirdparty/ShellBarSpacer.js +3 -3
  289. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  290. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  291. package/src/main/js/sap/ushell/thirdparty/Title.js +3 -3
  292. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +3 -3
  293. package/src/main/js/sap/ushell/thirdparty/UserMenuAccount.js +4 -4
  294. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +3 -3
  295. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +1 -1
  296. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +1 -1
  297. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  298. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  299. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  300. package/src/main/js/sap/ushell/thirdparty/slim-arrow-down.js +4 -4
  301. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +2 -4296
  302. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +1 -142
  303. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +4452 -11
  304. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  305. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  306. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  307. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  308. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  309. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  310. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  311. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  312. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  313. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  314. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  315. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  316. package/src/main/js/sap/ushell/utils.js +1 -1
  317. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  318. package/src/main/js/sap/ushell/thirdparty/webcomponents-base2.js +0 -7
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2'], (function (exports, webcomponentsBase, Icons, i18nDefaults, parametersBundle_css, information, Title, ValueState, toLowercaseEnumValue, eventStrict, FocusableElements, BusyIndicator, Icon, Button) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2'], (function (exports, webcomponentsBase, Icons, i18nDefaults, parametersBundle_css, information, Title, ValueState, toLowercaseEnumValue, eventStrict, FocusableElements, BusyIndicator, Icon, Button) { 'use strict';
2
2
 
3
3
  const e$1={toAttribute(t){return t instanceof HTMLElement?null:t},fromAttribute(t){return t}};
4
4
 
@@ -130,17 +130,17 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
130
130
  }
131
131
  };
132
132
 
133
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
133
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
134
134
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
135
135
  var popupStlyes = `:host{min-width:1px;overflow:visible;border:none;inset:unset;margin:0;padding:0}:host(:focus-visible){outline:none}
136
136
  `;
137
137
 
138
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
138
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
139
139
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
140
140
  var popupBlockLayerStyles = `.ui5-block-layer{position:fixed;z-index:-1;display:none;inset:-500px;outline:none;pointer-events:all}
141
141
  `;
142
142
 
143
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
143
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
144
144
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
145
145
  var globalStyles = `.ui5-popup-scroll-blocker{overflow:hidden}
146
146
  `;
@@ -683,7 +683,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
683
683
  const pathData$1 = "M384 160v32q0 12-10 22L182 406q-10 10-22 10h-32zM224 416l160-160v32q0 12-10 22l-96 96q-10 10-22 10h-32zm160-64v32q0 12-10 22t-22 10h-32z";
684
684
  const ltr$1 = false;
685
685
  const collection$1 = "SAP-icons-v4";
686
- const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
686
+ const packageName$1 = "@ui5/webcomponents-icons";
687
687
 
688
688
  Icons.y(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
689
689
 
@@ -691,7 +691,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
691
691
  const pathData = "M282 416q-11 0-18.5-7.5T256 390t7-18l109-109q7-7 18-7t18.5 7.5T416 282t-7 18L300 409q-7 7-18 7zm-160 0q-11 0-18.5-7.5T96 390t7-18l269-269q7-7 18-7t18.5 7.5T416 122t-7 18L140 409q-7 7-18 7z";
692
692
  const ltr = false;
693
693
  const collection = "SAP-icons-v5";
694
- const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
694
+ const packageName = "@ui5/webcomponents-icons";
695
695
 
696
696
  Icons.y(name, { pathData, ltr, collection, packageName });
697
697
 
@@ -724,12 +724,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
724
724
  parametersBundle_css.jsx("div", { class: "ui5-popup-resize-handle", onMouseDown: this._onResizeMouseDown, children: parametersBundle_css.jsx(Icon.Icon, { name: resizeCorner }) })] }));
725
725
  }
726
726
 
727
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
727
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
728
728
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
729
729
  var PopupsCommonCss = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{position:fixed;background:var(--sapGroup_ContentBackground);border-radius:var(--_ui5-v2-15-0_popup_border_radius);min-height:2rem;box-sizing:border-box}:host([open]){display:flex}.ui5-popup-root{background:inherit;border-radius:inherit;width:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;flex:1 1 auto;outline:none}.ui5-popup-root .ui5-popup-header-root{box-shadow:var(--_ui5-v2-15-0_popup_header_shadow);border-bottom:var(--_ui5-v2-15-0_popup_header_border)}.ui5-popup-content{color:var(--sapTextColor);flex:auto}.ui5-popup-content:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth));border-radius:var(--_ui5-v2-15-0_popup_border_radius)}.ui5-popup-footer-root{background:var(--sapPageFooter_Background);border-top:1px solid var(--sapPageFooter_BorderColor);color:var(--sapPageFooter_TextColor)}.ui5-popup-header-root,.ui5-popup-footer-root,:host([header-text]) .ui5-popup-header-text{margin:0;display:flex;justify-content:center;align-items:center}.ui5-popup-header-root .ui5-popup-header-text{font-weight:var(--sapFontHeaderFamily);font-size:var(--sapFontHeader5Size);color:var(--sapPageHeader_TextColor)}.ui5-popup-content{overflow:auto;box-sizing:border-box}:host([header-text]) .ui5-popup-header-text{min-height:var(--_ui5-v2-15-0_popup_default_header_height);max-height:var(--_ui5-v2-15-0_popup_default_header_height);line-height:var(--_ui5-v2-15-0_popup_default_header_height);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:inline-flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host([header-text]) .ui5-popup-header-root{justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment)}:host(:not([header-text])) .ui5-popup-header-text{display:none}:host([media-range="S"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_s)}:host([media-range="M"]) .ui5-popup-content,:host([media-range="L"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_m_l)}:host([media-range="XL"]) .ui5-popup-content{padding:1rem var(--_ui5-v2-15-0_popup_content_padding_xl)}.ui5-popup-header-root{background:var(--sapPageHeader_Background)}:host([media-range="S"]) .ui5-popup-header-root,:host([media-range="S"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_s);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_s)}:host([media-range="M"]) .ui5-popup-header-root,:host([media-range="L"]) .ui5-popup-header-root,:host([media-range="M"]) .ui5-popup-footer-root,:host([media-range="L"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_m_l);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_m_l)}:host([media-range="XL"]) .ui5-popup-header-root,:host([media-range="XL"]) .ui5-popup-footer-root{padding-left:var(--_ui5-v2-15-0_popup_header_footer_padding_xl);padding-right:var(--_ui5-v2-15-0_popup_header_footer_padding_xl)}
730
730
  `;
731
731
 
732
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
732
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
733
733
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
734
734
  var dialogCSS = `.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host{min-width:20rem;min-height:6rem;max-height:94%;max-width:90%;flex-direction:column;box-shadow:var(--sapContent_Shadow3);border-radius:var(--sapElement_BorderCornerRadius)}:host([stretch]){width:90%;height:94%}:host([stretch][on-phone]){width:100%;height:100%;max-height:100%;max-width:100%;border-radius:0;min-width:0}:host([draggable]) .ui5-popup-header-root,:host([draggable]) ::slotted([slot="header"]){cursor:move}:host([draggable]) .ui5-popup-header-root *{cursor:auto}:host([draggable]) .ui5-popup-root{user-select:text}::slotted([slot="header"]){max-width:100%}.ui5-popup-root{display:flex;flex-direction:column;max-width:100vw}.ui5-popup-header-root{position:relative}.ui5-popup-header-root:before{content:"";position:absolute;inset-block-start:auto;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;height:var(--_ui5-v2-15-0_dialog_header_state_line_height);background:var(--sapObjectHeader_BorderColor)}:host([state="Negative"]) .ui5-popup-header-root:before{background:var(--sapErrorBorderColor)}:host([state="Information"]) .ui5-popup-header-root:before{background:var(--sapInformationBorderColor)}:host([state="Positive"]) .ui5-popup-header-root:before{background:var(--sapSuccessBorderColor)}:host([state="Critical"]) .ui5-popup-header-root:before{background:var(--sapWarningBorderColor)}.ui5-dialog-value-state-icon{margin-inline-end:.5rem;flex-shrink:0}:host([state="Negative"]) .ui5-dialog-value-state-icon{color:var(--sapNegativeElementColor)}:host([state="Information"]) .ui5-dialog-value-state-icon{color:var(--sapInformativeElementColor)}:host([state="Positive"]) .ui5-dialog-value-state-icon{color:var(--sapPositiveElementColor)}:host([state="Critical"]) .ui5-dialog-value-state-icon{color:var(--sapCriticalElementColor)}.ui5-popup-header-root{outline:none}:host([desktop]) .ui5-popup-header-root:focus:after,.ui5-popup-header-root:focus-visible:after{content:"";position:absolute;left:var(--_ui5-v2-15-0_dialog_header_focus_left_offset);bottom:var(--_ui5-v2-15-0_dialog_header_focus_bottom_offset);right:var(--_ui5-v2-15-0_dialog_header_focus_right_offset);top:var(--_ui5-v2-15-0_dialog_header_focus_top_offset);border:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--_ui5-v2-15-0_dialog_header_border_radius) var(--_ui5-v2-15-0_dialog_header_border_radius) 0 0;pointer-events:none}:host([stretch]) .ui5-popup-content{width:100%;height:100%}.ui5-popup-content{min-height:var(--_ui5-v2-15-0_dialog_content_min_height);flex:1 1 auto}.ui5-popup-resize-handle{position:absolute;bottom:-.5rem;inset-inline-end:-.5rem;cursor:var(--_ui5-v2-15-0_dialog_resize_cursor);width:1.5rem;height:1.5rem;border-radius:50%}.ui5-popup-resize-handle [ui5-icon]{color:var(--sapButton_Lite_TextColor)}::slotted([slot="footer"]){height:var(--_ui5-v2-15-0_dialog_footer_height)}::slotted([slot="footer"][ui5-bar][design="Footer"]){border-top:none}::slotted([slot="header"][ui5-bar]){box-shadow:none}::slotted([slot="footer"][ui5-toolbar]){border:0}:host::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}.ui5-block-layer{display:block}
735
735
  `;
@@ -800,7 +800,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
800
800
  *
801
801
  * ### ES6 Module Import
802
802
  *
803
- * `import "sap/ushell/gen/ui5/webcomponents/dist/Dialog";`
803
+ * `import "@ui5/webcomponents/dist/Dialog";`
804
804
  *
805
805
  * @constructor
806
806
  * @extends Popup
@@ -1196,7 +1196,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1196
1196
  webcomponentsBase.d()
1197
1197
  ], Dialog.prototype, "footer", void 0);
1198
1198
  __decorate$2([
1199
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
1199
+ i18nDefaults.i("@ui5/webcomponents")
1200
1200
  ], Dialog, "i18nBundle", void 0);
1201
1201
  Dialog = Dialog_1 = __decorate$2([
1202
1202
  webcomponentsBase.m({
@@ -1444,7 +1444,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1444
1444
  return parentPopovers;
1445
1445
  };
1446
1446
 
1447
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
1447
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
1448
1448
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
1449
1449
  var PopoverCss = `:host{box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);background-color:var(--_ui5-v2-15-0_popover_background);max-width:calc(100vw - (100vw - 100%) - 2 * var(--_ui5-v2-15-0_popup_viewport_margin))}:host([hide-arrow]){box-shadow:var(--_ui5-v2-15-0_popover_no_arrow_box_shadow)}:host([actual-placement="Bottom"]) .ui5-popover-arrow{left:calc(50% - .5625rem);top:-.5rem;height:.5rem}:host([actual-placement="Bottom"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_upward_arrow_margin)}:host([actual-placement="Start"]) .ui5-popover-arrow{top:calc(50% - .5625rem);right:-.5625rem;width:.5625rem}:host([actual-placement="Start"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_right_arrow_margin)}:host([actual-placement="Top"]) .ui5-popover-arrow{left:calc(50% - .5625rem);height:.5625rem;top:100%}:host([actual-placement="Top"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_downward_arrow_margin)}:host(:not([actual-placement])) .ui5-popover-arrow,:host([actual-placement="End"]) .ui5-popover-arrow{left:-.5625rem;top:calc(50% - .5625rem);width:.5625rem;height:1rem}:host(:not([actual-placement])) .ui5-popover-arrow:after,:host([actual-placement="End"]) .ui5-popover-arrow:after{margin:var(--_ui5-v2-15-0_popover_left_arrow_margin)}:host([hide-arrow]) .ui5-popover-arrow{display:none}.ui5-popover-root{min-width:6.25rem}.ui5-popover-arrow{pointer-events:none;display:block;width:1rem;height:1rem;position:absolute;overflow:hidden}.ui5-popover-arrow:after{content:"";display:block;width:.7rem;height:.7rem;background-color:var(--_ui5-v2-15-0_popover_background);box-shadow:var(--_ui5-v2-15-0_popover_box_shadow);transform:rotate(-45deg)}:host([modal])::backdrop{background-color:var(--_ui5-v2-15-0_popup_block_layer_background);opacity:var(--_ui5-v2-15-0_popup_block_layer_opacity)}:host([modal]) .ui5-block-layer{display:block}
1450
1450
  `;
@@ -1482,7 +1482,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1482
1482
  *
1483
1483
  * ### ES6 Module Import
1484
1484
  *
1485
- * `import "sap/ushell/gen/ui5/webcomponents/dist/Popover.js";`
1485
+ * `import "@ui5/webcomponents/dist/Popover.js";`
1486
1486
  *
1487
1487
  * @constructor
1488
1488
  * @extends Popup
@@ -2134,7 +2134,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2134
2134
  Popover.define();
2135
2135
  var Popover$1 = Popover;
2136
2136
 
2137
- Icons.p("@" + "ui5" + "/" + "sap/ushell/thirdparty/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
2137
+ Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
2138
2138
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => i18nDefaults.defaultTheme);
2139
2139
  var ResponsivePopoverCss = `:host{--_ui5-v2-15-0_input_width: 100%;min-width:6.25rem;min-height:2rem}:host([on-phone]){display:contents}.ui5-responsive-popover-header{height:var(--_ui5-v2-15-0-responsive_popover_header_height);display:flex;justify-content:var(--_ui5-v2-15-0_popup_header_prop_header_text_alignment);align-items:center;width:100%}.ui5-responsive-popover-header-text{width:calc(100% - var(--_ui5-v2-15-0_button_base_min_width))}.ui5-responsive-popover-header-no-title{justify-content:flex-end}
2140
2140
  `;
@@ -2158,7 +2158,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2158
2158
  *
2159
2159
  * ### ES6 Module Import
2160
2160
  *
2161
- * `import "sap/ushell/gen/ui5/webcomponents/dist/ResponsivePopover.js";`
2161
+ * `import "@ui5/webcomponents/dist/ResponsivePopover.js";`
2162
2162
  * @constructor
2163
2163
  * @extends Popover
2164
2164
  * @since 1.0.0-rc.6
@@ -2291,7 +2291,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
2291
2291
  webcomponentsBase.s({ type: Boolean })
2292
2292
  ], ResponsivePopover.prototype, "_hideCloseButton", void 0);
2293
2293
  __decorate([
2294
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
2294
+ i18nDefaults.i("@ui5/webcomponents")
2295
2295
  ], ResponsivePopover, "i18nBundle", void 0);
2296
2296
  ResponsivePopover = ResponsivePopover_1 = __decorate([
2297
2297
  webcomponentsBase.m({
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemBase, parametersBundle_css, Icon, Tag, Button, information, Icons, parametersBundle_css$1, generateHighlightedMarkup, eventStrict, i18nDefaults$1, FocusableElements, i18nDefaults, encodeXML, willShowContent, BusyIndicator, Label, toLowercaseEnumValue) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/generateHighlightedMarkup', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue'], (function (webcomponentsBase, ListItemBase, parametersBundle_css, Icon, Tag, Button, information, Icons, parametersBundle_css$1, generateHighlightedMarkup, eventStrict, i18nDefaults$1, FocusableElements, i18nDefaults, encodeXML, willShowContent, BusyIndicator, Label, toLowercaseEnumValue) { 'use strict';
2
2
 
3
3
  function SearchFieldTemplate() {
4
4
  return (parametersBundle_css.jsx("li", { part: "native-li", class: "ui5-li-root ui5-li--focusable", "aria-selected": this.selected, role: "option", "data-sap-focus-ref": true, draggable: this.movable, tabindex: this._effectiveTabIndex, onFocusIn: this._onfocusin, onFocusOut: this._onfocusout, onKeyUp: this._onkeyup, onKeyDown: this._onkeydown, onClick: this._onclick, children: parametersBundle_css.jsx("div", { part: "content", class: "ui5-search-item-content", children: parametersBundle_css.jsxs("div", { class: "ui5-search-item-begin-content", children: [this.image.length > 0 && !this.icon &&
@@ -150,8 +150,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
150
150
  eventStrict.l("delete")
151
151
  ], SearchItem);
152
152
  SearchItem.define();
153
- var SearchItem$1 = SearchItem;
153
+ var SearchItem_default = SearchItem;
154
154
 
155
- return SearchItem$1;
155
+ return SearchItem_default;
156
156
 
157
157
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ListBoxItemGroupTemplate', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ListItemGroup, Icons, parametersBundle_css, parametersBundle_css$1, ListBoxItemGroupTemplate, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemBase, WrappingType) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/ListBoxItemGroupTemplate', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/WrappingType'], (function (webcomponentsBase, ListItemGroup, Icons, parametersBundle_css, parametersBundle_css$1, ListBoxItemGroupTemplate, eventStrict, i18nDefaults, toLowercaseEnumValue, ListItemBase, WrappingType) { 'use strict';
2
2
 
3
3
  Icons.p("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
4
4
  Icons.p("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
@@ -37,8 +37,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
37
37
  })
38
38
  ], SearchItemGroup);
39
39
  SearchItemGroup.define();
40
- var SearchItemGroup$1 = SearchItemGroup;
40
+ var SearchItemGroup_default = SearchItemGroup;
41
41
 
42
- return SearchItemGroup$1;
42
+ return SearchItemGroup_default;
43
43
 
44
44
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, Title, Text, Icons, parametersBundle_css$1, i18nDefaults, willShowContent) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/willShowContent'], (function (webcomponentsBase, parametersBundle_css, Title, Text, Icons, parametersBundle_css$1, i18nDefaults, willShowContent) { 'use strict';
2
2
 
3
3
  function SearchMessageAreaTemplate() {
4
4
  return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("div", { class: "ui5-search-message-area-wrapper", children: [parametersBundle_css.jsx(Title.Title, { size: Title.TitleLevel.H6, children: this.text }), parametersBundle_css.jsx(Text.Text, { class: "ui5-search-message-area-description", children: this.description })] }) }));
@@ -42,8 +42,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
42
42
  })
43
43
  ], SearchMessageArea);
44
44
  SearchMessageArea.define();
45
- var SearchMessageArea$1 = SearchMessageArea;
45
+ var SearchMessageArea_default = SearchMessageArea;
46
46
 
47
- return SearchMessageArea$1;
47
+ return SearchMessageArea_default;
48
48
 
49
49
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, Icons) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, Icons) { 'use strict';
2
2
 
3
3
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -32,8 +32,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
32
32
  webcomponentsBase.m("ui5-search-scope")
33
33
  ], SearchScope);
34
34
  SearchScope.define();
35
- var SearchScope$1 = SearchScope;
35
+ var SearchScope_default = SearchScope;
36
36
 
37
- return SearchScope$1;
37
+ return SearchScope_default;
38
38
 
39
39
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Menu', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/MenuItem2'], (function (require, webcomponentsBase, webcomponents, webcomponentsFiori, Icons, eventStrict, i18nDefaults, parametersBundle_css, BusyIndicator, ListItemBase, ListItemCustom, Icon, WrappingType, List, ResponsivePopover, Button, Tag, Menu, slimArrowDown, overflow, parametersBundle_css$1, i18nDefaults$1, willShowContent, Label, FocusableElements, information, ListItemAdditionalText_css, ValueState, toLowercaseEnumValue, ListItemGroup, Title, MenuItem) { 'use strict';
1
+ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Menu', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/overflow', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/MenuItem2'], (function (require, webcomponentsBase, Icons, eventStrict, i18nDefaults, parametersBundle_css, BusyIndicator, ListItemBase, ListItemCustom, Icon, WrappingType, List, ResponsivePopover, Button, Tag, Menu, slimArrowDown, overflow, parametersBundle_css$1, i18nDefaults$1, willShowContent, Label, FocusableElements, information, ListItemAdditionalText_css, ValueState, toLowercaseEnumValue, ListItemGroup, Title, MenuItem) { 'use strict';
2
2
 
3
3
  const predefinedHooks = {
4
4
  imageBegin,
@@ -1802,8 +1802,8 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
1802
1802
  return false;
1803
1803
  };
1804
1804
  ShellBar.define();
1805
- var ShellBar$1 = ShellBar;
1805
+ var ShellBar_default = ShellBar;
1806
1806
 
1807
- return ShellBar$1;
1807
+ return ShellBar_default;
1808
1808
 
1809
1809
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
2
2
 
3
3
  function ShellBarBrandingTemplate() {
4
4
  return (parametersBundle_css.jsxs("a", { class: "ui5-shellbar-branding-root", href: this.parsedRef, target: this.target, role: this._role, tabIndex: 0, "aria-label": this.accessibleNameText, onClick: this._onclick, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) }), !this._isSBreakPoint && (parametersBundle_css.jsx("bdi", { class: "ui5-shellbar-title", children: parametersBundle_css.jsx("slot", {}) }))] }));
@@ -112,8 +112,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
112
112
  })
113
113
  ], ShellBarBranding);
114
114
  ShellBarBranding.define();
115
- var ShellBarBranding$1 = ShellBarBranding;
115
+ var ShellBarBranding_default = ShellBarBranding;
116
116
 
117
- return ShellBarBranding$1;
117
+ return ShellBarBranding_default;
118
118
 
119
119
  }));
@@ -1,4 +1,4 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, Icons) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons'], (function (webcomponentsBase, eventStrict, Icons) { 'use strict';
2
2
 
3
3
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -82,8 +82,8 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
82
82
  })
83
83
  ], ShellBarItem);
84
84
  ShellBarItem.define();
85
- var ShellBarItem$1 = ShellBarItem;
85
+ var ShellBarItem_default = ShellBarItem;
86
86
 
87
- return ShellBarItem$1;
87
+ return ShellBarItem_default;
88
88
 
89
89
  }));
@@ -1,7 +1,7 @@
1
- sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/ShellBarSearch2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, ShellBarSearch, Icons, i18nDefaults, eventStrict, parametersBundle_css, Button, i18nDefaults$1, BusyIndicator, willShowContent, Label, toLowercaseEnumValue, Icon, ListItemBase, ListItemAdditionalText_css, ValueState, information, List, ListItemGroup, WrappingType, ResponsivePopover, Title, FocusableElements, slimArrowDown, encodeXML, information$1, sysEnter2, parametersBundle_css$1) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/ShellBarSearch2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/ListItemAdditionalText.css', 'sap/ushell/thirdparty/ValueState', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemGroup', 'sap/ushell/thirdparty/WrappingType', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Title', 'sap/ushell/thirdparty/FocusableElements', 'sap/ushell/thirdparty/slim-arrow-down', 'sap/ushell/thirdparty/encodeXML', 'sap/ushell/thirdparty/information2', 'sap/ushell/thirdparty/sys-enter-2', 'sap/ushell/thirdparty/parameters-bundle.css2'], (function (webcomponentsBase, ShellBarSearch, Icons, i18nDefaults, eventStrict, parametersBundle_css, Button, i18nDefaults$1, BusyIndicator, willShowContent, Label, toLowercaseEnumValue, Icon, ListItemBase, ListItemAdditionalText_css, ValueState, information, List, ListItemGroup, WrappingType, ResponsivePopover, Title, FocusableElements, slimArrowDown, encodeXML, information$1, sysEnter2, parametersBundle_css$1) { 'use strict';
2
2
 
3
3
 
4
4
 
5
- return ShellBarSearch.ShellBarSearch;
5
+ return ShellBarSearch.ShellBarSearch_default;
6
6
 
7
7
  }));