@sapui5/sap.ushell 1.139.0 → 1.140.0

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 (701) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/AppInfoParameters.js +1 -1
  4. package/src/main/js/sap/ushell/ApplicationType/wcfResolution.js +0 -1
  5. package/src/main/js/sap/ushell/Container.js +1 -1
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  19. package/src/main/js/sap/ushell/User.js +1 -2
  20. package/src/main/js/sap/ushell/adapters/AppVariantPersonalizationAdapter.js +35 -28
  21. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/api/performance/Extension.js +147 -0
  69. package/src/main/js/sap/ushell/api/performance/NavigationSource.js +86 -0
  70. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +22 -79
  71. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +5 -11
  72. package/src/main/js/sap/ushell/appIntegration/IframeApplicationContainer.js +11 -9
  73. package/src/main/js/sap/ushell/appIntegration/KeepAliveApps.js +82 -30
  74. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppInfoHandler.js +225 -0
  75. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/AppStateHandler.js +188 -0
  76. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/BookmarkHandler.js +721 -0
  77. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/EnvironmentHandler.js +347 -0
  78. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/ExtensionHandler.js +573 -0
  79. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/LifecycleHandler.js +206 -0
  80. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/MessageBrokerHandler.js +13 -0
  81. package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/NWBCHandler.js +12 -0
  82. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/NavigationHandler.js +648 -0
  83. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler/SessionHandler.js +141 -0
  84. package/src/main/js/sap/ushell/appIntegration/PostMessageHandler.js +146 -0
  85. package/src/main/js/sap/ushell/appIntegration/PostMessageManager.js +0 -1
  86. package/src/main/js/sap/ushell/appIntegration/PostMessagePluginInterface.js +249 -95
  87. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  88. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV1Handler.js +0 -1
  89. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +98 -77
  91. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +74 -80
  92. package/src/main/js/sap/ushell/appRuntime/ui5/SessionHandlerAgent.js +30 -26
  93. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/CheckConditions.js +32 -29
  94. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +2 -0
  95. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/Component.js +3 -3
  96. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_vi.properties +1 -1
  97. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/Component.js +10 -3
  98. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/AccessKeysAgent.js +5 -3
  99. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +15 -15
  100. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +5 -5
  101. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +4 -5
  102. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +4 -4
  103. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +192 -219
  104. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +11 -11
  105. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +16 -16
  106. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +15 -15
  107. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +4 -4
  108. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +6 -6
  109. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +19 -19
  110. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +10 -10
  111. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +16 -18
  112. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  113. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  114. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +4 -4
  115. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +9 -9
  116. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +8 -8
  117. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +8 -8
  118. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +16 -16
  119. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +4 -4
  120. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +7 -7
  121. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +6 -6
  122. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +20 -22
  123. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserDefaultParameters.js +7 -3
  124. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +7 -7
  125. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  126. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  127. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  128. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  129. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +9 -9
  130. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  131. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
  132. package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +8 -2
  133. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  134. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  135. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  136. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  137. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  138. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  139. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  140. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +1 -1
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +1 -1
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +1 -1
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +1 -1
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +1 -1
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +1 -1
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +1 -1
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +2 -2
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +1 -1
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +1 -1
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +1 -1
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +1 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +1 -1
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +1 -1
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +1 -1
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +1 -1
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +1 -1
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +1 -1
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +1 -1
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +1 -1
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +1 -1
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +1 -1
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +1 -1
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +1 -1
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +1 -1
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +1 -1
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +1 -1
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +1 -1
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +1 -1
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +1 -1
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +1 -1
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +1 -1
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +1 -1
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +1 -1
  178. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +1 -1
  179. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +1 -1
  180. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +1 -1
  181. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +1 -1
  182. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +1 -1
  183. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +1 -1
  184. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +1 -1
  185. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +1 -1
  186. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +1 -1
  187. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +1 -1
  188. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +1 -1
  189. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  192. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  193. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  194. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  195. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  196. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  197. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  198. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  199. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  200. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  201. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +18 -18
  202. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  203. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  204. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  205. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  207. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  210. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  211. package/src/main/js/sap/ushell/components/shell/PostLoadingHeaderEnhancement/Component.js +25 -16
  212. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  213. package/src/main/js/sap/ushell/components/shell/Search/Component.js +14 -1
  214. package/src/main/js/sap/ushell/components/shell/Search/ESearch.js +9 -1
  215. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  216. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  217. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  218. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  219. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  220. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  221. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/Component.js +234 -108
  222. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +2 -3
  223. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +2 -2
  224. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +4 -4
  225. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +2 -2
  226. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  227. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources.properties +7 -1
  228. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ar.properties +8 -0
  229. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_bg.properties +8 -0
  230. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ca.properties +8 -0
  231. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cnr.properties +8 -0
  232. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cs.properties +8 -0
  233. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_cy.properties +8 -0
  234. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_da.properties +8 -0
  235. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_de.properties +8 -0
  236. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_el.properties +8 -0
  237. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en.properties +8 -0
  238. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_GB.properties +8 -0
  239. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_en_US_saprigi.properties +8 -0
  240. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es.properties +8 -0
  241. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_es_MX.properties +8 -0
  242. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_et.properties +8 -0
  243. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fi.properties +8 -0
  244. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr.properties +8 -0
  245. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_fr_CA.properties +8 -0
  246. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hi.properties +8 -0
  247. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hr.properties +8 -0
  248. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_hu.properties +8 -0
  249. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_id.properties +8 -0
  250. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_it.properties +8 -0
  251. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_iw.properties +8 -0
  252. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ja.properties +8 -0
  253. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_kk.properties +8 -0
  254. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ko.properties +8 -0
  255. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lt.properties +8 -0
  256. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_lv.properties +8 -0
  257. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_mk.properties +8 -0
  258. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ms.properties +8 -0
  259. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_nl.properties +8 -0
  260. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_no.properties +8 -0
  261. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pl.properties +8 -0
  262. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt.properties +8 -0
  263. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_pt_PT.properties +8 -0
  264. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ro.properties +8 -0
  265. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_ru.properties +8 -0
  266. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sh.properties +8 -0
  267. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sk.properties +8 -0
  268. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sl.properties +8 -0
  269. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sr.properties +8 -0
  270. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_sv.properties +8 -0
  271. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_th.properties +8 -0
  272. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_tr.properties +8 -0
  273. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_uk.properties +8 -0
  274. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_vi.properties +8 -0
  275. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_CN.properties +8 -0
  276. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/resources/resources_zh_TW.properties +8 -0
  277. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +11 -7
  278. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +2 -2
  279. package/src/main/js/sap/ushell/components/shell/ShellBar/Component.js +8 -1
  280. package/src/main/js/sap/ushell/components/shell/ShellBar/controller/ShellBar.controller.js +13 -0
  281. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  282. package/src/main/js/sap/ushell/components/shell/ShellBar/view/ShellBar.view.xml +0 -6
  283. package/src/main/js/sap/ushell/components/shell/SideNavigation/fragment/Popover.fragment.xml +2 -2
  284. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  285. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/AllSpaces.js +2 -2
  286. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/Favorites.js +32 -5
  287. package/src/main/js/sap/ushell/components/shell/SideNavigation/modules/NavigationHelper.js +17 -2
  288. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +2 -0
  289. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ar.properties +1 -0
  290. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_bg.properties +1 -0
  291. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ca.properties +1 -0
  292. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cnr.properties +1 -0
  293. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cs.properties +1 -0
  294. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_cy.properties +1 -0
  295. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_da.properties +1 -0
  296. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_de.properties +1 -0
  297. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_el.properties +1 -0
  298. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en.properties +1 -0
  299. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_GB.properties +1 -0
  300. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_en_US_saprigi.properties +1 -0
  301. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es.properties +1 -0
  302. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_es_MX.properties +1 -0
  303. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_et.properties +1 -0
  304. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fi.properties +1 -0
  305. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr.properties +1 -0
  306. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_fr_CA.properties +1 -0
  307. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hi.properties +1 -0
  308. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hr.properties +1 -0
  309. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_hu.properties +1 -0
  310. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_id.properties +1 -0
  311. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_it.properties +1 -0
  312. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_iw.properties +1 -0
  313. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ja.properties +1 -0
  314. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_kk.properties +1 -0
  315. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ko.properties +1 -0
  316. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lt.properties +1 -0
  317. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_lv.properties +1 -0
  318. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_mk.properties +1 -0
  319. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ms.properties +1 -0
  320. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_nl.properties +1 -0
  321. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_no.properties +1 -0
  322. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pl.properties +1 -0
  323. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt.properties +1 -0
  324. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_pt_PT.properties +1 -0
  325. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ro.properties +1 -0
  326. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_ru.properties +1 -0
  327. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sh.properties +1 -0
  328. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sk.properties +1 -0
  329. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sl.properties +1 -0
  330. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sr.properties +1 -0
  331. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_sv.properties +1 -0
  332. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_th.properties +1 -0
  333. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_tr.properties +1 -0
  334. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_uk.properties +1 -0
  335. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_vi.properties +1 -0
  336. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_CN.properties +1 -0
  337. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources_zh_TW.properties +1 -0
  338. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  339. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +1 -0
  340. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  341. package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +12 -2
  342. package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +12 -2
  343. package/src/main/js/sap/ushell/components/tiles/indicatorArea/AreaChartTile.controller.js +157 -152
  344. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.controller.js +2 -2
  345. package/src/main/js/sap/ushell/components/tiles/indicatorDual/DualTile.view.js +23 -22
  346. package/src/main/js/sap/ushell/components/tiles/indicatorDualComparison/DualComparison.controller.js +4 -2
  347. package/src/main/js/sap/ushell/components/tiles/indicatorDualDeviation/DualDeviation.controller.js +5 -5
  348. package/src/main/js/sap/ushell/components/tiles/indicatorDualTrend/DualTrend.controller.js +106 -102
  349. package/src/main/js/sap/ushell/components/tiles/indicatorHarveyBall/HarveyBallTile.controller.js +8 -7
  350. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/oData4Analytics.js +96 -53
  351. package/src/main/js/sap/ushell/components/tiles/indicatorTileUtils/smartBusinessUtil.js +63 -52
  352. package/src/main/js/sap/ushell/components/tiles/indicatorcomparison/ComparisonTile.controller.js +4 -2
  353. package/src/main/js/sap/ushell/components/tiles/indicatorcontribution/ContributionTile.controller.js +2 -1
  354. package/src/main/js/sap/ushell/components/tiles/indicatordeviation/DeviationTile.controller.js +2 -2
  355. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  356. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  357. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  358. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  359. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  360. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  361. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  362. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  363. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  364. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  365. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  366. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  367. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  368. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  369. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  370. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +0 -2
  371. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +10 -2
  372. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +0 -2
  373. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +5 -4
  374. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +0 -10
  375. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +0 -12
  376. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +1 -32
  377. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +96 -0
  378. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +0 -6
  379. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +0 -4
  380. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +0 -2
  381. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +0 -10
  382. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +5 -2
  383. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +0 -16
  384. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +0 -2
  385. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +0 -2
  386. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +5 -10
  387. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +0 -16
  388. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +1 -1
  389. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +1 -1
  390. package/src/main/js/sap/ushell/library.js +1 -1
  391. package/src/main/js/sap/ushell/navigation/NavigationState.js +0 -3
  392. package/src/main/js/sap/ushell/navigationMode.js +5 -5
  393. package/src/main/js/sap/ushell/override.js +1 -2
  394. package/src/main/js/sap/ushell/performance/FesrEnhancer.js +53 -15
  395. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  396. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +19 -10
  397. package/src/main/js/sap/ushell/plugins/BaseRTAPlugin.js +2 -0
  398. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  399. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_de.properties +1 -1
  400. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_vi.properties +1 -1
  401. package/src/main/js/sap/ushell/renderer/NavContainer.js +7 -0
  402. package/src/main/js/sap/ushell/renderer/Renderer.js +3 -3
  403. package/src/main/js/sap/ushell/renderer/RendererManagedComponents.js +200 -0
  404. package/src/main/js/sap/ushell/renderer/Shell.controller.js +0 -17
  405. package/src/main/js/sap/ushell/renderer/Shell.view.js +6 -3
  406. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -1
  407. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -18
  408. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -1
  409. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  410. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +38 -31
  411. package/src/main/js/sap/ushell/services/AllMyApps.js +0 -2
  412. package/src/main/js/sap/ushell/services/AppLifeCycle.js +18 -12
  413. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  414. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  415. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  416. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  417. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  418. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  419. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  420. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  421. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  422. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  423. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  424. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  425. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  427. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  428. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  429. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  430. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  431. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  432. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  433. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  434. package/src/main/js/sap/ushell/services/DarkModeSupport.js +3 -3
  435. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  436. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  437. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  438. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  439. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  440. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  441. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  443. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  444. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  445. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  446. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  447. package/src/main/js/sap/ushell/services/Message.js +1 -1
  448. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +21 -1
  449. package/src/main/js/sap/ushell/services/MessageBroker.js +5 -16
  450. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  451. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +2 -2
  452. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  453. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  454. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +3 -2
  455. package/src/main/js/sap/ushell/services/Notifications.js +1 -1
  456. package/src/main/js/sap/ushell/services/NotificationsV2.js +1 -1
  457. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  458. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  459. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  460. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  461. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  462. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  463. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  464. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  465. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  466. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  467. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  468. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  469. package/src/main/js/sap/ushell/services/Search.js +1 -1
  470. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  471. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  472. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  473. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +1 -1
  474. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  475. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  476. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  477. package/src/main/js/sap/ushell/services/URLParsing.js +8 -8
  478. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  479. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  480. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +6 -6
  481. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  482. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +2 -2
  483. package/src/main/js/sap/ushell/services/UserInfo.js +2 -2
  484. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  485. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  486. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  489. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  490. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  491. package/src/main/js/sap/ushell/state/StrategyFactory/HeadEndItemsStrategy.js +7 -0
  492. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  493. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  494. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  495. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  496. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  497. package/src/main/js/sap/ushell/thirdparty/Avatar.js +4 -4
  498. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +4 -10
  499. package/src/main/js/sap/ushell/thirdparty/Button.js +1 -1
  500. package/src/main/js/sap/ushell/thirdparty/Button2.js +68 -17
  501. package/src/main/js/sap/ushell/thirdparty/FocusableElements.js +10 -0
  502. package/src/main/js/sap/ushell/thirdparty/Icon.js +24 -5
  503. package/src/main/js/sap/ushell/thirdparty/Icons.js +47 -46
  504. package/src/main/js/sap/ushell/thirdparty/IllustratedMessage.js +1292 -0
  505. package/src/main/js/sap/ushell/thirdparty/Label.js +3 -3
  506. package/src/main/js/sap/ushell/thirdparty/Link.js +4 -4
  507. package/src/main/js/sap/ushell/thirdparty/List.js +48 -65
  508. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +10 -0
  509. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +19 -7
  510. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +31 -17
  511. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +235 -67
  512. package/src/main/js/sap/ushell/thirdparty/Menu.js +9 -10
  513. package/src/main/js/sap/ushell/thirdparty/MenuItem.js +1 -1
  514. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +48 -14
  515. package/src/main/js/sap/ushell/thirdparty/NotificationList.js +4 -4
  516. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +2 -2
  517. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +14 -5
  518. package/src/main/js/sap/ushell/thirdparty/NotificationListItemBase.js +4 -4
  519. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +43 -29
  520. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +22 -5
  521. package/src/main/js/sap/ushell/thirdparty/SearchItemGroup.js +2 -2
  522. package/src/main/js/sap/ushell/thirdparty/SearchMessageArea.js +2 -2
  523. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +37 -34
  524. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +2 -2
  525. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch.js +1 -1
  526. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +169 -53
  527. package/src/main/js/sap/ushell/thirdparty/Tag.js +4 -4
  528. package/src/main/js/sap/ushell/thirdparty/Text.js +4 -4
  529. package/src/main/js/sap/ushell/thirdparty/Title.js +2 -2
  530. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +9 -9
  531. package/src/main/js/sap/ushell/thirdparty/UserMenuItem.js +1 -1
  532. package/src/main/js/sap/ushell/thirdparty/WrappingType.js +24 -0
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +5 -52
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/ListItemStandardExpandableTextTemplate.js +3 -3
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT.js +202 -178
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/SAP-icons-TNT2.js +145 -121
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +51 -6
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +3 -0
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +52 -7
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +3 -0
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +52 -7
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +3 -0
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +51 -6
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +3 -0
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +51 -6
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +3 -0
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +51 -6
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +3 -0
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +51 -6
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +3 -0
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +52 -7
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +9 -6
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +51 -6
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +3 -0
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +3 -174
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +174 -717
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +777 -582
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +593 -0
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +51 -6
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +3 -0
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +3 -174
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +174 -711
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +777 -582
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +593 -0
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +3 -174
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +174 -717
  567. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +777 -582
  568. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +593 -0
  569. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +51 -6
  570. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +3 -0
  571. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +51 -6
  572. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +3 -0
  573. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +51 -6
  574. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +3 -0
  575. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +51 -6
  576. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +3 -0
  577. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +51 -6
  578. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +3 -0
  579. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +51 -6
  580. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +3 -0
  581. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +51 -6
  582. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +3 -0
  583. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +51 -6
  584. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +3 -0
  585. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +52 -7
  586. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +3 -0
  587. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +51 -6
  588. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +3 -0
  589. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +53 -8
  590. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +4 -1
  591. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +51 -6
  592. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +3 -0
  593. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +51 -6
  594. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +3 -0
  595. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +51 -6
  596. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +3 -0
  597. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +52 -7
  598. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +3 -0
  599. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +51 -6
  600. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +3 -0
  601. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +51 -6
  602. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +3 -0
  603. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +51 -6
  604. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +3 -0
  605. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +51 -6
  606. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +3 -0
  607. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +51 -6
  608. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +3 -0
  609. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +51 -6
  610. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +3 -0
  611. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +51 -6
  612. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +3 -0
  613. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +51 -6
  614. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +3 -0
  615. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +51 -6
  616. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +3 -0
  617. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +51 -6
  618. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +3 -0
  619. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +51 -6
  620. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +3 -0
  621. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +52 -7
  622. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +3 -0
  623. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +51 -6
  624. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +3 -0
  625. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +51 -6
  626. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +3 -0
  627. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +52 -7
  628. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +3 -0
  629. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +51 -6
  630. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +3 -0
  631. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +51 -6
  632. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +3 -0
  633. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +51 -6
  634. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +3 -0
  635. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +51 -6
  636. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +3 -0
  637. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +51 -6
  638. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +3 -0
  639. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +51 -6
  640. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +3 -0
  641. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +51 -6
  642. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +3 -0
  643. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +51 -6
  644. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +3 -0
  645. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css10.js +1 -1
  646. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css11.js +1 -1
  647. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  648. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  649. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  650. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  651. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  652. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  653. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  654. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  655. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  656. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  657. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  658. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  659. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  660. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  661. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  662. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +7 -0
  663. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css4.js +1 -1
  664. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css5.js +1 -1
  665. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css6.js +1 -1
  666. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css7.js +1 -1
  667. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css8.js +1 -1
  668. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css9.js +1 -1
  669. package/src/main/js/sap/ushell/thirdparty/getEffectiveScrollbarStyle.js +33 -0
  670. package/src/main/js/sap/ushell/thirdparty/i18n-defaults.js +110 -145
  671. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +152 -104
  672. package/src/main/js/sap/ushell/thirdparty/overflow.js +16 -36
  673. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +4 -1
  674. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css2.js +1 -1
  675. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +8 -0
  676. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +51 -38
  677. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +12 -12
  678. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +24 -24
  679. package/src/main/js/sap/ushell/ui/QuickAccess.js +12 -2
  680. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  681. package/src/main/js/sap/ushell/ui/footerbar/SendAsEmailButton.js +2 -2
  682. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  683. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  684. package/src/main/js/sap/ushell/ui/launchpad/VizInstance.js +7 -4
  685. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  686. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  687. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  688. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  689. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  690. package/src/main/js/sap/ushell/utils/UrlParsing.js +4 -4
  691. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  692. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  693. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  694. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  695. package/src/test/js/sap/ushell/bootstrap/sandbox.js +69 -70
  696. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/AppruntimeHandler.js +0 -121
  697. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/LifecycleHandler.js +0 -631
  698. package/src/main/js/sap/ushell/appIntegration/PostMessageManager/ServiceHandler.js +0 -1541
  699. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +0 -40
  700. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css3.js +0 -7
  701. /package/src/main/js/sap/ushell/appIntegration/{PostMessageManager → PostMessageHandler}/ExtensionItems.js +0 -0
