@sapui5/sap.ushell 1.136.2 → 1.136.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) 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/Settings/UserLanguageAndRegion/UserLanguageAndRegion.controller.js +57 -53
  26. package/src/main/js/sap/ushell/adapters/cdm/Settings/UserLanguageAndRegion/UserLanguageAndRegion.view.xml +5 -2
  27. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  67. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  68. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  69. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  97. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  98. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  99. package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +17 -26
  101. package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +1 -9
  102. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +1 -1
  106. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  107. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  108. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  109. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  110. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  111. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  113. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  115. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  116. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  117. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  118. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +12 -3
  119. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  120. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  121. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  122. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  123. package/src/main/js/sap/ushell/components/pages/Component.js +3 -28
  124. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  125. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +28 -12
  126. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  128. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  129. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  130. package/src/main/js/sap/ushell/components/shell/MenuBar/Component.js +3 -26
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  132. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  135. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +5 -2
  136. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +44 -13
  138. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  140. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  143. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  144. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  146. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +32 -12
  147. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  148. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +10 -17
  149. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +1 -11
  150. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  151. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +19 -9
  152. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  153. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  155. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  156. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  157. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  158. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  159. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  160. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  161. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  162. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  163. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  164. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  167. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  168. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  169. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  170. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  172. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +7 -1
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +10 -0
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -1
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +5 -0
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +76 -0
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +83 -1
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +80 -2
  180. package/src/main/js/sap/ushell/library.js +1 -1
  181. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  182. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  183. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  184. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  185. package/src/main/js/sap/ushell/renderer/AccessKeysHandler.js +12 -8
  186. package/src/main/js/sap/ushell/renderer/Renderer.js +26 -7
  187. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  188. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  189. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  190. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +1 -1
  191. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  192. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +2 -2
  193. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  194. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  196. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  197. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  198. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  208. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  209. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  211. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  212. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  213. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  214. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  215. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  216. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  217. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  218. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  219. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  220. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  226. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  227. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  228. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  229. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  230. package/src/main/js/sap/ushell/services/Message.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  232. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  233. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  235. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  236. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  237. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  238. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  239. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  240. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  241. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  242. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  243. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  244. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  247. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  248. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  249. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  250. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  251. package/src/main/js/sap/ushell/services/Search.js +1 -1
  252. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  253. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  254. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  255. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  256. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  257. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  258. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  259. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  260. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  262. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  263. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  264. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  265. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  266. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  267. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  268. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  269. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  270. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  271. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  272. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  273. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  274. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  275. package/src/main/js/sap/ushell/themes/base/ShellBar.less +2 -1
  276. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +1 -1
  277. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  278. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  279. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  280. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  281. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  282. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  283. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  284. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  285. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  286. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  287. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/Avatar.js +83 -16
  289. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +24 -15
  290. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  291. package/src/main/js/sap/ushell/thirdparty/Button2.js +32 -13
  292. package/src/main/js/sap/ushell/thirdparty/Icon.js +11 -11
  293. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  294. package/src/main/js/sap/ushell/thirdparty/Label.js +4 -4
  295. package/src/main/js/sap/ushell/thirdparty/Link.js +10 -9
  296. package/src/main/js/sap/ushell/thirdparty/List.js +28 -25
  297. package/src/main/js/sap/ushell/thirdparty/Menu.js +70 -81
  298. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  299. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +348 -40
  300. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +5 -5
  301. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +15 -15
  302. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +24 -24
  303. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +2969 -2797
  304. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +157 -112
  305. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +119 -0
  306. package/src/main/js/sap/ushell/thirdparty/Tag.js +14 -14
  307. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  308. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +55 -54
  309. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +5 -5
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +7 -7
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +39 -0
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +26 -8
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +40 -1
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +26 -8
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +41 -2
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +27 -9
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +39 -0
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +25 -7
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +39 -0
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +25 -7
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +39 -0
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +26 -8
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +39 -0
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +25 -7
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +39 -0
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +26 -8
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +39 -0
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +25 -7
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +45 -0
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +26 -8
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +39 -0
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +26 -8
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +39 -0
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +26 -8
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +45 -0
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +23 -8
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +39 -0
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +26 -8
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +42 -3
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +27 -9
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +42 -3
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +28 -10
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +39 -0
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +25 -7
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +39 -0
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +25 -7
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +39 -0
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +26 -8
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +39 -0
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +25 -7
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +39 -0
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +25 -7
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +39 -0
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +25 -7
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +39 -0
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +25 -7
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +39 -0
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +26 -8
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +43 -4
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +29 -11
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +39 -0
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +27 -9
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +39 -0
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +26 -8
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +39 -0
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +26 -8
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +39 -0
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +25 -7
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +39 -0
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +25 -7
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +39 -0
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +27 -9
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +40 -1
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +25 -7
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +40 -1
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +27 -9
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +39 -0
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +25 -7
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +39 -0
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +26 -8
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +39 -0
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +26 -8
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +39 -0
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +25 -7
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +39 -0
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +26 -8
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +39 -0
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +25 -7
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +39 -0
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +25 -7
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +39 -0
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +25 -7
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +39 -0
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +25 -7
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +41 -2
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +26 -8
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +39 -0
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +25 -7
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +39 -0
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +26 -8
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +39 -0
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +25 -7
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +39 -0
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +25 -7
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +40 -1
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +25 -7
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +39 -0
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +26 -8
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +39 -0
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +26 -8
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +41 -2
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +25 -7
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  429. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +109 -149
  430. package/src/main/js/sap/ushell/thirdparty/information.js +10 -10
  431. package/src/main/js/sap/ushell/thirdparty/overflow.js +2 -2
  432. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  433. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css26.js +44 -0
  434. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  435. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +13 -13
  436. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  437. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  438. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  439. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  440. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  441. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  442. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  443. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  444. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  445. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  446. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  447. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  448. package/src/main/js/sap/ushell/utils.js +25 -0
  449. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  450. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +0 -4
  451. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +0 -4
  452. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +0 -4
  453. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +0 -4
  454. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +0 -4
  455. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +0 -4
  456. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  457. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  458. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +0 -4
  459. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  460. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  461. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +0 -4
  462. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  463. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  464. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
