@sapui5/sap.ushell 1.136.1 → 1.136.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +5 -2
  3. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +37 -32
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +7 -7
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/api/NewExperience.js +4 -0
  65. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +97 -50
  66. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  67. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +6 -6
  68. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +5 -2
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  96. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +10 -6
  97. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandbox.js +5 -2
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 -1
  131. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +0 -4
  132. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  133. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  136. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +8 -5
  137. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsList.controller.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverContent.view.xml +2 -2
  139. package/src/main/js/sap/ushell/components/shell/Notifications/NotificationsListPopoverHeader.fragment.xml +1 -1
  140. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +0 -3
  143. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  144. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  145. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  146. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  147. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  148. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  149. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  150. package/src/main/js/sap/ushell/components/shell/Settings/userActivities/UserActivitiesSetting.controller.js +8 -22
  151. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +20 -2
  152. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +3 -3
  153. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  154. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +13 -1
  155. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +5 -2
  156. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  157. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +1 -1
  158. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/GenericNavigationListProvider.js +1 -1
  159. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/MyHome.js +1 -1
  160. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  161. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +5 -5
  162. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.fragment.xml +1 -1
  163. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +10 -12
  164. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  165. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  166. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  167. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  168. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  169. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  170. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  171. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  172. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  173. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  174. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  175. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +1 -1
  176. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  177. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  178. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  179. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Avatar.js +4 -0
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Button.js +4 -0
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Label.js +4 -0
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents/Menu.js +4 -0
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents/MenuItem.js +4 -0
  185. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Avatar.js +17 -10
  186. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Button.js +32 -11
  187. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Label.js +7 -6
  188. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItem.js +15 -10
  189. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/ListItemBase.js +6 -5
  190. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/Menu.js +48 -12
  191. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents/dist/MenuItem.js +55 -16
  192. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-base.js +221 -36
  193. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationList.js +4 -0
  194. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListGroupItem.js +4 -0
  195. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/NotificationListItem.js +4 -0
  196. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBar.js +4 -0
  197. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarItem.js +4 -0
  198. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/ShellBarSpacer.js +4 -0
  199. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenu.js +4 -0
  200. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuAccount.js +4 -0
  201. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/UserMenuItem.js +4 -0
  202. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +85 -0
  203. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +19 -10
  204. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItem.js +19 -10
  205. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +7 -6
  206. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBar.js +89 -24
  207. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarItem.js +15 -6
  208. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +6 -5
  209. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +143 -0
  210. package/src/main/js/sap/ushell/{thirdparty → gen}/ui5/webcomponents-fiori/dist/UserMenuAccount.js +6 -5
  211. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +40 -0
  212. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1397 -0
  213. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +2454 -0
  214. package/src/main/js/sap/ushell/library.js +19 -1
  215. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  216. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  217. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  218. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  219. package/src/main/js/sap/ushell/renderer/Renderer.js +17 -8
  220. package/src/main/js/sap/ushell/renderer/Shell.controller.js +19 -20
  221. package/src/main/js/sap/ushell/renderer/Shell.view.js +1 -1
  222. package/src/main/js/sap/ushell/renderer/ShellLayout.js +197 -74
  223. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +6 -6
  224. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +2 -2
  225. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -1
  226. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/services/AppConfiguration.js +3 -1
  228. package/src/main/js/sap/ushell/services/AppLifeCycle.js +4 -2
  229. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  230. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  231. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  232. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  233. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  234. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  235. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  236. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  237. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  238. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  239. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  240. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  241. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  242. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  243. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  244. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  245. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  246. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  247. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  248. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  249. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  250. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  251. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  252. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  253. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  254. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  255. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  256. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  257. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  258. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  259. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  260. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  261. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  262. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  263. package/src/main/js/sap/ushell/services/Message.js +1 -1
  264. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  265. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  266. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  267. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  268. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  269. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  270. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  271. package/src/main/js/sap/ushell/services/NotificationsV2.js +14 -1
  272. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  273. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  274. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  275. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  276. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  277. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  278. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  279. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  280. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  281. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  282. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  283. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  284. package/src/main/js/sap/ushell/services/Search.js +1 -1
  285. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  286. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  287. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  288. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  289. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  290. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  291. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  292. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  293. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  294. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  295. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  296. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  297. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  298. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  299. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  300. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  301. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  302. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  303. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  304. package/src/main/js/sap/ushell/state/BackNavigation.js +1 -1
  305. package/src/main/js/sap/ushell/state/ContentDensity.js +12 -1
  306. package/src/main/js/sap/ushell/state/Favicon.js +1 -1
  307. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  308. package/src/main/js/sap/ushell/themes/base/MenuBar.less +40 -4
  309. package/src/main/js/sap/ushell/themes/base/Page.less +17 -0
  310. package/src/main/js/sap/ushell/themes/base/ShellBar.less +5 -2
  311. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +6 -4
  312. package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -0
  313. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellBar.less +9 -0
  314. package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellHeader.less +6 -0
  315. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -0
  316. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellBar.less +9 -0
  317. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -0
  318. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/ShellBar.less +9 -0
  319. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +1 -0
  320. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/ShellBar.less +9 -0
  321. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +1 -0
  322. package/src/main/js/sap/ushell/themes/sap_hcb/base_MenuBar.less +2 -1
  323. package/src/main/js/sap/ushell/themes/sap_hcb/base_ShellHeader.less +5 -3
  324. package/src/main/js/sap/ushell/thirdparty/Avatar.js +86 -14
  325. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +25 -19
  326. package/src/main/js/sap/ushell/thirdparty/Button2.js +85 -17
  327. package/src/main/js/sap/ushell/thirdparty/Icon.js +13 -13
  328. package/src/main/js/sap/ushell/thirdparty/Icons.js +69 -68
  329. package/src/main/js/sap/ushell/thirdparty/Label.js +1 -1
  330. package/src/main/js/sap/ushell/thirdparty/Link.js +7 -7
  331. package/src/main/js/sap/ushell/thirdparty/List.js +49 -27
  332. package/src/main/js/sap/ushell/thirdparty/Menu.js +112 -128
  333. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +5 -2
  334. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +417 -44
  335. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +1 -1
  336. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +7 -7
  337. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +10 -10
  338. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +1 -1
  339. package/src/main/js/sap/ushell/thirdparty/{ListItemTemplate.js → ResponsivePopover.js} +3031 -2872
  340. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +241 -104
  341. package/src/main/js/sap/ushell/thirdparty/Tag.js +289 -295
  342. package/src/main/js/sap/ushell/thirdparty/Text.js +9 -9
  343. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +53 -31
  344. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +2 -2
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +4 -4
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +15 -0
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +30 -9
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +15 -0
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +30 -9
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +15 -0
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +30 -9
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +15 -0
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +30 -9
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +15 -0
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +30 -9
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +15 -0
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +30 -9
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +15 -0
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +30 -9
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +16 -1
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +30 -9
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +15 -0
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +30 -9
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +42 -0
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +50 -17
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +15 -0
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +30 -9
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +15 -0
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +30 -9
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +39 -0
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +44 -11
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +15 -0
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +30 -9
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +15 -0
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +30 -9
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +15 -0
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +30 -9
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +15 -0
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +30 -9
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +15 -0
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +30 -9
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +15 -0
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +30 -9
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +15 -0
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +30 -9
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +15 -0
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +30 -9
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +15 -0
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +30 -9
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +15 -0
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +30 -9
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +16 -1
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +33 -12
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +19 -4
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +32 -11
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +15 -0
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +30 -9
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +15 -0
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +34 -13
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +15 -0
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +30 -9
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +15 -0
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +30 -9
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +15 -0
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +30 -9
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +15 -0
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +30 -9
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +15 -0
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +30 -9
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +15 -0
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +34 -13
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +15 -0
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +30 -9
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +15 -0
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +30 -9
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +15 -0
  417. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +30 -9
  418. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +15 -0
  419. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +30 -9
  420. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +15 -0
  421. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +30 -9
  422. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +15 -0
  423. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +30 -9
  424. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +15 -0
  425. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +30 -9
  426. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +15 -0
  427. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +30 -9
  428. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +15 -0
  429. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +30 -9
  430. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +15 -0
  431. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +33 -12
  432. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +15 -0
  433. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +30 -9
  434. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +15 -0
  435. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +30 -9
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +15 -0
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +30 -9
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +15 -0
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +30 -9
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +16 -1
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +30 -9
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +15 -0
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +30 -9
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +15 -0
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +30 -9
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +15 -0
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +30 -9
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  454. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  455. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  456. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  457. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  458. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css2.js +1 -1
  459. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  460. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  461. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  462. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  463. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  464. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  465. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +1 -1
  466. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  467. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  468. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  469. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  470. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  471. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  472. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +12 -8
  473. package/src/main/js/sap/ushell/thirdparty/information.js +20 -20
  474. package/src/main/js/sap/ushell/thirdparty/overflow.js +4 -4
  475. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  476. package/src/main/js/sap/ushell/thirdparty/query.js +10 -0
  477. package/src/main/js/sap/ushell/thirdparty/toLowercaseEnumValue.js +3 -0
  478. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +15 -15
  479. package/src/main/js/sap/ushell/ui/ShellHeader.js +22 -2
  480. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +0 -5
  481. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  482. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  483. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  484. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  485. package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +2 -2
  486. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +5 -2
  487. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  488. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  489. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  490. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  491. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  492. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  493. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  494. package/src/main/js/sap/ushell/utils.js +25 -0
  495. package/src/test/js/sap/ushell/bootstrap/sandbox.js +8 -4
  496. package/ui5.yaml +6 -0
  497. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +0 -95
  498. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Avatar.js +0 -4
  499. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Button.js +0 -4
  500. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Label.js +0 -4
  501. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/Menu.js +0 -4
  502. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents/MenuItem.js +0 -4
  503. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationList.js +0 -4
  504. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListGroupItem.js +0 -4
  505. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/NotificationListItem.js +0 -4
  506. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBar.js +0 -4
  507. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarItem.js +0 -4
  508. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/ShellBarSpacer.js +0 -4
  509. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenu.js +0 -4
  510. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuAccount.js +0 -4
  511. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/UserMenuItem.js +0 -4
  512. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/NotificationList.js +0 -60
  513. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenu.js +0 -99
  514. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori/dist/UserMenuItem.js +0 -39
  515. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents-fiori.js +0 -351
  516. package/src/main/js/sap/ushell/thirdparty/ui5/webcomponents.js +0 -651
