@sapui5/sap.ushell 1.141.2 → 1.141.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (566) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  8. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  14. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  15. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/appIntegration/AppLifeCycle.js +1 -1
  64. package/src/main/js/sap/ushell/appIntegration/ApplicationContainer.js +1 -1
  65. package/src/main/js/sap/ushell/appIntegration/contracts/EmbeddedUI5Handler.js +1 -1
  66. package/src/main/js/sap/ushell/appIntegration/contracts/StatefulContainerV2Handler.js +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  71. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/FlpLaunchPage.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  91. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
  93. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  95. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  96. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  97. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  98. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  99. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  100. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +1 -1
  101. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +1 -1
  102. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  103. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  104. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  105. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  106. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  107. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  108. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  109. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  110. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  111. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  112. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  113. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  114. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  115. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  116. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  117. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  118. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  119. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  120. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  121. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  122. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenuButton.controller.js +1 -1
  123. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  124. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  125. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  126. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  127. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  128. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  129. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  130. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  131. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  132. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/FrequentActivityProvider.js +1 -1
  133. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/RecentSearchProvider.js +1 -1
  134. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchProvider.js +1 -1
  135. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/SearchProviders/SearchServiceProvider.js +1 -1
  136. package/src/main/js/sap/ushell/components/shell/SearchCEPNew/manifest.json +1 -1
  137. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  138. package/src/main/js/sap/ushell/components/shell/ShellBar/manifest.json +1 -1
  139. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +1 -1
  140. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  141. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  142. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  143. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  144. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  145. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  146. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  147. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  148. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  149. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  150. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  151. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  152. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  153. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  154. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  155. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  156. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  157. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Avatar.js +31 -30
  158. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Button.js +61 -64
  159. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Label.js +21 -20
  160. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItem.js +21 -32
  161. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemBase.js +12 -19
  162. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/ListItemGroup.js +45 -44
  163. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/Menu.js +51 -50
  164. package/src/main/js/sap/ushell/gen/ui5/webcomponents/dist/MenuItem.js +56 -51
  165. package/src/main/js/sap/ushell/gen/ui5/webcomponents-base.js +217 -195
  166. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/IllustratedMessage.js +26 -25
  167. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationList.js +39 -38
  168. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListGroupItem.js +29 -20
  169. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItem.js +40 -31
  170. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/NotificationListItemBase.js +15 -14
  171. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/Search.js +41 -40
  172. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItem.js +28 -19
  173. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchItemGroup.js +10 -9
  174. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchMessageArea.js +15 -14
  175. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/SearchScope.js +15 -14
  176. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBar.js +103 -102
  177. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarBranding.js +22 -21
  178. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarItem.js +25 -24
  179. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSearch.js +39 -38
  180. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/ShellBarSpacer.js +14 -13
  181. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenu.js +49 -48
  182. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuAccount.js +21 -20
  183. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori/dist/UserMenuItem.js +12 -11
  184. package/src/main/js/sap/ushell/gen/ui5/webcomponents-fiori.js +323 -387
  185. package/src/main/js/sap/ushell/gen/ui5/webcomponents.js +649 -841
  186. package/src/main/js/sap/ushell/library.js +1 -1
  187. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  188. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  189. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  190. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  191. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  192. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  193. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  194. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  195. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  196. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  197. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  198. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  199. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  200. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  201. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  202. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  203. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  204. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  205. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  206. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  207. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  208. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  209. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  210. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  211. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  212. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  213. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  214. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  215. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  216. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  217. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  218. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
  219. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  220. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  221. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  222. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  223. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  224. package/src/main/js/sap/ushell/services/FrameBoundExtension/UserSettingsEntry.js +1 -1
  225. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  226. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  227. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  228. package/src/main/js/sap/ushell/services/Message.js +1 -1
  229. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  230. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  231. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  232. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  233. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  234. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  235. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  236. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  237. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  238. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  239. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  240. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  241. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  242. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  243. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  244. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  245. package/src/main/js/sap/ushell/services/PluginManager/SimpleExpression.js +1 -1
  246. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  247. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  248. package/src/main/js/sap/ushell/services/Search.js +1 -1
  249. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  250. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  251. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  252. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  253. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  254. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  255. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  256. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  257. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  258. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  259. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  260. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  261. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  262. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  263. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  264. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  265. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  266. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  267. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  268. package/src/main/js/sap/ushell/state/modules/BackNavigation.js +1 -1
  269. package/src/main/js/sap/ushell/state/modules/ContentDensity.js +1 -1
  270. package/src/main/js/sap/ushell/state/modules/Favicon.js +1 -1
  271. package/src/main/js/sap/ushell/state/modules/HeaderLogo.js +1 -1
  272. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  273. package/src/main/js/sap/ushell/thirdparty/Avatar.js +1 -1
  274. package/src/main/js/sap/ushell/thirdparty/BusyIndicator.js +2 -2
  275. package/src/main/js/sap/ushell/thirdparty/Button2.js +17 -6
  276. package/src/main/js/sap/ushell/thirdparty/Icon.js +2 -2
  277. package/src/main/js/sap/ushell/thirdparty/Icons.js +82 -82
  278. package/src/main/js/sap/ushell/thirdparty/Link.js +2 -2
  279. package/src/main/js/sap/ushell/thirdparty/List.js +52 -53
  280. package/src/main/js/sap/ushell/thirdparty/ListItemAdditionalText.css.js +1 -1
  281. package/src/main/js/sap/ushell/thirdparty/ListItemBase.js +4 -4
  282. package/src/main/js/sap/ushell/thirdparty/ListItemCustom.js +8 -8
  283. package/src/main/js/sap/ushell/thirdparty/ListItemGroup.js +5 -5
  284. package/src/main/js/sap/ushell/thirdparty/Menu.js +1 -1
  285. package/src/main/js/sap/ushell/thirdparty/MenuItem2.js +3 -3
  286. package/src/main/js/sap/ushell/thirdparty/NotificationListGroupItem.js +1 -1
  287. package/src/main/js/sap/ushell/thirdparty/NotificationListItem.js +1 -1
  288. package/src/main/js/sap/ushell/thirdparty/ResponsivePopover.js +19 -13
  289. package/src/main/js/sap/ushell/thirdparty/SearchItem.js +32 -3
  290. package/src/main/js/sap/ushell/thirdparty/ShellBar.js +6 -6
  291. package/src/main/js/sap/ushell/thirdparty/ShellBarBranding.js +1 -1
  292. package/src/main/js/sap/ushell/thirdparty/ShellBarSearch2.js +102 -29
  293. package/src/main/js/sap/ushell/thirdparty/Tag.js +2 -2
  294. package/src/main/js/sap/ushell/thirdparty/Text.js +2 -2
  295. package/src/main/js/sap/ushell/thirdparty/Title.js +1 -1
  296. package/src/main/js/sap/ushell/thirdparty/UserMenu.js +3 -3
  297. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputComposition.js +35 -0
  298. package/src/main/js/sap/ushell/thirdparty/_dynamics/InputSuggestions.js +3 -3
  299. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar.js +858 -174
  300. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar2.js +603 -837
  301. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg.js +858 -174
  302. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg2.js +603 -837
  303. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca.js +858 -174
  304. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca2.js +603 -837
  305. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr.js +858 -174
  306. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr2.js +603 -837
  307. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs.js +858 -174
  308. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs2.js +603 -837
  309. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy.js +858 -174
  310. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy2.js +603 -837
  311. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da.js +858 -174
  312. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da2.js +603 -837
  313. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de.js +858 -174
  314. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de2.js +603 -837
  315. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el.js +858 -174
  316. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el2.js +603 -837
  317. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en.js +858 -3
  318. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en2.js +603 -174
  319. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB.js +858 -174
  320. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2.js +603 -837
  321. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd.js +858 -3
  322. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2.js +603 -174
  323. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi.js +858 -3
  324. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2.js +603 -174
  325. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc.js +858 -3
  326. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2.js +603 -174
  327. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es.js +858 -174
  328. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es2.js +603 -837
  329. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX.js +858 -174
  330. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2.js +603 -837
  331. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et.js +858 -174
  332. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et2.js +603 -837
  333. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi.js +858 -174
  334. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi2.js +603 -837
  335. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr.js +858 -174
  336. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr2.js +603 -837
  337. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA.js +858 -174
  338. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2.js +603 -837
  339. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi.js +858 -174
  340. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi2.js +603 -837
  341. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr.js +858 -174
  342. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr2.js +603 -837
  343. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu.js +858 -174
  344. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu2.js +603 -837
  345. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id.js +858 -174
  346. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id2.js +603 -837
  347. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it.js +858 -174
  348. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it2.js +603 -837
  349. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw.js +858 -174
  350. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw2.js +603 -837
  351. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja.js +858 -174
  352. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja2.js +603 -837
  353. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk.js +858 -174
  354. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk2.js +603 -837
  355. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko.js +858 -174
  356. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko2.js +603 -837
  357. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt.js +858 -174
  358. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt2.js +603 -837
  359. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv.js +858 -174
  360. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv2.js +603 -837
  361. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk.js +858 -174
  362. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk2.js +603 -837
  363. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms.js +858 -174
  364. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms2.js +603 -837
  365. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl.js +858 -174
  366. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl2.js +603 -837
  367. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no.js +858 -174
  368. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no2.js +603 -837
  369. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl.js +858 -174
  370. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl2.js +603 -837
  371. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt.js +858 -174
  372. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt2.js +603 -837
  373. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT.js +858 -174
  374. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2.js +603 -837
  375. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro.js +858 -174
  376. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro2.js +603 -837
  377. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru.js +858 -174
  378. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru2.js +603 -837
  379. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh.js +858 -174
  380. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh2.js +603 -837
  381. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk.js +858 -174
  382. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk2.js +603 -837
  383. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl.js +858 -174
  384. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl2.js +603 -837
  385. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr.js +858 -174
  386. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr2.js +603 -837
  387. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv.js +858 -174
  388. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv2.js +603 -837
  389. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th.js +858 -174
  390. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th2.js +603 -837
  391. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr.js +858 -174
  392. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr2.js +603 -837
  393. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk.js +858 -174
  394. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk2.js +603 -837
  395. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi.js +858 -174
  396. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi2.js +603 -837
  397. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN.js +858 -174
  398. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2.js +603 -837
  399. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW.js +858 -174
  400. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2.js +603 -837
  401. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css12.js +1 -1
  402. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css13.js +1 -1
  403. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css14.js +1 -1
  404. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css15.js +1 -1
  405. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css16.js +1 -1
  406. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css17.js +1 -1
  407. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css18.js +1 -1
  408. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css19.js +1 -1
  409. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css20.js +1 -1
  410. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css21.js +1 -1
  411. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css22.js +1 -1
  412. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css23.js +1 -1
  413. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css24.js +1 -1
  414. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css25.js +1 -1
  415. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css26.js +1 -1
  416. package/src/main/js/sap/ushell/thirdparty/_dynamics/parameters-bundle.css27.js +1 -1
  417. package/src/main/js/sap/ushell/thirdparty/i18n-defaults2.js +2 -0
  418. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css.js +1 -1
  419. package/src/main/js/sap/ushell/thirdparty/parameters-bundle.css3.js +1 -1
  420. package/src/main/js/sap/ushell/thirdparty/webcomponents-base.js +11 -10
  421. package/src/main/js/sap/ushell/thirdparty/webcomponents-fiori.js +52 -52
  422. package/src/main/js/sap/ushell/thirdparty/webcomponents.js +52 -263
  423. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  424. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  425. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  426. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  427. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  428. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  429. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  430. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  431. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  432. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
  433. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
  434. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  435. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  436. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar.js +0 -7139
  437. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_EG.js +0 -7139
  438. package/src/main/js/sap/ushell/thirdparty/_dynamics/ar_SA.js +0 -7138
  439. package/src/main/js/sap/ushell/thirdparty/_dynamics/bg.js +0 -6031
  440. package/src/main/js/sap/ushell/thirdparty/_dynamics/ca.js +0 -6133
  441. package/src/main/js/sap/ushell/thirdparty/_dynamics/cnr.js +0 -6219
  442. package/src/main/js/sap/ushell/thirdparty/_dynamics/cs.js +0 -6759
  443. package/src/main/js/sap/ushell/thirdparty/_dynamics/da.js +0 -5977
  444. package/src/main/js/sap/ushell/thirdparty/_dynamics/de.js +0 -6098
  445. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_AT.js +0 -6099
  446. package/src/main/js/sap/ushell/thirdparty/_dynamics/de_CH.js +0 -6097
  447. package/src/main/js/sap/ushell/thirdparty/_dynamics/el.js +0 -5882
  448. package/src/main/js/sap/ushell/thirdparty/_dynamics/el_CY.js +0 -5882
  449. package/src/main/js/sap/ushell/thirdparty/_dynamics/en.js +0 -6094
  450. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_AU.js +0 -6134
  451. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_GB.js +0 -6125
  452. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_HK.js +0 -6136
  453. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IE.js +0 -6125
  454. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_IN.js +0 -6132
  455. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_NZ.js +0 -6125
  456. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_PG.js +0 -6126
  457. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_SG.js +0 -6132
  458. package/src/main/js/sap/ushell/thirdparty/_dynamics/en_ZA.js +0 -6126
  459. package/src/main/js/sap/ushell/thirdparty/_dynamics/es.js +0 -6153
  460. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_AR.js +0 -6156
  461. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_BO.js +0 -6155
  462. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CL.js +0 -6048
  463. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_CO.js +0 -6048
  464. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_MX.js +0 -6157
  465. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_PE.js +0 -5939
  466. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_UY.js +0 -5941
  467. package/src/main/js/sap/ushell/thirdparty/_dynamics/es_VE.js +0 -5940
  468. package/src/main/js/sap/ushell/thirdparty/_dynamics/et.js +0 -6077
  469. package/src/main/js/sap/ushell/thirdparty/_dynamics/fa.js +0 -6002
  470. package/src/main/js/sap/ushell/thirdparty/_dynamics/fi.js +0 -6245
  471. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr.js +0 -6047
  472. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_BE.js +0 -6047
  473. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CA.js +0 -6041
  474. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_CH.js +0 -6065
  475. package/src/main/js/sap/ushell/thirdparty/_dynamics/fr_LU.js +0 -6047
  476. package/src/main/js/sap/ushell/thirdparty/_dynamics/he.js +0 -6593
  477. package/src/main/js/sap/ushell/thirdparty/_dynamics/hi.js +0 -5911
  478. package/src/main/js/sap/ushell/thirdparty/_dynamics/hr.js +0 -6246
  479. package/src/main/js/sap/ushell/thirdparty/_dynamics/hu.js +0 -5995
  480. package/src/main/js/sap/ushell/thirdparty/_dynamics/id.js +0 -5783
  481. package/src/main/js/sap/ushell/thirdparty/_dynamics/it.js +0 -6036
  482. package/src/main/js/sap/ushell/thirdparty/_dynamics/it_CH.js +0 -6036
  483. package/src/main/js/sap/ushell/thirdparty/_dynamics/ja.js +0 -5942
  484. package/src/main/js/sap/ushell/thirdparty/_dynamics/kk.js +0 -5989
  485. package/src/main/js/sap/ushell/thirdparty/_dynamics/ko.js +0 -5823
  486. package/src/main/js/sap/ushell/thirdparty/_dynamics/lt.js +0 -6628
  487. package/src/main/js/sap/ushell/thirdparty/_dynamics/lv.js +0 -6164
  488. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ar3.js +0 -596
  489. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_bg3.js +0 -596
  490. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ca3.js +0 -596
  491. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cnr3.js +0 -596
  492. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cs3.js +0 -596
  493. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_cy3.js +0 -596
  494. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_da3.js +0 -596
  495. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_de3.js +0 -596
  496. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_el3.js +0 -596
  497. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en3.js +0 -845
  498. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en4.js +0 -602
  499. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3.js +0 -596
  500. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd3.js +0 -845
  501. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4.js +0 -596
  502. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi3.js +0 -845
  503. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4.js +0 -602
  504. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc3.js +0 -845
  505. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4.js +0 -596
  506. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es3.js +0 -596
  507. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3.js +0 -596
  508. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_et3.js +0 -596
  509. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fi3.js +0 -596
  510. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr3.js +0 -596
  511. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3.js +0 -596
  512. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hi3.js +0 -596
  513. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hr3.js +0 -596
  514. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_hu3.js +0 -596
  515. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_id3.js +0 -596
  516. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_it3.js +0 -596
  517. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_iw3.js +0 -596
  518. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ja3.js +0 -596
  519. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_kk3.js +0 -596
  520. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ko3.js +0 -596
  521. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lt3.js +0 -596
  522. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_lv3.js +0 -596
  523. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_mk3.js +0 -596
  524. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ms3.js +0 -596
  525. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_nl3.js +0 -596
  526. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_no3.js +0 -596
  527. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pl3.js +0 -596
  528. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt3.js +0 -596
  529. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3.js +0 -596
  530. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ro3.js +0 -596
  531. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_ru3.js +0 -596
  532. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sh3.js +0 -596
  533. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sk3.js +0 -596
  534. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sl3.js +0 -596
  535. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sr3.js +0 -596
  536. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_sv3.js +0 -596
  537. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_th3.js +0 -596
  538. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_tr3.js +0 -596
  539. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_uk3.js +0 -596
  540. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_vi3.js +0 -596
  541. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3.js +0 -596
  542. package/src/main/js/sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3.js +0 -596
  543. package/src/main/js/sap/ushell/thirdparty/_dynamics/mk.js +0 -6095
  544. package/src/main/js/sap/ushell/thirdparty/_dynamics/ms.js +0 -5617
  545. package/src/main/js/sap/ushell/thirdparty/_dynamics/nb.js +0 -6085
  546. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl.js +0 -6252
  547. package/src/main/js/sap/ushell/thirdparty/_dynamics/nl_BE.js +0 -6252
  548. package/src/main/js/sap/ushell/thirdparty/_dynamics/pl.js +0 -6639
  549. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt.js +0 -6165
  550. package/src/main/js/sap/ushell/thirdparty/_dynamics/pt_PT.js +0 -6230
  551. package/src/main/js/sap/ushell/thirdparty/_dynamics/ro.js +0 -6250
  552. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru.js +0 -6553
  553. package/src/main/js/sap/ushell/thirdparty/_dynamics/ru_UA.js +0 -6553
  554. package/src/main/js/sap/ushell/thirdparty/_dynamics/sk.js +0 -6482
  555. package/src/main/js/sap/ushell/thirdparty/_dynamics/sl.js +0 -6494
  556. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr.js +0 -6291
  557. package/src/main/js/sap/ushell/thirdparty/_dynamics/sr_Latn.js +0 -6278
  558. package/src/main/js/sap/ushell/thirdparty/_dynamics/sv.js +0 -6126
  559. package/src/main/js/sap/ushell/thirdparty/_dynamics/th.js +0 -5928
  560. package/src/main/js/sap/ushell/thirdparty/_dynamics/tr.js +0 -6146
  561. package/src/main/js/sap/ushell/thirdparty/_dynamics/uk.js +0 -6504
  562. package/src/main/js/sap/ushell/thirdparty/_dynamics/vi.js +0 -5720
  563. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_CN.js +0 -5770
  564. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_HK.js +0 -5779
  565. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_SG.js +0 -5779
  566. package/src/main/js/sap/ushell/thirdparty/_dynamics/zh_TW.js +0 -5846