@@ -0,0 +1,119 @@
1
+ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/webcomponents-fiori', 'sap/ushell/thirdparty/parameters-bundle.css26', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css'], (function (webcomponentsBase, webcomponents, webcomponentsFiori, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
2
+
3
+ function ShellBarBrandingTemplate() {
4
+ return (parametersBundle_css.jsxs("a", { class: "ui5-shellbar-branding-root", href: this.parsedRef, target: this.target, role: this._role, tabIndex: 0, "aria-label": this.accessibleNameText, onClick: this._onclick, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [parametersBundle_css.jsx("span", { class: "ui5-shellbar-logo", children: parametersBundle_css.jsx("slot", { name: "logo" }) }), !this._isSBreakPoint && (parametersBundle_css.jsx("bdi", { class: "ui5-shellbar-title", children: parametersBundle_css.jsx("slot", {}) }))] }));
5
+ }
6
+
7
+ Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
8
+ Icons.p("@ui5/webcomponents-fiori", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
9
+ var shellBarBrandingCss = `:host(:not([hidden])) .ui5-shellbar-branding-root{text-decoration:none}:host(:not([hidden])){display:inline}.ui5-shellbar-branding-root{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem;margin-right:8px}.ui5-shellbar-branding-root:focus{outline:var(--_ui5-v2-13-0-rc-0_shellbar_logo_outline);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_logo_border_radius)}.ui5-shellbar-branding-root:hover{box-shadow:var(--_ui5-v2-13-0-rc-0_shellbar_button_box_shadow);border-radius:var(--_ui5-v2-13-0-rc-0_shellbar_logo_border_radius)}.ui5-shellbar-branding-root:active:focus{background:var(--sapShell_Active_Background);border:1px solid var(--sapButton_Lite_Active_BorderColor);color:var(--sapShell_Active_TextColor)}.ui5-shellbar-title{display:inline-block;font-family:var(--sapFontSemiboldDuplexFamily);margin:0;font-size:var(--_ui5-v2-13-0-rc-0_shellbar_menu_button_title_font_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sapShell_SubBrand_TextColor)}.ui5-shellbar-logo-area{overflow:hidden;display:flex;align-items:center;padding:.25rem .5rem .25rem .25rem;box-sizing:border-box;cursor:pointer;background:var(--sapButton_Lite_Background);border:1px solid var(--sapButton_Lite_BorderColor);color:var(--sapShell_TextColor);margin-inline-start:.125rem}::slotted([slot="logo"]){max-height:2rem;max-width:3.75rem;pointer-events:none}
10
+ `;
11
+
12
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
13
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
15
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
16
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
17
+ };
18
+ /**
19
+ * @class
20
+ *
21
+ * ### Overview
22
+ * The `ui5-shellbar-branding` component is intended to be placed inside the branding slot of the
23
+ * `ui5-shellbar` component. Its content has higher priority than the `primaryTitle` property
24
+ * and the `logo` slot of `ui5-shellbar`.
25
+ *
26
+ * @constructor
27
+ * @extends UI5Element
28
+ * @since 2.12.0
29
+ * @public
30
+ * @experimental
31
+ */
32
+ let ShellBarBranding = class ShellBarBranding extends webcomponentsBase.b {
33
+ constructor() {
34
+ super(...arguments);
35
+ /**
36
+ * Defines if the title of the branding is shown on an S breakpoint.
37
+ * @default false
38
+ * @private
39
+ */
40
+ this._isSBreakPoint = false;
41
+ }
42
+ get parsedRef() {
43
+ return (this.href && this.href.length > 0) ? this.href : undefined;
44
+ }
45
+ get _role() {
46
+ return this.href && this.href.length > 0 ? "link" : "button";
47
+ }
48
+ get accessibleNameText() {
49
+ if (this.accessibleName) {
50
+ return this.accessibleName;
51
+ }
52
+ const defaultSlot = this.shadowRoot?.querySelector("slot:not([name])");
53
+ return defaultSlot?.assignedNodes({ flatten: true })
54
+ .find(n => n.nodeType === Node.TEXT_NODE && n.textContent?.trim())
55
+ ?.textContent.trim();
56
+ }
57
+ _fireClick() {
58
+ this.fireDecoratorEvent("click");
59
+ }
60
+ _onclick(e) {
61
+ e.stopPropagation();
62
+ this._fireClick();
63
+ }
64
+ _onkeyup(e) {
65
+ if (webcomponentsBase.i(e)) {
66
+ this._fireClick();
67
+ }
68
+ }
69
+ _onkeydown(e) {
70
+ if (webcomponentsBase.i(e)) {
71
+ e.preventDefault();
72
+ return;
73
+ }
74
+ if (webcomponentsBase.b$1(e)) {
75
+ this._fireClick();
76
+ }
77
+ }
78
+ };
79
+ __decorate([
80
+ webcomponentsBase.s()
81
+ ], ShellBarBranding.prototype, "href", void 0);
82
+ __decorate([
83
+ webcomponentsBase.s()
84
+ ], ShellBarBranding.prototype, "target", void 0);
85
+ __decorate([
86
+ webcomponentsBase.s()
87
+ ], ShellBarBranding.prototype, "accessibleName", void 0);
88
+ __decorate([
89
+ webcomponentsBase.s({ type: Boolean })
90
+ ], ShellBarBranding.prototype, "_isSBreakPoint", void 0);
91
+ __decorate([
92
+ webcomponentsBase.d({ type: HTMLElement, "default": true })
93
+ ], ShellBarBranding.prototype, "content", void 0);
94
+ __decorate([
95
+ webcomponentsBase.d({ type: HTMLElement })
96
+ ], ShellBarBranding.prototype, "logo", void 0);
97
+ ShellBarBranding = __decorate([
98
+ webcomponentsBase.m({
99
+ tag: "ui5-shellbar-branding",
100
+ languageAware: true,
101
+ renderer: parametersBundle_css.y,
102
+ template: ShellBarBrandingTemplate,
103
+ styles: shellBarBrandingCss,
104
+ })
105
+ /**
106
+ * Fired, when the logo is activated.
107
+ * @public
108
+ */
109
+ ,
110
+ eventStrict.l("click", {
111
+ bubbles: true,
112
+ })
113
+ ], ShellBarBranding);
114
+ ShellBarBranding.define();
115
+ var ShellBarBranding$1 = ShellBarBranding;
116
+
117
+ return ShellBarBranding$1;
118
+
119
+ }));
@@ -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/parameters-bundle.css26', '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, parametersBundle_css, 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.
@@ -61,20 +61,20 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
61
61
  var TagDesign$1 = TagDesign;