@@ -1,40 +1,40 @@
1
1
  sap.ui.define(['exports'], (function (exports) { 'use strict';
2
2
 
3
- const e$a=new Map,s$g=(t,r)=>{e$a.set(t,r);},n$f=t=>e$a.get(t);
3
+ const e$a=new Map,s$g=(t,r)=>{e$a.set(t,r);},n$e=t=>e$a.get(t);
4
4
 
5
- var c$e={},e$9=c$e.hasOwnProperty,a$a=c$e.toString,o$c=e$9.toString,l$c=o$c.call(Object),i$g=function(r){var t,n;return !r||a$a.call(r)!=="[object Object]"?false:(t=Object.getPrototypeOf(r),t?(n=e$9.call(t,"constructor")&&t.constructor,typeof n=="function"&&o$c.call(n)===l$c):true)};
5
+ var c$e={},e$9=c$e.hasOwnProperty,a$b=c$e.toString,o$c=e$9.toString,l$d=o$c.call(Object),i$g=function(r){var t,n;return !r||a$b.call(r)!=="[object Object]"?false:(t=Object.getPrototypeOf(r),t?(n=e$9.call(t,"constructor")&&t.constructor,typeof n=="function"&&o$c.call(n)===l$d):true)};
6
6
 
7
7
  var c$d=Object.create(null),u$c=function(p,m,A,d){var n,t,e,a,o,i,r=arguments[2]||{},f=3,l=arguments.length,s=arguments[0]||false,y=arguments[1]?void 0:c$d;for(typeof r!="object"&&typeof r!="function"&&(r={});f<l;f++)if((o=arguments[f])!=null)for(a in o)n=r[a],e=o[a],!(a==="__proto__"||r===e)&&(s&&e&&(i$g(e)||(t=Array.isArray(e)))?(t?(t=false,i=n&&Array.isArray(n)?n:[]):i=n&&i$g(n)?n:{},r[a]=u$c(s,arguments[1],i,e)):e!==y&&(r[a]=e));return r};
8
8
 
9
9
  const e$8=function(n,t){return u$c(true,false,...arguments)};
10
10
 
11
- const _$1={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},languages:{default:"en"},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},e$7=_$1.themes.default,s$f=_$1.themes.all,a$9=_$1.languages.default,r$e=_$1.locales.default,l$b=_$1.locales.all;
11
+ const _$1={themes:{default:"sap_horizon",all:["sap_fiori_3","sap_fiori_3_dark","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw"]},languages:{default:"en"},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cnr","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","mk","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},e$7=_$1.themes.default,s$f=_$1.themes.all,a$a=_$1.languages.default,r$e=_$1.locales.default,l$c=_$1.locales.all;
12
12
 
13
- const o$b=typeof document>"u",n$e={search(){return o$b?"":window.location.search}},i$f=()=>o$b?"":window.location.hostname,c$c=()=>o$b?"":window.location.port,a$8=()=>o$b?"":window.location.protocol,s$e=()=>o$b?"":window.location.href,u$b=()=>n$e.search();
13
+ const o$b=typeof document>"u",n$d={search(){return o$b?"":window.location.search}},i$f=()=>o$b?"":window.location.hostname,c$c=()=>o$b?"":window.location.port,a$9=()=>o$b?"":window.location.protocol,s$e=()=>o$b?"":window.location.href,u$b=()=>n$d.search();
14
14
 
15
- const o$a=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},s$d=e=>{const t=o$a("sap-allowedThemeOrigins");return t&&t.split(",").some(n=>n==="*"||e===n.trim())},a$7=(e,t)=>{const n=new URL(e).pathname;return new URL(n,t).toString()},g$9=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,s$e()).toString();else {const n=new URL(e),r=n.origin;r&&s$d(r)?t=n.toString():t=a$7(n.toString(),s$e());}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};
15
+ const o$a=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},s$d=e=>{const t=o$a("sap-allowedThemeOrigins");return t&&t.split(",").some(n=>n==="*"||e===n.trim())},a$8=(e,t)=>{const n=new URL(e).pathname;return new URL(n,t).toString()},g$9=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,s$e()).toString();else {const n=new URL(e),r=n.origin;r&&s$d(r)?t=n.toString():t=a$8(n.toString(),s$e());}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};
16
16
 
17
17
  var u$a=(l=>(l.Full="full",l.Basic="basic",l.Minimal="minimal",l.None="none",l))(u$a||{});
18
18
 
19
19
  let i$e = class i{constructor(){this._eventRegistry=new Map;}attachEvent(t,r){const n=this._eventRegistry,e=n.get(t);if(!Array.isArray(e)){n.set(t,[r]);return}e.includes(r)||e.push(r);}detachEvent(t,r){const n=this._eventRegistry,e=n.get(t);if(!e)return;const s=e.indexOf(r);s!==-1&&e.splice(s,1),e.length===0&&n.delete(t);}fireEvent(t,r){const e=this._eventRegistry.get(t);return e?e.map(s=>s.call(this,r)):[]}fireEventAsync(t,r){return Promise.all(this.fireEvent(t,r))}isHandlerAttached(t,r){const e=this._eventRegistry.get(t);return e?e.includes(r):false}hasListeners(t){return !!this._eventRegistry.get(t)}};
20
20
 
21
- const e$6=new i$e,t$f="configurationReset",i$d=n=>{e$6.attachEvent(t$f,n);};
21
+ const e$6=new i$e,t$g="configurationReset",i$d=n=>{e$6.attachEvent(t$g,n);};
22
22
 
