@sapui5/sap.ushell 1.136.2 → 1.136.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) 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/wcfResolution.js +37 -32
  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 +97 -50
  65. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  67. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  98. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  99. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  100. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  101. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  102. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  114. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  115. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  116. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  119. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  121. package/src/main/js/sap/ushell/components/pages/Component.js +3 -28
  122. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  124. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  125. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  126. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  128. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
  129. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  133. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
  134. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  137. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  138. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  140. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  145. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
  146. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  147. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +5 -0
  148. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  149. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  150. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  151. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  152. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  153. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  157. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  164. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  167. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +81 -1
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  173. package/src/main/js/sap/ushell/library.js +1 -1
  174. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  175. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  176. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  177. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  178. package/src/main/js/sap/ushell/renderer/Renderer.js +15 -6
  179. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  180. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  181. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  182. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
  183. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  184. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  185. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  186. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  187. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  188. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  189. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  190. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  191. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  192. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  193. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  194. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  195. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  196. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  197. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  198. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  199. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  200. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  201. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  202. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  203. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  204. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  205. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  206. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  207. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  208. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  209. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  210. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  211. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  212. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  213. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  214. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  215. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  216. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  217. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  218. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  219. package/src/main/js/sap/ushell/services/Message.js +1 -1
  220. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  221. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  222. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  223. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  224. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  225. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  226. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  227. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  228. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  229. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  230. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  231. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  232. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  233. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  234. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  235. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  236. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  237. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  238. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  239. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  240. package/src/main/js/sap/ushell/services/Search.js +1 -1
  241. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  242. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  243. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  244. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  245. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  246. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  247. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  248. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  249. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  250. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  251. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  252. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  253. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  254. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  255. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  256. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  257. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  258. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  259. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  260. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  261. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  262. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  263. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  264. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  265. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  266. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  267. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  268. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  269. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  270. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  271. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  272. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  273. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  274. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  275. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  276. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  277. package/src/main/js/sap/ushell/thirdparty/Avatar.js +79 -12
  278. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +15 -9
  279. package/src/main/js/sap/ushell/thirdparty/Button2.js +25 -6
  280. package/src/main/js/sap/ushell/thirdparty/Icon.js +5 -5
  281. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  282. package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
  283. package/src/main/js/sap/ushell/thirdparty/List.js +4 -4
  284. package/src/main/js/sap/ushell/thirdparty/Menu.js +65 -76
  285. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  286. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +342 -34
  287. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +6 -6
  288. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +5 -5
  289. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2986 -2830
  290. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +112 -79
  291. package/src/main/js/sap/ushell/thirdparty/Tag.js +6 -6
  292. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  293. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +22 -22
  294. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
  295. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  296. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  297. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  298. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  299. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  300. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  301. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  302. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  303. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +3 -0
  304. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  305. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +27 -0
  306. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +23 -8
  307. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  308. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +3 -0
  309. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +27 -0
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +20 -8
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +4 -4
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +5 -2
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  366. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +1 -1
  367. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  368. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  369. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  370. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  371. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
  372. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  373. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  374. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  375. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  376. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  377. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  378. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  379. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  380. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  381. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  382. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  383. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  384. package/src/main/js/sap/ushell/utils.js +25 -0
  385. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  386. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, eventStrict, i18nDefaults, Button, Icons, information, Icon) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, eventStrict, i18nDefaults, toLowercaseEnumValue, Icons, information, Icon) { 'use strict';
2
2
 
3
3
  const name$1 = "sys-help-2";
4
4
  const pathData$1 = "M256 0q53 0 99.5 20T437 74.5t55 81.5 20 100-20 99.5-55 81.5-81.5 55-99.5 20-100-20-81.5-55T20 355.5 0 256t20-100 54.5-81.5T156 20 256 0zm-5 425q15 0 26-11t11-26-11-25.5-26-10.5-25.5 10.5T215 388t10.5 26 25.5 11zm101-239q0-32-27-57t-77-25q-46 0-72.5 24T146 187h52q5-24 17.5-32.5T251 146t35 12.5 12 27.5q0 10-2.5 14T282 215l-20 17q-15 12-23 21t-11.5 18.5-4.5 21-1 27.5h50q0-12 .5-19t3-12.5T283 278t15-13l27-25 16-18 9-16z";
@@ -6,7 +6,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
6
6
  const collection$1 = "SAP-icons-v4";
7
7
  const packageName$1 = "sap/ushell/gen/ui5/webcomponents-icons";
8
8
 
9
- Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
9
+ Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
10
10
 
11
11
  const name = "sys-help-2";
12
12
  const pathData = "M256 0q53 0 99.5 20T437 75t55 81.5 20 99.5-20 99.5-55 81.5-81.5 55-99.5 20-99.5-20T75 437t-55-81.5T0 256t20-99.5T75 75t81.5-55T256 0zm32 289q31-10 50.5-36.5T358 192q0-43-29.5-72.5T256 90q-21 0-39.5 8T184 118.5 162 148t-8 35q0 20 9 30.5t23 10.5q13 0 22.5-9t9.5-23q0-16 11-27t27-11 27 11 11 27-11 27-27 11q-14 0-23 9.5t-9 22.5v26q0 14 9 23t23 9q13 0 22-9t10-22zm-32 127q14 0 23-9t9-23-9-23-23-9-23 9-9 23 9 23 23 9z";
@@ -14,7 +14,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
14
14
  const collection = "SAP-icons-v5";
15
15
  const packageName = "sap/ushell/gen/ui5/webcomponents-icons";
16
16
 
17
- Icons.f(name, { pathData, ltr, collection, packageName });
17
+ Icons.f$2(name, { pathData, ltr, collection, packageName });
18
18
 
19
19
  /**
20
20
  * Defines tag design types.
@@ -74,7 +74,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
74
74
 
75
75
  Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
76
76
  Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
77
- var tagCss = `.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(:not([hidden])){display:inline-block}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-11-0-rc-3-tag-font-weight);letter-spacing:var(--_ui5-v2-11-0-rc-3-tag-letter-spacing);line-height:var(--_ui5-v2-11-0-rc-3-tag-height)}.ui5-tag-root{display:flex;align-items:baseline;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-11-0-rc-3-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type="None"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-11-0-rc-3-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-11-0-rc-3-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-11-0-rc-3-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-11-0-rc-3-tag-icon-width);min-width:var(--_ui5-v2-11-0-rc-3-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Positive"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design="Positive"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Negative"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Negative"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design="Negative"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Critical"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([interactive][design="Critical"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design="Critical"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Information"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-11-0-rc-3-tag-information-text-shadow)}:host([interactive][design="Information"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design="Information"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Set1"]) .ui5-tag-root{text-shadow:var(--ui5-v2-11-0-rc-3-tag-contrast-text-shadow)}:host([design="Set1"]) .ui5-tag-root,:host([interactive][design="Set1"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design="Set1"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design="Set1"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design="Set1"][color-scheme="2"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design="Set1"][color-scheme="3"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design="Set1"][color-scheme="4"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design="Set1"][color-scheme="5"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design="Set1"][color-scheme="6"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design="Set1"][color-scheme="7"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design="Set1"][color-scheme="8"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design="Set1"][color-scheme="9"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design="Set1"][color-scheme="10"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design="Set2"]) .ui5-tag-root{text-shadow:var(--ui5-v2-11-0-rc-3-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-11-0-rc-3-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-11-0-rc-3-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-11-0-rc-3-tag-font-size_size_l);min-width:var(--_ui5-v2-11-0-rc-3-tag-min-width_size_l);padding:var(--_ui5-v2-11-0-rc-3-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-11-0-rc-3-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-11-0-rc-3-tag-icon_min_height_size_l);height:var(--_ui5-v2-11-0-rc-3-tag-icon_height_size_l)}
77
+ var tagCss = `.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(:not([hidden])){display:inline-block}:host{font-size:var(--sapFontSmallSize);font-family:var(--sapFontBoldFamily);font-weight:var(--_ui5-v2-12-0-rc-2-tag-font-weight);letter-spacing:var(--_ui5-v2-12-0-rc-2-tag-letter-spacing);line-height:var(--_ui5-v2-12-0-rc-2-tag-height)}.ui5-tag-root{display:flex;align-items:baseline;justify-content:center;width:100%;min-width:1.125em;max-width:100%;box-sizing:border-box;padding:var(--_ui5-v2-12-0-rc-2-tag-text-padding);border:.0625rem solid;border-radius:var(--sapButton_BorderCornerRadius);white-space:normal;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}:host([interactive]) .ui5-tag-root:active{text-shadow:var(--ui5-v2-12-0-rc-2-tag-text-shadow)}:host([interactive]) .ui5-tag-root{cursor:pointer}:host([desktop][interactive]) .ui5-tag-root:focus,:host([interactive]) .ui5-tag-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:1px}:host([wrapping-type="None"]) .ui5-tag-root{white-space:nowrap}:host([_icon-only]) .ui5-tag-root{padding-inline:var(--_ui5-v2-12-0-rc-2-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-12-0-rc-2-tag-text-transform);text-align:start;pointer-events:none;overflow:hidden;text-overflow:ellipsis}:host([_has-icon]) .ui5-tag-text{padding-inline-start:var(--_ui5-v2-12-0-rc-2-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-12-0-rc-2-tag-icon-width);min-width:var(--_ui5-v2-12-0-rc-2-tag-icon-width);color:inherit;pointer-events:none;align-self:flex-start}.ui5-tag-root{background-color:var(--sapNeutralBackground);border-color:var(--sapNeutralBorderColor);color:var(--sapTextColor);text-shadow:var(--ui5-v2-12-0-rc-2-tag-text-shadow)}:host([interactive]) .ui5-tag-root:hover{background-color:var(--sapButton_Neutral_Hover_Background);border-color:var(--sapButton_Neutral_Hover_BorderColor);color:var(--sapButton_Neutral_Hover_TextColor)}:host([interactive]) .ui5-tag-root:active{background-color:var(--sapButton_Neutral_Active_Background);border-color:var(--sapButton_Neutral_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]) .ui5-tag-root{background-color:var(--sapButton_Success_Background);border-color:var(--sapButton_Success_BorderColor);color:var(--sapButton_Success_TextColor);text-shadow:var(--ui5-v2-12-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Positive"]) .ui5-tag-root:hover{background-color:var(--sapButton_Success_Hover_Background);border-color:var(--sapButton_Success_Hover_BorderColor);color:var(--sapButton_Success_Hover_TextColor)}:host([interactive][design="Positive"]) .ui5-tag-root:active{background-color:var(--sapButton_Success_Active_Background);border-color:var(--sapButton_Success_Active_BorderColor);color:var(--sapButton_Accept_Selected_TextColor)}:host([design="Negative"]) .ui5-tag-root{background-color:var(--sapButton_Negative_Background);border-color:var(--sapButton_Negative_BorderColor);color:var(--sapButton_Negative_TextColor);text-shadow:var(--ui5-v2-12-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Negative"]) .ui5-tag-root:hover{background-color:var(--sapButton_Negative_Hover_Background);border-color:var(--sapButton_Negative_Hover_BorderColor);color:var(--sapButton_Negative_Hover_TextColor)}:host([interactive][design="Negative"]) .ui5-tag-root:active{background-color:var(--sapButton_Negative_Active_Background);border-color:var(--sapButton_Negative_Active_BorderColor);color:var(--sapButton_Reject_Selected_TextColor)}:host([design="Critical"]) .ui5-tag-root{background-color:var(--sapButton_Critical_Background);border-color:var(--sapButton_Critical_BorderColor);color:var(--sapButton_Critical_TextColor);text-shadow:var(--ui5-v2-12-0-rc-2-tag-contrast-text-shadow)}:host([interactive][design="Critical"]) .ui5-tag-root:hover{background-color:var(--sapButton_Critical_Hover_Background);border-color:var(--sapButton_Critical_Hover_BorderColor);color:var(--sapButton_Critical_Hover_TextColor)}:host([interactive][design="Critical"]) .ui5-tag-root:active{background-color:var(--sapButton_Critical_Active_Background);border-color:var(--sapButton_Critical_Active_BorderColor);color:var(--sapButton_Attention_Selected_TextColor)}:host([design="Information"]) .ui5-tag-root{background-color:var(--sapButton_Information_Background);border-color:var(--sapButton_Information_BorderColor);color:var(--sapButton_Information_TextColor);text-shadow:var(--ui5-v2-12-0-rc-2-tag-information-text-shadow)}:host([interactive][design="Information"]) .ui5-tag-root:hover{background-color:var(--sapButton_Information_Hover_Background);border-color:var(--sapButton_Information_Hover_BorderColor);color:var(--sapButton_Information_Hover_TextColor)}:host([interactive][design="Information"]) .ui5-tag-root:active{background-color:var(--sapButton_Information_Active_Background);border-color:var(--sapButton_Information_Active_BorderColor);color:var(--sapButton_Selected_TextColor)}:host([design="Set1"]) .ui5-tag-root{text-shadow:var(--ui5-v2-12-0-rc-2-tag-contrast-text-shadow)}:host([design="Set1"]) .ui5-tag-root,:host([interactive][design="Set1"]) .ui5-tag-root{background-color:var(--sapIndicationColor_1_Background);border-color:var(--sapIndicationColor_1_BorderColor);color:var(--sapIndicationColor_1_TextColor)}:host([interactive][design="Set1"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_1_Hover_Background)}:host([interactive][design="Set1"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_1_Active_Background);border-color:var(--sapIndicationColor_1_Active_BorderColor);color:var(--sapIndicationColor_1_Active_TextColor)}:host([design="Set1"][color-scheme="2"]) .ui5-tag-root{background-color:var(--sapIndicationColor_2_Background);border-color:var(--sapIndicationColor_2_BorderColor);color:var(--sapIndicationColor_2_TextColor)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_2_Hover_Background)}:host([interactive][design="Set1"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_2_Active_Background);border-color:var(--sapIndicationColor_2_Active_BorderColor);color:var(--sapIndicationColor_2_Active_TextColor)}:host([design="Set1"][color-scheme="3"]) .ui5-tag-root{background-color:var(--sapIndicationColor_3_Background);border-color:var(--sapIndicationColor_3_BorderColor);color:var(--sapIndicationColor_3_TextColor)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_3_Hover_Background)}:host([interactive][design="Set1"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_3_Active_Background);border-color:var(--sapIndicationColor_3_Active_BorderColor);color:var(--sapIndicationColor_3_Active_TextColor)}:host([design="Set1"][color-scheme="4"]) .ui5-tag-root{background-color:var(--sapIndicationColor_4_Background);border-color:var(--sapIndicationColor_4_BorderColor);color:var(--sapIndicationColor_4_TextColor)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_4_Hover_Background)}:host([interactive][design="Set1"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_4_Active_Background);border-color:var(--sapIndicationColor_4_Active_BorderColor);color:var(--sapIndicationColor_4_Active_TextColor)}:host([design="Set1"][color-scheme="5"]) .ui5-tag-root{background-color:var(--sapIndicationColor_5_Background);border-color:var(--sapIndicationColor_5_BorderColor);color:var(--sapIndicationColor_5_TextColor)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_5_Hover_Background)}:host([interactive][design="Set1"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_5_Active_Background);border-color:var(--sapIndicationColor_5_Active_BorderColor);color:var(--sapIndicationColor_5_Active_TextColor)}:host([design="Set1"][color-scheme="6"]) .ui5-tag-root{background-color:var(--sapIndicationColor_6_Background);border-color:var(--sapIndicationColor_6_BorderColor);color:var(--sapIndicationColor_6_TextColor)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_6_Hover_Background)}:host([interactive][design="Set1"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_6_Active_Background);border-color:var(--sapIndicationColor_6_Active_BorderColor);color:var(--sapIndicationColor_6_Active_TextColor)}:host([design="Set1"][color-scheme="7"]) .ui5-tag-root{background-color:var(--sapIndicationColor_7_Background);border-color:var(--sapIndicationColor_7_BorderColor);color:var(--sapIndicationColor_7_TextColor)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_7_Hover_Background)}:host([interactive][design="Set1"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_7_Active_Background);border-color:var(--sapIndicationColor_7_Active_BorderColor);color:var(--sapIndicationColor_7_Active_TextColor)}:host([design="Set1"][color-scheme="8"]) .ui5-tag-root{background-color:var(--sapIndicationColor_8_Background);border-color:var(--sapIndicationColor_8_BorderColor);color:var(--sapIndicationColor_8_TextColor)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_8_Hover_Background)}:host([interactive][design="Set1"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_8_Active_Background);border-color:var(--sapIndicationColor_8_Active_BorderColor);color:var(--sapIndicationColor_8_Active_TextColor)}:host([design="Set1"][color-scheme="9"]) .ui5-tag-root{background-color:var(--sapIndicationColor_9_Background);border-color:var(--sapIndicationColor_9_BorderColor);color:var(--sapIndicationColor_9_TextColor)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_9_Hover_Background)}:host([interactive][design="Set1"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_9_Active_Background);border-color:var(--sapIndicationColor_9_Active_BorderColor);color:var(--sapIndicationColor_9_Active_TextColor)}:host([design="Set1"][color-scheme="10"]) .ui5-tag-root{background-color:var(--sapIndicationColor_10_Background);border-color:var(--sapIndicationColor_10_BorderColor);color:var(--sapIndicationColor_10_TextColor)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--sapIndicationColor_10_Hover_Background)}:host([interactive][design="Set1"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--sapIndicationColor_10_Active_Background);border-color:var(--sapIndicationColor_10_Active_BorderColor);color:var(--sapIndicationColor_10_Active_TextColor)}:host([design="Set2"]) .ui5-tag-root{text-shadow:var(--ui5-v2-12-0-rc-2-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-12-0-rc-2-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-12-0-rc-2-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-12-0-rc-2-tag-font-size_size_l);min-width:var(--_ui5-v2-12-0-rc-2-tag-min-width_size_l);padding:var(--_ui5-v2-12-0-rc-2-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-12-0-rc-2-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-12-0-rc-2-tag-icon_min_height_size_l);height:var(--_ui5-v2-12-0-rc-2-tag-icon_height_size_l)}
78
78
  `;
79
79
 
80
80
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -169,7 +169,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
169
169
  this._iconOnly = false;
170
170
  }
171
171
  onEnterDOM() {
172
- if (Icons.f$1()) {
172
+ if (Icons.f()) {
173
173
  this.setAttribute("desktop", "");
174
174
  }
175
175
  }
@@ -194,7 +194,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
194
194
  return undefined;
195
195
  }
196
196
  get hasText() {
197
- return Button.t(this.text);
197
+ return toLowercaseEnumValue.t(this.text);
198
198
  }
199
199
  get hasIcon() {
200
200
  return !!this.icon.length;
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, i18nDefaults, Button, Icons) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, i18nDefaults, toLowercaseEnumValue, Icons) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Empty Indicator Mode.
@@ -28,7 +28,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
28
28
 
29
29
  Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
30
30
  Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
31
- var styles = `:host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-11-0-rc-3_text_max_lines);line-clamp:var(--_ui5-v2-11-0-rc-3_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
31
+ var styles = `:host{max-width:100%;font-size:var(--sapFontSize);font-family:var(--sapFontFamily);color:var(--sapTextColor);line-height:normal;cursor:text;overflow:hidden}:host([max-lines="1"]){display:inline-block;text-overflow:ellipsis;white-space:nowrap}:host(:not([max-lines="1"])){display:-webkit-box;-webkit-line-clamp:var(--_ui5-v2-12-0-rc-2_text_max_lines);line-clamp:var(--_ui5-v2-12-0-rc-2_text_max_lines);-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}.empty-indicator-aria-label{position:absolute!important;clip:rect(1px,1px,1px,1px);user-select:none;left:0;top:0;font-size:0}
32
32
  `;
33
33
 
34
34
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -84,10 +84,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
84
84
  this.emptyIndicatorMode = "Off";
85
85
  }
86
86
  onBeforeRendering() {
87
- this.style.setProperty(Icons.d("--_ui5_text_max_lines"), `${this.maxLines}`);
87
+ this.style.setProperty(Icons.d$1("--_ui5_text_max_lines"), `${this.maxLines}`);
88
88
  }
89
89
  get hasText() {
90
- return Button.t(this.text);
90
+ return toLowercaseEnumValue.t(this.text);
91
91
  }
92
92
  get _renderEmptyIndicator() {
93
93
  return !this.hasText && this.emptyIndicatorMode === TextEmptyIndicatorMode$1.On;
@@ -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/i18n-defaults', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Avatar', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/ListItemCustom', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/toLowercaseEnumValue'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, i18nDefaults, query, ListItemTemplate, Icons, Avatar, Button, Icon, Tag, Text, Label, List, ListItemCustom, information, parametersBundle_css, i18nDefaults$1, BusyIndicator, toLowercaseEnumValue) { 'use strict';
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/i18n-defaults', 'sap/ushell/thirdparty/query', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Avatar', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Tag', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/i18n-defaults2', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/toLowercaseEnumValue'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, eventStrict, i18nDefaults, query, ResponsivePopover, Icons, Avatar, Button, Icon, Tag, Text, Label, List, information, parametersBundle_css, i18nDefaults$1, BusyIndicator, toLowercaseEnumValue) { 'use strict';
2
2
 
3
3
  function PanelTemplate() {
4
4
  return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsxs("div", { class: "ui5-panel-root", role: this.accRole, "aria-label": this.effectiveAccessibleName, "aria-labelledby": this.fixedPanelAriaLabelledbyReference, children: [this.hasHeaderOrHeaderText &&
@@ -11,13 +11,13 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
11
11
  i18nDefaults.jsx(Button.Button, { design: "Transparent", class: "ui5-panel-header-button ui5-panel-header-button-with-icon", onClick: this._toggleButtonClick, accessibilityAttributes: this.accInfo.button.accessibilityAttributes, tooltip: this.accInfo.button.title, accessibleName: this.accInfo.button.ariaLabelButton, children: i18nDefaults.jsx("div", { class: "ui5-panel-header-icon-wrapper", children: i18nDefaults.jsx(Icon.Icon, { class: {
12
12
  "ui5-panel-header-icon": true,
13
13
  "ui5-panel-header-button-animated": !this.shouldNotAnimate,
14
- }, name: ListItemTemplate.slimArrowRight }) }) })
14
+ }, name: ResponsivePopover.slimArrowRight }) }) })
15
15
  : // else
16
16
  i18nDefaults.jsx(Icon.Icon, { class: {
17
17
  "ui5-panel-header-button": true,
18
18
  "ui5-panel-header-icon": true,
19
19
  "ui5-panel-header-button-animated": !this.shouldNotAnimate,
20
- }, name: ListItemTemplate.slimArrowRight, showTooltip: true, accessibleName: this.toggleButtonTitle }) }), this._hasHeader ?
20
+ }, name: ResponsivePopover.slimArrowRight, showTooltip: true, accessibleName: this.toggleButtonTitle }) }), this._hasHeader ?
21
21
  i18nDefaults.jsx("slot", { name: "header" })
22
22
  : // else
23
23
  i18nDefaults.jsx("div", { id: `${this._id}-header-title`, class: "ui5-panel-header-title", children: this.headerText })] }) }), i18nDefaults.jsx("div", { class: "ui5-panel-content", id: `${this._id}-content`, tabindex: -1, style: {
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
27
27
 
28
28
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
29
29
  Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
30
- var panelCss = `.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(:not([hidden])){display:block}:host{font-family:"72override",var(--sapFontFamily);background-color:var(--sapGroup_TitleBackground);border-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius)}:host(:not([collapsed])){border-bottom:var(--_ui5-v2-11-0-rc-3_panel_border_bottom)}:host([fixed]) .ui5-panel-header{padding-left:1rem}.ui5-panel-header{min-height:var(--_ui5-v2-11-0-rc-3_panel_header_height);width:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;outline:none;box-sizing:border-box;padding-right:var(--_ui5-v2-11-0-rc-3_panel_header_padding_right);font-family:"72override",var(--sapFontHeaderFamily);font-size:var(--sapGroup_Title_FontSize);font-weight:400;color:var(--sapGroup_TitleTextColor)}.ui5-panel-header-icon{color:var(--_ui5-v2-11-0-rc-3_panel_icon_color)}.ui5-panel-header-button-animated{transition:transform .4s ease-out}:host(:not([_has-header]):not([fixed])) .ui5-panel-header{cursor:pointer}:host(:not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--_ui5-v2-11-0-rc-3_panel_focus_border);border-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius);top:var(--_ui5-v2-11-0-rc-3_panel_focus_offset);bottom:var(--_ui5-v2-11-0-rc-3_panel_focus_bottom_offset);left:var(--_ui5-v2-11-0-rc-3_panel_focus_offset);right:var(--_ui5-v2-11-0-rc-3_panel_focus_offset)}:host(:not([collapsed]):not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{border-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius_expanded)}:host(:not([collapsed])) .ui5-panel-header-button:not(.ui5-panel-header-button-with-icon),:host(:not([collapsed])) .ui5-panel-header-icon-wrapper [ui5-icon]{transform:var(--_ui5-v2-11-0-rc-3_panel_toggle_btn_rotation)}:host([fixed]) .ui5-panel-header-title{width:100%}.ui5-panel-heading-wrapper.ui5-panel-heading-wrapper-sticky{position:sticky;top:0;background-color:var(--_ui5-v2-11-0-rc-3_panel_header_background_color);z-index:100;border-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius)}.ui5-panel-header-title{width:calc(100% - var(--_ui5-v2-11-0-rc-3_panel_button_root_width));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui5-panel-content{padding:var(--_ui5-v2-11-0-rc-3_panel_content_padding);background-color:var(--sapGroup_ContentBackground);outline:none;border-bottom-left-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius);overflow:auto}.ui5-panel-header-button-root{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--_ui5-v2-11-0-rc-3_panel_button_root_width);height:var(--_ui5-v2-11-0-rc-3_panel_button_root_height);padding:var(--_ui5-v2-11-0-rc-3_panel_header_button_wrapper_padding);box-sizing:border-box}:host([fixed]:not([collapsed]):not([_has-header])) .ui5-panel-header,:host([collapsed]) .ui5-panel-header{border-bottom:.0625rem solid var(--sapGroup_TitleBorderColor)}:host([collapsed]) .ui5-panel-header{border-bottom-left-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-11-0-rc-3_panel_border_radius)}:host(:not([fixed]):not([collapsed])) .ui5-panel-header{border-bottom:var(--_ui5-v2-11-0-rc-3_panel_default_header_border)}[ui5-button].ui5-panel-header-button{display:flex;justify-content:center;align-items:center;min-width:initial;height:100%;width:100%}.ui5-panel-header-icon-wrapper{display:flex;justify-content:center;align-items:center}.ui5-panel-header-icon-wrapper,.ui5-panel-header-icon-wrapper .ui5-panel-header-icon{color:inherit}.ui5-panel-header-icon-wrapper,[ui5-button].ui5-panel-header-button-with-icon [ui5-icon]{pointer-events:none}.ui5-panel-root{height:100%;display:flex;flex-direction:column}
30
+ var panelCss = `.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(:not([hidden])){display:block}:host{font-family:"72override",var(--sapFontFamily);background-color:var(--sapGroup_TitleBackground);border-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius)}:host(:not([collapsed])){border-bottom:var(--_ui5-v2-12-0-rc-2_panel_border_bottom)}:host([fixed]) .ui5-panel-header{padding-left:1rem}.ui5-panel-header{min-height:var(--_ui5-v2-12-0-rc-2_panel_header_height);width:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;outline:none;box-sizing:border-box;padding-right:var(--_ui5-v2-12-0-rc-2_panel_header_padding_right);font-family:"72override",var(--sapFontHeaderFamily);font-size:var(--sapGroup_Title_FontSize);font-weight:400;color:var(--sapGroup_TitleTextColor)}.ui5-panel-header-icon{color:var(--_ui5-v2-12-0-rc-2_panel_icon_color)}.ui5-panel-header-button-animated{transition:transform .4s ease-out}:host(:not([_has-header]):not([fixed])) .ui5-panel-header{cursor:pointer}:host(:not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{content:"";position:absolute;pointer-events:none;z-index:2;border:var(--_ui5-v2-12-0-rc-2_panel_focus_border);border-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius);top:var(--_ui5-v2-12-0-rc-2_panel_focus_offset);bottom:var(--_ui5-v2-12-0-rc-2_panel_focus_bottom_offset);left:var(--_ui5-v2-12-0-rc-2_panel_focus_offset);right:var(--_ui5-v2-12-0-rc-2_panel_focus_offset)}:host(:not([collapsed]):not([_has-header]):not([fixed])) .ui5-panel-header:focus:after{border-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius_expanded)}:host(:not([collapsed])) .ui5-panel-header-button:not(.ui5-panel-header-button-with-icon),:host(:not([collapsed])) .ui5-panel-header-icon-wrapper [ui5-icon]{transform:var(--_ui5-v2-12-0-rc-2_panel_toggle_btn_rotation)}:host([fixed]) .ui5-panel-header-title{width:100%}.ui5-panel-heading-wrapper.ui5-panel-heading-wrapper-sticky{position:sticky;top:0;background-color:var(--_ui5-v2-12-0-rc-2_panel_header_background_color);z-index:100;border-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius)}.ui5-panel-header-title{width:calc(100% - var(--_ui5-v2-12-0-rc-2_panel_button_root_width));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui5-panel-content{padding:var(--_ui5-v2-12-0-rc-2_panel_content_padding);background-color:var(--sapGroup_ContentBackground);outline:none;border-bottom-left-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius);overflow:auto}.ui5-panel-header-button-root{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--_ui5-v2-12-0-rc-2_panel_button_root_width);height:var(--_ui5-v2-12-0-rc-2_panel_button_root_height);padding:var(--_ui5-v2-12-0-rc-2_panel_header_button_wrapper_padding);box-sizing:border-box}:host([fixed]:not([collapsed]):not([_has-header])) .ui5-panel-header,:host([collapsed]) .ui5-panel-header{border-bottom:.0625rem solid var(--sapGroup_TitleBorderColor)}:host([collapsed]) .ui5-panel-header{border-bottom-left-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius);border-bottom-right-radius:var(--_ui5-v2-12-0-rc-2_panel_border_radius)}:host(:not([fixed]):not([collapsed])) .ui5-panel-header{border-bottom:var(--_ui5-v2-12-0-rc-2_panel_default_header_border)}[ui5-button].ui5-panel-header-button{display:flex;justify-content:center;align-items:center;min-width:initial;height:100%;width:100%}.ui5-panel-header-icon-wrapper{display:flex;justify-content:center;align-items:center}.ui5-panel-header-icon-wrapper,.ui5-panel-header-icon-wrapper .ui5-panel-header-icon{color:inherit}.ui5-panel-header-icon-wrapper,[ui5-button].ui5-panel-header-button-with-icon [ui5-icon]{pointer-events:none}.ui5-panel-root{height:100%;display:flex;flex-direction:column}
31
31
  `;
32
32
 
33
33
  var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -359,7 +359,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
359
359
 
360
360
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
361
361
  Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
362
- var BarCss = `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-11-0-rc-3_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit;min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container,.ui5-bar-root .ui5-bar-midcontent-container{display:flex;align-items:center}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container{flex:0 0 auto}.ui5-bar-root .ui5-bar-midcontent-container{justify-content:center;flex:1 1 auto;padding:0 var(--_ui5-v2-11-0-rc-3_bar-mid-container-padding-start-end);min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-11-0-rc-3_bar-start-container-padding-start)}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-11-0-rc-3_bar-start-container-padding-start) + var(--_ui5-v2-11-0-rc-3_bar-end-container-padding-end) + (2*var(--_ui5-v2-11-0-rc-3_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-11-0-rc-3_bar-end-container-padding-end)}:host([design="Footer"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design="Subheader"]){height:var(--_ui5-v2-11-0-rc-3_bar_subheader_height);margin-top:var(--_ui5-v2-11-0-rc-3_bar_subheader_margin-top)}:host([design="FloatingFooter"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}
362
+ var BarCss = `:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5-v2-12-0-rc-2_bar_base_height);width:100%;box-shadow:var(--sapContent_HeaderShadow);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:inherit;box-shadow:inherit;border-radius:inherit;min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container,.ui5-bar-root .ui5-bar-midcontent-container{display:flex;align-items:center}.ui5-bar-root .ui5-bar-startcontent-container,.ui5-bar-root .ui5-bar-endcontent-container{flex:0 0 auto}.ui5-bar-root .ui5-bar-midcontent-container{justify-content:center;flex:1 1 auto;padding:0 var(--_ui5-v2-12-0-rc-2_bar-mid-container-padding-start-end);min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-startcontent-container{padding-inline-start:var(--_ui5-v2-12-0-rc-2_bar-start-container-padding-start)}.ui5-bar-root .ui5-bar-content-container{min-width:calc(30% - calc(var(--_ui5-v2-12-0-rc-2_bar-start-container-padding-start) + var(--_ui5-v2-12-0-rc-2_bar-end-container-padding-end) + (2*var(--_ui5-v2-12-0-rc-2_bar-mid-container-padding-start-end))))}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0px;overflow:hidden;height:100%}.ui5-bar-root .ui5-bar-endcontent-container{padding-inline-end:var(--_ui5-v2-12-0-rc-2_bar-end-container-padding-end)}:host([design="Footer"]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design="Subheader"]){height:var(--_ui5-v2-12-0-rc-2_bar_subheader_height);margin-top:var(--_ui5-v2-12-0-rc-2_bar_subheader_margin-top)}:host([design="FloatingFooter"]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(*){margin:0 .25rem}
363
363
  `;
364
364
 
365
365
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -494,7 +494,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
494
494
  const collection$7 = "SAP-icons-v4";
495
495
  const packageName$7 = "@ui5/webcomponents-icons";
496
496
 
497
- Icons.f(name$7, { pathData: pathData$7, ltr: ltr$7, collection: collection$7, packageName: packageName$7 });
497
+ Icons.f$2(name$7, { pathData: pathData$7, ltr: ltr$7, collection: collection$7, packageName: packageName$7 });
498
498
 
499
499
  const name$6 = "person-placeholder";
500
500
  const pathData$6 = "M342 255q48 23 77 67.5t29 99.5v32q0 11-7.5 18.5T422 480H90q-11 0-18.5-7.5T64 454v-32q0-56 29-100t77-67q-20-18-31-42.5T128 160q0-27 10-50t27.5-40.5 41-27.5T256 32t49.5 10.5 41 28T374 111t10 49q0 27-11 52t-31 43zM256 83q-32 0-54.5 22.5T179 160t22.5 54.5T256 237t54.5-22.5T333 160t-22.5-54.5T256 83zm141 339q0-28-10.5-52.5t-29-42.5-43-28.5T262 288h-12q-28 0-52.5 10.5t-43 28.5-29 42.5T115 422v7h282v-7z";
@@ -502,7 +502,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
502
502
  const collection$6 = "SAP-icons-v5";
503
503
  const packageName$6 = "@ui5/webcomponents-icons";
504
504
 
505
- Icons.f(name$6, { pathData: pathData$6, ltr: ltr$6, collection: collection$6, packageName: packageName$6 });
505
+ Icons.f$2(name$6, { pathData: pathData$6, ltr: ltr$6, collection: collection$6, packageName: packageName$6 });
506
506
 
507
507
  var personPlaceholder = "person-placeholder";
508
508
 
@@ -512,7 +512,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
512
512
  const collection$5 = "SAP-icons-v4";
513
513
  const packageName$5 = "@ui5/webcomponents-icons";
514
514
 
515
- Icons.f(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
515
+ Icons.f$2(name$5, { pathData: pathData$5, ltr: ltr$5, collection: collection$5, packageName: packageName$5 });
516
516
 
517
517
  const name$4 = "user-settings";
518
518
  const pathData$4 = "M166.907 396.779q10.994 0 18.49 6.996t7.495 17.99-7.495 18.49-18.49 7.495H25.985q-10.993 0-18.49-7.496T0 421.764v-31.982q0-55.968 28.984-99.944t76.957-66.962q-41.977-38.979-41.977-94.947 0-26.985 10.494-50.472t27.985-40.977T142.92 9.495 191.893 0q26.985 0 49.972 10.494t40.477 27.985 27.485 40.477 9.995 48.973-9.495 48.972-26.985 40.478-40.977 27.984-50.472 10.494h-5.997q-27.984 0-52.47 10.494T90.45 294.835t-28.984 42.477-10.494 52.47v6.997h115.935zm24.986-345.807q-31.982 0-54.47 22.487t-22.487 54.47 22.487 54.47 54.47 22.487q32.982 0 54.97-22.988t21.987-53.97q0-31.982-22.487-54.469t-54.47-22.487zm310.826 340.81q4.998 1.998 7.496 5.996t1.5 8.995l-3.998 16.99q-2 9.995-11.994 9.995l-27.984-3.998q-5.997 11.993-15.991 21.988l-6.996 6.996 9.994 26.985q0 1 .5 1.999t.5 1.999q0 8.995-7.996 11.993l-14.991 7.996q-2 0-2.5.5t-2.498.499q-7.995 0-10.994-6.996l-14.991-25.986q-4.997 1-8.995 1.5t-8.995.5q-3.998 0-7.496-.5t-8.495-.5l-14.992 26.985q-2.998 5.996-10.994 5.996-3.998 0-5.996-.999l-14.992-7.996q-6.996-2.998-6.996-10.993 0-3.998 1-4.998l9.994-26.985q-7.996-4.997-13.493-11.993t-10.494-14.991l-27.984 3.997q-10.994 0-12.993-9.994l-3.998-19.989q0-9.994 8.995-11.993l22.987-7.996q0-21.988 6.996-39.978l-16.99-15.99q-3.998-3.998-3.998-9.995 0-3.998 2.999-7.996l9.994-12.992q4.997-4.998 9.994-4.998 2.999 0 6.996 2l18.99 12.992q7.995-6.996 16.99-11.493t18.99-7.496l1.999-22.987q1.999-11.994 12.992-11.994h16.99q4.998 0 8.496 3.498t3.498 8.496l2 21.987q21.987 4.997 37.978 17.99l18.99-12.993q3.997-1.998 6.995-1.998 4.998 0 9.995 4.997l9.994 12.993q2.999 3.997 2.999 7.995 0 5.997-3.998 9.995l-15.991 14.991q7.995 20.988 7.995 40.977zm-163.908-7.996q0 18.99 12.993 31.982t31.982 12.993 31.982-12.993 12.993-31.982-12.993-31.982-31.982-12.993-31.982 12.993-12.993 31.982z";
@@ -520,7 +520,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
520
520
  const collection$4 = "SAP-icons-v5";
521
521
  const packageName$4 = "@ui5/webcomponents-icons";
522
522
 
523
- Icons.f(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
523
+ Icons.f$2(name$4, { pathData: pathData$4, ltr: ltr$4, collection: collection$4, packageName: packageName$4 });
524
524
 
525
525
  var userSettings = "user-settings";
526
526
 
@@ -530,7 +530,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
530
530
  const collection$3 = "SAP-icons-v4";
531
531
  const packageName$3 = "@ui5/webcomponents-icons";
532
532
 
533
- Icons.f(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
533
+ Icons.f$2(name$3, { pathData: pathData$3, ltr: ltr$3, collection: collection$3, packageName: packageName$3 });
534
534
 
535
535
  const name$2 = "log";
536
536
  const pathData$2 = "M256 256q-11 0-18.5-7.5T230 230V26q0-11 7.5-18.5T256 0t18.5 7.5T282 26v204q0 11-7.5 18.5T256 256zm0 256q-53 0-100-20t-81.5-54.5T20 356 0 256q0-67 31-125t82-90q9-6 13.5-7.5T134 32q11 0 18.5 7.5T160 58q0 13-12 21-46 29-71.5 76T51 256q0 43 16 80t44 65 65 44 80 16 80.5-16 65-44 43.5-65 16-80q0-54-26-101t-71-76q-12-8-12-21 0-11 7.5-18.5T378 32q3 0 7.5 1.5T399 41q51 32 82 90t31 126q0 53-20 99.5t-54.5 81T356 492t-100 20z";
@@ -538,7 +538,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
538
538
  const collection$2 = "SAP-icons-v5";
539
539
  const packageName$2 = "@ui5/webcomponents-icons";
540
540
 
541
- Icons.f(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
541
+ Icons.f$2(name$2, { pathData: pathData$2, ltr: ltr$2, collection: collection$2, packageName: packageName$2 });
542
542
 
543
543
  var log = "log";
544
544
 
@@ -548,7 +548,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
548
548
  const collection$1 = "SAP-icons-v4";
549
549
  const packageName$1 = "@ui5/webcomponents-icons";
550
550
 
551
- Icons.f(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
551
+ Icons.f$2(name$1, { pathData: pathData$1, ltr: ltr$1, collection: collection$1, packageName: packageName$1 });
552
552
 
553
553
  const name = "user-edit";
554
554
  const pathData = "M70 397q11 0 18.5 7t7.5 18-7.5 18.5T70 448H26q-11 0-18.5-7.5T0 422v-32q0-55 29-99.5t77-67.5l-4-5q-19-18-28.5-41T64 128q0-27 10.5-50.5t28-41 40.5-27T192 0q27 0 50 10.5t40.5 28T310 79t10 49-9.5 49-27 40.5-41 28T192 256h-6q-28 0-52.5 10.5t-43 28.5-29 42.5T51 390v7h19zM192 51q-32 0-54.5 22.5T115 128t22.5 54.5T192 205q33 0 55-23t22-54q0-32-22.5-54.5T192 51zm313 161q7 7 7 18t-7 18l-25 26q-8 8-19 8-10 0-18-8l-50-51q-7-7-7-18t7-18l25-26q7-7 18-7 12 0 19 7zm-75 77q7 9 7 18t-7 18L254 504q-8 8-18 8h-50q-11 0-18.5-7.5T160 486v-51q0-9 7-18l176-179q8-8 18-8 12 0 18 8zm-55 18l-14-14-150 153v15h14z";
@@ -556,16 +556,16 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
556
556
  const collection = "SAP-icons-v5";
557
557
  const packageName = "@ui5/webcomponents-icons";
558
558
 
559
- Icons.f(name, { pathData, ltr, collection, packageName });
559
+ Icons.f$2(name, { pathData, ltr, collection, packageName });
560
560
 
561
561
  var userEdit = "user-edit";
562
562
 
563
563
  function UserMenuTemplate() {
564
- return (i18nDefaults.jsxs(ListItemTemplate.ResponsivePopover, { id: "user-menu-rp", class: "ui5-user-menu-rp", placement: "Bottom", verticalAlign: "Bottom", horizontalAlign: "End", tabindex: -1, accessibleName: this.accessibleNameText, "aria-labelledby": this.accessibleNameText, open: this.open, opener: this.opener, onClose: this._handlePopoverAfterClose, onOpen: this._handlePopoverAfterOpen, onScroll: this._handleScroll, children: [i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsxs(Bar$1, { class: {
564
+ return (i18nDefaults.jsxs(ResponsivePopover.ResponsivePopover, { id: "user-menu-rp", class: "ui5-user-menu-rp", placement: "Bottom", verticalAlign: "Bottom", horizontalAlign: "End", tabindex: -1, accessibleName: this.accessibleNameText, "aria-labelledby": this.accessibleNameText, open: this.open, opener: this.opener, onClose: this._handlePopoverAfterClose, onOpen: this._handlePopoverAfterOpen, onScroll: this._handleScroll, children: [i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsxs(Bar$1, { class: {
565
565
  "ui5-user-menu-fixed-header": true,
566
566
  "ui5-user-menu-rp-scrolled": this._isScrolled || this._titleMovedToHeader
567
567
  }, slot: "header", children: [this._titleMovedToHeader &&
568
- i18nDefaults.jsx(ListItemTemplate.Title, { level: "H1", wrappingType: "None", children: this._selectedAccount.titleText }), this._isPhone && i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", accessibleName: this._closeDialogAriaLabel, onClick: this._closeUserMenu, slot: "endContent" })] }), i18nDefaults.jsx("div", { class: "ui5-user-menu-header", children: headerContent.call(this) })] }), this.showOtherAccounts &&
568
+ i18nDefaults.jsx(ResponsivePopover.Title, { level: "H1", wrappingType: "None", children: this._selectedAccount.titleText }), this._isPhone && i18nDefaults.jsx(Button.Button, { icon: information.decline, design: "Transparent", accessibleName: this._closeDialogAriaLabel, onClick: this._closeUserMenu, slot: "endContent" })] }), i18nDefaults.jsx("div", { class: "ui5-user-menu-header", children: headerContent.call(this) })] }), this.showOtherAccounts &&
569
569
  i18nDefaults.jsx(i18nDefaults.Fragment, { children: otherAccountsContent.call(this) }), this.menuItems.length > 0 &&
570
570
  i18nDefaults.jsx(List.List, { id: "ui5-user-menu-list", class: "ui5-user-menu-list", selectionMode: "None", separators: "None", accessibleRole: "Menu", onItemClick: this._handleMenuItemClick, "onui5-close-menu": this._handleMenuItemClose, children: i18nDefaults.jsx("slot", {}) }), i18nDefaults.jsx("div", { slot: "footer", class: "ui5-user-menu-footer", children: i18nDefaults.jsx(Button.Button, { class: "ui5-user-menu-sign-out-btn", design: "Transparent", icon: log, onClick: this._handleSignOutClick, children: this._signOutButtonText }) })] }));
571
571
  }
@@ -573,21 +573,21 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
573
573
  return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: this._selectedAccount &&
574
574
  i18nDefaults.jsxs("div", { class: "ui5-user-menu-selected-account", "aria-labelledby": this._ariaLabelledByAccountInformationText, children: [i18nDefaults.jsxs(Avatar, { size: "L", onClick: this._handleAvatarClick, initials: this._selectedAccount._initials, fallbackIcon: personPlaceholder, class: "ui5-user-menu--selected-account-avatar", interactive: true, children: [this._selectedAccount.avatarSrc &&
575
575
  i18nDefaults.jsx("img", { src: this._selectedAccount.avatarSrc }), this.showEditButton &&
576
- i18nDefaults.jsx(Tag.Tag, { slot: "badge", wrappingType: "None", design: "Set1", colorScheme: "5", title: this._editAvatarTooltip, children: i18nDefaults.jsx(Icon.Icon, { slot: "icon", name: ListItemTemplate.edit }) })] }), this._selectedAccount.titleText &&
576
+ i18nDefaults.jsx(Tag.Tag, { slot: "badge", wrappingType: "None", design: "Set1", colorScheme: "5", title: this._editAvatarTooltip, children: i18nDefaults.jsx(Icon.Icon, { slot: "icon", name: ResponsivePopover.edit }) })] }), this._selectedAccount.titleText &&
577
577
  i18nDefaults.jsx(Text.Text, { maxLines: 2, id: "selected-account-title", class: "ui5-user-menu-selected-account-title", children: this._selectedAccount.titleText }), this._selectedAccount.subtitleText &&
578
578
  i18nDefaults.jsx(Text.Text, { maxLines: 1, class: "ui5-user-menu-selected-account-subtitleText", children: this._selectedAccount.subtitleText }), this._selectedAccount.description &&
579
579
  i18nDefaults.jsx(Text.Text, { maxLines: 1, class: "ui5-user-menu-selected-account-description", children: this._selectedAccount.description }), this.showManageAccount &&
580
580
  i18nDefaults.jsx(Button.Button, { id: "selected-account-manage-btn", icon: userSettings, class: "ui5-user-menu-manage-account-btn", onClick: this._handleManageAccountClick, children: this._manageAccountButtonText })] }) }));
581
581
  }
582
582
  function otherAccountsContent() {
583
- return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsxs(Panel$1, { collapsed: true, class: "ui5-user-menu-other-accounts", "aria-labelledby": this._otherAccountsButtonText, children: [i18nDefaults.jsxs("div", { slot: "header", class: "ui5-user-menu-account-header", children: [i18nDefaults.jsxs(ListItemTemplate.Title, { slot: "header", level: "H4", "wrapping-type": "None", children: [this._otherAccountsButtonText, " (", this._otherAccounts.length, ")"] }), this.showEditAccounts &&
583
+ return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsxs(Panel$1, { collapsed: true, class: "ui5-user-menu-other-accounts", "aria-labelledby": this._otherAccountsButtonText, children: [i18nDefaults.jsxs("div", { slot: "header", class: "ui5-user-menu-account-header", children: [i18nDefaults.jsxs(ResponsivePopover.Title, { slot: "header", level: "H4", "wrapping-type": "None", children: [this._otherAccountsButtonText, " (", this._otherAccounts.length, ")"] }), this.showEditAccounts &&
584
584
  i18nDefaults.jsx(Button.Button, { slot: "header", class: "ui5-user-menu-add-account-btn", design: "Transparent", icon: userEdit, onClick: this._handleEditAccountsClick, tooltip: this._editAccountsTooltip })] }), this._otherAccounts.length > 0 &&
585
585
  i18nDefaults.jsx(i18nDefaults.Fragment, { children: otherAccountsList.call(this) })] }) }));
586
586
  }
587
587
  function otherAccountsList() {
588
- return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsx(List.List, { onItemClick: this._handleAccountSwitch, "aria-labelledby": this._ariaLabelledByActions, loadingDelay: 0, loading: this._otherAccounts.some(account => account.loading === true), children: this._otherAccounts.map((account, index) => i18nDefaults.jsx(ListItemCustom.ListItemCustom, { ref: this.captureRef.bind(account), "aria-labelledby": account.titleText, "aria-possition": index + 1, "aria-setsize": this._otherAccounts.length, "aria-dectiption": this.getAccountDescriptionText(account), children: i18nDefaults.jsxs("div", { class: "ui5-user-menu-other-accounts-content", children: [i18nDefaults.jsx(Avatar, { slot: "image", size: "S", initials: account._initials, fallbackIcon: personPlaceholder, children: account.avatarSrc &&
588
+ return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsx(List.List, { onItemClick: this._handleAccountSwitch, "aria-labelledby": this._ariaLabelledByActions, loadingDelay: 0, loading: this._otherAccounts.some(account => account.loading === true), children: this._otherAccounts.map((account, index) => i18nDefaults.jsx(ResponsivePopover.ListItemCustom, { ref: this.captureRef.bind(account), "aria-labelledby": account.titleText, "aria-possition": index + 1, "aria-setsize": this._otherAccounts.length, "aria-dectiption": this.getAccountDescriptionText(account), children: i18nDefaults.jsxs("div", { class: "ui5-user-menu-other-accounts-content", children: [i18nDefaults.jsx(Avatar, { slot: "image", size: "S", initials: account._initials, fallbackIcon: personPlaceholder, children: account.avatarSrc &&
589
589
  i18nDefaults.jsx("img", { src: account.avatarSrc }) }), i18nDefaults.jsxs("div", { class: "ui5-user-menu-other-accounts-info", children: [account.titleText &&
590
- i18nDefaults.jsx(ListItemTemplate.Title, { class: "ui5-user-menu-other-accounts-title", "wrapping-type": "None", children: account.titleText }), account.subtitleText &&
590
+ i18nDefaults.jsx(ResponsivePopover.Title, { class: "ui5-user-menu-other-accounts-title", "wrapping-type": "None", children: account.titleText }), account.subtitleText &&
591
591
  i18nDefaults.jsx(Label, { class: "ui5-user-menu-other-accounts-additional-info", "wrapping-type": "None", children: account.subtitleText }), account.description &&
592
592
  i18nDefaults.jsx(Label, { class: "ui5-user-menu-other-accounts-additional-info", "wrapping-type": "None", children: account.description })] }), i18nDefaults.jsx("div", { children: account.selected &&
593
593
  i18nDefaults.jsx(Icon.Icon, { part: "icon", name: query.selectedAccount, class: "ui5-user-menu-selected-account-icon", mode: "Decorative" }) })] }) })) }) }));
@@ -595,7 +595,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
595
595
 
596
596
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
597
597
  Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css.defaultTheme);
598
- var UserMenuCss = `.ui5-user-menu-rp{width:20rem}.ui5-user-menu-rp::part(content),.ui5-user-menu-rp::part(footer){padding-inline:.5rem}.ui5-user-menu-rp::part(header){box-shadow:none;padding:0}.ui5-user-menu-header{display:flex;flex-direction:column}[on-phone] .ui5-user-menu-header{padding-inline:0}.ui5-user-menu-fixed-header:not(.ui5-user-menu-rp-scrolled){box-shadow:none}.ui5-user-menu-fixed-header::part(startContent),.ui5-user-menu-fixed-header::part(endContent){padding:0}.ui5-user-menu-fixed-header [ui5-button]{margin-inline:.5rem;font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-rp::part(content){padding-top:0;padding-bottom:.5rem}.ui5-user-menu-rp::part(footer){padding-block:.5rem}.ui5-user-menu-selected-account{display:flex;align-items:center;flex-direction:column;margin-bottom:1rem;overflow:hidden}.ui5-user-menu--selected-account-avatar{margin-block-start:.25rem;margin-block-end:.5rem}.ui5-user-menu-selected-account-title{margin-block:.25rem;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontLargeSize);color:var(--sapTextColor)}.ui5-user-menu-selected-account-subtitleText{margin-bottom:.25rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-selected-account-description{margin-bottom:1rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-manage-account-btn,.ui5-user-menu-sign-out-btn{font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-other-accounts{margin-bottom:1rem}.ui5-user-menu-other-accounts::part(header){border-bottom-left-radius:0;border-bottom-right-radius:0}.ui5-user-menu-other-accounts::part(content){padding:0}.ui5-user-menu-other-accounts-content{display:flex;align-items:center;width:100%;height:4.5rem;gap:12px;padding-block:8px 16px}.ui5-user-menu-other-accounts-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch;width:100%;overflow:hidden}.ui5-user-menu-other-accounts-title{overflow:hidden;color:var(--sapList_TextColor);text-overflow:ellipsis;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-other-accounts-additional-info{overflow:hidden;color:var(--sapContent_LabelColor);text-overflow:ellipsis;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-selected-account-icon{display:flex;width:18px;align-items:center;align-self:stretch;color:var(--sapContent_NonInteractiveIconColor);font-family:var(--_ui5-v2-11-0-rc-3_slider_handle_font_family);font-size:1.125rem}.ui5-user-menu-account-header{display:flex;flex:1;justify-content:space-between;align-items:center}.ui5-user-menu-footer{display:flex;flex:1;justify-content:flex-end;align-items:center}
598
+ var UserMenuCss = `.ui5-user-menu-rp{width:20rem}.ui5-user-menu-rp::part(content),.ui5-user-menu-rp::part(footer){padding-inline:.5rem}.ui5-user-menu-rp::part(header){box-shadow:none;padding:0}.ui5-user-menu-header{display:flex;flex-direction:column}[on-phone] .ui5-user-menu-header{padding-inline:0}.ui5-user-menu-fixed-header:not(.ui5-user-menu-rp-scrolled){box-shadow:none}.ui5-user-menu-fixed-header::part(startContent),.ui5-user-menu-fixed-header::part(endContent){padding:0}.ui5-user-menu-fixed-header [ui5-button]{margin-inline:.5rem;font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-rp::part(content){padding-top:0;padding-bottom:.5rem}.ui5-user-menu-rp::part(footer){padding-block:.5rem}.ui5-user-menu-selected-account{display:flex;align-items:center;flex-direction:column;margin-bottom:1rem;overflow:hidden}.ui5-user-menu--selected-account-avatar{margin-block-start:.25rem;margin-block-end:.5rem}.ui5-user-menu-selected-account-title{margin-block:.25rem;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontLargeSize);color:var(--sapTextColor)}.ui5-user-menu-selected-account-subtitleText{margin-bottom:.25rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-selected-account-description{margin-bottom:1rem;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);color:var(--sapContent_LabelColor)}.ui5-user-menu-manage-account-btn,.ui5-user-menu-sign-out-btn{font-family:var(--sapFontSemiboldDuplexFamily)}.ui5-user-menu-other-accounts{margin-bottom:1rem}.ui5-user-menu-other-accounts::part(header){border-bottom-left-radius:0;border-bottom-right-radius:0}.ui5-user-menu-other-accounts::part(content){padding:0}.ui5-user-menu-other-accounts-content{display:flex;align-items:center;width:100%;height:4.5rem;gap:12px;padding-block:8px 16px}.ui5-user-menu-other-accounts-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;align-self:stretch;width:100%;overflow:hidden}.ui5-user-menu-other-accounts-title{overflow:hidden;color:var(--sapList_TextColor);text-overflow:ellipsis;font-family:var(--sapFontBoldFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-other-accounts-additional-info{overflow:hidden;color:var(--sapContent_LabelColor);text-overflow:ellipsis;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-style:normal;line-height:normal}.ui5-user-menu-selected-account-icon{display:flex;width:18px;align-items:center;align-self:stretch;color:var(--sapContent_NonInteractiveIconColor);font-family:var(--_ui5-v2-12-0-rc-2_slider_handle_font_family);font-size:1.125rem}.ui5-user-menu-account-header{display:flex;flex:1;justify-content:space-between;align-items:center}.ui5-user-menu-footer{display:flex;flex:1;justify-content:flex-end;align-items:center}
599
599
  `;
600
600
 
601
601
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -692,7 +692,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
692
692
  }
693
693
  }
694
694
  get _isPhone() {
695
- return Icons.d$1();
695
+ return Icons.d();
696
696
  }
697
697
  _handleScroll(e) {
698
698
  this._isScrolled = e.detail.scrollTop > 0;
@@ -825,7 +825,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
825
825
  webcomponentsBase.s({ type: Boolean })
826
826
  ], UserMenu.prototype, "open", void 0);
827
827
  __decorate([
828
- webcomponentsBase.s({ converter: ListItemTemplate.e })
828
+ webcomponentsBase.s({ converter: ResponsivePopover.e })
829
829
  ], UserMenu.prototype, "opener", void 0);
830
830
  __decorate([
831
831
  webcomponentsBase.s({ type: Boolean })
@@ -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/MenuItem2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/Button2'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, MenuItem, Icons, i18nDefaults, parametersBundle_css, eventStrict, information, ListItemTemplate, BusyIndicator, Label, List, toLowercaseEnumValue, Icon, Button) { 'use strict';
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/MenuItem2', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/List', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/Icon'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, MenuItem, Icons, i18nDefaults, parametersBundle_css, eventStrict, information, ResponsivePopover, BusyIndicator, toLowercaseEnumValue, Label, List, Button, Icon) { 'use strict';
2
2
 
3
3
  function UserMenuItemTemplate() {
4
4
  return [MenuItem.MenuItemTemplate.call(this)];
@@ -40,7 +40,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
40
40
  */
41
41
  let UserMenuItem = class UserMenuItem extends MenuItem.MenuItem {
42
42
  get _menuItems() {
43
- return this.items.filter(item => !item.isSeparator);
43
+ return this.items.filter(MenuItem.isInstanceOfMenuItem);
44
44
  }
45
45
  };
46
46
  __decorate([
@@ -1,4 +1,4 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/ListItemTemplate', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/List'], (function (exports, i18nDefaults, webcomponentsBase, Icons, Text, Link, Button, ListItemTemplate, eventStrict, toLowercaseEnumValue, Icon, webcomponents, BusyIndicator, Label, information, List) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/Text', 'sap/ushell/thirdparty/Link', 'sap/ushell/thirdparty/Button2', 'sap/ushell/thirdparty/ResponsivePopover', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/Label', 'sap/ushell/thirdparty/information', 'sap/ushell/thirdparty/List'], (function (exports, i18nDefaults, webcomponentsBase, Icons, Text, Link, Button, ResponsivePopover, toLowercaseEnumValue, eventStrict, Icon, webcomponents, BusyIndicator, Label, information, List) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Overflow Mode.
@@ -21,7 +21,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thi
21
21
 
22
22
  function ExpandableTextTemplate() {
23
23
  return (i18nDefaults.jsxs("div", { children: [i18nDefaults.jsx(Text.Text, { class: "ui5-exp-text-text", emptyIndicatorMode: this.emptyIndicatorMode, children: this._displayedText }), this._maxCharactersExceeded && i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx("span", { class: "ui5-exp-text-ellipsis", children: this._ellipsisText }), i18nDefaults.jsx(Link.Link, { id: "toggle", class: "ui5-exp-text-toggle", accessibleRole: "Button", accessibleName: this._accessibleNameForToggle, accessibilityAttributes: this._accessibilityAttributesForToggle, onClick: this._handleToggleClick, children: this._textForToggle }), this._usePopover &&
24
- i18nDefaults.jsxs(ListItemTemplate.ResponsivePopover, { open: this._expanded, opener: "toggle", accessibleNameRef: "popover-text", contentOnlyOnDesktop: true, _hideHeader: true, class: "ui5-exp-text-popover", onClose: this._handlePopoverClose, children: [i18nDefaults.jsx(Text.Text, { id: "popover-text", children: this.text }), i18nDefaults.jsx("div", { slot: "footer", class: "ui5-exp-text-footer", children: i18nDefaults.jsx(Button.Button, { design: "Transparent", onClick: this._handleCloseButtonClick, children: this._closeButtonText }) })] })] })] }));
24
+ i18nDefaults.jsxs(ResponsivePopover.ResponsivePopover, { open: this._expanded, opener: "toggle", accessibleNameRef: "popover-text", contentOnlyOnDesktop: true, _hideHeader: true, class: "ui5-exp-text-popover", onClose: this._handlePopoverClose, children: [i18nDefaults.jsx(Text.Text, { id: "popover-text", children: this.text }), i18nDefaults.jsx("div", { slot: "footer", class: "ui5-exp-text-footer", children: i18nDefaults.jsx(Button.Button, { design: "Transparent", onClick: this._handleCloseButtonClick, children: this._closeButtonText }) })] })] })] }));
25
25
  }