62
62
 
63
63
  function TagTemplate() {
64
- return (i18nDefaults.jsx(i18nDefaults.Fragment, { children: this.interactive ?
65
- i18nDefaults.jsx("button", { class: "ui5-tag-root", title: this._title, "aria-roledescription": this._roleDescription, "aria-description": this._valueState, onClick: this._onclick, part: "root", children: content.call(this) })
64
+ return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: this.interactive ?
65
+ parametersBundle_css.jsx("button", { class: "ui5-tag-root", title: this._title, "aria-roledescription": this._roleDescription, "aria-description": this._valueState, onClick: this._onclick, part: "root", children: content.call(this) })
66
66
  :
67
- i18nDefaults.jsx("div", { class: "ui5-tag-root", title: this._title, part: "root", children: content.call(this) }) }));
67
+ parametersBundle_css.jsx("div", { class: "ui5-tag-root", title: this._title, part: "root", children: content.call(this) }) }));
68
68
  }
69
69
  function content() {
70
- return (i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx("slot", { name: "icon" }), this._semanticIconName &&
71
- i18nDefaults.jsx(Icon.Icon, { class: "ui5-tag-semantic-icon", name: this._semanticIconName }), i18nDefaults.jsx("span", { class: "ui5-hidden-text", children: this.tagDescription }), this.hasText &&
72
- i18nDefaults.jsx("span", { class: "ui5-tag-text", children: i18nDefaults.jsx("slot", {}) })] }));
70
+ return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsx("slot", { name: "icon" }), this._semanticIconName &&
71
+ parametersBundle_css.jsx(Icon.Icon, { class: "ui5-tag-semantic-icon", name: this._semanticIconName }), parametersBundle_css.jsx("span", { class: "ui5-hidden-text", children: this.tagDescription }), this.hasText &&
72
+ parametersBundle_css.jsx("span", { class: "ui5-tag-text", children: parametersBundle_css.jsx("slot", {}) })] }));
73
73
  }