23
- let p$5=false,t$e={animationMode:u$a.Full,theme:e$7,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:false,formatSettings:{},fetchDefaultLanguage:false,defaultFontLoading:true,enableDefaultTooltips:true};const C$1=()=>(o$9(),t$e.animationMode),T$3=()=>(o$9(),t$e.theme),S$2=()=>(o$9(),t$e.themeRoot),L$2=()=>(o$9(),t$e.language),F=()=>(o$9(),t$e.fetchDefaultLanguage),U$2=()=>(o$9(),t$e.noConflict),b$3=()=>(o$9(),t$e.defaultFontLoading),D=()=>(o$9(),t$e.enableDefaultTooltips),I$4=()=>(o$9(),t$e.calendarType),M$1=()=>(o$9(),t$e.formatSettings),i$c=new Map;i$c.set("true",true),i$c.set("false",false);const z=()=>{const n=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let e;if(n){try{e=JSON.parse(n.innerHTML);}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON");}e&&(t$e=e$8(t$e,e));}},E$1=()=>{const n=new URLSearchParams(u$b());n.forEach((e,a)=>{const r=a.split("sap-").length;r===0||r===a.split("sap-ui-").length||u$9(a,e,"sap");}),n.forEach((e,a)=>{a.startsWith("sap-ui")&&u$9(a,e,"sap-ui");});},P$5=n=>{const e=n.split("@")[1];return g$9(e)},w$6=(n,e)=>n==="theme"&&e.includes("@")?e.split("@")[0]:e,u$9=(n,e,a)=>{const r=e.toLowerCase(),s=n.split(`${a}-`)[1];i$c.has(e)&&(e=i$c.get(r)),s==="theme"?(t$e.theme=w$6(s,e),e&&e.includes("@")&&(t$e.themeRoot=P$5(e))):t$e[s]=e;},j=()=>{const n=n$f("OpenUI5Support");if(!n||!n.isOpenUI5Detected())return;const e=n.getConfigurationSettingsObject();t$e=e$8(t$e,e);},o$9=()=>{typeof document>"u"||p$5||(g$8(),p$5=true);},g$8=n=>{z(),E$1(),j();};
23
+ let p$5=false,t$f={animationMode:u$a.Full,theme:e$7,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,secondaryCalendarType:void 0,noConflict:false,formatSettings:{},fetchDefaultLanguage:false,defaultFontLoading:true,enableDefaultTooltips:true};const C$1=()=>(o$9(),t$f.animationMode),T$3=()=>(o$9(),t$f.theme),S$2=()=>(o$9(),t$f.themeRoot),L$2=()=>(o$9(),t$f.language),F=()=>(o$9(),t$f.fetchDefaultLanguage),U$2=()=>(o$9(),t$f.noConflict),b$3=()=>(o$9(),t$f.defaultFontLoading),D=()=>(o$9(),t$f.enableDefaultTooltips),I$4=()=>(o$9(),t$f.calendarType),M$1=()=>(o$9(),t$f.formatSettings),i$c=new Map;i$c.set("true",true),i$c.set("false",false);const z=()=>{const n=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let e;if(n){try{e=JSON.parse(n.innerHTML);}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON");}e&&(t$f=e$8(t$f,e));}},E$1=()=>{const n=new URLSearchParams(u$b());n.forEach((e,a)=>{const r=a.split("sap-").length;r===0||r===a.split("sap-ui-").length||u$9(a,e,"sap");}),n.forEach((e,a)=>{a.startsWith("sap-ui")&&u$9(a,e,"sap-ui");});},P$5=n=>{const e=n.split("@")[1];return g$9(e)},w$6=(n,e)=>n==="theme"&&e.includes("@")?e.split("@")[0]:e,u$9=(n,e,a)=>{const r=e.toLowerCase(),s=n.split(`${a}-`)[1];i$c.has(e)&&(e=i$c.get(r)),s==="theme"?(t$f.theme=w$6(s,e),e&&e.includes("@")&&(t$f.themeRoot=P$5(e))):t$f[s]=e;},j=()=>{const n=n$e("OpenUI5Support");if(!n||!n.isOpenUI5Detected())return;const e=n.getConfigurationSettingsObject();t$f=e$8(t$f,e);},o$9=()=>{typeof document>"u"||p$5||(g$8(),p$5=true);},g$8=n=>{z(),E$1(),j();};
24
24
 
25
- let l$a = class l{constructor(){this.list=[],this.lookup=new Set;}add(t){this.lookup.has(t)||(this.list.push(t),this.lookup.add(t));}remove(t){this.lookup.has(t)&&(this.list=this.list.filter(e=>e!==t),this.lookup.delete(t));}shift(){const t=this.list.shift();if(t)return this.lookup.delete(t),t}isEmpty(){return this.list.length===0}isAdded(t){return this.lookup.has(t)}process(t){let e;const s=new Map;for(e=this.shift();e;){const i=s.get(e)||0;if(i>10)throw new Error("Web component processed too many times this task, max allowed is: 10");t(e),s.set(e,i+1),e=this.shift();}}};
25
+ let l$b = class l{constructor(){this.list=[],this.lookup=new Set;}add(t){this.lookup.has(t)||(this.list.push(t),this.lookup.add(t));}remove(t){this.lookup.has(t)&&(this.list=this.list.filter(e=>e!==t),this.lookup.delete(t));}shift(){const t=this.list.shift();if(t)return this.lookup.delete(t),t}isEmpty(){return this.list.length===0}isAdded(t){return this.lookup.has(t)}process(t){let e;const s=new Map;for(e=this.shift();e;){const i=s.get(e)||0;if(i>10)throw new Error("Web component processed too many times this task, max allowed is: 10");t(e),s.set(e,i+1),e=this.shift();}}};
26
26
 
27
27
  const o$8=(t,n=document.body,r)=>{let e=document.querySelector(t);return e||(e=r?r():document.createElement(t),n.insertBefore(e,n.firstChild))};
28
28
 
29
- const u$8=()=>{const t=document.createElement("meta");return t.setAttribute("name","ui5-shared-resources"),t.setAttribute("content",""),t},l$9=()=>typeof document>"u"?null:o$8('meta[name="ui5-shared-resources"]',document.head,u$8),m$9=(t,o)=>{const r=t.split(".");let e=l$9();if(!e)return o;for(let n=0;n<r.length;n++){const s=r[n],c=n===r.length-1;Object.prototype.hasOwnProperty.call(e,s)||(e[s]=c?o:{}),e=e[s];}return e};
29
+ const u$8=()=>{const t=document.createElement("meta");return t.setAttribute("name","ui5-shared-resources"),t.setAttribute("content",""),t},l$a=()=>typeof document>"u"?null:o$8('meta[name="ui5-shared-resources"]',document.head,u$8),m$9=(t,o)=>{const r=t.split(".");let e=l$a();if(!e)return o;for(let n=0;n<r.length;n++){const s=r[n],c=n===r.length-1;Object.prototype.hasOwnProperty.call(e,s)||(e[s]=c?o:{}),e=e[s];}return e};
30
30
 
31
- const e$5={version:"2.10.0-rc.2",major:2,minor:10,patch:0,suffix:"-rc.2",isNext:false,buildTime:1745482198};
31
+ const e$5={version:"2.12.0-rc.2",major:2,minor:12,patch:0,suffix:"-rc.2",isNext:false,buildTime:1750925425};
32
32
 
33
- let s$c,t$d={include:[/^ui5-/],exclude:[]};const o$7=new Map,l$8=e=>{if(!e.match(/^[a-zA-Z0-9_-]+$/))throw new Error("Only alphanumeric characters and dashes allowed for the scoping suffix");R$1()&&console.warn("Setting the scoping suffix must be done before importing any components. For proper usage, read the scoping section: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/06-scoping.md."),s$c=e;},c$b=()=>s$c,p$4=e=>{if(!e||!e.include)throw new Error('"rules" must be an object with at least an "include" property');if(!Array.isArray(e.include)||e.include.some(n=>!(n instanceof RegExp)))throw new Error('"rules.include" must be an array of regular expressions');if(e.exclude&&(!Array.isArray(e.exclude)||e.exclude.some(n=>!(n instanceof RegExp))))throw new Error('"rules.exclude" must be an array of regular expressions');e.exclude=e.exclude||[],t$d=e,o$7.clear();},m$8=()=>t$d,i$b=e=>{if(!o$7.has(e)){const n=t$d.include.some(r=>e.match(r))&&!t$d.exclude.some(r=>e.match(r));o$7.set(e,n);}return o$7.get(e)},g$7=e=>{if(i$b(e))return c$b()},d$a=e=>{const n=`v${e$5.version.replaceAll(".","-")}`,r=/(--_?ui5)([^,:)\s]+)/g;return e.replaceAll(r,`$1-${n}$2`)};
33
+ let s$c,t$e={include:[/^ui5-/],exclude:[]};const o$7=new Map,l$9=e=>{if(!e.match(/^[a-zA-Z0-9_-]+$/))throw new Error("Only alphanumeric characters and dashes allowed for the scoping suffix");R$1()&&console.warn("Setting the scoping suffix must be done before importing any components. For proper usage, read the scoping section: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/06-scoping.md."),s$c=e;},c$b=()=>s$c,p$4=e=>{if(!e||!e.include)throw new Error('"rules" must be an object with at least an "include" property');if(!Array.isArray(e.include)||e.include.some(n=>!(n instanceof RegExp)))throw new Error('"rules.include" must be an array of regular expressions');if(e.exclude&&(!Array.isArray(e.exclude)||e.exclude.some(n=>!(n instanceof RegExp))))throw new Error('"rules.exclude" must be an array of regular expressions');e.exclude=e.exclude||[],t$e=e,o$7.clear();},m$8=()=>t$e,i$b=e=>{if(!o$7.has(e)){const n=t$e.include.some(r=>e.match(r))&&!t$e.exclude.some(r=>e.match(r));o$7.set(e,n);}return o$7.get(e)},g$7=e=>{if(i$b(e))return c$b()},d$9=e=>{const n=`v${e$5.version.replaceAll(".","-")}`,r=/(--_?ui5)([^,:)\s]+)/g;return e.replaceAll(r,`$1-${n}$2`)};
34
34
 
35
35
  let i$a,s$b="";const u$7=new Map,r$d=m$9("Runtimes",[]),x=()=>{if(i$a===void 0){i$a=r$d.length;const e=e$5;r$d.push({...e,get scopingSuffix(){return c$b()},get registeredTags(){return T$2()},get scopingRules(){return m$8()},alias:s$b,description:`Runtime ${i$a} - ver ${e.version}${""}`});}},I$3=()=>i$a,b$2=(e,m)=>{const o=`${e},${m}`;if(u$7.has(o))return u$7.get(o);const t=r$d[e],n=r$d[m];if(!t||!n)throw new Error("Invalid runtime index supplied");if(t.isNext||n.isNext)return t.buildTime-n.buildTime;const c=t.major-n.major;if(c)return c;const a=t.minor-n.minor;if(a)return a;const f=t.patch-n.patch;if(f)return f;const l=new Intl.Collator(void 0,{numeric:true,sensitivity:"base"}).compare(t.suffix,n.suffix);return u$7.set(o,l),l},$$2=()=>r$d;
36
36
 
37
- const g$6=m$9("Tags",new Map),d$9=new Set;let s$a=new Map,c$a;const m$7=-1,h$5=e=>{d$9.add(e),g$6.set(e,I$3());},w$5=e=>d$9.has(e),R$1=()=>d$9.size>0,T$2=()=>[...d$9.values()],$$1=e=>{let n=g$6.get(e);n===void 0&&(n=m$7),s$a.has(n)||s$a.set(n,new Set),s$a.get(n).add(e),c$a||(c$a=setTimeout(()=>{y$3(),s$a=new Map,c$a=void 0;},1e3));},y$3=()=>{const e=$$2(),n=I$3(),l=e[n];let t="Multiple UI5 Web Components instances detected.";e.length>1&&(t=`${t}
37
+ const g$6=m$9("Tags",new Map),d$8=new Set;let s$a=new Map,c$a;const m$7=-1,h$6=e=>{d$8.add(e),g$6.set(e,I$3());},w$5=e=>d$8.has(e),R$1=()=>d$8.size>0,T$2=()=>[...d$8.values()],$$1=e=>{let n=g$6.get(e);n===void 0&&(n=m$7),s$a.has(n)||s$a.set(n,new Set),s$a.get(n).add(e),c$a||(c$a=setTimeout(()=>{y$3(),s$a=new Map,c$a=void 0;},1e3));},y$3=()=>{const e=$$2(),n=I$3(),l=e[n];let t="Multiple UI5 Web Components instances detected.";e.length>1&&(t=`${t}
38
38
  Loading order (versions before 1.1.0 not listed): ${e.map(i=>`
39
39
  ${i.description}`).join("")}`),[...s$a.keys()].forEach(i=>{let o,r;i===m$7?(o=1,r={description:"Older unknown runtime"}):(o=b$2(n,i),r=e[i]);let a;o>0?a="an older":o<0?a="a newer":a="the same",t=`${t}
40
40
 
@@ -44,77 +44,77 @@ Since the above web components were defined by the same or newer version runtime
44
44
 
45
45
  To prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/06-scoping.md.`,console.warn(t);};
46
46
 
47
- const t$c=new Set,n$d=e=>{t$c.add(e);},r$c=e=>t$c.has(e);
47
+ const t$d=new Set,n$c=e=>{t$d.add(e);},r$c=e=>t$d.has(e);
48
48
 
49
- const s$9=new Set,d$8=new i$e,n$c=new l$a;let t$b,a$6,m$6,i$9;const l$7=async e=>{n$c.add(e),await P$4();},c$9=e=>{d$8.fireEvent("beforeComponentRender",e),s$9.add(e),e._render();},h$4=e=>{n$c.remove(e),s$9.delete(e);},P$4=async()=>{i$9||(i$9=new Promise(e=>{window.requestAnimationFrame(()=>{n$c.process(c$9),i$9=null,e(),m$6||(m$6=setTimeout(()=>{m$6=void 0,n$c.isEmpty()&&U$1();},200));});})),await i$9;},y$2=()=>t$b||(t$b=new Promise(e=>{a$6=e,window.requestAnimationFrame(()=>{n$c.isEmpty()&&(t$b=void 0,e());});}),t$b),I$2=()=>{const e=T$2().map(r=>customElements.whenDefined(r));return Promise.all(e)},f$6=async()=>{await I$2(),await y$2();},U$1=()=>{n$c.isEmpty()&&a$6&&(a$6(),a$6=void 0,t$b=void 0);},C=async e=>{s$9.forEach(r=>{const o=r.constructor,u=o.getMetadata().getTag(),w=r$c(o),p=o.getMetadata().isLanguageAware(),E=o.getMetadata().isThemeAware();(!e||e.tag===u||e.rtlAware&&w||e.languageAware&&p||e.themeAware&&E)&&l$7(r);}),await f$6();};
49
+ const s$9=new Set,d$7=new i$e,n$b=new l$b;let t$c,a$7,m$6,i$9;const l$8=async e=>{n$b.add(e),await P$4();},c$9=e=>{d$7.fireEvent("beforeComponentRender",e),s$9.add(e),e._render();},h$5=e=>{n$b.remove(e),s$9.delete(e);},P$4=async()=>{i$9||(i$9=new Promise(e=>{window.requestAnimationFrame(()=>{n$b.process(c$9),i$9=null,e(),m$6||(m$6=setTimeout(()=>{m$6=void 0,n$b.isEmpty()&&U$1();},200));});})),await i$9;},y$2=()=>t$c||(t$c=new Promise(e=>{a$7=e,window.requestAnimationFrame(()=>{n$b.isEmpty()&&(t$c=void 0,e());});}),t$c),I$2=()=>{const e=T$2().map(r=>customElements.whenDefined(r));return Promise.all(e)},f$6=async()=>{await I$2(),await y$2();},U$1=()=>{n$b.isEmpty()&&a$7&&(a$7(),a$7=void 0,t$c=void 0);},C=async e=>{s$9.forEach(r=>{const o=r.constructor,u=o.getMetadata().getTag(),w=r$c(o),p=o.getMetadata().isLanguageAware(),E=o.getMetadata().isThemeAware();(!e||e.tag===u||e.rtlAware&&w||e.languageAware&&p||e.themeAware&&E)&&l$8(r);}),await f$6();};
50
50
 
51
- const g$5=typeof document>"u",i$8=(e,t)=>t?`${e}|${t}`:e,l$6=e=>e===void 0?true:b$2(I$3(),parseInt(e))===1,c$8=(e,t,r="",s)=>{const d=I$3(),n=new CSSStyleSheet;n.replaceSync(e),n._ui5StyleId=i$8(t,r),s&&(n._ui5RuntimeIndex=d,n._ui5Theme=s),document.adoptedStyleSheets=[...document.adoptedStyleSheets,n];},y$1=(e,t,r="",s)=>{const d=I$3(),n=document.adoptedStyleSheets.find(o=>o._ui5StyleId===i$8(t,r));if(n)if(!s)n.replaceSync(e||"");else {const o=n._ui5RuntimeIndex;(n._ui5Theme!==s||l$6(o))&&(n.replaceSync(e||""),n._ui5RuntimeIndex=String(d),n._ui5Theme=s);}},S$1=(e,t="")=>g$5?true:!!document.adoptedStyleSheets.find(r=>r._ui5StyleId===i$8(e,t)),f$5=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(r=>r._ui5StyleId!==i$8(e,t));},R=(e,t,r="",s)=>{S$1(t,r)?y$1(e,t,r,s):c$8(e,t,r,s);},m$5=(e,t)=>e===void 0?t:t===void 0?e:`${e} ${t}`;
51
+ const g$5=typeof document>"u",i$8=(e,t)=>t?`${e}|${t}`:e,l$7=e=>e===void 0?true:b$2(I$3(),parseInt(e))===1,c$8=(e,t,r="",s)=>{const d=I$3(),n=new CSSStyleSheet;n.replaceSync(e),n._ui5StyleId=i$8(t,r),s&&(n._ui5RuntimeIndex=d,n._ui5Theme=s),document.adoptedStyleSheets=[...document.adoptedStyleSheets,n];},y$1=(e,t,r="",s)=>{const d=I$3(),n=document.adoptedStyleSheets.find(o=>o._ui5StyleId===i$8(t,r));if(n)if(!s)n.replaceSync(e||"");else {const o=n._ui5RuntimeIndex;(n._ui5Theme!==s||l$7(o))&&(n.replaceSync(e||""),n._ui5RuntimeIndex=String(d),n._ui5Theme=s);}},S$1=(e,t="")=>g$5?true:!!document.adoptedStyleSheets.find(r=>r._ui5StyleId===i$8(e,t)),f$5=(e,t="")=>{document.adoptedStyleSheets=document.adoptedStyleSheets.filter(r=>r._ui5StyleId!==i$8(e,t));},R=(e,t,r="",s)=>{S$1(t,r)?y$1(e,t,r,s):c$8(e,t,r,s);},m$5=(e,t)=>e===void 0?t:t===void 0?e:`${e} ${t}`;
52
52
 
53
- const t$a=new i$e,r$b="themeRegistered",n$b=e=>{t$a.attachEvent(r$b,e);},s$8=e=>t$a.fireEvent(r$b,e);
53
+ const t$b=new i$e,r$b="themeRegistered",n$a=e=>{t$b.attachEvent(r$b,e);},s$8=e=>t$b.fireEvent(r$b,e);
54
54
 
55
- const l$5=new Map,h$3=new Map,u$6=new Map,T$1=new Set,i$7=new Set,p$3=(e,r,t)=>{h$3.set(`${e}/${r}`,t),T$1.add(e),i$7.add(r),s$8(r);},m$4=async(e,r,t)=>{const g=`${e}_${r}_${t||""}`,s=l$5.get(g);if(s!==void 0)return s;if(!i$7.has(r)){const $=[...i$7.values()].join(", ");return console.warn(`You have requested a non-registered theme ${r} - falling back to ${e$7}. Registered themes are: ${$}`),a$5(e,e$7)}const[n,d]=await Promise.all([a$5(e,r),t?a$5(e,t,true):void 0]),o=m$5(n,d);return o&&l$5.set(g,o),o},a$5=async(e,r,t=false)=>{const s=(t?u$6:h$3).get(`${e}/${r}`);if(!s){t||console.error(`Theme [${r}] not registered for package [${e}]`);return}let n;try{n=await s(r);}catch(d){console.error(e,d.message);return}return n},w$4=()=>T$1,P$3=e=>i$7.has(e);
55
+ const l$6=new Map,h$4=new Map,u$6=new Map,T$1=new Set,i$7=new Set,p$3=(e,r,t)=>{h$4.set(`${e}/${r}`,t),T$1.add(e),i$7.add(r),s$8(r);},m$4=async(e,r,t)=>{const g=`${e}_${r}_${t||""}`,s=l$6.get(g);if(s!==void 0)return s;if(!i$7.has(r)){const $=[...i$7.values()].join(", ");return console.warn(`You have requested a non-registered theme ${r} - falling back to ${e$7}. Registered themes are: ${$}`),a$6(e,e$7)}const[n,d]=await Promise.all([a$6(e,r),t?a$6(e,t,true):void 0]),o=m$5(n,d);return o&&l$6.set(g,o),o},a$6=async(e,r,t=false)=>{const s=(t?u$6:h$4).get(`${e}/${r}`);if(!s){t||console.error(`Theme [${r}] not registered for package [${e}]`);return}let n;try{n=await s(r);}catch(d){console.error(e,d.message);return}return n},w$4=()=>T$1,P$3=e=>i$7.has(e);
56
56
 
57
- const r$a=new Set,s$7=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return t==="none"&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},o$6=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let a=t[1];if(a=a.replace(/\\"/g,'"'),a.charAt(0)!=="{"&&a.charAt(a.length-1)!=="}")try{a=decodeURIComponent(a);}catch{r$a.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),r$a.add("decode"));return}try{return JSON.parse(a)}catch{r$a.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),r$a.add("parse"));}}},d$7=e=>{let t,a;try{const n=e.Path.split(".");t=n.length===4?n[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),a=e.Extends[0];}catch{r$a.has("object")||(console.warn("Malformed theme metadata Object",e),r$a.add("object"));return}return {themeName:t,baseThemeName:a}},m$3=()=>{const e=s$7();if(!e||e==="none")return;const t=o$6(e);if(t)return d$7(t)};
57
+ const r$a=new Set,s$7=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return t==="none"&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},o$6=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let a=t[1];if(a=a.replace(/\\"/g,'"'),a.charAt(0)!=="{"&&a.charAt(a.length-1)!=="}")try{a=decodeURIComponent(a);}catch{r$a.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),r$a.add("decode"));return}try{return JSON.parse(a)}catch{r$a.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),r$a.add("parse"));}}},d$6=e=>{let t,a;try{const n=e.Path.split(".");t=n.length===4?n[2]:getComputedStyle(document.body).getPropertyValue("--sapSapThemeId"),a=e.Extends[0];}catch{r$a.has("object")||(console.warn("Malformed theme metadata Object",e),r$a.add("object"));return}return {themeName:t,baseThemeName:a}},m$3=()=>{const e=s$7();if(!e||e==="none")return;const t=o$6(e);if(t)return d$6(t)};
58
58
 
59
- const t$9=new i$e,d$6="themeLoaded",o$5=e=>{t$9.attachEvent(d$6,e);},n$a=e=>{t$9.detachEvent(d$6,e);},r$9=e=>t$9.fireEvent(d$6,e);
59
+ const t$a=new i$e,d$5="themeLoaded",o$5=e=>{t$a.attachEvent(d$5,e);},n$9=e=>{t$a.detachEvent(d$5,e);},r$9=e=>t$a.fireEvent(d$5,e);
60
60
 
61
- const d$5=(r,n)=>{const e=document.createElement("link");return e.type="text/css",e.rel="stylesheet",n&&Object.entries(n).forEach(t=>e.setAttribute(...t)),e.href=r,document.head.appendChild(e),new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t);})};
61
+ const d$4=(r,n)=>{const e=document.createElement("link");return e.type="text/css",e.rel="stylesheet",n&&Object.entries(n).forEach(t=>e.setAttribute(...t)),e.href=r,document.head.appendChild(e),new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t);})};
62
62
 
63
- let t$8;i$d(()=>{t$8=void 0;});const n$9=()=>(t$8===void 0&&(t$8=S$2()),t$8),u$5=e=>`${n$9()}Base/baseLib/${e}/css_variables.css`,i$6=async e=>{const o=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);o&&document.head.removeChild(o),await d$5(u$5(e),{"sap-ui-webcomponents-theme":e});};
63
+ let t$9;i$d(()=>{t$9=void 0;});const n$8=()=>(t$9===void 0&&(t$9=S$2()),t$9),u$5=e=>`${n$8()}Base/baseLib/${e}/css_variables.css`,i$6=async e=>{const o=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);o&&document.head.removeChild(o),await d$4(u$5(e),{"sap-ui-webcomponents-theme":e});};
64
64
 
65
- const s$6="@ui5/webcomponents-theming",S=()=>w$4().has(s$6),P$2=async e=>{if(!S())return;const t=await m$4(s$6,e);t&&R(t,"data-ui5-theme-properties",s$6,e);},E=()=>{f$5("data-ui5-theme-properties",s$6);},U=async(e,t)=>{const o=[...w$4()].map(async a=>{if(a===s$6)return;const i=await m$4(a,e,t);i&&R(i,`data-ui5-component-properties-${I$3()}`,a);});return Promise.all(o)},w$3=async e=>{const t=m$3();if(t)return t;const r=n$f("OpenUI5Support");if(r&&r.isOpenUI5Detected()){if(r.cssVariablesLoaded())return {themeName:r.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(n$9())return await i$6(e),m$3()},I$1=async e=>{const t=await w$3(e);!t||e!==t.themeName?await P$2(e):E();const r=P$3(e)?e:t&&t.baseThemeName;await U(r||e$7,t&&t.themeName===e?e:void 0),r$9(e);};
65
+ const s$6="sap/ushell/gen/ui5/webcomponents-theming",S=()=>w$4().has(s$6),P$2=async e=>{if(!S())return;const t=await m$4(s$6,e);t&&R(t,"data-ui5-theme-properties",s$6,e);},E=()=>{f$5("data-ui5-theme-properties",s$6);},U=async(e,t)=>{const o=[...w$4()].map(async a=>{if(a===s$6)return;const i=await m$4(a,e,t);i&&R(i,`data-ui5-component-properties-${I$3()}`,a);});return Promise.all(o)},w$3=async e=>{const t=m$3();if(t)return t;const r=n$e("OpenUI5Support");if(r&&r.isOpenUI5Detected()){if(r.cssVariablesLoaded())return {themeName:r.getConfigurationSettingsObject()?.theme,baseThemeName:""}}else if(n$8())return await i$6(e),m$3()},I$1=async e=>{const t=await w$3(e);!t||e!==t.themeName?await P$2(e):E();const r=P$3(e)?e:t&&t.baseThemeName;await U(r||e$7,t&&t.themeName===e?e:void 0),r$9(e);};
66
66
 
67
- const d$4=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e();});});
67
+ const d$3=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e();});});
68
68
 
69
- var a$4 = `@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2"),local('72-full')}@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Bold';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Boldfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Light';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2?ui5-webcomponents) format("woff2"),local('72-Light');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Lightfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72Mono';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2?ui5-webcomponents) format('woff2'),local('72Mono');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Monofull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:'72Mono-Bold';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2?ui5-webcomponents) format('woff2'),local('72Mono-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Mono-Boldfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:"72Black";font-style:bold;font-weight:900;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2"),local('72Black');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Blackfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:"72-SemiboldDuplex";src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2?ui5-webcomponents) format("woff2"),local('72-SemiboldDuplex');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}`;
69
+ var a$5 = `@font-face{font-family:"72";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2"),local("72");unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2"),local('72-full')}@font-face{font-family:"72";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Bold';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"),local('72-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Boldfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Light';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2?ui5-webcomponents) format("woff2"),local('72-Light');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72-Lightfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72Mono';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2?ui5-webcomponents) format('woff2'),local('72Mono');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Monofull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:'72Mono-Bold';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2?ui5-webcomponents) format('woff2'),local('72Mono-Bold');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Mono-Boldfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:"72Black";font-style:bold;font-weight:900;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2"),local('72Black');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}@font-face{font-family:'72Blackfull';src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2?ui5-webcomponents) format('woff2')}@font-face{font-family:"72-SemiboldDuplex";src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2?ui5-webcomponents) format("woff2"),local('72-SemiboldDuplex');unicode-range:U+00,U+0D,U+20-7E,U+A0-FF,U+131,U+152-153,U+161,U+178,U+17D-17E,U+192,U+237,U+2C6,U+2DC,U+3BC,U+1E9E,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2030,U+2039-203A,U+2044,U+20AC,U+2122}`;
70
70
 