26
26
 
27
27
  Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
@@ -136,7 +136,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thi
136
136
  return undefined;
137
137
  }
138
138
  _handlePopoverClose() {
139
- if (!Icons.d$1()) {
139
+ if (!Icons.d()) {
140
140
  this._expanded = false;
141
141
  }
142
142
  }
@@ -169,6 +169,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
169
169
  var SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = "شجرة قائمة التنقل";
170
170
  var SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = "بند شجرة قائمة التنقل";
171
171
  var SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = "المزيد من البنود";
172
+ var SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = "عرض بنود التنقل المتبقية";
172
173
  var SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL = "قائمة التنقل الأساسية";
173
174
  var SIDE_NAVIGATION_FIXED_LIST_LABEL = "قائمة التنقل في التذييل";
174
175
  var SIDE_NAVIGATION_ICON_COLLAPSE = "طي";
@@ -358,6 +359,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
358
359
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC,
359
360
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC,
360
361
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME: SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME,
362
+ SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL: SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL,
361
363
  SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL: SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL,
362
364
  SIDE_NAVIGATION_FIXED_LIST_LABEL: SIDE_NAVIGATION_FIXED_LIST_LABEL,
363
365
  SIDE_NAVIGATION_ICON_COLLAPSE: SIDE_NAVIGATION_ICON_COLLAPSE,
@@ -510,6 +512,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
510
512
  exports.SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC;
511
513
  exports.SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC;
512
514
  exports.SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME;
515
+ exports.SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL;
513
516
  exports.SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT = SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT;
514
517
  exports.TIMELINE_ARIA_LABEL = TIMELINE_ARIA_LABEL;
515
518
  exports.TIMELINE_ITEM_CRITICAL_STATE_TEXT = TIMELINE_ITEM_CRITICAL_STATE_TEXT;
@@ -169,6 +169,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
169
169
  var SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = "Дърво на навигационен списък";
170
170
  var SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = "Позиция от дърво на навигационен списък";
171
171
  var SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = "Още позиции";
172
+ var SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = "Показва оставащите позиции на навигация";
172
173
  var SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL = "Основно меню за навигация";
173
174
  var SIDE_NAVIGATION_FIXED_LIST_LABEL = "Меню за навигация в долния колонтитул";
174
175
  var SIDE_NAVIGATION_ICON_COLLAPSE = "Свиване";
@@ -358,6 +359,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
358
359
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC,
359
360
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC,
360
361
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME: SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME,
362
+ SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL: SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL,
361
363
  SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL: SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL,
362
364
  SIDE_NAVIGATION_FIXED_LIST_LABEL: SIDE_NAVIGATION_FIXED_LIST_LABEL,
363
365
  SIDE_NAVIGATION_ICON_COLLAPSE: SIDE_NAVIGATION_ICON_COLLAPSE,
@@ -510,6 +512,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
510
512
  exports.SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC;
511
513
  exports.SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC;
512
514
  exports.SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME;
515
+ exports.SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL;
513
516
  exports.SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT = SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT;
514
517
  exports.TIMELINE_ARIA_LABEL = TIMELINE_ARIA_LABEL;
515
518
  exports.TIMELINE_ITEM_CRITICAL_STATE_TEXT = TIMELINE_ITEM_CRITICAL_STATE_TEXT;
@@ -169,6 +169,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
169
169
  var SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = "Arbre de llista de navegació";
170
170
  var SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = "Element d''arbre de llista de navegació";
171
171
  var SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = "Més posicions";
172
+ var SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = "Visualitza els elements de navegació restants";
172
173
  var SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL = "Menú de navegació principal";
173
174
  var SIDE_NAVIGATION_FIXED_LIST_LABEL = "Menú de navegació de peu de pàgina";
174
175
  var SIDE_NAVIGATION_ICON_COLLAPSE = "Comprimir";
@@ -358,6 +359,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
358
359
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC,
359
360
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC,
360
361
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME: SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME,
362
+ SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL: SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL,
361
363
  SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL: SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL,
362
364
  SIDE_NAVIGATION_FIXED_LIST_LABEL: SIDE_NAVIGATION_FIXED_LIST_LABEL,
363
365
  SIDE_NAVIGATION_ICON_COLLAPSE: SIDE_NAVIGATION_ICON_COLLAPSE,
@@ -510,6 +512,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
510
512
  exports.SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC;
511
513
  exports.SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC;
512
514
  exports.SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME;
515
+ exports.SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL;
513
516
  exports.SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT = SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT;
514
517
  exports.TIMELINE_ARIA_LABEL = TIMELINE_ARIA_LABEL;
515
518
  exports.TIMELINE_ITEM_CRITICAL_STATE_TEXT = TIMELINE_ITEM_CRITICAL_STATE_TEXT;
@@ -169,6 +169,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
169
169
  var SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = "Stablo liste usmjeravanja";
170
170
  var SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = "Stavka stabla liste usmjeravanja";
171
171
  var SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = "Još stavki";
172
+ var SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = "Prikazuje preostale stavke usmjeravanja";
172
173
  var SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL = "Primarni meni usmjeravanja";
173
174
  var SIDE_NAVIGATION_FIXED_LIST_LABEL = "Meni sumeravanja podnožja";
174
175
  var SIDE_NAVIGATION_ICON_COLLAPSE = "Sažmi";
@@ -358,6 +359,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
358
359
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC,
359
360
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC,
360
361
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME: SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME,
362
+ SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL: SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL,
361
363
  SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL: SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL,
362
364
  SIDE_NAVIGATION_FIXED_LIST_LABEL: SIDE_NAVIGATION_FIXED_LIST_LABEL,
363
365
  SIDE_NAVIGATION_ICON_COLLAPSE: SIDE_NAVIGATION_ICON_COLLAPSE,
@@ -510,6 +512,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
510
512
  exports.SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC;
511
513
  exports.SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC;
512
514
  exports.SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME;
515
+ exports.SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL;
513
516
  exports.SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT = SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT;
514
517
  exports.TIMELINE_ARIA_LABEL = TIMELINE_ARIA_LABEL;
515
518
  exports.TIMELINE_ITEM_CRITICAL_STATE_TEXT = TIMELINE_ITEM_CRITICAL_STATE_TEXT;
@@ -169,6 +169,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
169
169
  var SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = "Strom navigačního seznamu";
170
170
  var SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = "Položka stromu navigačního seznamu";
171
171
  var SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = "Více položek";
172
+ var SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = "Zobrazuje zbývající navigační položky";
172
173
  var SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL = "Primární navigační menu";
173
174
  var SIDE_NAVIGATION_FIXED_LIST_LABEL = "Navigační menu patičky";
174
175
  var SIDE_NAVIGATION_ICON_COLLAPSE = "Sbalit";
@@ -358,6 +359,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
358
359
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC,
359
360
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC: SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC,
360
361
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME: SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME,
362
+ SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL: SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL,
361
363
  SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL: SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL,
362
364
  SIDE_NAVIGATION_FIXED_LIST_LABEL: SIDE_NAVIGATION_FIXED_LIST_LABEL,
363
365
  SIDE_NAVIGATION_ICON_COLLAPSE: SIDE_NAVIGATION_ICON_COLLAPSE,
@@ -510,6 +512,7 @@ sap.ui.define(['exports'], (function (exports) { 'use strict';
510
512
  exports.SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC;
511
513
  exports.SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC = SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC;
512
514
  exports.SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME = SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME;
515
+ exports.SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL = SIDE_NAVIGATION_OVERFLOW_ITEM_LABEL;
513
516
  exports.SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT = SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT;
514
517
  exports.TIMELINE_ARIA_LABEL = TIMELINE_ARIA_LABEL;
515
518
  exports.TIMELINE_ITEM_CRITICAL_STATE_TEXT = TIMELINE_ITEM_CRITICAL_STATE_TEXT;