@@ -1,28 +1,30 @@
1
- sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/Icons'], (function (require, exports, Icons) { 'use strict';
1
+ sap.ui.define(['exports', 'sap/ushell/thirdparty/Icons'], (function (exports, Icons) { 'use strict';
2
2
 
3
3
  const p$5=t=>{const e=t.prototype.openEnd;t.prototype.openEnd=function(){return this._mAttributes.popover&&delete this._mAttributes.popover,e.apply(this)};};
4
4
 
5
- const n$g=Icons.m("AllOpenedPopupsRegistry",{openedRegistry:[]}),l$a=e=>{n$g.openedRegistry.push(e);},u$6=e=>{const t=n$g.openedRegistry.findIndex(o=>o.instance===e);t>-1&&n$g.openedRegistry.splice(t,1);},y$4=()=>n$g.openedRegistry[n$g.openedRegistry.length-1].instance,g$4=e=>{for(let t=n$g.openedRegistry.length-1;t>=0;t--){const o=n$g.openedRegistry[t];if(o.type!=="OpenUI5")return false;if(o.instance===e)break}return true},h$2=e=>{e.setAttribute("popover","manual"),e.showPopover();},f$6=e=>{e.hasAttribute("popover")&&(e.hidePopover(),e.removeAttribute("popover"));},a$c=(e=document)=>e.querySelector(":popover-open")?true:Array.from(e.querySelectorAll("*")).some(t=>{const o=t.shadowRoot;return o&&a$c(o)}),v$4=e=>{const t=e.prototype.open;e.prototype.open=function(...p){t.apply(this,p);const s=a$c();if(["OPENING","OPEN"].includes(this.getOpenState())&&s){const r=this.getContent();if(r){const i=r instanceof HTMLElement?r:r?.getDomRef();i&&h$2(i);}}l$a({type:"OpenUI5",instance:this});};},O$3=e=>{const t=e.prototype._closed;e.prototype._closed=function(...p){const s=this.getContent(),c=s instanceof HTMLElement?s:s?.getDomRef();t.apply(this,p),c&&f$6(c),u$6(this);};},m$8=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(p){g$4(this)&&t.call(this,p);};},I$3=()=>{const e=new CSSStyleSheet;e.replaceSync(".sapMPopup-CTX:popover-open { inset: unset; }"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e];},P$2=e=>{v$4(e),O$3(e),I$3(),m$8(e);};
5
+ var e$a = "[data-sap-ui-popup][popover]{border:none;overflow:visible;margin:0}";
6
6
 
7
- let a$b = class a{static isAtLeastVersion116(){if(!window.sap.ui.version)return true;const e=window.sap.ui.version.split(".");return !e||e.length<2?false:parseInt(e[0])>1||parseInt(e[1])>=116}static isOpenUI5Detected(){return typeof window.sap?.ui?.require=="function"}static init(){return a.isOpenUI5Detected()?(a.initPromise||(a.initPromise=new Promise(t=>{window.sap.ui.require(["sap/ui/core/Core"],async e=>{const i=()=>{let n=["sap/ui/core/Popup","sap/ui/core/Patcher","sap/ui/core/LocaleData"];a.isAtLeastVersion116()&&(n=[...n,"sap/base/i18n/Formatting","sap/base/i18n/Localization","sap/ui/core/ControlBehavior","sap/ui/core/Theming","sap/ui/core/date/CalendarUtils"]),window.sap.ui.require(n,(o,r)=>{p$5(r),P$2(o),t();});};a.isAtLeastVersion116()?(await e.ready(),i()):e.attachInit(i);});})),a.initPromise):Promise.resolve()}static getConfigurationSettingsObject(){if(!a.isOpenUI5Detected())return {};if(a.isAtLeastVersion116()){const n=window.sap.ui.require("sap/ui/core/ControlBehavior"),o=window.sap.ui.require("sap/base/i18n/Localization"),r=window.sap.ui.require("sap/ui/core/Theming"),s=window.sap.ui.require("sap/base/i18n/Formatting"),c=window.sap.ui.require("sap/ui/core/date/CalendarUtils");return {animationMode:n.getAnimationMode(),language:o.getLanguage(),theme:r.getTheme(),themeRoot:r.getThemeRoot(),rtl:o.getRTL(),timezone:o.getTimezone(),calendarType:s.getCalendarType(),formatSettings:{firstDayOfWeek:c.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:s.getCustomIslamicCalendarData?.()??s.getLegacyDateCalendarCustomizing?.()}}}const e=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return {animationMode:e.getAnimationMode(),language:e.getLanguage(),theme:e.getTheme(),themeRoot:e.getThemeRoot(),rtl:e.getRTL(),timezone:e.getTimezone(),calendarType:e.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(e.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:e.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!a.isOpenUI5Detected())return;const t=window.sap.ui.require("sap/ui/core/LocaleData");if(a.isAtLeastVersion116()){const n=window.sap.ui.require("sap/base/i18n/Localization");return t.getInstance(n.getLanguageTag())._get()}const i=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return t.getInstance(i.getLocale())._get()}static _listenForThemeChange(){if(a.isAtLeastVersion116()){const t=window.sap.ui.require("sap/ui/core/Theming");t.attachApplied(()=>{Icons.u$1(t.getTheme());});}else {const t=window.sap.ui.require("sap/ui/core/Core"),e=t.getConfiguration();t.attachThemeChanged(()=>{Icons.u$1(e.getTheme());});}}static attachListeners(){a.isOpenUI5Detected()&&a._listenForThemeChange();}static cssVariablesLoaded(){if(!a.isOpenUI5Detected())return;const t=[...document.head.children].find(e=>e.id==="sap-ui-theme-sap.ui.core");return t?!!t.href.match(/\/css(-|_)variables\.css/)||!!t.href.match(/\/library\.css/):false}static addOpenedPopup(t){l$a(t);}static removeOpenedPopup(t){u$6(t);}static getTopmostPopup(){return y$4()}};Icons.s("OpenUI5Support",a$b);
7
+ const o$9=()=>{Icons.S("data-ui5-popup-styles")||Icons.c$1(e$a,"data-ui5-popup-styles");};
8
+
9
+ const n$g=Icons.m("AllOpenedPopupsRegistry",{openedRegistry:[]}),l$a=e=>{n$g.openedRegistry.push(e);},u$6=e=>{const t=n$g.openedRegistry.findIndex(o=>o.instance===e);t>-1&&n$g.openedRegistry.splice(t,1);},g$4=()=>n$g.openedRegistry[n$g.openedRegistry.length-1].instance,f$6=e=>{for(let t=n$g.openedRegistry.length-1;t>=0;t--){const o=n$g.openedRegistry[t];if(o.type!=="OpenUI5")return false;if(o.instance===e)break}return true},h$2=e=>{e.setAttribute("popover","manual"),e.showPopover();},v$4=e=>{e.hasAttribute("popover")&&(e.hidePopover(),e.removeAttribute("popover"));},a$b=(e=document)=>e.querySelector(":popover-open")?true:Array.from(e.querySelectorAll("*")).some(t=>{const o=t.shadowRoot;return o&&a$b(o)}),O$3=e=>{const t=e.prototype.open;e.prototype.open=function(...p){t.apply(this,p);const s=a$b();if(["OPENING","OPEN"].includes(this.getOpenState())&&s){const r=this.getContent();if(r){const i=r instanceof HTMLElement?r:r?.getDomRef();i&&h$2(i);}}l$a({type:"OpenUI5",instance:this});};},m$8=e=>{const t=e.prototype._closed;e.prototype._closed=function(...p){const s=this.getContent(),c=s instanceof HTMLElement?s:s?.getDomRef();t.apply(this,p),c&&v$4(c),u$6(this);};},I$3=e=>{const t=e.prototype.onFocusEvent;e.prototype.onFocusEvent=function(p){f$6(this)&&t.call(this,p);};},P$2=()=>{const e=new CSSStyleSheet;e.replaceSync(".sapMPopup-CTX:popover-open { inset: unset; }"),document.adoptedStyleSheets=[...document.adoptedStyleSheets,e];},E$1=e=>{o$9(),O$3(e),m$8(e),P$2(),I$3(e);};
10
+
11
+ let a$a = class a{static isAtLeastVersion116(){if(!window.sap.ui.version)return true;const e=window.sap.ui.version.split(".");return !e||e.length<2?false:parseInt(e[0])>1||parseInt(e[1])>=116}static isOpenUI5Detected(){return typeof window.sap?.ui?.require=="function"}static init(){return a.isOpenUI5Detected()?(a.initPromise||(a.initPromise=new Promise(t=>{window.sap.ui.require(["sap/ui/core/Core"],async e=>{const i=()=>{let n=["sap/ui/core/Popup","sap/ui/core/Patcher","sap/ui/core/LocaleData"];a.isAtLeastVersion116()&&(n=[...n,"sap/base/i18n/Formatting","sap/base/i18n/Localization","sap/ui/core/ControlBehavior","sap/ui/core/Theming","sap/ui/core/date/CalendarUtils"]),window.sap.ui.require(n,(o,r)=>{p$5(r),E$1(o),t();});};a.isAtLeastVersion116()?(await e.ready(),i()):e.attachInit(i);});})),a.initPromise):Promise.resolve()}static getConfigurationSettingsObject(){if(!a.isOpenUI5Detected())return {};if(a.isAtLeastVersion116()){const n=window.sap.ui.require("sap/ui/core/ControlBehavior"),o=window.sap.ui.require("sap/base/i18n/Localization"),r=window.sap.ui.require("sap/ui/core/Theming"),s=window.sap.ui.require("sap/base/i18n/Formatting"),c=window.sap.ui.require("sap/ui/core/date/CalendarUtils");return {animationMode:n.getAnimationMode(),language:o.getLanguage(),theme:r.getTheme(),themeRoot:r.getThemeRoot(),rtl:o.getRTL(),timezone:o.getTimezone(),calendarType:s.getCalendarType(),formatSettings:{firstDayOfWeek:c.getWeekConfigurationValues().firstDayOfWeek,legacyDateCalendarCustomizing:s.getCustomIslamicCalendarData?.()??s.getLegacyDateCalendarCustomizing?.()}}}const e=window.sap.ui.require("sap/ui/core/Core").getConfiguration(),i=window.sap.ui.require("sap/ui/core/LocaleData");return {animationMode:e.getAnimationMode(),language:e.getLanguage(),theme:e.getTheme(),themeRoot:e.getThemeRoot(),rtl:e.getRTL(),timezone:e.getTimezone(),calendarType:e.getCalendarType(),formatSettings:{firstDayOfWeek:i?i.getInstance(e.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:e.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){if(!a.isOpenUI5Detected())return;const t=window.sap.ui.require("sap/ui/core/LocaleData");if(a.isAtLeastVersion116()){const n=window.sap.ui.require("sap/base/i18n/Localization");return t.getInstance(n.getLanguageTag())._get()}const i=window.sap.ui.require("sap/ui/core/Core").getConfiguration();return t.getInstance(i.getLocale())._get()}static _listenForThemeChange(){if(a.isAtLeastVersion116()){const t=window.sap.ui.require("sap/ui/core/Theming");t.attachApplied(()=>{Icons.u$1(t.getTheme());});}else {const t=window.sap.ui.require("sap/ui/core/Core"),e=t.getConfiguration();t.attachThemeChanged(()=>{Icons.u$1(e.getTheme());});}}static attachListeners(){a.isOpenUI5Detected()&&a._listenForThemeChange();}static cssVariablesLoaded(){if(!a.isOpenUI5Detected())return;const t=[...document.head.children].find(e=>e.id==="sap-ui-theme-sap.ui.core");return t?!!t.href.match(/\/css(-|_)variables\.css/)||!!t.href.match(/\/library\.css/):false}static addOpenedPopup(t){l$a(t);}static removeOpenedPopup(t){u$6(t);}static getTopmostPopup(){return g$4()}};Icons.s("OpenUI5Support",a$a);
8
12
 
9
13
  /**
10
14
  * @license
11
15
  * Copyright 2017 Google LLC
12
16
  * SPDX-License-Identifier: BSD-3-Clause
13
17
  */
14
- var t$7;const i$9=window,s$e=i$9.trustedTypes,e$9=s$e?s$e.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$8="$lit$",n$f=`lit$${(Math.random()+"").slice(9)}$`,l$9="?"+n$f,h$1=`<${l$9}>`,r$6=document,u$5=()=>r$6.createComment(""),d$4=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$6=Array.isArray,v$3=t=>c$6(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a$a="[ \t\n\f\r]",f$5=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_$2=/-->/g,m$7=/>/g,p$4=RegExp(`>|${a$a}(?:([^\\s"'>=/]+)(${a$a}*=${a$a}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g$3=/'/g,$=/"/g,y$3=/^(?:script|style|textarea|title)$/i,w=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x$1=w(1),b$7=w(2),T=Symbol.for("lit-noChange"),A$1=Symbol.for("lit-nothing"),E=new WeakMap,C$3=r$6.createTreeWalker(r$6,129,null,false);function P$1(t,i){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==e$9?e$9.createHTML(i):i}const V$1=(t,i)=>{const s=t.length-1,e=[];let l,r=2===i?"<svg>":"",u=f$5;for(let i=0;i<s;i++){const s=t[i];let d,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$5?"!--"===c[1]?u=_$2:void 0!==c[1]?u=m$7:void 0!==c[2]?(y$3.test(c[2])&&(l=RegExp("</"+c[2],"g")),u=p$4):void 0!==c[3]&&(u=p$4):u===p$4?">"===c[0]?(u=null!=l?l:f$5,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,d=c[1],u=void 0===c[3]?p$4:'"'===c[3]?$:g$3):u===$||u===g$3?u=p$4:u===_$2||u===m$7?u=f$5:(u=p$4,l=void 0);const w=u===p$4&&t[i+1].startsWith("/>")?" ":"";r+=u===f$5?s+h$1:v>=0?(e.push(d),s.slice(0,v)+o$8+s.slice(v)+n$f+w):s+n$f+(-2===v?(e.push(void 0),i):w);}return [P$1(t,r+(t[s]||"<?>")+(2===i?"</svg>":"")),e]};let N$1 = class N{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,d=0;const c=t.length-1,v=this.parts,[a,f]=V$1(t,i);if(this.el=N.createElement(a,e),C$3.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C$3.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$8)||i.startsWith(n$f)){const s=f[d++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$8).split(n$f),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?H:"?"===i[1]?L:"@"===i[1]?z:k$1});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y$3.test(h.tagName)){const t=h.textContent.split(n$f),i=t.length-1;if(i>0){h.textContent=s$e?s$e.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],u$5()),C$3.nextNode(),v.push({type:2,index:++r});h.append(t[i],u$5());}}}else if(8===h.nodeType)if(h.data===l$9)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$f,t+1));)v.push({type:7,index:r}),t+=n$f.length-1;}r++;}}static createElement(t,i){const s=r$6.createElement("template");return s.innerHTML=t,s}};function S$1(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const u=d$4(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==u&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,false),void 0===u?r=void 0:(r=new u(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=S$1(t,r._$AS(t,i.values),r,e)),i}let M$1 = class M{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$6).importNode(s,true);C$3.currentNode=o;let n=C$3.nextNode(),l=0,h=0,u=e[0];for(;void 0!==u;){if(l===u.index){let i;2===u.type?i=new R$3(n,n.nextSibling,this,t):1===u.type?i=new u.ctor(n,u.name,u.strings,this,t):6===u.type&&(i=new Z(n,this,t)),this._$AV.push(i),u=e[++h];}l!==(null==u?void 0:u.index)&&(n=C$3.nextNode(),l++);}return C$3.currentNode=r$6,o}v(t){let i=0;for(const s of this._$AV) void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}};let R$3 = class R{constructor(t,i,s,e){var o;this.type=2,this._$AH=A$1,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=S$1(this,t,i),d$4(t)?t===A$1||null==t||""===t?(this._$AH!==A$1&&this._$AR(),this._$AH=A$1):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v$3(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A$1&&d$4(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$6.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=N$1.createElement(P$1(e.h,e.h[0]),this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new M$1(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new N$1(t)),i}T(t){c$6(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new R(this.k(u$5()),this.k(u$5()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,false,true,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}};let k$1 = class k{constructor(t,i,s,e,o){this.type=1,this._$AH=A$1,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A$1;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=false;if(void 0===o)t=S$1(this,t,i,0),n=!d$4(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=S$1(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!d$4(h)||h!==this._$AH[l]),h===A$1?t=A$1:t!==A$1&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A$1?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}};class H extends k$1{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A$1?void 0:t;}}const I$2=s$e?s$e.emptyScript:"";class L extends k$1{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A$1?this.element.setAttribute(this.name,I$2):this.element.removeAttribute(this.name);}}class z extends k$1{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=S$1(this,t,i,0))&&void 0!==s?s:A$1)===T)return;const e=this._$AH,o=t===A$1&&e!==A$1||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A$1&&(e===A$1||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){S$1(this,t);}}const B=i$9.litHtmlPolyfillSupport;null==B||B(N$1,R$3),(null!==(t$7=i$9.litHtmlVersions)&&void 0!==t$7?t$7:i$9.litHtmlVersions=[]).push("2.8.0");
18
+ var t$7;const i$8=window,s$e=i$8.trustedTypes,e$9=s$e?s$e.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$8="$lit$",n$f=`lit$${(Math.random()+"").slice(9)}$`,l$9="?"+n$f,h$1=`<${l$9}>`,r$5=document,u$5=()=>r$5.createComment(""),d$4=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$6=Array.isArray,v$3=t=>c$6(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a$9="[ \t\n\f\r]",f$5=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_$2=/-->/g,m$7=/>/g,p$4=RegExp(`>|${a$9}(?:([^\\s"'>=/]+)(${a$9}*=${a$9}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g$3=/'/g,$=/"/g,y$3=/^(?:script|style|textarea|title)$/i,w=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x$1=w(1),b$7=w(2),T=Symbol.for("lit-noChange"),A$1=Symbol.for("lit-nothing"),E=new WeakMap,C$3=r$5.createTreeWalker(r$5,129,null,false);function P$1(t,i){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==e$9?e$9.createHTML(i):i}const V$1=(t,i)=>{const s=t.length-1,e=[];let l,r=2===i?"<svg>":"",u=f$5;for(let i=0;i<s;i++){const s=t[i];let d,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$5?"!--"===c[1]?u=_$2:void 0!==c[1]?u=m$7:void 0!==c[2]?(y$3.test(c[2])&&(l=RegExp("</"+c[2],"g")),u=p$4):void 0!==c[3]&&(u=p$4):u===p$4?">"===c[0]?(u=null!=l?l:f$5,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,d=c[1],u=void 0===c[3]?p$4:'"'===c[3]?$:g$3):u===$||u===g$3?u=p$4:u===_$2||u===m$7?u=f$5:(u=p$4,l=void 0);const w=u===p$4&&t[i+1].startsWith("/>")?" ":"";r+=u===f$5?s+h$1:v>=0?(e.push(d),s.slice(0,v)+o$8+s.slice(v)+n$f+w):s+n$f+(-2===v?(e.push(void 0),i):w);}return [P$1(t,r+(t[s]||"<?>")+(2===i?"</svg>":"")),e]};let N$1 = class N{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,d=0;const c=t.length-1,v=this.parts,[a,f]=V$1(t,i);if(this.el=N.createElement(a,e),C$3.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C$3.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$8)||i.startsWith(n$f)){const s=f[d++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$8).split(n$f),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?H:"?"===i[1]?L:"@"===i[1]?z:k$1});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y$3.test(h.tagName)){const t=h.textContent.split(n$f),i=t.length-1;if(i>0){h.textContent=s$e?s$e.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],u$5()),C$3.nextNode(),v.push({type:2,index:++r});h.append(t[i],u$5());}}}else if(8===h.nodeType)if(h.data===l$9)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$f,t+1));)v.push({type:7,index:r}),t+=n$f.length-1;}r++;}}static createElement(t,i){const s=r$5.createElement("template");return s.innerHTML=t,s}};function S$1(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const u=d$4(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==u&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,false),void 0===u?r=void 0:(r=new u(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=S$1(t,r._$AS(t,i.values),r,e)),i}let M$1 = class M{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$5).importNode(s,true);C$3.currentNode=o;let n=C$3.nextNode(),l=0,h=0,u=e[0];for(;void 0!==u;){if(l===u.index){let i;2===u.type?i=new R$3(n,n.nextSibling,this,t):1===u.type?i=new u.ctor(n,u.name,u.strings,this,t):6===u.type&&(i=new Z(n,this,t)),this._$AV.push(i),u=e[++h];}l!==(null==u?void 0:u.index)&&(n=C$3.nextNode(),l++);}return C$3.currentNode=r$5,o}v(t){let i=0;for(const s of this._$AV) void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}};let R$3 = class R{constructor(t,i,s,e){var o;this.type=2,this._$AH=A$1,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=S$1(this,t,i),d$4(t)?t===A$1||null==t||""===t?(this._$AH!==A$1&&this._$AR(),this._$AH=A$1):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v$3(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A$1&&d$4(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$5.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=N$1.createElement(P$1(e.h,e.h[0]),this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new M$1(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new N$1(t)),i}T(t){c$6(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new R(this.k(u$5()),this.k(u$5()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,false,true,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}};let k$1 = class k{constructor(t,i,s,e,o){this.type=1,this._$AH=A$1,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A$1;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=false;if(void 0===o)t=S$1(this,t,i,0),n=!d$4(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=S$1(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!d$4(h)||h!==this._$AH[l]),h===A$1?t=A$1:t!==A$1&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A$1?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}};class H extends k$1{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A$1?void 0:t;}}const I$2=s$e?s$e.emptyScript:"";class L extends k$1{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A$1?this.element.setAttribute(this.name,I$2):this.element.removeAttribute(this.name);}}class z extends k$1{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=S$1(this,t,i,0))&&void 0!==s?s:A$1)===T)return;const e=this._$AH,o=t===A$1&&e!==A$1||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A$1&&(e===A$1||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class Z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){S$1(this,t);}}const B=i$8.litHtmlPolyfillSupport;null==B||B(N$1,R$3),(null!==(t$7=i$8.litHtmlVersions)&&void 0!==t$7?t$7:i$8.litHtmlVersions=[]).push("2.8.0");
15
19
 
16
20
  /**
17
21
  * @license
18
22
  * Copyright 2020 Google LLC
19
23
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e$8=Symbol.for(""),l$8=t=>{if((null==t?void 0:t.r)===e$8)return null==t?void 0:t._$litStatic$},o$7=t=>({_$litStatic$:t,r:e$8}),s$d=new Map,a$9=t=>(r,...e)=>{const o=e.length;let i,a;const n=[],u=[];let c,$=0,f=false;for(;$<o;){for(c=r[$];$<o&&void 0!==(a=e[$],i=l$8(a));)c+=i+r[++$],f=true;$!==o&&u.push(a),n.push(c),$++;}if($===o&&n.push(r[o]),f){const t=n.join("$$lit$$");void 0===(r=s$d.get(t))&&(n.raw=n,s$d.set(t,r=n)),e=u;}return t(r,...e)},n$e=a$9(x$1),u$4=a$9(b$7);
24
+ */const e$8=Symbol.for(""),l$8=t=>{if((null==t?void 0:t.r)===e$8)return null==t?void 0:t._$litStatic$},o$7=t=>({_$litStatic$:t,r:e$8}),s$d=new Map,a$8=t=>(r,...e)=>{const o=e.length;let i,a;const n=[],u=[];let c,$=0,f=false;for(;$<o;){for(c=r[$];$<o&&void 0!==(a=e[$],i=l$8(a));)c+=i+r[++$],f=true;$!==o&&u.push(a),n.push(c),$++;}if($===o&&n.push(r[o]),f){const t=n.join("$$lit$$");void 0===(r=s$d.get(t))&&(n.raw=n,s$d.set(t,r=n)),e=u;}return t(r,...e)},n$e=a$8(x$1),u$4=a$8(b$7);
21
25
 
22
26
  let t$6 = class t{static{this.html=n$e;}static{this.svg=u$4;}static{this.unsafeStatic=o$7;}};Icons.s("LitStatic",t$6);
23
27
 
24
- const a$8=async e=>{switch(e){case "en":return (await new Promise(function (resolve, reject) { require(['sap/ushell/thirdparty/_dynamics/messagebundle_en'], resolve, reject); })).default;case "en_US_sappsd":return (await new Promise(function (resolve, reject) { require(['sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd'], resolve, reject); })).default;case "en_US_saprigi":return (await new Promise(function (resolve, reject) { require(['sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi'], resolve, reject); })).default;case "en_US_saptrc":return (await new Promise(function (resolve, reject) { require(['sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc'], resolve, reject); })).default;default:throw "unknown locale"}},r$5=async e=>{const t=await a$8(e);if(typeof t=="string"&&t.endsWith(".json"))throw new Error('[i18n] Invalid bundling detected - dynamic JSON imports bundled as URLs. Switch to inlining JSON files from the build. Check the "Assets" documentation for more information.');return t},i$8=["en","en_US_sappsd","en_US_saprigi","en_US_saptrc"];i$8.forEach(e=>{Icons.$("sap/ushell/gen/ui5/webcomponents-base",e,r$5);});
25
-
26
28
  const t$5=new WeakMap;let a$7 = class a{static get tasks(){return t$5}static enqueue(s,e){t$5.has(s)||t$5.set(s,[]),t$5.get(s).push(e);}static run(s,e){return t$5.has(s)||t$5.set(s,[]),e().then(()=>{const T=t$5.get(s);if(T.length>0)return a.run(s,T.shift());t$5.delete(s);})}static push(s,e){t$5.get(s)?a.enqueue(s,e):a.run(s,e);}};
27
29
 
28
30
  const f$4=e=>{let n=null,a=false,i,o,r;const m=new Promise((t,c)=>{r=u=>{n=n||u;const d=u-n,l=e.duration-d;if(d<=e.duration){const s=1-l/e.duration;e.advance(s),a||(i=requestAnimationFrame(r));}else e.advance(1),t();},o=()=>{a=true,cancelAnimationFrame(i),c(new Error("animation stopped"));};}).catch(t=>t);return a$7.push(e.element,()=>(typeof e.beforeStart=="function"&&e.beforeStart(),requestAnimationFrame(r),new Promise(t=>{m.then(()=>t());}))),{promise:()=>m,stop:()=>o}},v$2=400;
@@ -99,7 +101,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/Icons'], (function (
99
101
 
100
102
  const f$2=new Map,s=new Map,i$2=new Map,D=new Set;let d=false;const O$1={iw:"he",ji:"yi",in:"id"},l$2=t=>{d||(console.warn(`[LocaleData] Supported locale "${t}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),d=true);},R$1=(t,e,n)=>{t=t&&O$1[t]||t,t==="no"&&(t="nb"),t==="zh"&&!e&&(n==="Hans"?e="CN":n==="Hant"&&(e="TW")),(t==="sh"||t==="sr"&&n==="Latn")&&(t="sr",e="Latn");let r=`${t}_${e}`;return Icons.l.includes(r)?s.has(r)?r:(l$2(r),Icons.r$1):(r=t,Icons.l.includes(r)?s.has(r)?r:(l$2(r),Icons.r$1):Icons.r$1)},m=(t,e)=>{f$2.set(t,e);},_=t=>{if(!i$2.get(t)){const e=s.get(t);if(!e)throw new Error(`CLDR data for locale ${t} is not loaded!`);i$2.set(t,e(t));}return i$2.get(t)},u=async(t,e,n)=>{const r=R$1(t,e,n),p=Icons.n$1("OpenUI5Support");if(p){const o=p.getLocaleDataObject();if(o){m(r,o);return}}try{const o=await _(r);m(r,o);}catch(o){const c=o;D.has(c.message)||(D.add(c.message),console.error(c.message));}},C=(t,e)=>{s.set(t,e);};C("en",async()=>(await fetch("https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json")).json()),Icons.t(()=>{const t=Icons.s$1();return u(t.getLanguage(),t.getRegion(),t.getScript())});
101
103
 
102
- let it=0;const R=new Map,I=new Map,O={fromAttribute(c,f){return f===Boolean?c!==null:f===Number?c===null?void 0:parseFloat(c):c},toAttribute(c,f){return f===Boolean?c?"":null:f===Object||f===Array||c==null?null:String(c)}};function y(c){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&Icons.s$2()||(this.onInvalidation(c),this._changedState.push(c),Icons.l$1(this),this._invalidationEventProvider.fireEvent("invalidate",{...c,target:this}));}function at(c,f){do{const t=Object.getOwnPropertyDescriptor(c,f);if(t)return t;c=Object.getPrototypeOf(c);}while(c&&c!==HTMLElement.prototype)}let b$1 = class b extends HTMLElement{constructor(){super();this.__shouldHydrate=false;this._rendered=false;const t=this.constructor;this._changedState=[],this._suppressInvalidation=true,this._inDOM=false,this._fullyConnected=false,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new Icons.i$2,this._componentStateFinalizedEventProvider=new Icons.i$2;let e;this._domRefReadyPromise=new Promise(n=>{e=n;}),this._domRefReadyPromise._deferredResolve=e,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...t.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(n=>{if(this.hasOwnProperty(n)){const o=this[n];this.initializedProperties.set(n,o);}}),this._internals=this.attachInternals(),this._initShadowRoot();}_initShadowRoot(){const t=this.constructor;if(t._needsShadowDOM()){const e={mode:"open"};this.shadowRoot?this.__shouldHydrate=true:this.attachShadow({...e,...t.getMetadata().getShadowRootOptions()}),t.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this));}}_onShadowRootSlotChange(t){t.target?.getRootNode()===this.shadowRoot&&this._processChildren();}get _id(){return this.__id||(this.__id=`ui5wc_${++it}`),this.__id}render(){const t=this.constructor.template;return n$3(t,this)}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=t.getMetadata().slotsAreManaged();this._inDOM=true,e&&(this._startObservingDOMChildren(),await this._processChildren()),t.asyncFinished||await t.definePromise,this._inDOM&&(Icons.c$2(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=true,this.onEnterDOM());}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=false,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=false),this._domRefReadyPromise._deferredResolve(),Icons.h$1(this);}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const n=e.canSlotText(),o={childList:true,subtree:n,characterData:n};n$5(this,this._processChildren.bind(this),o);}_stopObservingDOMChildren(){b$2(this);}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots();}async _updateSlots(){const t=this.constructor,e$1=t.getMetadata().getSlots(),s=t.getMetadata().canSlotText(),n=Array.from(s?this.childNodes:this.children),o=new Map,a=new Map;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;a.set(d,l),o.set(d,[...this._state[d]]),this._clearSlot(l,u);}const r=new Map,i=new Map,h=n.map(async(l,u)=>{const d=o$4(l),g=e$1[d];if(g===void 0){if(d!=="default"){const p=Object.keys(e$1).join(", ");console.warn(`Unknown slotName: ${d}, ignoring`,l,`Valid values are: ${p}`);}return}if(g.individualSlots){const p=(r.get(d)||0)+1;r.set(d,p),l._individualSlot=`${d}-${p}`;}if(l instanceof HTMLElement){const p=l.localName;if(p.includes("-")&&!o$3(p)){if(!customElements.get(p)){const L=customElements.whenDefined(p);let E=R.get(p);E||(E=new Promise(U=>setTimeout(U,1e3)),R.set(p,E)),await Promise.race([L,E]);}customElements.upgrade(l);}}if(l=t.getMetadata().constructor.validateSlotValue(l,g),v$1(l)&&g.invalidateOnChildChange){const p=this._getChildChangeListener(d);l.attachInvalidate.call(l,p);}l instanceof HTMLSlotElement&&this._attachSlotChange(l,d,!!g.invalidateOnChildChange);const C=g.propertyName||d;i.has(C)?i.get(C).push({child:l,idx:u}):i.set(C,[{child:l,idx:u}]);});await Promise.all(h),i.forEach((l,u)=>{this._state[u]=l.sort((d,g)=>d.idx-g.idx).map(d=>d.child),this._state[c$4(u)]=this._state[u];});let _=false;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;n$4(o.get(d),this._state[d])||(y.call(this,{type:"slot",name:a.get(d),reason:"children"}),_=true,t.getMetadata().isFormAssociated()&&e(this));}_||y.call(this,{type:"slot",name:"default",reason:"textcontent"});}_clearSlot(t,e){const s=e.propertyName||t;this._state[s].forEach(o=>{if(v$1(o)){const a=this._getChildChangeListener(t);o.detachInvalidate.call(o,a);}o instanceof HTMLSlotElement&&this._detachSlotChange(o,t);}),this._state[s]=[],this._state[c$4(s)]=this._state[s];}attachInvalidate(t){this._invalidationEventProvider.attachEvent("invalidate",t);}detachInvalidate(t){this._invalidationEventProvider.detachEvent("invalidate",t);}_onChildChange(t,e){this.constructor.getMetadata().shouldInvalidateOnChildChange(t,e.type,e.name)&&y.call(this,{type:"slot",name:t,reason:"childchange",child:e.target});}attributeChangedCallback(t,e,s){let n;if(this._doNotSyncAttributes.has(t))return;const o=this.constructor.getMetadata().getProperties(),a=t.replace(/^ui5-/,""),r=c$4(a);if(o.hasOwnProperty(r)){const i=o[r];n=(i.converter??O).fromAttribute(s,i.type),this[r]=n;}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$2(this);}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(t,e){const s=this.constructor;if(!s.getMetadata().hasAttribute(t))return;const o=s.getMetadata().getProperties()[t],a=l$4(t),i=(o.converter||O).toAttribute(e,o.type);this._doNotSyncAttributes.add(a),i==null?this.removeAttribute(a):this.setAttribute(a,i),this._doNotSyncAttributes.delete(a);}_getChildChangeListener(t){return this._childChangeListeners.has(t)||this._childChangeListeners.set(t,this._onChildChange.bind(this,t)),this._childChangeListeners.get(t)}_getSlotChangeListener(t){return this._slotChangeListeners.has(t)||this._slotChangeListeners.set(t,this._onSlotChange.bind(this,t)),this._slotChangeListeners.get(t)}_attachSlotChange(t,e,s){const n=this._getSlotChangeListener(e);t.addEventListener("slotchange",o=>{if(n.call(t,o),s){const a=this._slotsAssignedNodes.get(t);a&&a.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.detachInvalidate.call(i,h);}});const r=s$6([t]);this._slotsAssignedNodes.set(t,r),r.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.attachInvalidate.call(i,h);}});}});}_detachSlotChange(t,e){t.removeEventListener("slotchange",this._getSlotChangeListener(e));}_onSlotChange(t){y.call(this,{type:"slot",name:t,reason:"slotchange"});}onInvalidation(t){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[s,n]of Object.entries(e))this._updateAttribute(s,this[s]);}_render(){const t=this.constructor,e=t.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([s,n])=>{delete this[s],this[s]=n;}),this.initializedProperties.clear()),this._suppressInvalidation=true;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized");}finally{this._suppressInvalidation=false;}this._changedState=[],t._needsShadowDOM()&&s$3(this),this._rendered=true,e&&this._assignIndividualSlotsToChildren(),this.onAfterRendering();}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot);});}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!(!this.shadowRoot||this.shadowRoot.children.length===0))return this.shadowRoot.children[0]}getFocusDomRef(){const t=this.getDomRef();if(t)return t.querySelector("[data-sap-focus-ref]")||t}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(t){await this._waitForDomRef();const e=this.getFocusDomRef();e===this||!this.isConnected?HTMLElement.prototype.focus.call(this,t):e&&typeof e.focus=="function"&&e.focus(t);}fireEvent(t,e,s=false,n=true){const o=this._fireEvent(t,e,s,n),a=C$1(t);return a!==t?o&&this._fireEvent(a,e,s,n):o}fireDecoratorEvent(t,e){const s=this.getEventData(t),n=s?s.cancelable:false,o=s?s.bubbles:false,a=this._fireEvent(t,e,n,o),r=C$1(t);return r!==t?a&&this._fireEvent(r,e,n,o):a}_fireEvent(t,e,s=false,n=true){const o=new CustomEvent(`ui5-${t}`,{detail:e,composed:false,bubbles:n,cancelable:s}),a=this.dispatchEvent(o);if(a$4(t))return a;const r=new CustomEvent(t,{detail:e,composed:false,bubbles:n,cancelable:s});return this.dispatchEvent(r)&&a}getEventData(t){return this.constructor.getMetadata().getEvents()[t]}getSlottedNodes(t){return s$6(this[t])}attachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",t);}detachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",t);}get effectiveDir(){return Icons.n$2(this.constructor),r$1(this)}get isUI5Element(){return true}get isUI5AbstractElement(){return !this.constructor._needsShadowDOM()}get classes(){return {}}get accessibilityInfo(){return {}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const t=this.getMetadata().getPureTag(),e=this.getUniqueDependencies().map(s=>s.getMetadata().getPureTag()).filter(Icons.i$3);return Icons.i$3(t)&&e.push(t),e}static _needsShadowDOM(){return !!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const t=this.prototype,e$1=this.getMetadata().slotsAreManaged(),s=this.getMetadata().getProperties();for(const[n,o]of Object.entries(s)){r(n)||console.warn(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);const a=at(t,n);let r$1;a?.set&&(r$1=a.set);let i;a?.get&&(i=a.get),Object.defineProperty(t,n,{get(){return i?i.call(this):this._state[n]},set(h){const _=this.constructor,l=i?i.call(this):this._state[n];if(l!==h){if(r$1?r$1.call(this,h):this._state[n]=h,y.call(this,{type:"property",name:n,newValue:h,oldValue:l}),this._rendered){const d=i?i.call(this):this._state[n];this._updateAttribute(n,d);}_.getMetadata().isFormAssociated()&&e(this);}}});}if(e$1){const n=this.getMetadata().getSlots();for(const[o,a]of Object.entries(n)){r(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const r$1=a.propertyName||o,i={get(){return this._state[r$1]!==void 0?this._state[r$1]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(t,r$1,i),r$1!==c$4(r$1)&&Object.defineProperty(t,c$4(r$1),i);}}}static{this.metadata={};}static{this.styles="";}static get dependencies(){return []}static cacheUniqueDependencies(){const t=this.dependencies.filter((e,s,n)=>n.indexOf(e)===s);I.set(this,t);}static getUniqueDependencies(){return I.has(this)||this.cacheUniqueDependencies(),I.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(t=>{const{bundleName:e}=t[1];return Icons.f$2(e)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u(Icons.s$1().getLanguage(),Icons.s$1().getRegion(),Icons.s$1().getScript()):Promise.resolve()}static{this.i18nBundleStorage={};}static get i18nBundles(){return this.i18nBundleStorage}static define(){const t=async()=>{await Icons.b$1();const o=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[a]=o;Object.entries(this.getMetadata().getI18n()).forEach((r,i)=>{const h=r[1].bundleName;this.i18nBundleStorage[h]=a[i];}),this.asyncFinished=true;};this.definePromise=t();const e=this.getMetadata().getTag(),s=Icons.w$1(e),n=customElements.get(e);return n&&!s?Icons.$$1(e):n||(this._generateAccessors(),Icons.h$2(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==b;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const s=Icons.e({},...t);return this._metadata=new p$1(s),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}};const v$1=c=>"isUI5Element"in c;
104
+ let it=0;const R=new Map,I=new Map,O={fromAttribute(c,f){return f===Boolean?c!==null:f===Number?c===null?void 0:parseFloat(c):c},toAttribute(c,f){return f===Boolean?c?"":null:f===Object||f===Array||c==null?null:String(c)}};function y(c){this._suppressInvalidation||this.constructor.getMetadata().isLanguageAware()&&Icons.s$2()||(this.onInvalidation(c),this._changedState.push(c),Icons.l$1(this),this._invalidationEventProvider.fireEvent("invalidate",{...c,target:this}));}function at(c,f){do{const t=Object.getOwnPropertyDescriptor(c,f);if(t)return t;c=Object.getPrototypeOf(c);}while(c&&c!==HTMLElement.prototype)}let b$1 = class b extends HTMLElement{constructor(){super();this.__shouldHydrate=false;this._rendered=false;const t=this.constructor;this._changedState=[],this._suppressInvalidation=true,this._inDOM=false,this._fullyConnected=false,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._invalidationEventProvider=new Icons.i$2,this._componentStateFinalizedEventProvider=new Icons.i$2;let e;this._domRefReadyPromise=new Promise(n=>{e=n;}),this._domRefReadyPromise._deferredResolve=e,this._doNotSyncAttributes=new Set,this._slotsAssignedNodes=new WeakMap,this._state={...t.getMetadata().getInitialState()},this.initializedProperties=new Map,this.constructor.getMetadata().getPropertiesList().forEach(n=>{if(this.hasOwnProperty(n)){const o=this[n];this.initializedProperties.set(n,o);}}),this._internals=this.attachInternals(),this._initShadowRoot();}_initShadowRoot(){const t=this.constructor;if(t._needsShadowDOM()){const e={mode:"open"};this.shadowRoot?this.__shouldHydrate=true:this.attachShadow({...e,...t.getMetadata().getShadowRootOptions()}),t.getMetadata().slotsAreManaged()&&this.shadowRoot.addEventListener("slotchange",this._onShadowRootSlotChange.bind(this));}}_onShadowRootSlotChange(t){t.target?.getRootNode()===this.shadowRoot&&this._processChildren();}get _id(){return this.__id||(this.__id=`ui5wc_${++it}`),this.__id}render(){const t=this.constructor.template;return n$3(t,this)}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&!this.hasAttribute("data-sap-ui-fastnavgroup")&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=t.getMetadata().slotsAreManaged();this._inDOM=true,e&&(this._startObservingDOMChildren(),await this._processChildren()),t.asyncFinished||await t.definePromise,this._inDOM&&(Icons.c$2(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=true,this.onEnterDOM());}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=false,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=false),this._domRefReadyPromise._deferredResolve(),Icons.h$1(this);}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const e=this.constructor.getMetadata();if(!e.hasSlots())return;const n=e.canSlotText(),o={childList:true,subtree:n,characterData:n};n$5(this,this._processChildren.bind(this),o);}_stopObservingDOMChildren(){b$2(this);}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots();}async _updateSlots(){const t=this.constructor,e$1=t.getMetadata().getSlots(),s=t.getMetadata().canSlotText(),n=Array.from(s?this.childNodes:this.children),o=new Map,a=new Map;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;a.set(d,l),o.set(d,[...this._state[d]]),this._clearSlot(l,u);}const r=new Map,i=new Map,h=n.map(async(l,u)=>{const d=o$4(l),g=e$1[d];if(g===void 0){if(d!=="default"){const p=Object.keys(e$1).join(", ");console.warn(`Unknown slotName: ${d}, ignoring`,l,`Valid values are: ${p}`);}return}if(g.individualSlots){const p=(r.get(d)||0)+1;r.set(d,p),l._individualSlot=`${d}-${p}`;}if(l instanceof HTMLElement){const p=l.localName;if(p.includes("-")&&!o$3(p)){if(!customElements.get(p)){const L=customElements.whenDefined(p);let E=R.get(p);E||(E=new Promise(U=>setTimeout(U,1e3)),R.set(p,E)),await Promise.race([L,E]);}customElements.upgrade(l);}}if(l=t.getMetadata().constructor.validateSlotValue(l,g),v$1(l)&&g.invalidateOnChildChange){const p=this._getChildChangeListener(d);l.attachInvalidate.call(l,p);}l instanceof HTMLSlotElement&&this._attachSlotChange(l,d,!!g.invalidateOnChildChange);const C=g.propertyName||d;i.has(C)?i.get(C).push({child:l,idx:u}):i.set(C,[{child:l,idx:u}]);});await Promise.all(h),i.forEach((l,u)=>{this._state[u]=l.sort((d,g)=>d.idx-g.idx).map(d=>d.child),this._state[c$4(u)]=this._state[u];});let _=false;for(const[l,u]of Object.entries(e$1)){const d=u.propertyName||l;n$4(o.get(d),this._state[d])||(y.call(this,{type:"slot",name:a.get(d),reason:"children"}),_=true,t.getMetadata().isFormAssociated()&&e(this));}_||y.call(this,{type:"slot",name:"default",reason:"textcontent"});}_clearSlot(t,e){const s=e.propertyName||t;this._state[s].forEach(o=>{if(v$1(o)){const a=this._getChildChangeListener(t);o.detachInvalidate.call(o,a);}o instanceof HTMLSlotElement&&this._detachSlotChange(o,t);}),this._state[s]=[],this._state[c$4(s)]=this._state[s];}attachInvalidate(t){this._invalidationEventProvider.attachEvent("invalidate",t);}detachInvalidate(t){this._invalidationEventProvider.detachEvent("invalidate",t);}_onChildChange(t,e){this.constructor.getMetadata().shouldInvalidateOnChildChange(t,e.type,e.name)&&y.call(this,{type:"slot",name:t,reason:"childchange",child:e.target});}attributeChangedCallback(t,e,s){let n;if(this._doNotSyncAttributes.has(t))return;const o=this.constructor.getMetadata().getProperties(),a=t.replace(/^ui5-/,""),r=c$4(a);if(o.hasOwnProperty(r)){const i=o[r];n=(i.converter??O).fromAttribute(s,i.type),this[r]=n;}}formAssociatedCallback(){this.constructor.getMetadata().isFormAssociated()&&o$2(this);}static get formAssociated(){return this.getMetadata().isFormAssociated()}_updateAttribute(t,e){const s=this.constructor;if(!s.getMetadata().hasAttribute(t))return;const o=s.getMetadata().getProperties()[t],a=l$4(t),i=(o.converter||O).toAttribute(e,o.type);this._doNotSyncAttributes.add(a),i==null?this.removeAttribute(a):this.setAttribute(a,i),this._doNotSyncAttributes.delete(a);}_getChildChangeListener(t){return this._childChangeListeners.has(t)||this._childChangeListeners.set(t,this._onChildChange.bind(this,t)),this._childChangeListeners.get(t)}_getSlotChangeListener(t){return this._slotChangeListeners.has(t)||this._slotChangeListeners.set(t,this._onSlotChange.bind(this,t)),this._slotChangeListeners.get(t)}_attachSlotChange(t,e,s){const n=this._getSlotChangeListener(e);t.addEventListener("slotchange",o=>{if(n.call(t,o),s){const a=this._slotsAssignedNodes.get(t);a&&a.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.detachInvalidate.call(i,h);}});const r=s$6([t]);this._slotsAssignedNodes.set(t,r),r.forEach(i=>{if(v$1(i)){const h=this._getChildChangeListener(e);i.attachInvalidate.call(i,h);}});}});}_detachSlotChange(t,e){t.removeEventListener("slotchange",this._getSlotChangeListener(e));}_onSlotChange(t){y.call(this,{type:"slot",name:t,reason:"slotchange"});}onInvalidation(t){}updateAttributes(){const e=this.constructor.getMetadata().getProperties();for(const[s,n]of Object.entries(e))this._updateAttribute(s,this[s]);}_render(){const t=this.constructor,e=t.getMetadata().hasIndividualSlots();this.initializedProperties.size>0&&(Array.from(this.initializedProperties.entries()).forEach(([s,n])=>{delete this[s],this[s]=n;}),this.initializedProperties.clear()),this._suppressInvalidation=true;try{this.onBeforeRendering(),this._rendered||this.updateAttributes(),this._componentStateFinalizedEventProvider.fireEvent("componentStateFinalized");}finally{this._suppressInvalidation=false;}this._changedState=[],t._needsShadowDOM()&&s$3(this),this._rendered=true,e&&this._assignIndividualSlotsToChildren(),this.onAfterRendering();}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._individualSlot);});}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!(!this.shadowRoot||this.shadowRoot.children.length===0))return this.shadowRoot.children[0]}getFocusDomRef(){const t=this.getDomRef();if(t)return t.querySelector("[data-sap-focus-ref]")||t}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(t){await this._waitForDomRef();const e=this.getFocusDomRef();e===this||!this.isConnected?HTMLElement.prototype.focus.call(this,t):e&&typeof e.focus=="function"&&e.focus(t);}fireEvent(t,e,s=false,n=true){const o=this._fireEvent(t,e,s,n),a=C$1(t);return a!==t?o&&this._fireEvent(a,e,s,n):o}fireDecoratorEvent(t,e){const s=this.getEventData(t),n=s?s.cancelable:false,o=s?s.bubbles:false,a=this._fireEvent(t,e,n,o),r=C$1(t);return r!==t?a&&this._fireEvent(r,e,n,o):a}_fireEvent(t,e,s=false,n=true){const o=new CustomEvent(`ui5-${t}`,{detail:e,composed:false,bubbles:n,cancelable:s}),a=this.dispatchEvent(o);if(a$4(t))return a;const r=new CustomEvent(t,{detail:e,composed:false,bubbles:n,cancelable:s});return this.dispatchEvent(r)&&a}getEventData(t){return this.constructor.getMetadata().getEvents()[t]}getSlottedNodes(t){return s$6(this[t])}attachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.attachEvent("componentStateFinalized",t);}detachComponentStateFinalized(t){this._componentStateFinalizedEventProvider.detachEvent("componentStateFinalized",t);}get effectiveDir(){return Icons.n$2(this.constructor),r$1(this)}get isUI5Element(){return true}get isUI5AbstractElement(){return !this.constructor._needsShadowDOM()}get classes(){return {}}get accessibilityInfo(){}static get observedAttributes(){return this.getMetadata().getAttributesList()}static get tagsToScope(){const t=this.getMetadata().getPureTag(),e=this.getUniqueDependencies().map(s=>s.getMetadata().getPureTag()).filter(Icons.i$3);return Icons.i$3(t)&&e.push(t),e}static _needsShadowDOM(){return !!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _generateAccessors(){const t=this.prototype,e$1=this.getMetadata().slotsAreManaged(),s=this.getMetadata().getProperties();for(const[n,o]of Object.entries(s)){r(n)||console.warn(`"${n}" is not a valid property name. Use a name that does not collide with DOM APIs`);const a=at(t,n);let r$1;a?.set&&(r$1=a.set);let i;a?.get&&(i=a.get),Object.defineProperty(t,n,{get(){return i?i.call(this):this._state[n]},set(h){const _=this.constructor,l=i?i.call(this):this._state[n];if(l!==h){if(r$1?r$1.call(this,h):this._state[n]=h,y.call(this,{type:"property",name:n,newValue:h,oldValue:l}),this._rendered){const d=i?i.call(this):this._state[n];this._updateAttribute(n,d);}_.getMetadata().isFormAssociated()&&e(this);}}});}if(e$1){const n=this.getMetadata().getSlots();for(const[o,a]of Object.entries(n)){r(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const r$1=a.propertyName||o,i={get(){return this._state[r$1]!==void 0?this._state[r$1]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}};Object.defineProperty(t,r$1,i),r$1!==c$4(r$1)&&Object.defineProperty(t,c$4(r$1),i);}}}static{this.metadata={};}static{this.styles="";}static get dependencies(){return []}static cacheUniqueDependencies(){const t=this.dependencies.filter((e,s,n)=>n.indexOf(e)===s);I.set(this,t);}static getUniqueDependencies(){return I.has(this)||this.cacheUniqueDependencies(),I.get(this)||[]}static async onDefine(){return Promise.resolve()}static fetchI18nBundles(){return Promise.all(Object.entries(this.getMetadata().getI18n()).map(t=>{const{bundleName:e}=t[1];return Icons.f$2(e)}))}static fetchCLDR(){return this.getMetadata().needsCLDR()?u(Icons.s$1().getLanguage(),Icons.s$1().getRegion(),Icons.s$1().getScript()):Promise.resolve()}static{this.i18nBundleStorage={};}static get i18nBundles(){return this.i18nBundleStorage}static define(){const t=async()=>{await Icons.b$1();const o=await Promise.all([this.fetchI18nBundles(),this.fetchCLDR(),this.onDefine()]),[a]=o;Object.entries(this.getMetadata().getI18n()).forEach((r,i)=>{const h=r[1].bundleName;this.i18nBundleStorage[h]=a[i];}),this.asyncFinished=true;};this.definePromise=t();const e=this.getMetadata().getTag(),s=Icons.w$1(e),n=customElements.get(e);return n&&!s?Icons.$(e):n||(this._generateAccessors(),Icons.h$2(e),customElements.define(e,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==b;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const s=Icons.e({},...t);return this._metadata=new p$1(s),this._metadata}get validity(){return this._internals.validity}get validationMessage(){return this._internals.validationMessage}checkValidity(){return this._internals.checkValidity()}reportValidity(){return this._internals.reportValidity()}};const v$1=c=>"isUI5Element"in c;
103
105
 
104
106
  let f$1 = class f{constructor(e,t){if(!e.isUI5Element)throw new Error("The root web component must be a UI5 Element instance");if(this.rootWebComponent=e,this.rootWebComponent.addEventListener("keydown",this._onkeydown.bind(this)),this._initBound=this._init.bind(this),this.rootWebComponent.attachComponentStateFinalized(this._initBound),typeof t.getItemsCallback!="function")throw new Error("getItemsCallback is required");this._getItems=t.getItemsCallback,this._currentIndex=t.currentIndex||0,this._rowSize=t.rowSize||1,this._behavior=t.behavior||l$5.Static,this._navigationMode=t.navigationMode||r$4.Auto,this._affectedPropertiesNames=t.affectedPropertiesNames||[],this._skipItemsSize=t.skipItemsSize||null;}setCurrentItem(e){const t=this._getItems().indexOf(e);if(t===-1){console.warn("The provided item is not managed by ItemNavigation",e);return}this._currentIndex=t,this._applyTabIndex();}setRowSize(e){this._rowSize=e;}_init(){this._getItems().forEach((e,t)=>{e.forcedTabIndex=t===this._currentIndex?"0":"-1";});}_onkeydown(e){if(!this._canNavigate())return;const t=this._navigationMode===r$4.Horizontal||this._navigationMode===r$4.Auto,i=this._navigationMode===r$4.Vertical||this._navigationMode===r$4.Auto,s=this.rootWebComponent.effectiveDir==="rtl";if(s&&D$1(e)&&t)this._handleRight();else if(s&&R$2(e)&&t)this._handleLeft();else if(D$1(e)&&t)this._handleLeft();else if(R$2(e)&&t)this._handleRight();else if(P(e)&&i)this._handleUp();else if(_$1(e)&&i)this._handleDown();else if(M(e))this._handleHome();else if(n$9(e))this._handleEnd();else if(j(e))this._handlePageUp();else if(q(e))this._handlePageDown();else return;e.preventDefault(),this._applyTabIndex(),this._focusCurrentItem();}_handleUp(){const e=this._getItems().length;if(this._currentIndex-this._rowSize>=0){this._currentIndex-=this._rowSize;return}if(this._behavior===l$5.Cyclic){const t=this._currentIndex%this._rowSize,i=t===0?this._rowSize-1:t-1,s=Math.ceil(e/this._rowSize);let o=i+(s-1)*this._rowSize;o>e-1&&(o-=this._rowSize),this._currentIndex=o;}else this._currentIndex=0;}_handleDown(){const e=this._getItems().length;if(this._currentIndex+this._rowSize<e){this._currentIndex+=this._rowSize;return}if(this._behavior===l$5.Cyclic){const i=(this._currentIndex%this._rowSize+1)%this._rowSize;this._currentIndex=i;}else this._currentIndex=e-1;}_handleLeft(){const e=this._getItems().length;if(this._currentIndex>0){this._currentIndex-=1;return}this._behavior===l$5.Cyclic&&(this._currentIndex=e-1);}_handleRight(){const e=this._getItems().length;if(this._currentIndex<e-1){this._currentIndex+=1;return}this._behavior===l$5.Cyclic&&(this._currentIndex=0);}_handleHome(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex-=this._currentIndex%e;}_handleEnd(){const e=this._rowSize>1?this._rowSize:this._getItems().length;this._currentIndex+=e-1-this._currentIndex%e;}_handlePageUp(){this._rowSize>1||this._handlePageUpFlat();}_handlePageDown(){this._rowSize>1||this._handlePageDownFlat();}_handlePageUpFlat(){if(this._skipItemsSize===null){this._currentIndex-=this._currentIndex;return}this._currentIndex+1>this._skipItemsSize?this._currentIndex-=this._skipItemsSize:this._currentIndex-=this._currentIndex;}_handlePageDownFlat(){if(this._skipItemsSize===null){this._currentIndex=this._getItems().length-1;return}this._getItems().length-this._currentIndex-1>this._skipItemsSize?this._currentIndex+=this._skipItemsSize:this._currentIndex=this._getItems().length-1;}_applyTabIndex(){const e=this._getItems();for(let t=0;t<e.length;t++)e[t].forcedTabIndex=t===this._currentIndex?"0":"-1";this._affectedPropertiesNames.forEach(t=>{const i=this.rootWebComponent[t];this.rootWebComponent[t]=Array.isArray(i)?[...i]:{...i};});}_focusCurrentItem(){const e=this._getCurrentItem();e&&e.focus();}_canNavigate(){const e=this._getCurrentItem(),t=t$3();return e&&e===t}_getCurrentItem(){const e=this._getItems();if(!e.length)return;for(;this._currentIndex>=e.length;)this._currentIndex-=this._rowSize;this._currentIndex<0&&(this._currentIndex=0);const t=e[this._currentIndex];if(!t)return;if(v$1(t))return t.getFocusDomRef();const i=this.rootWebComponent.getDomRef();if(i&&t.id)return i.querySelector(`[id="${t.id}"]`)}};
105
107
 
@@ -4219,7 +4221,7 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/Icons'], (function (
4219
4221
  isTablet: Icons.a$1,
4220
4222
  property: s$9,
4221
4223
  registerCustomI18nBundleGetter: Icons.y$1,
4222
- registerI18nLoader: Icons.$,
4224
+ registerI18nLoader: Icons.$$1,
4223
4225
  registerIconLoader: Icons.C,
4224
4226
  registerLocaleDataLoader: C,
4225
4227
  registerThemePropertiesLoader: Icons.p,
@@ -4247,7 +4249,6 @@ sap.ui.define(['require', 'exports', 'sap/ushell/thirdparty/Icons'], (function (
4247
4249
 
4248
4250
  exports.A = A;
4249
4251
  exports.C = C$2;
4250
- exports.C$1 = C;
4251
4252
  exports.Co = Co;
4252
4253
  exports.D = D$1;
4253
4254
  exports.D$1 = D$2;
@@ -27,57 +27,57 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
27
27
  // @ts-nocheck
28
28
  const importMessageBundle = async (localeId) => {
29
29
  switch (localeId) {
30
- case "ar": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ar" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ar3'], resolve, reject); })).default;
31
- case "bg": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-bg" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_bg3'], resolve, reject); })).default;
32
- case "ca": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ca" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ca3'], resolve, reject); })).default;
33
- case "cnr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cnr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cnr3'], resolve, reject); })).default;
34
- case "cs": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cs" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cs3'], resolve, reject); })).default;
35
- case "cy": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cy" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cy3'], resolve, reject); })).default;
36
- case "da": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-da" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_da3'], resolve, reject); })).default;
37
- case "de": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-de" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_de3'], resolve, reject); })).default;
38
- case "el": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-el" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_el3'], resolve, reject); })).default;
39
- case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en4'], resolve, reject); })).default;
40
- case "en_GB": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_GB" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_GB3'], resolve, reject); })).default;
41
- case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd4'], resolve, reject); })).default;
42
- case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi4'], resolve, reject); })).default;
43
- case "en_US_saptrc": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_saptrc" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc4'], resolve, reject); })).default;
44
- case "es": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-es" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es3'], resolve, reject); })).default;
45
- case "es_MX": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-es_MX" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es_MX3'], resolve, reject); })).default;
46
- case "et": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-et" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_et3'], resolve, reject); })).default;
47
- case "fi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fi3'], resolve, reject); })).default;
48
- case "fr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fr3'], resolve, reject); })).default;
49
- case "fr_CA": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fr_CA" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA3'], resolve, reject); })).default;
50
- case "hi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hi3'], resolve, reject); })).default;
51
- case "hr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hr3'], resolve, reject); })).default;
52
- case "hu": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hu" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hu3'], resolve, reject); })).default;
53
- case "id": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-id" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_id3'], resolve, reject); })).default;
54
- case "it": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-it" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_it3'], resolve, reject); })).default;
55
- case "iw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-iw" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_iw3'], resolve, reject); })).default;
56
- case "ja": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ja" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ja3'], resolve, reject); })).default;
57
- case "kk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-kk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_kk3'], resolve, reject); })).default;
58
- case "ko": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ko" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ko3'], resolve, reject); })).default;
59
- case "lt": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-lt" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_lt3'], resolve, reject); })).default;
60
- case "lv": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-lv" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_lv3'], resolve, reject); })).default;
61
- case "mk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-mk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_mk3'], resolve, reject); })).default;
62
- case "ms": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ms" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ms3'], resolve, reject); })).default;
63
- case "nl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-nl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_nl3'], resolve, reject); })).default;
64
- case "no": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-no" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_no3'], resolve, reject); })).default;
65
- case "pl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pl3'], resolve, reject); })).default;
66
- case "pt": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pt" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pt3'], resolve, reject); })).default;
67
- case "pt_PT": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pt_PT" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT3'], resolve, reject); })).default;
68
- case "ro": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ro" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ro3'], resolve, reject); })).default;
69
- case "ru": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ru" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ru3'], resolve, reject); })).default;
70
- case "sh": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sh" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sh3'], resolve, reject); })).default;
71
- case "sk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sk3'], resolve, reject); })).default;
72
- case "sl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sl3'], resolve, reject); })).default;
73
- case "sr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sr3'], resolve, reject); })).default;
74
- case "sv": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sv" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sv3'], resolve, reject); })).default;
75
- case "th": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-th" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_th3'], resolve, reject); })).default;
76
- case "tr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-tr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_tr3'], resolve, reject); })).default;
77
- case "uk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-uk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_uk3'], resolve, reject); })).default;
78
- case "vi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-vi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_vi3'], resolve, reject); })).default;
79
- case "zh_CN": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-zh_CN" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN3'], resolve, reject); })).default;
80
- case "zh_TW": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-zh_TW" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW3'], resolve, reject); })).default;
30
+ case "ar": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ar" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ar2'], resolve, reject); })).default;
31
+ case "bg": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-bg" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_bg2'], resolve, reject); })).default;
32
+ case "ca": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ca" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ca2'], resolve, reject); })).default;
33
+ case "cnr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cnr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cnr2'], resolve, reject); })).default;
34
+ case "cs": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cs" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cs2'], resolve, reject); })).default;
35
+ case "cy": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-cy" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_cy2'], resolve, reject); })).default;
36
+ case "da": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-da" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_da2'], resolve, reject); })).default;
37
+ case "de": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-de" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_de2'], resolve, reject); })).default;
38
+ case "el": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-el" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_el2'], resolve, reject); })).default;
39
+ case "en": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en2'], resolve, reject); })).default;
40
+ case "en_GB": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_GB" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_GB2'], resolve, reject); })).default;
41
+ case "en_US_sappsd": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_sappsd" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_sappsd2'], resolve, reject); })).default;
42
+ case "en_US_saprigi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_saprigi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saprigi2'], resolve, reject); })).default;
43
+ case "en_US_saptrc": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-en_US_saptrc" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_en_US_saptrc2'], resolve, reject); })).default;
44
+ case "es": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-es" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es2'], resolve, reject); })).default;
45
+ case "es_MX": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-es_MX" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_es_MX2'], resolve, reject); })).default;
46
+ case "et": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-et" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_et2'], resolve, reject); })).default;
47
+ case "fi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fi2'], resolve, reject); })).default;
48
+ case "fr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fr2'], resolve, reject); })).default;
49
+ case "fr_CA": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-fr_CA" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_fr_CA2'], resolve, reject); })).default;
50
+ case "hi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hi2'], resolve, reject); })).default;
51
+ case "hr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hr2'], resolve, reject); })).default;
52
+ case "hu": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-hu" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_hu2'], resolve, reject); })).default;
53
+ case "id": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-id" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_id2'], resolve, reject); })).default;
54
+ case "it": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-it" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_it2'], resolve, reject); })).default;
55
+ case "iw": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-iw" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_iw2'], resolve, reject); })).default;
56
+ case "ja": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ja" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ja2'], resolve, reject); })).default;
57
+ case "kk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-kk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_kk2'], resolve, reject); })).default;
58
+ case "ko": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ko" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ko2'], resolve, reject); })).default;
59
+ case "lt": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-lt" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_lt2'], resolve, reject); })).default;
60
+ case "lv": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-lv" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_lv2'], resolve, reject); })).default;
61
+ case "mk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-mk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_mk2'], resolve, reject); })).default;
62
+ case "ms": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ms" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ms2'], resolve, reject); })).default;
63
+ case "nl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-nl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_nl2'], resolve, reject); })).default;
64
+ case "no": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-no" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_no2'], resolve, reject); })).default;
65
+ case "pl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pl2'], resolve, reject); })).default;
66
+ case "pt": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pt" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pt2'], resolve, reject); })).default;
67
+ case "pt_PT": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-pt_PT" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_pt_PT2'], resolve, reject); })).default;
68
+ case "ro": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ro" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ro2'], resolve, reject); })).default;
69
+ case "ru": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-ru" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_ru2'], resolve, reject); })).default;
70
+ case "sh": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sh" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sh2'], resolve, reject); })).default;
71
+ case "sk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sk2'], resolve, reject); })).default;
72
+ case "sl": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sl" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sl2'], resolve, reject); })).default;
73
+ case "sr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sr2'], resolve, reject); })).default;
74
+ case "sv": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-sv" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_sv2'], resolve, reject); })).default;
75
+ case "th": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-th" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_th2'], resolve, reject); })).default;
76
+ case "tr": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-tr" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_tr2'], resolve, reject); })).default;
77
+ case "uk": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-uk" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_uk2'], resolve, reject); })).default;
78
+ case "vi": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-vi" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_vi2'], resolve, reject); })).default;
79
+ case "zh_CN": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-zh_CN" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_zh_CN2'], resolve, reject); })).default;
80
+ case "zh_TW": return (await new Promise(function (resolve, reject) { require([/* webpackChunkName: "ui5-webcomponents-fiori-messagebundle-zh_TW" */ 'sap/ushell/thirdparty/_dynamics/messagebundle_zh_TW2'], resolve, reject); })).default;
81
81
  default: throw "unknown locale";
82
82
  }
83
83
  };
@@ -140,7 +140,7 @@ sap.ui.define(['require', 'sap/ushell/thirdparty/webcomponents-base', 'sap/ushel
140
140
  "zh_CN",
141
141
  "zh_TW",];
142
142
  localeIds.forEach(localeId => {
143
- Icons.$("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", localeId, importAndCheck);
143
+ Icons.$$1("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s" + "-" + "f" + "i" + "o" + "r" + "i", localeId, importAndCheck);
144
144
  });
145
145
 
146
146
  }));