71
- var n$8 = "@font-face{font-family:'72override';unicode-range:U+0102-0103,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EB7,U+1EB8-1EC7,U+1EC8-1ECB,U+1ECC-1EE3,U+1EE4-1EF1,U+1EF4-1EF7;src:local('Arial'),local('Helvetica'),local('sans-serif')}";
71
+ var n$7 = "@font-face{font-family:'72override';unicode-range:U+0102-0103,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EB7,U+1EB8-1EC7,U+1EC8-1ECB,U+1ECC-1EE3,U+1EE4-1EF1,U+1EF4-1EF7;src:local('Arial'),local('Helvetica'),local('sans-serif')}";
72
72
 
73
- let o$4;i$d(()=>{o$4=void 0;});const a$3=()=>(o$4===void 0&&(o$4=b$3()),o$4);
73
+ let o$4;i$d(()=>{o$4=void 0;});const a$4=()=>(o$4===void 0&&(o$4=b$3()),o$4);
74
74
 
75
- const i$5=()=>{const t=n$f("OpenUI5Support");(!t||!t.isOpenUI5Detected())&&p$2(),c$7();},p$2=()=>{const t=document.querySelector("head>style[data-ui5-font-face]");!a$3()||t||S$1("data-ui5-font-face")||c$8(a$4,"data-ui5-font-face");},c$7=()=>{S$1("data-ui5-font-face-override")||c$8(n$8,"data-ui5-font-face-override");};
75
+ const i$5=()=>{const t=n$e("OpenUI5Support");(!t||!t.isOpenUI5Detected())&&p$2(),c$7();},p$2=()=>{const t=document.querySelector("head>style[data-ui5-font-face]");!a$4()||t||S$1("data-ui5-font-face")||c$8(a$5,"data-ui5-font-face");},c$7=()=>{S$1("data-ui5-font-face-override")||c$8(n$7,"data-ui5-font-face-override");};
76
76
 