@@ -1,6 +1,6 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/i18n-defaults', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon'], (function (exports, webcomponentsBase, webcomponents, eventStrict, i18nDefaults, parametersBundle_css, AccessibilityTextsHelper, Icons, willShowContent, toLowercaseEnumValue, Icon) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/webcomponents', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/parameters-bundle.css', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/AccessibilityTextsHelper', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/willShowContent', 'sap/ushell/thirdparty/toLowercaseEnumValue', 'sap/ushell/thirdparty/Icon', 'sap/ushell/thirdparty/BusyIndicator', 'sap/ushell/thirdparty/i18n-defaults2'], (function (exports, webcomponentsBase, webcomponents, eventStrict, parametersBundle_css$1, parametersBundle_css, AccessibilityTextsHelper, Icons, willShowContent, toLowercaseEnumValue, Icon, BusyIndicator, i18nDefaults) { 'use strict';
2
2
 
3
- let e;const l=()=>(e===void 0&&(e=Icons.D()),e);
3
+ let e;const l=()=>(e===void 0&&(e=Icons.b()),e);
4
4
 
5
5
  /**
6
6
  * Different Button designs.
@@ -92,21 +92,46 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
92
92
  })(ButtonBadgeDesign || (ButtonBadgeDesign = {}));
93
93
  var ButtonBadgeDesign$1 = ButtonBadgeDesign;
94
94
 
95
+ /**
96
+ * Different BusyIndicator sizes.
97
+ * @public
98
+ */
99
+ var BusyIndicatorSize;
100
+ (function (BusyIndicatorSize) {
101
+ /**
102
+ * small size
103
+ * @public
104
+ */
105
+ BusyIndicatorSize["S"] = "S";
106
+ /**
107
+ * medium size
108
+ * @public
109
+ */
110
+ BusyIndicatorSize["M"] = "M";
111
+ /**
112
+ * large size
113
+ * @public
114
+ */
115
+ BusyIndicatorSize["L"] = "L";
116
+ })(BusyIndicatorSize || (BusyIndicatorSize = {}));
117
+ var BusyIndicatorSize$1 = BusyIndicatorSize;
118
+
95
119
  function ButtonTemplate(injectedProps) {
96
- return (parametersBundle_css.jsx(parametersBundle_css.Fragment, { children: parametersBundle_css.jsxs("button", { type: "button", class: {
97
- "ui5-button-root": true,
98
- "ui5-button-badge-placement-end": this.badge[0]?.design === "InlineText",
99
- "ui5-button-badge-placement-end-top": this.badge[0]?.design === "OverlayText",
100
- "ui5-button-badge-dot": this.badge[0]?.design === "AttentionDot",
101
- }, disabled: this.disabled, "data-sap-focus-ref": true, "aria-pressed": injectedProps?.ariaPressed, "aria-valuemin": injectedProps?.ariaValueMin, "aria-valuemax": injectedProps?.ariaValueMax, "aria-valuenow": injectedProps?.ariaValueNow, "aria-valuetext": injectedProps?.ariaValueText, onFocusOut: this._onfocusout, onClick: this._onclick, onMouseDown: this._onmousedown, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, onTouchStart: this._ontouchstart, onTouchEnd: this._ontouchend, tabindex: this.tabIndexValue, "aria-expanded": this.accessibilityAttributes.expanded, "aria-controls": this.accessibilityAttributes.controls, "aria-haspopup": this._hasPopup, "aria-label": this.ariaLabelText, "aria-description": this.ariaDescriptionText, title: this.buttonTitle, part: "button", role: this.effectiveAccRole, children: [this.icon &&
102
- parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-icon", name: this.icon, mode: "Decorative", part: "icon" }), parametersBundle_css.jsx("span", { id: `${this._id}-content`, class: "ui5-button-text", children: parametersBundle_css.jsx("bdi", { children: parametersBundle_css.jsx("slot", {}) }) }), this.endIcon &&
103
- parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-end-icon", name: this.endIcon, mode: "Decorative", part: "endIcon" }), this.shouldRenderBadge &&
104
- parametersBundle_css.jsx("slot", { name: "badge" })] }) }));
120
+ return (parametersBundle_css.jsxs(parametersBundle_css.Fragment, { children: [parametersBundle_css.jsxs("button", { type: "button", class: {
121
+ "ui5-button-root": true,
122
+ "ui5-button-badge-placement-end": this.badge[0]?.design === "InlineText",
123
+ "ui5-button-badge-placement-end-top": this.badge[0]?.design === "OverlayText",
124
+ "ui5-button-badge-dot": this.badge[0]?.design === "AttentionDot"
125
+ }, disabled: this.disabled, "data-sap-focus-ref": true, "aria-pressed": injectedProps?.ariaPressed, "aria-valuemin": injectedProps?.ariaValueMin, "aria-valuemax": injectedProps?.ariaValueMax, "aria-valuenow": injectedProps?.ariaValueNow, "aria-valuetext": injectedProps?.ariaValueText, onFocusOut: this._onfocusout, onClick: this._onclick, onMouseDown: this._onmousedown, onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, onTouchStart: this._ontouchstart, onTouchEnd: this._ontouchend, tabindex: this.tabIndexValue, "aria-expanded": this.accessibilityAttributes.expanded, "aria-controls": this.accessibilityAttributes.controls, "aria-haspopup": this._hasPopup, "aria-label": this.ariaLabelText, "aria-description": this.ariaDescriptionText, "aria-busy": this.loading ? "true" : undefined, title: this.buttonTitle, part: "button", role: this.effectiveAccRole, children: [this.icon &&
126
+ parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-icon", name: this.icon, mode: "Decorative", part: "icon" }), parametersBundle_css.jsx("span", { id: `${this._id}-content`, class: "ui5-button-text", children: parametersBundle_css.jsx("bdi", { children: parametersBundle_css.jsx("slot", {}) }) }), this.endIcon &&
127
+ parametersBundle_css.jsx(Icon.Icon, { class: "ui5-button-end-icon", name: this.endIcon, mode: "Decorative", part: "endIcon" }), this.shouldRenderBadge &&
128
+ parametersBundle_css.jsx("slot", { name: "badge" })] }), this.loading &&
129
+ parametersBundle_css.jsx(BusyIndicator.BusyIndicator, { id: `${this._id}-button-busy-indicator`, class: "ui5-button-busy-indicator", size: this.iconOnly ? BusyIndicatorSize$1.S : BusyIndicatorSize$1.M, active: true, delay: this.loadingDelay, inert: this.loading })] }));
105
130
  }
106
131
 
107
132
  Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
108
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
109
- var buttonCss = `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-13-0-rc-0_button_base_min_width);height:var(--_ui5-v2-13-0-rc-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-13-0-rc-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-13-0-rc-0_button_text_shadow);border-radius:var(--_ui5-v2-13-0-rc-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-13-0-rc-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-13-0-rc-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-13-0-rc-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-13-0-rc-0_button_base_min_width) - var(--_ui5-v2-13-0-rc-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([active])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-13-0-rc-0_button_focused_border);border-radius:var(--_ui5-v2-13-0-rc-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-13-0-rc-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-13-0-rc-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-13-0-rc-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-13-0-rc-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-13-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-13-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-13-0-rc-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-13-0-rc-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-13-0-rc-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-13-0-rc-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-13-0-rc-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-13-0-rc-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-13-0-rc-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-13-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1000;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-13-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1000}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}
133
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
134
+ var buttonCss = `:host{vertical-align:middle}.ui5-hidden-text{position:absolute;clip:rect(1px,1px,1px,1px);user-select:none;left:-1000px;top:-1000px;pointer-events:none;font-size:0}:host(:not([hidden])){display:inline-block}:host{min-width:var(--_ui5-v2-14-0-rc-0_button_base_min_width);height:var(--_ui5-v2-14-0-rc-0_button_base_height);line-height:normal;font-family:var(--_ui5-v2-14-0-rc-0_button_fontFamily);font-size:var(--sapFontSize);text-shadow:var(--_ui5-v2-14-0-rc-0_button_text_shadow);border-radius:var(--_ui5-v2-14-0-rc-0_button_border_radius);cursor:pointer;background-color:var(--sapButton_Background);border:var(--sapButton_BorderWidth) solid var(--sapButton_BorderColor);color:var(--sapButton_TextColor);box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-tap-highlight-color:transparent}.ui5-button-root{min-width:inherit;cursor:inherit;height:100%;width:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;outline:none;padding:0 var(--_ui5-v2-14-0-rc-0_button_base_padding);position:relative;background:transparent;border:none;color:inherit;text-shadow:inherit;font:inherit;white-space:inherit;overflow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host(:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host(:not([hidden]):not([disabled]).ui5_hovered){background:var(--sapButton_Hover_Background);border:1px solid var(--sapButton_Hover_BorderColor);color:var(--sapButton_Hover_TextColor)}.ui5-button-icon,.ui5-button-end-icon{color:inherit;flex-shrink:0}.ui5-button-end-icon{margin-inline-start:var(--_ui5-v2-14-0-rc-0_button_base_icon_margin)}:host([icon-only]:not([has-end-icon])) .ui5-button-root{min-width:auto;padding:0}:host([icon-only]) .ui5-button-text{display:none}.ui5-button-text{outline:none;position:relative;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([has-icon]:not(:empty)) .ui5-button-text{margin-inline-start:var(--_ui5-v2-14-0-rc-0_button_base_icon_margin)}:host([has-end-icon]:not([has-icon]):empty) .ui5-button-end-icon{margin-inline-start:0}:host([disabled]){opacity:var(--sapContent_DisabledOpacity);pointer-events:unset;cursor:default}:host([has-icon]:not([icon-only]):not([has-end-icon])) .ui5-button-text{min-width:calc(var(--_ui5-v2-14-0-rc-0_button_base_min_width) - var(--_ui5-v2-14-0-rc-0_button_base_icon_margin) - 1rem)}:host([disabled]:active){pointer-events:none}:host([desktop]:not([loading])) .ui5-button-root:focus-within:after,:host(:not([active])) .ui5-button-root:focus-visible:after,:host([desktop][active][design="Emphasized"]) .ui5-button-root:focus-within:after,:host([active][design="Emphasized"]) .ui5-button-root:focus-visible:after,:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-0_button_focused_border);border-radius:var(--_ui5-v2-14-0-rc-0_button_focused_border_radius)}:host([desktop][active]) .ui5-button-root:focus-within:before,:host([active]) .ui5-button-root:focus-visible:before{border-color:var(--_ui5-v2-14-0-rc-0_button_pressed_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_color)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:before,:host([design="Emphasized"]) .ui5-button-root:focus-visible:before{content:"";position:absolute;box-sizing:border-box;inset:.0625rem;border:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_before);border-radius:var(--_ui5-v2-14-0-rc-0_button_focused_border_radius)}.ui5-button-root::-moz-focus-inner{border:0}bdi{display:block;white-space:inherit;overflow:inherit;text-overflow:inherit}:host([ui5-button][active]:not([disabled]):not([non-interactive])){background-image:none;background-color:var(--sapButton_Active_Background);border-color:var(--sapButton_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([design="Positive"]){background-color:var(--sapButton_Accept_Background);border-color:var(--sapButton_Accept_BorderColor);color:var(--sapButton_Accept_TextColor)}:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Positive"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Accept_Hover_Background);border-color:var(--sapButton_Accept_Hover_BorderColor);color:var(--sapButton_Accept_Hover_TextColor)}:host([ui5-button][design="Positive"][active]:not([non-interactive])){background-color:var(--sapButton_Accept_Active_Background);border-color:var(--sapButton_Accept_Active_BorderColor);color:var(--sapButton_Accept_Active_TextColor)}:host([design="Negative"]){background-color:var(--sapButton_Reject_Background);border-color:var(--sapButton_Reject_BorderColor);color:var(--sapButton_Reject_TextColor)}:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Negative"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Reject_Hover_Background);border-color:var(--sapButton_Reject_Hover_BorderColor);color:var(--sapButton_Reject_Hover_TextColor)}:host([ui5-button][design="Negative"][active]:not([non-interactive])){background-color:var(--sapButton_Reject_Active_Background);border-color:var(--sapButton_Reject_Active_BorderColor);color:var(--sapButton_Reject_Active_TextColor)}:host([design="Attention"]){background-color:var(--sapButton_Attention_Background);border-color:var(--sapButton_Attention_BorderColor);color:var(--sapButton_Attention_TextColor)}:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Attention"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Attention_Hover_Background);border-color:var(--sapButton_Attention_Hover_BorderColor);color:var(--sapButton_Attention_Hover_TextColor)}:host([ui5-button][design="Attention"][active]:not([non-interactive])){background-color:var(--sapButton_Attention_Active_Background);border-color:var(--sapButton_Attention_Active_BorderColor);color:var(--sapButton_Attention_Active_TextColor)}:host([design="Emphasized"]){background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor);border-width:var(--_ui5-v2-14-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_TextColor);font-family:var(--sapButton_Emphasized_FontFamily)}:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Emphasized_Hover_Background);border-color:var(--sapButton_Emphasized_Hover_BorderColor);border-width:var(--_ui5-v2-14-0-rc-0_button_emphasized_border_width);color:var(--sapButton_Emphasized_Hover_TextColor)}:host([ui5-button][design="Empasized"][active]:not([non-interactive])){background-color:var(--sapButton_Emphasized_Active_Background);border-color:var(--sapButton_Emphasized_Active_BorderColor);color:var(--sapButton_Emphasized_Active_TextColor)}:host([design="Emphasized"][desktop]) .ui5-button-root:focus-within:after,:host([design="Emphasized"]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_border_color);outline:none}:host([design="Emphasized"][desktop][active]:not([non-interactive])) .ui5-button-root:focus-within:after,:host([design="Emphasized"][active]:not([non-interactive])) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_emphasized_focused_active_border_color)}:host([design="Transparent"]){background-color:var(--sapButton_Lite_Background);color:var(--sapButton_Lite_TextColor);border-color:var(--sapButton_Lite_BorderColor)}:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Transparent"]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:var(--sapButton_Lite_Hover_Background);border-color:var(--sapButton_Lite_Hover_BorderColor);color:var(--sapButton_Lite_Hover_TextColor)}:host([ui5-button][design="Transparent"][active]:not([non-interactive])){background-color:var(--sapButton_Lite_Active_Background);border-color:var(--sapButton_Lite_Active_BorderColor);color:var(--sapButton_Active_TextColor)}:host([ui5-segmented-button-item][active][desktop]) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item][active]) .ui5-button-root:focus-visible:after,:host([pressed][desktop]) .ui5-button-root:focus-within:after,:host([pressed]) .ui5-button-root:focus-visible:after{border-color:var(--_ui5-v2-14-0-rc-0_button_pressed_focused_border_color);outline:none}:host([ui5-segmented-button-item][desktop]:not(:last-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:last-child)) .ui5-button-root:focus-visible:after{border-top-right-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius);border-bottom-right-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius)}:host([ui5-segmented-button-item][desktop]:not(:first-child)) .ui5-button-root:focus-within:after,:host([ui5-segmented-button-item]:not(:first-child)) .ui5-button-root:focus-visible:after{border-top-left-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius);border-bottom-left-radius:var(--_ui5-v2-14-0-rc-0_button_focused_inner_border_radius)}::slotted([slot="badge"][design="InlineText"]){pointer-events:initial;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);padding-inline-start:.25rem;--_ui5-v2-14-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="OverlayText"]){pointer-events:initial;position:absolute;top:0;inset-inline-end:0;margin:-.5rem;z-index:1;font-family:"72override",var(--sapButton_FontFamily);font-size:var(--sapFontSmallSize);--_ui5-v2-14-0-rc-0-tag-height: .625rem}::slotted([slot="badge"][design="AttentionDot"]){pointer-events:initial;content:"";position:absolute;top:0;inset-inline-end:0;margin:-.25rem;z-index:1}:host(:state(has-overlay-badge)){overflow:visible;margin-inline-end:.3125rem}:host([loading]){position:relative;pointer-events:unset}:host([loading]) .ui5-button-root{opacity:var(--sapContent_DisabledOpacity)}:host([loading][design="Emphasized"]){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover),:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered){background-color:inherit;border:inherit}:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]):hover) .ui5-button-root,:host([design="Emphasized"][loading]:not([active]):not([non-interactive]):not([_is-touch]):not([disabled]).ui5_hovered) .ui5-button-root{background-color:var(--sapButton_Emphasized_Hover_Background)}:host([loading][design="Emphasized"]) .ui5-button-root{background-color:var(--sapButton_Emphasized_Background);border-color:var(--sapButton_Emphasized_BorderColor)}.ui5-button-busy-indicator{position:absolute;height:100%;width:100%;top:0}
110
135
  `;
111
136
 
112
137
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -240,6 +265,22 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
240
265
  * @private
241
266
  */
242
267
  this.nonInteractive = false;
268
+ /**
269
+ * Defines whether the button shows a loading indicator.
270
+ *
271
+ * **Note:** If set to `true`, a busy indicator component will be displayed on the related button.
272
+ * @default false
273
+ * @public
274
+ * @since 2.13.0
275
+ */
276
+ this.loading = false;
277
+ /**
278
+ * Specifies the delay in milliseconds before the loading indicator appears within the associated button.
279
+ * @default 1000
280
+ * @public
281
+ * @since 2.13.0
282
+ */
283
+ this.loadingDelay = 1000;
243
284
  /**
244
285
  * @private
245
286
  */
@@ -319,6 +360,10 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
319
360
  if (this.nonInteractive) {
320
361
  return;
321
362
  }
363
+ if (this.loading) {
364
+ e.preventDefault();
365
+ return;
366
+ }
322
367
  const { altKey, ctrlKey, metaKey, shiftKey, } = e;
323
368
  const prevented = !this.fireDecoratorEvent("click", {
324
369
  originalEvent: e,
@@ -349,7 +394,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
349
394
  activeButton = this; // eslint-disable-line
350
395
  }
351
396
  _ontouchend(e) {
352
- if (this.disabled) {
397
+ if (this.disabled || this.loading) {
353
398
  e.preventDefault();
354
399
  e.stopPropagation();
355
400
  }
@@ -361,7 +406,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
361
406
  }
362
407
  }
363
408
  _onkeydown(e) {
364
- this._cancelAction = webcomponentsBase.io(e) || webcomponentsBase.H(e);
409
+ this._cancelAction = webcomponentsBase.Ao(e) || webcomponentsBase.H(e);
365
410
  if (webcomponentsBase.i(e) || webcomponentsBase.b$1(e)) {
366
411
  this._setActiveState(true);
367
412
  }
@@ -389,7 +434,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
389
434
  }
390
435
  _setActiveState(active) {
391
436
  const eventPrevented = !this.fireDecoratorEvent("active-state-change");
392
- if (eventPrevented) {
437
+ if (eventPrevented || this.loading) {
393
438
  return;
394
439
  }
395
440
  this.active = active;
@@ -521,6 +566,12 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
521
566
  __decorate([
522
567
  webcomponentsBase.s({ type: Boolean })
523
568
  ], Button.prototype, "nonInteractive", void 0);
569
+ __decorate([
570
+ webcomponentsBase.s({ type: Boolean })
571
+ ], Button.prototype, "loading", void 0);
572
+ __decorate([
573
+ webcomponentsBase.s({ type: Number })
574
+ ], Button.prototype, "loadingDelay", void 0);
524
575
  __decorate([
525
576
  webcomponentsBase.s({ noAttribute: true })
526
577
  ], Button.prototype, "buttonTitle", void 0);
@@ -543,7 +594,7 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
543
594
  webcomponentsBase.d({ type: HTMLElement, invalidateOnChildChange: true })
544
595
  ], Button.prototype, "badge", void 0);
545
596
  __decorate([
546
- i18nDefaults.i("sap/ushell/gen/ui5/webcomponents")
597
+ parametersBundle_css$1.i("sap/ushell/gen/ui5/webcomponents")
547
598
  ], Button, "i18nBundle", void 0);
548
599
  Button = Button_1 = __decorate([
549
600
  webcomponentsBase.m({
@@ -0,0 +1,10 @@
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/ListItemBase', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/Icons'], (function (exports, ListItemBase, webcomponentsBase, Icons) { 'use strict';
2
+
3
+ const n=/^(?:a|area)$/i,a=/^(?:input|select|textarea|button)$/i,r=e=>{if(e.disabled)return false;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:a.test(e.nodeName)||n.test(e.nodeName)&&!!e.href};
4
+
5
+ const c=e=>e.hasAttribute("data-ui5-focus-trap"),d=e=>{const l=getComputedStyle(e);return e.scrollHeight>e.clientHeight&&["scroll","auto"].indexOf(l.overflowY)>=0||e.scrollWidth>e.clientWidth&&["scroll","auto"].indexOf(l.overflowX)>=0},b=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,true),H=async(e,l)=>!e||ListItemBase.i(e)?null:m(e,false),T=e=>e.hasAttribute("data-ui5-focus-redirect")||!ListItemBase.i(e),L=e=>{if(webcomponentsBase.v(e)){const l=e.getAttribute("tabindex");if(l!==null&&parseInt(l)<0)return true}return false},m=async(e,l,r$1)=>{let t,s,n=-1;e.shadowRoot?t=l?e.shadowRoot.firstChild:e.shadowRoot.lastChild:e instanceof HTMLSlotElement&&e.assignedNodes()?(s=e.assignedElements(),n=l?0:s.length-1,t=s[n]):t=l?e.firstElementChild:e.lastElementChild;let i;for(;t;){const u=t;if(!ListItemBase.i(u)&&!L(u)){if(webcomponentsBase.v(t)&&(await t._waitForDomRef(),t=t.getDomRef()),!t||ListItemBase.i(t))return null;if(t.nodeType===1&&T(t)&&!c(t)){if(r(t)||(i=await m(t,l),!Icons.h()&&!i&&d(t)))return t&&typeof t.focus=="function"?t:null;if(i)return i&&typeof i.focus=="function"?i:null}}t=l?u.nextElementSibling:u.previousElementSibling,s&&!s[n].contains(t)&&(n=l?n+1:n-1,t=s[n]);}return null};
6
+
7
+ exports.H = H;
8
+ exports.b = b;
9
+
10
+ }));
@@ -1,9 +1,28 @@
1
- sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/i18n-defaults'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, i18nDefaults) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushell/thirdparty/parameters-bundle.css2', 'sap/ushell/thirdparty/event-strict', 'sap/ushell/thirdparty/Icons', 'sap/ushell/thirdparty/parameters-bundle.css'], (function (exports, webcomponentsBase, parametersBundle_css, eventStrict, Icons, parametersBundle_css$1) { 'use strict';
2
2
 
3
3
  function IconTemplate() {
4
4
  return (parametersBundle_css.jsxs("svg", { class: "ui5-icon-root", part: "root", tabindex: this._tabIndex, dir: this._dir, viewBox: this.viewBox, role: this.effectiveAccessibleRole, focusable: "false", preserveAspectRatio: "xMidYMid meet", "aria-label": this.effectiveAccessibleName, "aria-hidden": this.effectiveAriaHidden, xmlns: "http://www.w3.org/2000/svg", onKeyDown: this._onkeydown, onKeyUp: this._onkeyup, children: [this.hasIconTooltip &&
5
- parametersBundle_css.jsxs("title", { id: `${this._id}-tooltip`, children: [" ", this.effectiveAccessibleName, " "] }), parametersBundle_css.jsxs("g", { role: "presentation", children: [this.customSvg &&
6
- parametersBundle_css.jsx("g", { dangerouslySetInnerHTML: { __html: this.customSvg.strings?.join("") ?? "" } }), this.pathData.map(path => (parametersBundle_css.jsx("path", { d: path })))] })] }));
5
+ parametersBundle_css.jsxs("title", { id: `${this._id}-tooltip`, children: [" ", this.effectiveAccessibleName, " "] }), parametersBundle_css.jsxs("g", { role: "presentation", children: [this.customSvg && svgTemplate.call(this, this.customSvg), this.pathData.map(path => (parametersBundle_css.jsx("path", { d: path })))] })] }));
6
+ }
7
+ function svgTemplate(template) {
8
+ if (template.strings) {
9
+ return parametersBundle_css.jsx("g", { dangerouslySetInnerHTML: { __html: renderLegacySVGTemplate(this.customSvg) ?? "" } });
10
+ }
11
+ return template;
12
+ }
13
+ // Renders legacy (lit) SVG template
14
+ function renderLegacySVGTemplate(customTemplate) {
15
+ const { strings, values } = customTemplate;
16
+ return strings.map((str, i) => {
17
+ const value = values && values[i];
18
+ if (typeof value === "string") {
19
+ return str + value;
20
+ }
21
+ if (typeof value === "object" && value?.strings) {
22
+ return str + renderLegacySVGTemplate(value);
23
+ }
24
+ return str;
25
+ }).join("");
7
26
  }
8
27
 
9
28
  /**
@@ -37,8 +56,8 @@ sap.ui.define(['exports', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
37
56
  var IconMode$1 = IconMode;
38
57
 
39
58
  Icons.p("sap/ushell/gen/ui5/webcomponents-theming", "sap_horizon", async () => parametersBundle_css.defaultThemeBase);
40
- Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => i18nDefaults.defaultTheme);
41
- var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-13-0-rc-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-13-0-rc-0_icon_transform_scale);transform-origin:center}
59
+ Icons.p("sap/ushell/gen/ui5/webcomponents", "sap_horizon", async () => parametersBundle_css$1.defaultTheme);
60
+ var iconCss = `:host{-webkit-tap-highlight-color:rgba(0,0,0,0)}:host([hidden]){display:none}:host([invalid]){display:none}:host(:not([hidden]).ui5_hovered){opacity:.7}:host{display:inline-block;width:1rem;height:1rem;color:var(--sapContent_IconColor);fill:currentColor;outline:none}:host([design="Contrast"]){color:var(--sapContent_ContrastIconColor)}:host([design="Critical"]){color:var(--sapCriticalElementColor)}:host([design="Information"]){color:var(--sapInformativeElementColor)}:host([design="Negative"]){color:var(--sapNegativeElementColor)}:host([design="Neutral"]){color:var(--sapNeutralElementColor)}:host([design="NonInteractive"]){color:var(--sapContent_NonInteractiveIconColor)}:host([design="Positive"]){color:var(--sapPositiveElementColor)}:host([mode="Interactive"][desktop]) .ui5-icon-root:focus,:host([mode="Interactive"]) .ui5-icon-root:focus-visible{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);border-radius:var(--ui5-v2-14-0-rc-0-icon-focus-border-radius)}.ui5-icon-root{display:flex;height:100%;width:100%;outline:none;vertical-align:top}:host([mode="Interactive"]){cursor:pointer}.ui5-icon-root:not([dir=ltr])>g{transform:var(--_ui5-v2-14-0-rc-0_icon_transform_scale);transform-origin:center}
42
61
  `;
43
62
 
44
63
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -1,34 +1,34 @@
1
1
  sap.ui.define(['exports'], (function (exports) { 'use strict';
2
2
 
3
+ const o$c=(t,n=document.body,r)=>{let e=document.querySelector(t);return e||(e=r?r():document.createElement(t),n.insertBefore(e,n.firstChild))};
4
+
5
+ const u$b=()=>{const t=document.createElement("meta");return t.setAttribute("name","ui5-shared-resources"),t.setAttribute("content",""),t},l$e=()=>typeof document>"u"?null:o$c('meta[name="ui5-shared-resources"]',document.head,u$b),m$9=(t,o)=>{const r=t.split(".");let e=l$e();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};
6
+
3
7
  const e$a=new Map,s$g=(t,r)=>{e$a.set(t,r);},n$e=t=>e$a.get(t);
4
8
 
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)};
9
+ var c$e={},e$9=c$e.hasOwnProperty,a$b=c$e.toString,o$b=e$9.toString,l$d=o$b.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$b.call(n)===l$d):true)};
6
10
 
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};
11
+ var c$d=Object.create(null),u$a=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$a(s,arguments[1],i,e)):e!==y&&(r[a]=e));return r};
8
12
 
9
- const e$8=function(n,t){return u$c(true,false,...arguments)};
13
+ const e$8=function(n,t){return u$a(true,false,...arguments)};
10
14
 
11
15
  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
16
 
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();
17
+ const o$a=typeof document>"u",n$d={search(){return o$a?"":window.location.search}},i$f=()=>o$a?"":window.location.hostname,c$c=()=>o$a?"":window.location.port,a$9=()=>o$a?"":window.location.protocol,s$e=()=>o$a?"":window.location.href,u$9=()=>n$d.search();
14
18
 
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{}};
19
+ const s$d=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},o$9=e=>{const t=s$d("sap-allowed-theme-origins")??s$d("sap-allowedThemeOrigins");return t?t.split(",").some(n=>n==="*"||e===n.trim()):false},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&&o$9(r)?t=n.toString():t=a$8(n.toString(),s$e());}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};
16
20
 
17
- var u$a=(l=>(l.Full="full",l.Basic="basic",l.Minimal="minimal",l.None="none",l))(u$a||{});
21
+ var u$8=(l=>(l.Full="full",l.Basic="basic",l.Minimal="minimal",l.None="none",l))(u$8||{});
18
22
 
19
23
  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
24
 
21
25
  const e$6=new i$e,t$g="configurationReset",i$d=n=>{e$6.attachEvent(t$g,n);};
22
26
 
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
-
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
-
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))};
27
+ let p$5=false,t$f={animationMode:u$8.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$8(),t$f.animationMode),T$3=()=>(o$8(),t$f.theme),S$2=()=>{if(o$8(),t$f.themeRoot!==void 0){if(!g$9(t$f.themeRoot)){console.warn(`The ${t$f.themeRoot} is not valid. Check the allowed origins as suggested in the "setThemeRoot" description.`);return}return t$f.themeRoot}},L$2=()=>(o$8(),t$f.language),R$2=()=>(o$8(),t$f.fetchDefaultLanguage),F=()=>(o$8(),t$f.noConflict),U$2=()=>(o$8(),t$f.defaultFontLoading),b$3=()=>(o$8(),t$f.enableDefaultTooltips),D=()=>(o$8(),t$f.calendarType),M$1=()=>(o$8(),t$f.formatSettings),i$c=new Map;i$c.set("true",true),i$c.set("false",false);const w$6=()=>{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));}},z=()=>{const n=new URLSearchParams(u$9());n.forEach((e,r)=>{const a=r.split("sap-").length;a===0||a===r.split("sap-ui-").length||g$8(r,e,"sap");}),n.forEach((e,r)=>{r.startsWith("sap-ui")&&g$8(r,e,"sap-ui");});},E$1=n=>{const e=n.split("@")[1];return g$9(e)},P$5=(n,e)=>n==="theme"&&e.includes("@")?e.split("@")[0]:e,g$8=(n,e,r)=>{const a=e.toLowerCase(),s=n.split(`${r}-`)[1];i$c.has(e)&&(e=i$c.get(a)),s==="theme"?(t$f.theme=P$5(s,e),e&&e.includes("@")&&(t$f.themeRoot=E$1(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$8=()=>{typeof document>"u"||p$5||(l$b(),p$5=true);},l$b=n=>{w$6(),z(),j();};
28
28
 
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};
29
+ 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();}}};
30
30
 
31
- const e$5={version:"2.13.0-rc.0",major:2,minor:13,patch:0,suffix:"-rc.0",isNext:false,buildTime:1752135024};
31
+ const e$5={version:"2.14.0-rc.0",major:2,minor:14,patch:0,suffix:"-rc.0",isNext:false,buildTime:1754554256};
32
32
 
33
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
 
@@ -46,7 +46,7 @@ To prevent other runtimes from defining tags that you use, consider using scopin
46
46
 
47
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$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();};
49
+ const s$9=new Set,d$7=new i$e,n$b=new l$a;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
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
 
@@ -70,7 +70,7 @@ To prevent other runtimes from defining tags that you use, consider using scopin
70
70
 
71
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$4=()=>(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=U$2()),o$4);
74
74
 
75
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
 
@@ -78,7 +78,7 @@ To prevent other runtimes from defining tags that you use, consider using scopin
78
78
 
79
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$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;
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,A$2=()=>e$3.macOS,P$1=()=>e$3.android||e$3.androidPhone;
82
82
 
83
83
  let t$7=false;const i$3=()=>{h$3()&&w$2()&&!t$7&&(document.body.addEventListener("touchstart",()=>{}),t$7=true);};
84
84
 
@@ -86,63 +86,64 @@ To prevent other runtimes from defining tags that you use, consider using scopin
86
86
 
87
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$5=new Map,e$2=(n,o)=>{t$5.set(n,o);},c$5=n=>t$5.get(n);
89
+ const t$5=typeof document>"u",o$1=()=>{if(t$5)return a$a;const a=navigator.languages,n=()=>navigator.language;return a&&a[0]||n()||a$a};
90
90
 
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};
91
+ const e$2=new i$e,n$5="languageChange",t$4=a=>{e$2.attachEvent(n$5,a);},r$5=a=>{e$2.detachEvent(n$5,a);},o=a=>e$2.fireEventAsync(n$5,a);
92
92
 
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;
93
+ let e$1,t$3;i$d(()=>{e$1=void 0,t$3=void 0;});let a$1=false;const s$4=()=>a$1,l$2=()=>(e$1===void 0&&(e$1=L$2()),e$1),L$1=async n=>{e$1!==n&&(a$1=true,e$1=n,await o(n),a$1=false,h$2()&&await C({languageAware:true}));},c$5=()=>a$a,m$1=n=>{t$3=n;},h$1=()=>(t$3===void 0&&(t$3=R$2()),t$3);
94
94
 
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")};
95
+ const n$4=/^((?:[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$4 = class r{constructor(s){const t=n$4.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("-")}};
96
96
 
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);
97
+ const r$3=new Map,n$3=t=>(r$3.has(t)||r$3.set(t,new r$4(t)),r$3.get(t)),c$4=t=>{try{if(t&&typeof t=="string")return n$3(t)}catch{}return new r$4(r$e)},s$3=t=>{const e=l$2();return e?n$3(e):c$4(o$1())};
98
98
 
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);
99
+ 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$3=/(?:^|-)(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$3.exec(o))||r&&(e=c$3.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};
100
100
 
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};
101
+ const r$2={zh_HK:"zh_TW",in:"id"},n$2=t=>{if(!t)return r$e;if(r$2[t])return r$2[t];const L=t.lastIndexOf("_");return L>=0?t.slice(0,L):t!==r$e?r$e:""};
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$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("-")}};
103
+ 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$3().getLanguage(),e=s$3().getRegion(),r=s$3().getVariant();let s=t+(e?`-${e}`:"")+(r?`-${r}`:"");if(L(n,s))for(s=p(s);L(n,s);)s=n$2(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$4(n=>{const t=[...g$2.keys()];return Promise.all(t.map(w$1))});
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=l$2();return e?n$2(e):c$2(o())};
105
+ const t$2=new Map,e=(n,o)=>{t$2.set(n,o);},c$2=n=>t$2.get(n);
106
106
 
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};
107
+ var t$1=(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$1||{});const s$2=new Map;s$2.set("SAP-icons",{legacy:"SAP-icons-v4",sap_horizon:"SAP-icons-v5"}),s$2.set("tnt",{legacy:"tnt-v2",sap_horizon:"tnt-v3"}),s$2.set("business-suite",{legacy:"business-suite-v1",sap_horizon:"business-suite-v2"});const c$1=(n,e)=>{if(s$2.has(n)){s$2.set(n,{...e,...s$2.get(n)});return}s$2.set(n,e);},r$1=n=>{const e=n$6()?"legacy":"sap_horizon";return s$2.has(n)?s$2.get(n)[e]:n};
108
108
 
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:""};
109
+ var t=(s=>(s["SAP-icons"]="SAP-icons-v4",s.horizon="SAP-icons-v5",s["SAP-icons-TNT"]="tnt",s.BusinessSuiteInAppSymbols="business-suite",s))(t||{});const n$1=e=>t[e]?t[e]: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$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))});
111
+ const i$2=o=>{const t=c$2(r$6());return !o&&t?n$1(t):o?r$1(o):r$1("SAP-icons")};
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$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)};
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$1(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$1(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
- exports.$ = $$1;
120
- exports.$$1 = $;
119
+ exports.$ = $;
120
+ exports.$$1 = $$1;
121
121
  exports.A = A;
122
+ exports.A$1 = A$2;
122
123
  exports.C = C$1;
123
124
  exports.C$1 = C;
124
125
  exports.D = D;
125
- exports.I = I$4;
126
+ exports.F = F;
126
127
  exports.L = L$1;
127
128
  exports.M = M$1;
128
129
  exports.P = P;
129
130
  exports.P$1 = P$1;
130
131
  exports.S = S$1;
131
132
  exports.T = T;
132
- exports.U = U$2;
133
133
  exports.a = a$9;
134
134
  exports.a$1 = a$2;
135
- exports.b = b$1;
135
+ exports.b = b$3;
136
+ exports.b$1 = b$1;
136
137
  exports.c = c$c;
137
138
  exports.c$1 = c$8;
138
139
  exports.c$2 = c$9;
139
140
  exports.c$3 = c$b;
140
- exports.c$4 = c$5;
141
- exports.c$5 = c$3;
141
+ exports.c$4 = c$2;
142
+ exports.c$5 = c$5;
142
143
  exports.d = d$2;
143
144
  exports.d$1 = d$9;
144
145
  exports.e = e$8;
145
- exports.e$1 = e$2;
146
+ exports.e$1 = e;
146
147
  exports.f = f$4;
147
148
  exports.f$1 = f$6;
148
149
  exports.f$2 = f;
@@ -173,20 +174,20 @@ To prevent other runtimes from defining tags that you use, consider using scopin
173
174
  exports.n$1 = n$e;
174
175
  exports.n$2 = n$c;
175
176
  exports.n$3 = n$9;
176
- exports.o = o$8;
177
+ exports.o = o$c;
177
178
  exports.o$1 = o$5;
178
179
  exports.p = p$3;
179
180
  exports.p$1 = p$4;
180
- exports.r = r$e;
181
- exports.r$1 = r$4;
182
- exports.r$2 = r$6;
181
+ exports.r = r$6;
182
+ exports.r$1 = r$e;
183
+ exports.r$2 = r$5;
183
184
  exports.s = s$g;
184
- exports.s$1 = s$2;
185
- exports.s$2 = s$3;
186
- exports.t = t$2;
187
- exports.t$1 = t$4;
185
+ exports.s$1 = s$3;
186
+ exports.s$2 = s$4;
187
+ exports.t = t$4;
188
+ exports.t$1 = t$1;
188
189
  exports.u = u;
189
- exports.u$1 = u$a;
190
+ exports.u$1 = u$8;
190
191
  exports.u$2 = u$3;
191
192
  exports.u$3 = u$1;
192
193
  exports.w = w$2;