74
74
 
75
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
75
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.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-13-0-rc-0-tag-font-weight);letter-spacing:var(--_ui5-v2-13-0-rc-0-tag-letter-spacing);line-height:var(--_ui5-v2-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-tag-padding-inline-icon-only)}.ui5-tag-text{text-transform:var(--_ui5-v2-13-0-rc-0-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-13-0-rc-0-tag-icon-gap)}[ui5-icon],::slotted([ui5-icon]){width:var(--_ui5-v2-13-0-rc-0-tag-icon-width);min-width:var(--_ui5-v2-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-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-13-0-rc-0-tag-text-shadow)}:host([design="Set2"]) .ui5-tag-root,:host([interactive][design="Set2"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-color)}:host([interactive][design="Set2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-hover-background)}:host([interactive][design="Set2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-1-active-color)}:host([design="Set2"][color-scheme="2"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-color)}:host([design="Set2"][color-scheme="3"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-color)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-hover-background)}:host([interactive][design="Set2"][color-scheme="3"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-3-active-color)}:host([design="Set2"][color-scheme="4"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-color)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-hover-background)}:host([interactive][design="Set2"][color-scheme="4"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-4-active-color)}:host([design="Set2"][color-scheme="5"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-color)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-hover-background)}:host([interactive][design="Set2"][color-scheme="5"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-5-active-color)}:host([design="Set2"][color-scheme="6"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-color)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-hover-background)}:host([interactive][design="Set2"][color-scheme="6"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-6-active-color)}:host([design="Set2"][color-scheme="7"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-color)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-hover-background)}:host([interactive][design="Set2"][color-scheme="7"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-7-active-color)}:host([design="Set2"][color-scheme="8"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-color)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-hover-background)}:host([interactive][design="Set2"][color-scheme="8"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-8-active-color)}:host([design="Set2"][color-scheme="9"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-color)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-hover-background)}:host([interactive][design="Set2"][color-scheme="9"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-9-active-color)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-hover-background)}:host([interactive][design="Set2"][color-scheme="10"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-active-color)}:host([design="Set2"][color-scheme="10"]) .ui5-tag-root{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-10-color)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:hover{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-hover-background)}:host([interactive][design="Set2"][color-scheme="2"]) .ui5-tag-root:active{background-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-background);border-color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-border);color:var(--ui5-v2-13-0-rc-0-tag-set2-color-scheme-2-active-color)}:host([size="L"]){font-family:var(--sapFontSemiboldDuplexFamily);line-height:var(--_ui5-v2-13-0-rc-0-tag-height_size_l)}:host([size="L"]) .ui5-tag-root{font-size:var(--_ui5-v2-13-0-rc-0-tag-font-size_size_l);min-width:var(--_ui5-v2-13-0-rc-0-tag-min-width_size_l);padding:var(--_ui5-v2-13-0-rc-0-tag-text_padding_size_l)}:host([size="L"]) [ui5-icon],:host([size="L"]) ::slotted([ui5-icon]){min-width:var(--_ui5-v2-13-0-rc-0-tag-icon_min_width_size_l);min-height:var(--_ui5-v2-13-0-rc-0-tag-icon_min_height_size_l);height:var(--_ui5-v2-13-0-rc-0-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;
@@ -277,7 +277,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
277
277
  webcomponentsBase.m({
278
278
  tag: "ui5-tag",
279
279
  languageAware: true,
280
- renderer: i18nDefaults.y,
280
+ renderer: parametersBundle_css.y,
281
281
  template: TagTemplate,
282
282
  styles: tagCss,
283
283
  })
@@ -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/parameters-bundle.css26', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icons'], (function (exports, webcomponentsBase, parametersBundle_css, i18nDefaults, toLowercaseEnumValue, Icons) { 'use strict';
2
2
 
3
3
  /**
4
4
  * Empty Indicator Mode.
@@ -20,15 +20,15 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
20
20
  var TextEmptyIndicatorMode$1 = TextEmptyIndicatorMode;
21
21
 
22
22
  function TextTemplate() {
23
- return i18nDefaults.jsx(i18nDefaults.Fragment, { children: i18nDefaults.jsx("span", { children: this._renderEmptyIndicator ?
24
- i18nDefaults.jsxs(i18nDefaults.Fragment, { children: [i18nDefaults.jsx("span", { className: "empty-indicator", "aria-hidden": "true", children: this._emptyIndicatorSymbol }), i18nDefaults.jsx("span", { className: "empty-indicator-aria-label", children: this._emptyIndicatorAriaLabel })] })
23
+ return parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsx("span", { children: this._renderEmptyIndicator ?
24
+ parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsx("span", { className: "empty-indicator", "aria-hidden": "true", children: this._emptyIndicatorSymbol }), parametersBundle_css.jsx("span", { className: "empty-indicator-aria-label", children: this._emptyIndicatorAriaLabel })] })
25
25
  :
26
- i18nDefaults.jsx("slot", {}) }) });
26
+ parametersBundle_css.jsx("slot", {}) }) });
27
27
  }
28
28
 
29
- Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
29
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.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-13-0-rc-0_text_max_lines);line-clamp:var(--_ui5-v2-13-0-rc-0_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;
@@ -114,7 +114,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
114
114
  Text = Text_1 = __decorate([
115
115
  webcomponentsBase.m({
116
116
  tag: "ui5-text",
117
- renderer: i18nDefaults.y,
117
+ renderer: parametersBundle_css.y,
118
118
  template: TextTemplate,
119
119
  styles,
120
120
  })