77
- var a$2 = ":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}";
77
+ var a$3 = ":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}";
78
78
 
79
- const e$4=()=>{S$1("data-ui5-system-css-vars")||c$8(a$2,"data-ui5-system-css-vars");};
79
+ const e$4=()=>{S$1("data-ui5-system-css-vars")||c$8(a$3,"data-ui5-system-css-vars");};
80
80
 
81
- const t$7=typeof document>"u",e$3={get userAgent(){return t$7?"":navigator.userAgent},get touch(){return t$7?false:"ontouchstart"in window||navigator.maxTouchPoints>0},get chrome(){return t$7?false:/(Chrome|CriOS)/.test(e$3.userAgent)},get firefox(){return t$7?false:/Firefox/.test(e$3.userAgent)},get safari(){return t$7?false:!e$3.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(e$3.userAgent)},get webkit(){return t$7?false:/webkit/.test(e$3.userAgent)},get windows(){return t$7?false:navigator.platform.indexOf("Win")!==-1},get macOS(){return t$7?false:!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return t$7?false:!!navigator.platform.match(/iPhone|iPad|iPod/)||!!(e$3.userAgent.match(/Mac/)&&"ontouchend"in document)},get android(){return t$7?false:!e$3.windows&&/Android/.test(e$3.userAgent)},get androidPhone(){return t$7?false:e$3.android&&/(?=android)(?=.*mobile)/i.test(e$3.userAgent)},get ipad(){return t$7?false:/ipad/i.test(e$3.userAgent)||/Macintosh/i.test(e$3.userAgent)&&"ontouchend"in document},_isPhone(){return u$4(),e$3.touch&&!r$8}};let o$3,i$4,r$8;const s$5=()=>{if(t$7||!e$3.windows)return false;if(o$3===void 0){const n=e$3.userAgent.match(/Windows NT (\d+).(\d)/);o$3=n?parseFloat(n[1]):0;}return o$3>=8},c$6=()=>{if(t$7||!e$3.webkit)return false;if(i$4===void 0){const n=e$3.userAgent.match(/(webkit)[ /]([\w.]+)/);i$4=n?parseFloat(n[1]):0;}return i$4>=537.1},u$4=()=>{if(t$7)return false;if(r$8===void 0){if(e$3.ipad){r$8=true;return}if(e$3.touch){if(s$5()){r$8=true;return}if(e$3.chrome&&e$3.android){r$8=!/Mobile Safari\/[.0-9]+/.test(e$3.userAgent);return}let n=window.devicePixelRatio?window.devicePixelRatio:1;e$3.android&&c$6()&&(n=1),r$8=Math.min(window.screen.width/n,window.screen.height/n)>=600;return}r$8=e$3.userAgent.indexOf("Touch")!==-1||e$3.android&&!e$3.androidPhone;}},l$4=()=>e$3.touch,h$2=()=>e$3.safari,g$4=()=>e$3.chrome,b$1=()=>e$3.firefox,a$1=()=>(u$4(),(e$3.touch||s$5())&&r$8),d$3=()=>e$3._isPhone(),f$4=()=>t$7?false:!a$1()&&!d$3()||s$5(),m$2=()=>a$1()&&f$4(),w$2=()=>e$3.iOS,P$1=()=>e$3.android||e$3.androidPhone;
81
+ const t$8=typeof document>"u",e$3={get userAgent(){return t$8?"":navigator.userAgent},get touch(){return t$8?false:"ontouchstart"in window||navigator.maxTouchPoints>0},get chrome(){return t$8?false:/(Chrome|CriOS)/.test(e$3.userAgent)},get firefox(){return t$8?false:/Firefox/.test(e$3.userAgent)},get safari(){return t$8?false:!e$3.chrome&&/(Version|PhantomJS)\/(\d+\.\d+).*Safari/.test(e$3.userAgent)},get webkit(){return t$8?false:/webkit/.test(e$3.userAgent)},get windows(){return t$8?false:navigator.platform.indexOf("Win")!==-1},get macOS(){return t$8?false:!!navigator.userAgent.match(/Macintosh|Mac OS X/i)},get iOS(){return t$8?false:!!navigator.platform.match(/iPhone|iPad|iPod/)||!!(e$3.userAgent.match(/Mac/)&&"ontouchend"in document)},get android(){return t$8?false:!e$3.windows&&/Android/.test(e$3.userAgent)},get androidPhone(){return t$8?false:e$3.android&&/(?=android)(?=.*mobile)/i.test(e$3.userAgent)},get ipad(){return t$8?false:/ipad/i.test(e$3.userAgent)||/Macintosh/i.test(e$3.userAgent)&&"ontouchend"in document},_isPhone(){return u$4(),e$3.touch&&!r$8}};let o$3,i$4,r$8;const s$5=()=>{if(t$8||!e$3.windows)return false;if(o$3===void 0){const n=e$3.userAgent.match(/Windows NT (\d+).(\d)/);o$3=n?parseFloat(n[1]):0;}return o$3>=8},c$6=()=>{if(t$8||!e$3.webkit)return false;if(i$4===void 0){const n=e$3.userAgent.match(/(webkit)[ /]([\w.]+)/);i$4=n?parseFloat(n[1]):0;}return i$4>=537.1},u$4=()=>{if(t$8)return false;if(r$8===void 0){if(e$3.ipad){r$8=true;return}if(e$3.touch){if(s$5()){r$8=true;return}if(e$3.chrome&&e$3.android){r$8=!/Mobile Safari\/[.0-9]+/.test(e$3.userAgent);return}let n=window.devicePixelRatio?window.devicePixelRatio:1;e$3.android&&c$6()&&(n=1),r$8=Math.min(window.screen.width/n,window.screen.height/n)>=600;return}r$8=e$3.userAgent.indexOf("Touch")!==-1||e$3.android&&!e$3.androidPhone;}},l$5=()=>e$3.touch,h$3=()=>e$3.safari,g$4=()=>e$3.chrome,b$1=()=>e$3.firefox,a$2=()=>(u$4(),(e$3.touch||s$5())&&r$8),d$2=()=>e$3._isPhone(),f$4=()=>t$8?false:!a$2()&&!d$2()||s$5(),m$2=()=>a$2()&&f$4(),w$2=()=>e$3.iOS,P$1=()=>e$3.android||e$3.androidPhone;
82
82
 
83
- let t$6=false;const i$3=()=>{h$2()&&w$2()&&!t$6&&(document.body.addEventListener("touchstart",()=>{}),t$6=true);};
83
+ let t$7=false;const i$3=()=>{h$3()&&w$2()&&!t$7&&(document.body.addEventListener("touchstart",()=>{}),t$7=true);};
84
84
 
85
- let o$2=false,r$7;const p$1=new i$e,h$1=()=>o$2,P=e=>{if(!o$2){p$1.attachEvent("boot",e);return}e();},l$3=async()=>{if(r$7!==void 0)return r$7;const e=async n=>{if(x(),typeof document>"u"){n();return}n$b(b);const t=n$f("OpenUI5Support"),f=t?t.isOpenUI5Detected():false,s=n$f("F6Navigation");t&&await t.init(),s&&!f&&s.init(),await d$4(),await I$1(r$6()),t&&t.attachListeners(),i$5(),e$4(),i$3(),n(),o$2=true,p$1.fireEvent("boot");};return r$7=new Promise(e),r$7},b=e=>{o$2&&e===r$6()&&I$1(r$6());};
85
+ let o$2=false,r$7;const p$1=new i$e,h$2=()=>o$2,P=e=>{if(!o$2){p$1.attachEvent("boot",e);return}e();},l$4=async()=>{if(r$7!==void 0)return r$7;const e=async n=>{if(x(),typeof document>"u"){n();return}n$a(b);const t=n$e("OpenUI5Support"),f=t?t.isOpenUI5Detected():false,s=n$e("F6Navigation");t&&await t.init(),s&&!f&&s.init(),await d$3(),await I$1(r$6()),t&&t.attachListeners(),i$5(),e$4(),i$3(),n(),o$2=true,p$1.fireEvent("boot");};return r$7=new Promise(e),r$7},b=e=>{o$2&&e===r$6()&&I$1(r$6());};
86
86
 
87
- let t$5;i$d(()=>{t$5=void 0;});const r$6=()=>(t$5===void 0&&(t$5=T$3()),t$5),u$3=async e=>{t$5!==e&&(t$5=e,h$1()&&(await I$1(t$5),await C({themeAware:true})));},g$3=()=>e$7,n$7=()=>{const e=r$6();return l$2(e)?!e.startsWith("sap_horizon"):!m$3()?.baseThemeName?.startsWith("sap_horizon")},l$2=e=>s$f.includes(e);
87
+ let t$6;i$d(()=>{t$6=void 0;});const r$6=()=>(t$6===void 0&&(t$6=T$3()),t$6),u$3=async e=>{t$6!==e&&(t$6=e,h$2()&&(await I$1(t$6),await C({themeAware:true})));},g$3=()=>e$7,n$6=()=>{const e=r$6();return l$3(e)?!e.startsWith("sap_horizon"):!m$3()?.baseThemeName?.startsWith("sap_horizon")},l$3=e=>s$f.includes(e);
88
88
 
89
- const t$4=new Map,e$2=(n,o)=>{t$4.set(n,o);},c$5=n=>t$4.get(n);
89
+ const t$5=new Map,e$2=(n,o)=>{t$5.set(n,o);},c$5=n=>t$5.get(n);
90
90
 
91
- var t$3=(o=>(o.SAPIconsV4="SAP-icons-v4",o.SAPIconsV5="SAP-icons-v5",o.SAPIconsTNTV2="tnt-v2",o.SAPIconsTNTV3="tnt-v3",o.SAPBSIconsV1="business-suite-v1",o.SAPBSIconsV2="business-suite-v2",o))(t$3||{});const s$4=new Map;s$4.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$4.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$4.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$4=(n,e)=>{if(s$4.has(n)){s$4.set(n,{...e,...s$4.get(n)});return}s$4.set(n,e);},r$5=n=>{const e=n$7()?"legacy":"sap_horizon";return s$4.has(n)?s$4.get(n)[e]:n};
91
+ var t$4=(o=>(o.SAPIconsV4="SAP-icons-v4",o.SAPIconsV5="SAP-icons-v5",o.SAPIconsTNTV2="tnt-v2",o.SAPIconsTNTV3="tnt-v3",o.SAPBSIconsV1="business-suite-v1",o.SAPBSIconsV2="business-suite-v2",o))(t$4||{});const s$4=new Map;s$4.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$4.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$4.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$4=(n,e)=>{if(s$4.has(n)){s$4.set(n,{...e,...s$4.get(n)});return}s$4.set(n,e);},r$5=n=>{const e=n$6()?"legacy":"sap_horizon";return s$4.has(n)?s$4.get(n)[e]:n};
92
92
 
93
- var t$2=(s=>(s["SAP-icons"]="SAP-icons-v4",s.horizon="SAP-icons-v5",s["SAP-icons-TNT"]="tnt",s.BusinessSuiteInAppSymbols="business-suite",s))(t$2||{});const n$6=e=>t$2[e]?t$2[e]:e;
93
+ var t$3=(s=>(s["SAP-icons"]="SAP-icons-v4",s.horizon="SAP-icons-v5",s["SAP-icons-TNT"]="tnt",s.BusinessSuiteInAppSymbols="business-suite",s))(t$3||{});const n$5=e=>t$3[e]?t$3[e]:e;
94
94
 
95
- const i$2=o=>{const t=c$5(r$6());return !o&&t?n$6(t):o?r$5(o):r$5("SAP-icons")};
95
+ const i$2=o=>{const t=c$5(r$6());return !o&&t?n$5(t):o?r$5(o):r$5("SAP-icons")};
96
96
 
97
- const e$1=new i$e,n$5="languageChange",t$1=a=>{e$1.attachEvent(n$5,a);},r$4=a=>{e$1.detachEvent(n$5,a);},o$1=a=>e$1.fireEventAsync(n$5,a);
97
+ const e$1=new i$e,n$4="languageChange",t$2=a=>{e$1.attachEvent(n$4,a);},r$4=a=>{e$1.detachEvent(n$4,a);},o$1=a=>e$1.fireEventAsync(n$4,a);
98
98
 
99
- let e,n$4;i$d(()=>{e=void 0,n$4=void 0;});const d$2=()=>(e===void 0&&(e=L$2()),e),s$3=async t=>{e!==t&&(e=t,await o$1(t),h$1()&&await C({languageAware:true}));},m$1=()=>a$9,L$1=t=>{n$4=t;},c$3=()=>(n$4===void 0&&(n$4=F()),n$4);
99
+ let e,t$1;i$d(()=>{e=void 0,t$1=void 0;});let a$1=false;const s$3=()=>a$1,l$2=()=>(e===void 0&&(e=L$2()),e),L$1=async n=>{e!==n&&(a$1=true,e=n,await o$1(n),a$1=false,h$2()&&await C({languageAware:true}));},c$3=()=>a$a,m$1=n=>{t$1=n;},h$1=()=>(t$1===void 0&&(t$1=F()),t$1);
100
100
 
101
- const t=typeof document>"u",o=()=>{if(t)return a$9;const a=navigator.languages,n=()=>navigator.language;return a&&a[0]||n()||a$9};
101
+ const t=typeof document>"u",o=()=>{if(t)return a$a;const a=navigator.languages,n=()=>navigator.language;return a&&a[0]||n()||a$a};
102
102
 
103
- const n$3=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;let r$3 = class r{constructor(s){const t=n$3.exec(s.replace(/_/g,"-"));if(t===null)throw new Error(`The given language ${s} does not adhere to BCP-47.`);this.sLocaleId=s,this.sLanguage=t[1]||a$9,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,i=>i.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase());}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(s){return this.getPrivateUseSubtags().indexOf(s)>=0}toString(){const s=[this.sLanguage];return this.sScript&&s.push(this.sScript),this.sRegion&&s.push(this.sRegion),this.sVariant&&s.push(this.sVariant),this.sExtension&&s.push(this.sExtension),this.sPrivateUse&&s.push(this.sPrivateUse),s.join("-")}};
103
+ const n$3=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;let r$3 = class r{constructor(s){const t=n$3.exec(s.replace(/_/g,"-"));if(t===null)throw new Error(`The given language ${s} does not adhere to BCP-47.`);this.sLocaleId=s,this.sLanguage=t[1]||a$a,this.sScript=t[2]||"",this.sRegion=t[3]||"",this.sVariant=t[4]&&t[4].slice(1)||null,this.sExtension=t[5]&&t[5].slice(1)||null,this.sPrivateUse=t[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,i=>i.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase());}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(s){return this.getPrivateUseSubtags().indexOf(s)>=0}toString(){const s=[this.sLanguage];return this.sScript&&s.push(this.sScript),this.sRegion&&s.push(this.sRegion),this.sVariant&&s.push(this.sVariant),this.sExtension&&s.push(this.sExtension),this.sPrivateUse&&s.push(this.sPrivateUse),s.join("-")}};
104
104
 
105
- const r$2=new Map,n$2=t=>(r$2.has(t)||r$2.set(t,new r$3(t)),r$2.get(t)),c$2=t=>{try{if(t&&typeof t=="string")return n$2(t)}catch{}return new r$3(r$e)},s$2=t=>{const e=d$2();return e?n$2(e):c$2(o())};
105
+ const r$2=new Map,n$2=t=>(r$2.has(t)||r$2.set(t,new r$3(t)),r$2.get(t)),c$2=t=>{try{if(t&&typeof t=="string")return n$2(t)}catch{}return new r$3(r$e)},s$2=t=>{const e=l$2();return e?n$2(e):c$2(o())};
106
106
 
107
107
  const _=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,c$1=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,f$3={he:"iw",yi:"ji",nb:"no",sr:"sh"},p=i=>{let e;if(!i)return r$e;if(typeof i=="string"&&(e=_.exec(i.replace(/_/g,"-")))){let t=e[1].toLowerCase(),n=e[3]?e[3].toUpperCase():void 0;const s=e[2]?e[2].toLowerCase():void 0,r=e[4]?e[4].slice(1):void 0,o=e[6];return t=f$3[t]||t,o&&(e=c$1.exec(o))||r&&(e=c$1.exec(r))?`en_US_${e[1].toLowerCase()}`:(t==="zh"&&!n&&(s==="hans"?n="CN":s==="hant"&&(n="TW")),t+(n?"_"+n+(r?"_"+r.replace("-","_"):""):""))}return r$e};
108
108
 
109
109
  const r$1={zh_HK:"zh_TW",in:"id"},n$1=t=>{if(!t)return r$e;if(r$1[t])return r$1[t];const L=t.lastIndexOf("_");return L>=0?t.slice(0,L):t!==r$e?r$e:""};
110
110
 
111
- const d$1=new Set,m=new Set,g$2=new Map,l$1=new Map,u$2=new Map,$=(n,t,e)=>{const r=`${n}/${t}`;u$2.set(r,e);},f$2=(n,t)=>{g$2.set(n,t);},A$1=n=>g$2.get(n),h=(n,t)=>{const e=`${n}/${t}`;return u$2.has(e)},B=(n,t)=>{const e=`${n}/${t}`,r=u$2.get(e);return r&&!l$1.get(e)&&l$1.set(e,r(t)),l$1.get(e)},M=n=>{d$1.has(n)||(console.warn(`[${n}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${n}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),d$1.add(n));},L=(n,t)=>t!==a$9&&!h(n,t),w$1=async n=>{const t=s$2().getLanguage(),e=s$2().getRegion(),r=s$2().getVariant();let s=t+(e?`-${e}`:"")+(r?`-${r}`:"");if(L(n,s))for(s=p(s);L(n,s);)s=n$1(s);const I=c$3();if(s===a$9&&!I){f$2(n,null);return}if(!h(n,s)){M(n);return}try{const o=await B(n,s);f$2(n,o);}catch(o){const a=o;m.has(a.message)||(m.add(a.message),console.error(a.message));}};t$1(n=>{const t=[...g$2.keys()];return Promise.all(t.map(w$1))});
111
+ const d$1=new Set,m=new Set,g$2=new Map,l$1=new Map,u$2=new Map,$=(n,t,e)=>{const r=`${n}/${t}`;u$2.set(r,e);},f$2=(n,t)=>{g$2.set(n,t);},A$1=n=>g$2.get(n),h=(n,t)=>{const e=`${n}/${t}`;return u$2.has(e)},B=(n,t)=>{const e=`${n}/${t}`,r=u$2.get(e);return r&&!l$1.get(e)&&l$1.set(e,r(t)),l$1.get(e)},M=n=>{d$1.has(n)||(console.warn(`[${n}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${n}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),d$1.add(n));},L=(n,t)=>t!==a$a&&!h(n,t),w$1=async n=>{const t=s$2().getLanguage(),e=s$2().getRegion(),r=s$2().getVariant();let s=t+(e?`-${e}`:"")+(r?`-${r}`:"");if(L(n,s))for(s=p(s);L(n,s);)s=n$1(s);const I=h$1();if(s===a$a&&!I){f$2(n,null);return}if(!h(n,s)){M(n);return}try{const o=await B(n,s);f$2(n,o);}catch(o){const a=o;m.has(a.message)||(m.add(a.message),console.error(a.message));}};t$2(n=>{const t=[...g$2.keys()];return Promise.all(t.map(w$1))});
112
112
 
113
113
  const g$1=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,i$1=(n,t)=>(t=t||[],n.replace(g$1,(p,s,e,r,o)=>{if(s)return "'";if(e)return e.replace(/''/g,"'");if(r){const a=typeof r=="string"?parseInt(r):r;return String(t[a])}throw new Error(`[i18n]: pattern syntax error at pos ${o}`)}));
114
114
 
115
115
  const r=new Map;let s$1;let u$1 = class u{constructor(e){this.packageName=e;}getText(e,...i){if(typeof e=="string"&&(e={key:e,defaultText:e}),!e||!e.key)return "";const t=A$1(this.packageName);t&&!t[e.key]&&console.warn(`Key ${e.key} not found in the i18n bundle, the default text will be used`);const l=t&&t[e.key]?t[e.key]:e.defaultText||e.key;return i$1(l,i)}};const a=n=>{if(r.has(n))return r.get(n);const e=new u$1(n);return r.set(n,e),e},f$1=async n=>s$1?s$1(n):(await w$1(n),a(n)),y=n=>{s$1=n;};
116
116
 
117
- const w="legacy",c=new Map,s=m$9("SVGIcons.registry",new Map),i=m$9("SVGIcons.promises",new Map),l="ICON_NOT_FOUND",T=(e,t)=>{c.set(e,t);},N=async e=>{if(!i.has(e)){if(!c.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=c.get(e);i.set(e,t(e));}return i.get(e)},I=e=>{Object.keys(e.data).forEach(t=>{const o=e.data[t];f(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName});});},f=(e,t)=>{const o=`${t.collection}/${e}`;s.set(o,{pathData:t.pathData,ltr:t.ltr,accData:t.accData,packageName:t.packageName,customTemplate:t.customTemplate,viewBox:t.viewBox,collection:t.collection});},d=e=>{e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://",""));let t;return [e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=n$6(t)),{name:e,collection:t}},u=e=>{const{name:t,collection:o}=d(e);return g(o,t)},n=async e=>{const{name:t,collection:o}=d(e);let r=l;try{r=await N(i$2(o));}catch(a){console.error(a.message);}if(r===l)return r;const p=g(o,t);return p||(Array.isArray(r)?r.forEach(a=>{I(a),c$4(o,{[a.themeFamily||w]:a.collection});}):I(r),g(o,t))},g=(e,t)=>{const o=`${i$2(e)}/${t}`;return s.get(o)},A=async e=>{if(!e)return;let t=u(e);if(t||(t=await n(e)),t&&t!==l&&t.accData)return (await f$1(t.packageName)).getText(t.accData)};
117
+ const w="legacy",c=new Map,s=m$9("SVGIcons.registry",new Map),i=m$9("SVGIcons.promises",new Map),l="ICON_NOT_FOUND",T=(e,t)=>{c.set(e,t);},N=async e=>{if(!i.has(e)){if(!c.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=c.get(e);i.set(e,t(e));}return i.get(e)},I=e=>{Object.keys(e.data).forEach(t=>{const o=e.data[t];f(t,{pathData:o.path||o.paths,ltr:o.ltr,accData:o.acc,collection:e.collection,packageName:e.packageName});});},f=(e,t)=>{const o=`${t.collection}/${e}`;s.set(o,{pathData:t.pathData,ltr:t.ltr,accData:t.accData,packageName:t.packageName,customTemplate:t.customTemplate,viewBox:t.viewBox,collection:t.collection});},d=e=>{e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://",""));let t;return [e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=n$5(t)),{name:e,collection:t}},u=e=>{const{name:t,collection:o}=d(e);return g(o,t)},n=async e=>{const{name:t,collection:o}=d(e);let r=l;try{r=await N(i$2(o));}catch(a){console.error(a.message);}if(r===l)return r;const p=g(o,t);return p||(Array.isArray(r)?r.forEach(a=>{I(a),c$4(o,{[a.themeFamily||w]:a.collection});}):I(r),g(o,t))},g=(e,t)=>{const o=`${i$2(e)}/${t}`;return s.get(o)},A=async e=>{if(!e)return;let t=u(e);if(t||(t=await n(e)),t&&t!==l&&t.accData)return (await f$1(t.packageName)).getText(t.accData)};
118
118
 
119
119
  exports.$ = $$1;
120
120
  exports.$$1 = $;
@@ -130,8 +130,8 @@ To prevent other runtimes from defining tags that you use, consider using scopin
130
130
  exports.S = S$1;
131
131
  exports.T = T;
132
132
  exports.U = U$2;
133
- exports.a = a$8;
134
- exports.a$1 = a$1;
133
+ exports.a = a$9;
134
+ exports.a$1 = a$2;
135
135
  exports.b = b$1;
136
136
  exports.c = c$c;
137
137
  exports.c$1 = c$9;
@@ -139,39 +139,40 @@ To prevent other runtimes from defining tags that you use, consider using scopin
139
139
  exports.c$3 = c$5;
140
140
  exports.c$4 = c$3;
141
141
  exports.c$5 = c$8;
142
- exports.d = d$a;
143
- exports.d$1 = d$3;
144
- exports.d$2 = d$2;
142
+ exports.d = d$2;
143
+ exports.d$1 = d$9;
145
144
  exports.e = e$8;
146
145
  exports.e$1 = e$2;
147
- exports.f = f;
148
- exports.f$1 = f$4;
149
- exports.f$2 = f$1;
150
- exports.f$3 = f$6;
146
+ exports.f = f$4;
147
+ exports.f$1 = f$6;
148
+ exports.f$2 = f;
149
+ exports.f$3 = f$1;
151
150
  exports.g = g$7;
152
151
  exports.g$1 = g$3;
153
152
  exports.g$2 = g$4;
154
- exports.h = h$2;
155
- exports.h$1 = h$4;
156
- exports.h$2 = h$5;
153
+ exports.h = h$3;
154
+ exports.h$1 = h$5;
155
+ exports.h$2 = h$6;
156
+ exports.h$3 = h$1;
157
157
  exports.i = i$f;
158
158
  exports.i$1 = i$d;
159
159
  exports.i$2 = i$e;
160
160
  exports.i$3 = i$b;
161
161
  exports.i$4 = i$2;
162
- exports.l = l$b;
163
- exports.l$1 = l$3;
164
- exports.l$2 = l$7;
165
- exports.l$3 = l$4;
166
- exports.l$4 = l$8;
162
+ exports.l = l$c;
163
+ exports.l$1 = l$4;
164
+ exports.l$2 = l$8;
165
+ exports.l$3 = l$5;
166
+ exports.l$4 = l$2;
167
+ exports.l$5 = l$9;
167
168
  exports.m = m$9;
168
169
  exports.m$1 = m$8;
169
- exports.m$2 = m$1;
170
- exports.m$3 = m$2;
170
+ exports.m$2 = m$2;
171
+ exports.m$3 = m$1;
171
172
  exports.n = n;
172
- exports.n$1 = n$f;
173
- exports.n$2 = n$d;
174
- exports.n$3 = n$a;
173
+ exports.n$1 = n$e;
174
+ exports.n$2 = n$c;
175
+ exports.n$3 = n$9;
175
176
  exports.o = o$5;
176
177
  exports.p = p$3;
177
178
  exports.p$1 = p$4;
@@ -181,8 +182,8 @@ To prevent other runtimes from defining tags that you use, consider using scopin
181
182
  exports.s = s$g;
182
183
  exports.s$1 = s$2;
183
184
  exports.s$2 = s$3;
184
- exports.t = t$1;
185
- exports.t$1 = t$3;
185
+ exports.t = t$2;
186
+ exports.t$1 = t$4;
186
187
  exports.u = u;
187
188
  exports.u$1 = u$a;
188
189
  exports.u$2 = u$3;
@@ -101,7 +101,7 @@ sap.ui.define(['sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdpart
101
101
  Label = Label_1 = __decorate([
102
102
  webcomponentsBase.m({
103
103
  tag: "ui5-label",
104
- renderer: i18nDefaults.d,
104
+ renderer: i18nDefaults.y,
105
105
  template: LabelTemplate,
106
106
  styles: labelCss,
107
107
  languageAware: true,
@@ -31,9 +31,9 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
31
31
  i18nDefaults.jsx(Icon.Icon, { class: "ui5-link-end-icon", name: this.endIcon, mode: "Decorative", part: "endIcon" })] }));
32
32
  }
33
33
 
34
- Icons.p("@ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
35
- Icons.p("@ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
36
- var linkCss = `.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-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5-v2-10-0-rc-2_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5-v2-10-0-rc-2_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5-v2-10-0-rc-2_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5-v2-10-0-rc-2_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5-v2-10-0-rc-2_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5-v2-10-0-rc-2_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5-v2-10-0-rc-2_link_focus_background_color);outline:var(--_ui5-v2-10-0-rc-2_link_outline);border-radius:var(--_ui5-v2-10-0-rc-2_link_focus_border-radius);text-shadow:none;color:var(--_ui5-v2-10-0-rc-2_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5-v2-10-0-rc-2_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5-v2-10-0-rc-2_link_focused_hover_text_color);text-decoration:var(--_ui5-v2-10-0-rc-2_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5-v2-10-0-rc-2_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5-v2-10-0-rc-2_link_large_interactive_area_height)}
34
+ Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => i18nDefaults.defaultThemeBase);
35
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
36
+ var linkCss = `.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-flex}:host{max-width:100%;color:var(--sapLinkColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);cursor:pointer;outline:none;text-decoration:var(--_ui5-v2-12-0-rc-2_link_text_decoration);text-shadow:var(--sapContent_TextShadow);white-space:normal;overflow-wrap:break-word}:host(:hover){color:var(--sapLink_Hover_Color);text-decoration:var(--_ui5-v2-12-0-rc-2_link_hover_text_decoration)}:host(:active){color:var(--sapLink_Active_Color);text-decoration:var(--_ui5-v2-12-0-rc-2_link_active_text_decoration)}:host([disabled]){pointer-events:none}:host([disabled]) .ui5-link-root{text-shadow:none;outline:none;cursor:default;pointer-events:none;opacity:var(--sapContent_DisabledOpacity)}:host([design="Emphasized"]) .ui5-link-root{font-family:var(--sapFontBoldFamily)}:host([design="Subtle"]){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5-v2-12-0-rc-2_link_subtle_text_decoration)}:host([design="Subtle"]:hover:not(:active)){color:var(--sapLink_SubtleColor);text-decoration:var(--_ui5-v2-12-0-rc-2_link_subtle_text_decoration_hover)}:host([wrapping-type="None"]){white-space:nowrap;overflow-wrap:normal}.ui5-link-root{max-width:100%;display:inline-block;position:relative;overflow:hidden;text-overflow:ellipsis;outline:none;white-space:inherit;overflow-wrap:inherit;text-decoration:inherit;color:inherit}:host([wrapping-type="None"][end-icon]) .ui5-link-root{display:inline-flex;align-items:end}:host .ui5-link-root{outline-offset:-.0625rem;border-radius:var(--_ui5-v2-12-0-rc-2_link_focus_border-radius)}.ui5-link-icon,.ui5-link-end-icon{color:inherit;flex-shrink:0}.ui5-link-icon{float:inline-start;margin-inline-end:.125rem}.ui5-link-end-icon{margin-inline-start:.125rem;vertical-align:bottom}.ui5-link-text{overflow:hidden;text-overflow:ellipsis}.ui5-link-root:focus-visible,:host([desktop]) .ui5-link-root:focus-within,:host([design="Subtle"]) .ui5-link-root:focus-visible,:host([design="Subtle"][desktop]) .ui5-link-root:focus-within{background-color:var(--_ui5-v2-12-0-rc-2_link_focus_background_color);outline:var(--_ui5-v2-12-0-rc-2_link_outline);border-radius:var(--_ui5-v2-12-0-rc-2_link_focus_border-radius);text-shadow:none;color:var(--_ui5-v2-12-0-rc-2_link_focus_color)}:host(:not([desktop])) .ui5-link-root:focus-visible,:host([desktop]:focus-within),:host([design="Subtle"][desktop]:focus-within){text-decoration:var(--_ui5-v2-12-0-rc-2_link_focus_text_decoration)}:host([desktop]:hover:not(:active):focus-within),:host([design="Subtle"][desktop]:hover:not(:active):focus-within){color:var(--_ui5-v2-12-0-rc-2_link_focused_hover_text_color);text-decoration:var(--_ui5-v2-12-0-rc-2_link_focused_hover_text_decoration)}:host([interactive-area-size="Large"]) .ui5-link-root{line-height:var(--_ui5-v2-12-0-rc-2_link_large_interactive_area_height)}:host([interactive-area-size="Large"])::part(icon),:host([interactive-area-size="Large"])::part(endIcon){height:var(--_ui5-v2-12-0-rc-2_link_large_interactive_area_height)}
37
37
  `;
38
38
 
39
39
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -73,7 +73,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
73
73
  *
74
74
  * ### ES6 Module Import
75
75
  *
76
- * `import "@ui5/webcomponents/dist/Link";`
76
+ * `import "sap/ushell/gen/ui5/webcomponents/dist/Link";`
77
77
  * @constructor
78
78
  * @extends UI5Element
79
79
  * @public
@@ -151,7 +151,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
151
151
  this._dummyAnchor = document.createElement("a");
152
152
  }
153
153
  onEnterDOM() {
154
- if (Icons.f$1()) {
154
+ if (Icons.f()) {
155
155
  this.setAttribute("desktop", "");
156
156
  }
157
157
  }
@@ -282,13 +282,13 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
282
282
  webcomponentsBase.s({ noAttribute: true })
283
283
  ], Link.prototype, "forcedTabIndex", void 0);
284
284
  __decorate([
285
- i18nDefaults.i("@ui5/webcomponents")
285
+ i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
286
286
  ], Link, "i18nBundle", void 0);
287
287
  Link = Link_1 = __decorate([
288
288
  webcomponentsBase.m({
289
289
  tag: "ui5-link",
290
290
  languageAware: true,
291
- renderer: i18nDefaults.d,
291
+ renderer: i18nDefaults.y,
292
292
  template: LinkTemplate,
293
293
  styles: linkCss,
294
294
  })