@openui5/sap.ui.core 1.141.2 → 1.142.1

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 (360) hide show
  1. package/.dtsgenrc +22 -0
  2. package/README.md +2 -2
  3. package/REUSE.toml +39 -1
  4. package/THIRDPARTY.txt +36 -3
  5. package/package.json +1 -1
  6. package/src/jquery.sap.global.js +1 -1
  7. package/src/jquery.sap.properties.js +1 -1
  8. package/src/jquery.sap.resources.js +1 -1
  9. package/src/jquery.sap.script.js +1 -1
  10. package/src/jquery.sap.storage.js +3 -3
  11. package/src/sap/base/Event.js +1 -1
  12. package/src/sap/base/Eventing.js +1 -1
  13. package/src/sap/base/config.js +1 -1
  14. package/src/sap/base/i18n/LanguageTag.js +1 -1
  15. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  16. package/src/sap/base/util/resolveReference.js +1 -1
  17. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  18. package/src/sap/base/util/restricted/_castArray.js +1 -1
  19. package/src/sap/base/util/restricted/_compact.js +1 -1
  20. package/src/sap/base/util/restricted/_curry.js +1 -1
  21. package/src/sap/base/util/restricted/_debounce.js +1 -1
  22. package/src/sap/base/util/restricted/_difference.js +1 -1
  23. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  24. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  25. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  26. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  27. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  28. package/src/sap/base/util/restricted/_flatten.js +1 -1
  29. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  30. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  31. package/src/sap/base/util/restricted/_intersection.js +1 -1
  32. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  33. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  34. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  35. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  36. package/src/sap/base/util/restricted/_isNil.js +1 -1
  37. package/src/sap/base/util/restricted/_max.js +1 -1
  38. package/src/sap/base/util/restricted/_merge.js +1 -1
  39. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  40. package/src/sap/base/util/restricted/_min.js +1 -1
  41. package/src/sap/base/util/restricted/_omit.js +1 -1
  42. package/src/sap/base/util/restricted/_pick.js +1 -1
  43. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  44. package/src/sap/base/util/restricted/_throttle.js +1 -1
  45. package/src/sap/base/util/restricted/_toArray.js +1 -1
  46. package/src/sap/base/util/restricted/_union.js +1 -1
  47. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  48. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  49. package/src/sap/base/util/restricted/_uniq.js +1 -1
  50. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  51. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  52. package/src/sap/base/util/restricted/_without.js +1 -1
  53. package/src/sap/base/util/restricted/_xor.js +1 -1
  54. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  55. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  56. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  57. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  58. package/src/sap/ui/Device.js +3 -3
  59. package/src/sap/ui/Global.js +3 -3
  60. package/src/sap/ui/base/Event.js +1 -1
  61. package/src/sap/ui/base/EventProvider.js +1 -1
  62. package/src/sap/ui/base/Interface.js +1 -1
  63. package/src/sap/ui/base/ManagedObject.js +1 -1
  64. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  65. package/src/sap/ui/base/Metadata.js +1 -1
  66. package/src/sap/ui/base/Object.js +1 -1
  67. package/src/sap/ui/base/ObjectPool.js +1 -1
  68. package/src/sap/ui/core/.library +6 -6
  69. package/src/sap/ui/core/AppCacheBuster.js +21 -19
  70. package/src/sap/ui/core/BusyIndicator.js +1 -1
  71. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  72. package/src/sap/ui/core/Component.js +46 -35
  73. package/src/sap/ui/core/ComponentContainer.js +1 -1
  74. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  75. package/src/sap/ui/core/ComponentSupport.js +1 -1
  76. package/src/sap/ui/core/Configuration.js +1 -1
  77. package/src/sap/ui/core/Control.js +1 -1
  78. package/src/sap/ui/core/Core.js +2 -2
  79. package/src/sap/ui/core/CustomData.js +1 -1
  80. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  81. package/src/sap/ui/core/Element.js +3 -5
  82. package/src/sap/ui/core/ElementMetadata.js +1 -1
  83. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  84. package/src/sap/ui/core/EventBus.js +1 -1
  85. package/src/sap/ui/core/Fragment.js +1 -1
  86. package/src/sap/ui/core/HTML.js +1 -1
  87. package/src/sap/ui/core/History.js +1 -1
  88. package/src/sap/ui/core/Icon.js +1 -1
  89. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  90. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  91. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  92. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  93. package/src/sap/ui/core/InvisibleText.js +1 -1
  94. package/src/sap/ui/core/Item.js +1 -1
  95. package/src/sap/ui/core/LabelEnablement.js +1 -1
  96. package/src/sap/ui/core/LayoutData.js +1 -1
  97. package/src/sap/ui/core/Lib.js +1 -1
  98. package/src/sap/ui/core/ListItem.js +1 -1
  99. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  100. package/src/sap/ui/core/Locale.js +1 -1
  101. package/src/sap/ui/core/LocaleData.js +1 -1
  102. package/src/sap/ui/core/Manifest.js +21 -20
  103. package/src/sap/ui/core/Message.js +1 -1
  104. package/src/sap/ui/core/Popup.js +13 -6
  105. package/src/sap/ui/core/RenderManager.js +13 -2
  106. package/src/sap/ui/core/Renderer.js +1 -1
  107. package/src/sap/ui/core/ResizeHandler.js +1 -1
  108. package/src/sap/ui/core/ScrollBar.js +1 -1
  109. package/src/sap/ui/core/SeparatorItem.js +1 -1
  110. package/src/sap/ui/core/ShortcutHintsMixin.js +13 -1
  111. package/src/sap/ui/core/Title.js +1 -1
  112. package/src/sap/ui/core/TooltipBase.js +1 -1
  113. package/src/sap/ui/core/UIArea.js +1 -1
  114. package/src/sap/ui/core/UIComponent.js +1 -1
  115. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  116. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  117. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  118. package/src/sap/ui/core/XMLComposite.js +1 -1
  119. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  120. package/src/sap/ui/core/_UrlResolver.js +31 -29
  121. package/src/sap/ui/core/date/UI5Date.js +1 -1
  122. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  123. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  124. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  125. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  126. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  127. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  128. package/src/sap/ui/core/format/FormatUtils.js +1 -1
  129. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  130. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  131. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  132. package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +21 -2
  133. package/src/sap/ui/core/library.js +3 -3
  134. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  135. package/src/sap/ui/core/message/Message.js +1 -1
  136. package/src/sap/ui/core/message/MessageManager.js +1 -1
  137. package/src/sap/ui/core/message/MessageParser.js +1 -1
  138. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  139. package/src/sap/ui/core/messagebundle.properties +2 -0
  140. package/src/sap/ui/core/messagebundle_ar.properties +1 -0
  141. package/src/sap/ui/core/messagebundle_bg.properties +1 -0
  142. package/src/sap/ui/core/messagebundle_ca.properties +1 -0
  143. package/src/sap/ui/core/messagebundle_cnr.properties +1 -0
  144. package/src/sap/ui/core/messagebundle_cs.properties +1 -0
  145. package/src/sap/ui/core/messagebundle_cy.properties +1 -0
  146. package/src/sap/ui/core/messagebundle_da.properties +1 -0
  147. package/src/sap/ui/core/messagebundle_de.properties +1 -0
  148. package/src/sap/ui/core/messagebundle_el.properties +1 -0
  149. package/src/sap/ui/core/messagebundle_en.properties +1 -0
  150. package/src/sap/ui/core/messagebundle_en_GB.properties +1 -0
  151. package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +1 -0
  152. package/src/sap/ui/core/messagebundle_es.properties +1 -0
  153. package/src/sap/ui/core/messagebundle_es_MX.properties +1 -0
  154. package/src/sap/ui/core/messagebundle_et.properties +3 -2
  155. package/src/sap/ui/core/messagebundle_fi.properties +2 -1
  156. package/src/sap/ui/core/messagebundle_fr.properties +1 -0
  157. package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -0
  158. package/src/sap/ui/core/messagebundle_hi.properties +1 -0
  159. package/src/sap/ui/core/messagebundle_hr.properties +1 -0
  160. package/src/sap/ui/core/messagebundle_hu.properties +1 -0
  161. package/src/sap/ui/core/messagebundle_id.properties +1 -0
  162. package/src/sap/ui/core/messagebundle_it.properties +2 -1
  163. package/src/sap/ui/core/messagebundle_iw.properties +1 -0
  164. package/src/sap/ui/core/messagebundle_ja.properties +1 -0
  165. package/src/sap/ui/core/messagebundle_kk.properties +9 -8
  166. package/src/sap/ui/core/messagebundle_ko.properties +1 -0
  167. package/src/sap/ui/core/messagebundle_lt.properties +1 -0
  168. package/src/sap/ui/core/messagebundle_lv.properties +1 -0
  169. package/src/sap/ui/core/messagebundle_mk.properties +1 -0
  170. package/src/sap/ui/core/messagebundle_ms.properties +1 -0
  171. package/src/sap/ui/core/messagebundle_nl.properties +1 -0
  172. package/src/sap/ui/core/messagebundle_no.properties +1 -0
  173. package/src/sap/ui/core/messagebundle_pl.properties +1 -0
  174. package/src/sap/ui/core/messagebundle_pt.properties +1 -0
  175. package/src/sap/ui/core/messagebundle_pt_PT.properties +1 -0
  176. package/src/sap/ui/core/messagebundle_ro.properties +1 -0
  177. package/src/sap/ui/core/messagebundle_ru.properties +1 -0
  178. package/src/sap/ui/core/messagebundle_sh.properties +1 -0
  179. package/src/sap/ui/core/messagebundle_sk.properties +1 -0
  180. package/src/sap/ui/core/messagebundle_sl.properties +1 -0
  181. package/src/sap/ui/core/messagebundle_sr.properties +1 -0
  182. package/src/sap/ui/core/messagebundle_sv.properties +1 -0
  183. package/src/sap/ui/core/messagebundle_th.properties +2 -1
  184. package/src/sap/ui/core/messagebundle_tr.properties +1 -0
  185. package/src/sap/ui/core/messagebundle_uk.properties +2 -1
  186. package/src/sap/ui/core/messagebundle_vi.properties +1 -0
  187. package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -0
  188. package/src/sap/ui/core/messagebundle_zh_TW.properties +1 -0
  189. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  190. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  191. package/src/sap/ui/core/mvc/JSView.js +1 -1
  192. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  193. package/src/sap/ui/core/mvc/View.js +1 -1
  194. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  195. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  196. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  197. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  198. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  199. package/src/sap/ui/core/routing/Router.js +31 -33
  200. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  201. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  202. package/src/sap/ui/core/service/Service.js +1 -1
  203. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  204. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  205. package/src/sap/ui/core/support/Plugin.js +1 -1
  206. package/src/sap/ui/core/support/Support.js +1 -1
  207. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  208. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  209. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  210. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  211. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  212. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  213. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  214. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  215. package/src/sap/ui/core/themes/base/BlindLayer.less +4 -9
  216. package/src/sap/ui/core/themes/base/BusyIndicator.less +322 -1
  217. package/src/sap/ui/core/themes/base/CommandShortcutHints.less +9 -9
  218. package/src/sap/ui/core/themes/base/Icon.less +36 -35
  219. package/src/sap/ui/core/themes/base/library.source.less +0 -3
  220. package/src/sap/ui/core/themes/base/parameterClasses.less +32 -20
  221. package/src/sap/ui/core/themes/base/shared.less +5 -0
  222. package/src/sap/ui/core/theming/Parameters.js +6 -12
  223. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  224. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  225. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  226. package/src/sap/ui/core/tmpl/Template.js +1 -1
  227. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  228. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  229. package/src/sap/ui/core/util/Export.js +1 -1
  230. package/src/sap/ui/core/util/ExportCell.js +1 -1
  231. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  232. package/src/sap/ui/core/util/ExportRow.js +1 -1
  233. package/src/sap/ui/core/util/ExportType.js +1 -1
  234. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  235. package/src/sap/ui/core/util/File.js +1 -1
  236. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  237. package/src/sap/ui/core/util/MockServer.js +1 -1
  238. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  239. package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
  240. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +2 -2
  241. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
  242. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +2 -2
  243. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  244. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  245. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  246. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  247. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  248. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  249. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  250. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  251. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  252. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  253. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  254. package/src/sap/ui/core/ws/WebSocket.js +7 -11
  255. package/src/sap/ui/debug/ControlTree.js +1 -1
  256. package/src/sap/ui/debug/DebugEnv.js +1 -1
  257. package/src/sap/ui/debug/PropertyList.js +1 -1
  258. package/src/sap/ui/events/FocusEventFix.js +36 -0
  259. package/src/sap/ui/model/ClientModel.js +1 -1
  260. package/src/sap/ui/model/CompositeDataState.js +1 -1
  261. package/src/sap/ui/model/CompositeType.js +1 -1
  262. package/src/sap/ui/model/DataState.js +1 -1
  263. package/src/sap/ui/model/MetaModel.js +1 -1
  264. package/src/sap/ui/model/Model.js +52 -3
  265. package/src/sap/ui/model/SelectionModel.js +1 -1
  266. package/src/sap/ui/model/SimpleType.js +1 -1
  267. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  268. package/src/sap/ui/model/Type.js +1 -1
  269. package/src/sap/ui/model/base/ManagedObjectModel.js +7 -4
  270. package/src/sap/ui/model/json/JSONModel.js +8 -3
  271. package/src/sap/ui/model/message/MessageModel.js +1 -1
  272. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  273. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  274. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  275. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  276. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  277. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  278. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  279. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  280. package/src/sap/ui/model/odata/type/Date.js +1 -1
  281. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  282. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  283. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  284. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  285. package/src/sap/ui/model/odata/type/Decimal.js +43 -15
  286. package/src/sap/ui/model/odata/type/Double.js +1 -1
  287. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  288. package/src/sap/ui/model/odata/type/Int.js +1 -1
  289. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  290. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  291. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  292. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  293. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  294. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  295. package/src/sap/ui/model/odata/type/Single.js +1 -1
  296. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  297. package/src/sap/ui/model/odata/type/String.js +1 -1
  298. package/src/sap/ui/model/odata/type/Time.js +1 -1
  299. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  300. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  301. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  302. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  303. package/src/sap/ui/model/odata/v2/ODataModel.js +19 -6
  304. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +20 -7
  305. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +50 -50
  306. package/src/sap/ui/model/odata/v4/Context.js +43 -33
  307. package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -3
  308. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +6 -6
  309. package/src/sap/ui/model/odata/v4/ODataListBinding.js +47 -24
  310. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +31 -34
  311. package/src/sap/ui/model/odata/v4/ODataModel.js +42 -38
  312. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +5 -5
  313. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  314. package/src/sap/ui/model/odata/v4/ODataUtils.js +6 -6
  315. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +46 -46
  316. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +10 -5
  317. package/src/sap/ui/model/odata/v4/lib/_Cache.js +21 -24
  318. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +6 -7
  319. package/src/sap/ui/model/odata/v4/lib/_Helper.js +7 -7
  320. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +2 -1
  321. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +5 -5
  322. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +105 -38
  323. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +10 -3
  324. package/src/sap/ui/model/odata/v4/ts.js +2 -2
  325. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  326. package/src/sap/ui/model/type/Boolean.js +1 -1
  327. package/src/sap/ui/model/type/Currency.js +1 -1
  328. package/src/sap/ui/model/type/Date.js +1 -1
  329. package/src/sap/ui/model/type/DateInterval.js +1 -1
  330. package/src/sap/ui/model/type/DateTime.js +1 -1
  331. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  332. package/src/sap/ui/model/type/FileSize.js +1 -1
  333. package/src/sap/ui/model/type/Float.js +1 -1
  334. package/src/sap/ui/model/type/Integer.js +1 -1
  335. package/src/sap/ui/model/type/String.js +1 -1
  336. package/src/sap/ui/model/type/Time.js +1 -1
  337. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  338. package/src/sap/ui/model/type/Unit.js +1 -1
  339. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  340. package/src/sap/ui/performance/Measurement.js +18 -24
  341. package/src/sap/ui/performance/trace/FESR.js +3 -2
  342. package/src/sap/ui/performance/trace/Interaction.js +35 -2
  343. package/src/sap/ui/performance/trace/_InteractionImpl.js +254 -166
  344. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  345. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  346. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  347. package/src/sap/ui/test/_BrowserLogCollector.js +1 -4
  348. package/src/sap/ui/test/generic/TestBase.js +1 -1
  349. package/src/sap/ui/test/launchers/componentLauncher.js +3 -2
  350. package/src/sap/ui/test/launchers/iFrameLauncher.js +3 -1
  351. package/src/sap/ui/test/starter/_setupAndStart.js +3 -1
  352. package/src/sap/ui/test/starter/_utils.js +5 -59
  353. package/src/sap/ui/test/starter/config.js +555 -0
  354. package/src/sap/ui/thirdparty/require.js +255 -162
  355. package/src/sap/ui/util/Storage.js +1 -1
  356. package/src/sap/ui/util/_URL.js +158 -0
  357. package/src/ui5loader.js +2 -2
  358. package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +0 -293
  359. package/src/sap/ui/core/themes/base/Shadow.less +0 -3
  360. package/src/sap/ui/core/themes/base/TechnicalInfo.less +0 -157
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @private
119
119
  * @ui5-restricted sap.ui.core, sap.ui.test
120
120
  */
121
- const sVersion = "1.141.2";
121
+ const sVersion = "1.142.1";
122
122
 
123
123
  /**
124
124
  * The buildinfo.
@@ -443,7 +443,7 @@ sap.ui.define([
443
443
  * @extends sap.ui.base.Object
444
444
  * @final
445
445
  * @author SAP SE
446
- * @version 1.141.2
446
+ * @version 1.142.1
447
447
  * @alias sap.ui.core.Core
448
448
  * @public
449
449
  * @hideconstructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * in the documentation.
25
25
  *
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.141.2
27
+ * @version 1.142.1
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.CustomData
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @class Static class for enabling declarative UI support.
43
43
  *
44
44
  * @author Peter Muessig, Tino Butz
45
- * @version 1.141.2
45
+ * @version 1.142.1
46
46
  * @since 1.7.0
47
47
  * @public
48
48
  * @alias sap.ui.core.DeclarativeSupport
@@ -142,7 +142,7 @@ sap.ui.define([
142
142
  *
143
143
  * @extends sap.ui.base.ManagedObject
144
144
  * @author SAP SE
145
- * @version 1.141.2
145
+ * @version 1.142.1
146
146
  * @public
147
147
  * @alias sap.ui.core.Element
148
148
  */
@@ -174,9 +174,6 @@ sap.ui.define([
174
174
  * UI5 currently does not provide a recommended implementation of <code>TooltipBase</code>
175
175
  * as the use of content-rich tooltips is discouraged by the Fiori Design Guidelines.
176
176
  * Existing subclasses of <code>TooltipBase</code> therefore have been deprecated.
177
- * However, apps can still subclass from <code>TooltipBase</code> and create their own
178
- * implementation when needed (potentially taking the deprecated implementations as a
179
- * starting point).
180
177
  *
181
178
  * See the section {@link https://experience.sap.com/fiori-design-web/using-tooltips/ Using Tooltips}
182
179
  * in the Fiori Design Guideline.
@@ -2319,7 +2316,8 @@ sap.ui.define([
2319
2316
  Element.getActiveElement = () => {
2320
2317
  try {
2321
2318
  var $Act = jQuery(document.activeElement);
2322
- if ($Act.is(":focus")) {
2319
+ // do not check ":focus" when the browser window is not focused
2320
+ if (!document.hasFocus() || $Act.is(":focus")) {
2323
2321
  return Element.closestTo($Act[0]);
2324
2322
  }
2325
2323
  } catch (err) {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @class
39
39
  * @author SAP SE
40
- * @version 1.141.2
40
+ * @version 1.142.1
41
41
  * @since 0.8.6
42
42
  * @alias sap.ui.core.ElementMetadata
43
43
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -43,7 +43,7 @@ sap.ui.define(["./FocusMode"], function(FocusMode) {
43
43
  *
44
44
  * @param {boolean} [bDefault=true] Value that should be used as default value for the enhancement of the control.
45
45
  * @param {boolean} [bLegacy=false] Whether the introduced property should use the old name <code>Enabled</code>.
46
- * @version 1.141.2
46
+ * @version 1.142.1
47
47
  * @public
48
48
  * @class
49
49
  * @alias sap.ui.core.EnabledPropagator
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @extends sap.ui.base.Object
33
33
  * @author SAP SE
34
- * @version 1.141.2
34
+ * @version 1.142.1
35
35
  * @public
36
36
  * @since 1.8.0
37
37
  * @alias sap.ui.core.EventBus
@@ -103,7 +103,7 @@ function(
103
103
  * @class
104
104
  * @extends sap.ui.base.ManagedObject
105
105
  * @author SAP SE
106
- * @version 1.141.2
106
+ * @version 1.142.1
107
107
  * @public
108
108
  * @alias sap.ui.core.Fragment
109
109
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.141.2
47
+ * @version 1.142.1
48
48
  *
49
49
  * @public
50
50
  * @alias sap.ui.core.HTML
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/util/Storage"],
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  * @author SAP SE
25
- * @version 1.141.2
25
+ * @version 1.142.1
26
26
  * @alias sap.ui.core.History
27
27
  * @protected
28
28
  */
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * @implements sap.ui.core.IFormContent
76
76
  *
77
77
  * @author SAP SE
78
- * @version 1.141.2
78
+ * @version 1.142.1
79
79
  *
80
80
  * @public
81
81
  * @since 1.11.1
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Lib'],
16
16
  * Helper functionality for indication color support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.141.2
19
+ * @version 1.142.1
20
20
  * @public
21
21
  * @namespace sap.ui.core.IndicationColorSupport
22
22
  * @since 1.66
@@ -23,7 +23,7 @@ sap.ui.define(['../base/Object', './EventBus', "sap/base/assert"],
23
23
  *
24
24
  * @extends sap.ui.base.Object
25
25
  * @author SAP SE
26
- * @version 1.141.2
26
+ * @version 1.142.1
27
27
  * @public
28
28
  * @since 1.11.0
29
29
  * @alias sap.ui.core.IntervalTrigger
@@ -35,7 +35,7 @@ sap.ui.define(["./library", "./Core", "sap/ui/base/ManagedObject", "sap/base/Log
35
35
  * @extends sap.ui.base.ManagedObject
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.141.2
38
+ * @version 1.142.1
39
39
  * @hideconstructor
40
40
  * @public
41
41
  * @since 1.78
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  * Provides the default renderer for the controls that have set their <code>visible</code> property to <code>false</code>.
13
13
  *
14
14
  * @author SAP SE
15
- * @version 1.141.2
15
+ * @version 1.142.1
16
16
  * @alias module:sap/ui/core/InvisibleRenderer
17
17
  * @since 1.66.0
18
18
  * @protected
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.core.Control
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.141.2
37
+ * @version 1.142.1
38
38
  *
39
39
  * @public
40
40
  * @since 1.27.0
@@ -24,7 +24,7 @@ sap.ui.define(['./Element', './library'],
24
24
  * @extends sap.ui.core.Element
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.141.2
27
+ * @version 1.142.1
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.Item
@@ -192,7 +192,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
192
192
  * @see sap.ui.core.LabelEnablement#enrich
193
193
  *
194
194
  * @author SAP SE
195
- * @version 1.141.2
195
+ * @version 1.142.1
196
196
  * @protected
197
197
  * @alias sap.ui.core.LabelEnablement
198
198
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define(['./Element', "sap/ui/thirdparty/jquery", './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.141.2
26
+ * @version 1.142.1
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.LayoutData
@@ -1231,7 +1231,7 @@ sap.ui.define([
1231
1231
  * <b>Note:</b> Dependencies between libraries have to be modeled consistently in several places:
1232
1232
  * <ul>
1233
1233
  * <li>Both eager and lazy dependencies have to be modelled in the <code>.library</code> file.</li>
1234
- * <li>By default, UI5 Tooling generates a <code>manifest.json</code> file from the content of the <code>.library</code>
1234
+ * <li>By default, UI5 CLI generates a <code>manifest.json</code> file from the content of the <code>.library</code>
1235
1235
  * file. However, if the <code>manifest.json</code> file for the library is not generated but
1236
1236
  * maintained manually, it must be kept consistent with the <code>.library</code> file, especially regarding
1237
1237
  * its listed library dependencies.</li>
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.141.2
26
+ * @version 1.142.1
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.ListItem
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.141.2
35
+ * @version 1.142.1
36
36
  *
37
37
  * @public
38
38
  * @since 1.11.0
@@ -20,7 +20,7 @@ sap.ui.define(['sap/base/assert', 'sap/ui/base/Object', "sap/base/i18n/Localizat
20
20
  *
21
21
  * @extends sap.ui.base.Object
22
22
  * @author SAP SE
23
- * @version 1.141.2
23
+ * @version 1.142.1
24
24
  * @public
25
25
  * @alias sap.ui.core.Locale
26
26
  */
@@ -78,7 +78,7 @@ sap.ui.define([
78
78
  * {@link https://cldr.unicode.org/ Unicode CLDR}.
79
79
  * @hideconstructor
80
80
  * @public
81
- * @version 1.141.2
81
+ * @version 1.142.1
82
82
  */
83
83
  var LocaleData = BaseObject.extend("sap.ui.core.LocaleData", /** @lends sap.ui.core.LocaleData.prototype */ {
84
84
 
@@ -6,14 +6,15 @@
6
6
 
7
7
  // Provides base class sap.ui.core.Component for all components
8
8
  sap.ui.define([
9
+ "sap/base/assert",
9
10
  "sap/base/i18n/Localization",
10
11
  'sap/ui/base/Object',
11
- 'sap/ui/thirdparty/URI',
12
12
  'sap/ui/VersionInfo',
13
13
  'sap/base/util/Version',
14
14
  'sap/base/future',
15
15
  'sap/base/Log',
16
16
  'sap/ui/dom/includeStylesheet',
17
+ 'sap/ui/util/_URL',
17
18
  'sap/base/i18n/ResourceBundle',
18
19
  'sap/base/util/uid',
19
20
  'sap/base/util/merge',
@@ -24,14 +25,15 @@ sap.ui.define([
24
25
  'sap/ui/core/Lib',
25
26
  './_UrlResolver'
26
27
  ], function(
28
+ assert,
27
29
  Localization,
28
30
  BaseObject,
29
- URI,
30
31
  VersionInfo,
31
32
  Version,
32
33
  future,
33
34
  Log,
34
35
  includeStylesheet,
36
+ _URL,
35
37
  ResourceBundle,
36
38
  uid,
37
39
  merge,
@@ -165,7 +167,7 @@ sap.ui.define([
165
167
  * @class The Manifest class.
166
168
  * @extends sap.ui.base.Object
167
169
  * @author SAP SE
168
- * @version 1.141.2
170
+ * @version 1.142.1
169
171
  * @alias sap.ui.core.Manifest
170
172
  * @since 1.33.0
171
173
  */
@@ -201,13 +203,14 @@ sap.ui.define([
201
203
  var sComponentName = this.getComponentName(),
202
204
  sBaseUrl = mOptions && mOptions.baseUrl || sComponentName && sap.ui.require.toUrl(sComponentName.replace(/\./g, "/")) + "/";
203
205
  if (sBaseUrl) {
204
- this._oBaseUri = new URI(sBaseUrl).absoluteTo(new URI(document.baseURI).search(""));
206
+ this._oBaseUri = new _URL(sBaseUrl, document.baseURI);
205
207
  }
206
208
 
207
209
  // determine the base URL of the manifest or use the component base
208
210
  // as by default the manifest is next to the component controller
209
211
  if (mOptions && typeof mOptions.url === "string") {
210
- this._oManifestBaseUri = new URI(mOptions.url).absoluteTo(new URI(document.baseURI).search("")).search("");
212
+ this._oManifestBaseUri = new _URL(mOptions.url, document.baseURI);
213
+ this._oManifestBaseUri.search = "";
211
214
  } else {
212
215
  this._oManifestBaseUri = this._oBaseUri;
213
216
  }
@@ -281,18 +284,15 @@ sap.ui.define([
281
284
  _loadI18n: function(bAsync) {
282
285
  // extract the i18n URI from the manifest
283
286
  var oManifest = this._oRawManifest,
284
- oI18nURI,
285
287
  // a bundle url given in the "sap.app.i18n" section is by default always resolved relative to the manifest
286
288
  // when using the object syntax for the "sap.app.i18n" section a "bundleRelativeTo" property can be given to change the default
287
289
  sBaseBundleUrlRelativeTo = "manifest",
288
290
  vI18n = (oManifest["sap.app"] && oManifest["sap.app"]["i18n"]) || "i18n/i18n.properties";
289
291
 
290
292
  if (typeof vI18n === "string") {
291
- oI18nURI = new URI(vI18n);
292
-
293
293
  // load the ResourceBundle relative to the manifest
294
294
  return ResourceBundle.create({
295
- url: this.resolveUri(oI18nURI, sBaseBundleUrlRelativeTo),
295
+ url: this.resolveUri(vI18n, sBaseBundleUrlRelativeTo),
296
296
  async: bAsync
297
297
  });
298
298
 
@@ -646,8 +646,8 @@ sap.ui.define([
646
646
  if (mResourceRoots) {
647
647
  for (var sResourceRoot in mResourceRoots) {
648
648
  var sResourceRootPath = mResourceRoots[sResourceRoot];
649
- var oResourceRootURI = new URI(sResourceRootPath);
650
- if (oResourceRootURI.is("absolute") || (oResourceRootURI.path() && oResourceRootURI.path()[0] === "/")) {
649
+ var oResourceRootURI = new _URL(sResourceRootPath);
650
+ if (oResourceRootURI.isAbsolute() || oResourceRootURI.plainUrl?.[0] === "/") {
651
651
  future.errorThrows(`${this.getComponentName()}: Resource root for "${sResourceRoot}" is absolute and therefore won't be registered! "${sResourceRootPath}"`);
652
652
  continue;
653
653
  }
@@ -686,9 +686,10 @@ sap.ui.define([
686
686
  * @since 1.60.1
687
687
  */
688
688
  resolveUri: function(sUri, sRelativeTo) {
689
+ assert(sUri !== undefined && typeof sUri === "string", "'sUri' must be of type 'string'");
689
690
  var oRelativeToBaseUri = sRelativeTo === "manifest" ? this._oManifestBaseUri : this._oBaseUri;
690
691
  var oResultUri = _UrlResolver._resolveUri(sUri, oRelativeToBaseUri);
691
- return oResultUri && oResultUri.toString();
692
+ return oResultUri && oResultUri.sourceUrl;
692
693
  },
693
694
 
694
695
  /**
@@ -829,20 +830,20 @@ sap.ui.define([
829
830
  // or needs to be loaded from a specific client.
830
831
  // If the language or the client is already provided it won't be overridden
831
832
  // as this is expected to be only done by intension.
832
- var oManifestUrl = new URI(sManifestUrl);
833
- if (!oManifestUrl.hasQuery("sap-language")) {
834
- var sValue = Localization.getSAPLogonLanguage();
833
+ var oManifestUrl = new _URL(sManifestUrl);
834
+ if (!oManifestUrl.searchParams.has("sap-language")) {
835
+ const sValue = Localization.getSAPLogonLanguage();
835
836
  if (sValue) {
836
- oManifestUrl.addQuery("sap-language", sValue);
837
+ oManifestUrl.searchParams.set("sap-language", sValue);
837
838
  }
838
839
  }
839
- if (!oManifestUrl.hasQuery("sap-client")) {
840
- var sValue = BaseConfig.get({name: "sapClient", type:BaseConfig.Type.String, external: true});
840
+ if (!oManifestUrl.searchParams.has("sap-client")) {
841
+ const sValue = BaseConfig.get({name: "sapClient", type:BaseConfig.Type.String, external: true});
841
842
  if (sValue) {
842
- oManifestUrl.addQuery("sap-client", sValue);
843
+ oManifestUrl.searchParams.set("sap-client", sValue);
843
844
  }
844
845
  }
845
- sManifestUrl = oManifestUrl.toString();
846
+ sManifestUrl = oManifestUrl.sourceUrl;
846
847
 
847
848
  Log.info("Loading manifest via URL: " + sManifestUrl);
848
849
  if (!bAsync) {
@@ -26,7 +26,7 @@ sap.ui.define(['./Element', './library', "./Theming", "sap/base/Log"],
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.141.2
29
+ * @version 1.142.1
30
30
  *
31
31
  * @public
32
32
  * @alias sap.ui.core.Message
@@ -635,7 +635,7 @@ sap.ui.define([
635
635
  *
636
636
  * If the Popup's OpenState is different from "CLOSED" (i.e. if the Popup is already open, opening or closing), the call is ignored.
637
637
  *
638
- * @param {int} [iDuration=jQuery.fx.speed.fast] animation duration in milliseconds. For <code>iDuration</code> == 0 the opening happens synchronously without animation.
638
+ * @param {int} [iDuration=200] animation duration in milliseconds. For <code>iDuration</code> == 0 the opening happens synchronously without animation.
639
639
  * @param {sap.ui.core.Popup.Dock} [my=sap.ui.core.Popup.Dock.CenterCenter] the popup content's reference position for docking
640
640
  * @param {sap.ui.core.Popup.Dock} [at=sap.ui.core.Popup.Dock.CenterCenter] the "of" element's reference point for docking to
641
641
  * @param {string | sap.ui.core.Element | Element | jQuery | jQuery.Event} [of=document] specifies the reference element to which the given content should dock to
@@ -1013,8 +1013,15 @@ sap.ui.define([
1013
1013
  if (type == "focus") {
1014
1014
  var oDomRef = this._$().get(0);
1015
1015
  if (oDomRef) {
1016
- const oTarget = oEvent.target.shadowRoot ? oEvent.target.shadowRoot.activeElement : oEvent.target;
1017
- bContains = this._contains(oTarget);
1016
+ bContains = this._contains(oEvent.target);
1017
+
1018
+ let oTarget = oEvent.target;
1019
+
1020
+ // also check the shadow dom active element in case the event target has a shadow dom attached
1021
+ while (!bContains && oTarget.shadowRoot && oTarget.shadowRoot.activeElement) {
1022
+ bContains = this._contains(oTarget.shadowRoot.activeElement);
1023
+ oTarget = oTarget.shadowRoot.activeElement;
1024
+ }
1018
1025
 
1019
1026
  Log.debug("focus event on " + oEvent.target.id + ", contains: " + bContains);
1020
1027
 
@@ -1111,7 +1118,7 @@ sap.ui.define([
1111
1118
  * If the Popup is in the process of being opened and closed with an animation duration, the animation will be chained, but this functionality is dangerous,
1112
1119
  * may lead to inconsistent behavior and is thus not recommended and may even be removed.
1113
1120
  *
1114
- * @param {int} [iDuration=jQuery.fx.speed.fast] Animation duration in milliseconds. For <code>iDuration</code> == 0 the closing happens synchronously without animation.
1121
+ * @param {int} [iDuration=200] Animation duration in milliseconds. For <code>iDuration</code> == 0 the closing happens synchronously without animation.
1115
1122
  * @public
1116
1123
  */
1117
1124
  Popup.prototype.close = function(iDuration) {
@@ -2021,8 +2028,8 @@ sap.ui.define([
2021
2028
  * Null values and values < 0 are ignored.
2022
2029
  * A duration of 0 means no animation.
2023
2030
  *
2024
- * @param {int} [iOpenDuration=jQuery.fx.speed.fast] in milliseconds
2025
- * @param {int} [iCloseDuration=jQuery.fx.speed.fast] in milliseconds
2031
+ * @param {int} [iOpenDuration=200] in milliseconds
2032
+ * @param {int} [iCloseDuration=200] in milliseconds
2026
2033
  * @return {this} <code>this</code> to allow method chaining
2027
2034
  * @public
2028
2035
  */
@@ -46,6 +46,8 @@ sap.ui.define([
46
46
  "use strict";
47
47
  /*global SVGElement*/
48
48
 
49
+ const mOwnerInfo = new Map();
50
+
49
51
  var Element;
50
52
 
51
53
  var aCommonMethods = ["renderControl", "cleanupControlWithoutRendering", "accessibilityState", "icon"];
@@ -241,7 +243,7 @@ sap.ui.define([
241
243
  *
242
244
  * @extends Object
243
245
  * @author SAP SE
244
- * @version 1.141.2
246
+ * @version 1.142.1
245
247
  * @alias sap.ui.core.RenderManager
246
248
  * @hideconstructor
247
249
  * @public
@@ -1139,6 +1141,13 @@ sap.ui.define([
1139
1141
  return this;
1140
1142
  }
1141
1143
 
1144
+ if (oControl._sOwnerId && !mOwnerInfo.get(oControl._sOwnerId)) {
1145
+ mOwnerInfo.set(oControl._sOwnerId, Interaction.createOwnerComponentInfo(oControl)?.id);
1146
+ }
1147
+ const sAppComponentId = mOwnerInfo.get(oControl._sOwnerId);
1148
+
1149
+ const fnDone = Interaction.notifyControlRendering?.(sAppComponentId);
1150
+
1142
1151
  var oDomRef, oRenderer;
1143
1152
  var bTriggerBeforeRendering = true;
1144
1153
 
@@ -1230,6 +1239,8 @@ sap.ui.define([
1230
1239
  }
1231
1240
  }
1232
1241
 
1242
+ fnDone?.();
1243
+
1233
1244
  return this;
1234
1245
  };
1235
1246
 
@@ -1568,7 +1579,7 @@ sap.ui.define([
1568
1579
  }
1569
1580
 
1570
1581
  }
1571
- }, fnDone, oTargetDomNode);
1582
+ }, () => {fnDone(); mOwnerInfo.clear();}, oTargetDomNode);
1572
1583
  };
1573
1584
 
1574
1585
  /**
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @classdesc Base Class for a Renderer.
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.141.2
22
+ * @version 1.142.1
23
23
  * @namespace
24
24
  * @public
25
25
  * @alias sap.ui.core.Renderer
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @alias sap.ui.core.ResizeHandler
37
37
  * @extends sap.ui.base.Object
38
38
  * @author SAP SE
39
- * @version 1.141.2
39
+ * @version 1.142.1
40
40
  * @public
41
41
  */
42
42
 
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * The ScrollBar control can be used for virtual scrolling of a certain area.
45
45
  * This means: to simulate a very large scrollable area when technically the area is small and the control takes care of displaying the respective part only. E.g. a Table control can take care of only rendering the currently visible rows and use this ScrollBar control to make the user think he actually scrolls through a long list.
46
46
  * @extends sap.ui.core.Control
47
- * @version 1.141.2
47
+ * @version 1.142.1
48
48
  *
49
49
  * @public
50
50
  * @deprecated As of version 1.56, the concept has been discarded.
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.141.2
26
+ * @version 1.142.1
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.SeparatorItem
@@ -380,7 +380,9 @@ sap.ui.define([
380
380
  ShortcutHintsMixin.prototype._updateShortcutHintAccLabel = function(oHintInfo) {
381
381
  var oInvText,
382
382
  sInvTextId,
383
- oControl;
383
+ oControl,
384
+ oDOMElement,
385
+ bHasAriaKeyshortcuts;
384
386
 
385
387
  if (!oHintInfo.addAccessibilityLabel) {
386
388
  return;
@@ -392,6 +394,16 @@ sap.ui.define([
392
394
  return;
393
395
  }
394
396
 
397
+ // Check if the target DOM element already has aria-keyshortcuts
398
+ oDOMElement = document.getElementById(oHintInfo.id);
399
+ bHasAriaKeyshortcuts = oDOMElement && oDOMElement.hasAttribute("aria-keyshortcuts");
400
+
401
+ // If aria-keyshortcuts is present, don't add aria-describedby to avoid duplication
402
+ if (bHasAriaKeyshortcuts) {
403
+ return;
404
+ }
405
+
406
+ // Only add aria-describedby if aria-keyshortcuts is not available
395
407
  oInvText = getInvisibleText(oControl);
396
408
  sInvTextId = oInvText.getId();
397
409
 
@@ -25,7 +25,7 @@ sap.ui.define(['./Element', './library'],
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.141.2
28
+ * @version 1.142.1
29
29
  *
30
30
  * @public
31
31
  * @since 1.16.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class
33
33
  * Abstract class that can be extended in order to implement any extended tooltip. For example, RichTooltip Control is based on it. It provides the opening/closing behavior and the main "text" property.
34
34
  * @extends sap.ui.core.Control
35
- * @version 1.141.2
35
+ * @version 1.142.1
36
36
  *
37
37
  * @public
38
38
  * @alias sap.ui.core.TooltipBase
@@ -170,7 +170,7 @@ sap.ui.define([
170
170
  *
171
171
  * @extends sap.ui.base.ManagedObject
172
172
  * @author SAP SE
173
- * @version 1.141.2
173
+ * @version 1.142.1
174
174
  * @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
175
175
  * @public
176
176
  * @alias sap.ui.core.UIArea
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @extends sap.ui.core.Component
68
68
  * @abstract
69
69
  * @author SAP SE
70
- * @version 1.141.2
70
+ * @version 1.142.1
71
71
  * @alias sap.ui.core.UIComponent
72
72
  * @since 1.9.2
73
73
  */
@@ -17,7 +17,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
17
17
  *
18
18
  * @class
19
19
  * @author SAP SE
20
- * @version 1.141.2
20
+ * @version 1.142.1
21
21
  * @since 1.15.1
22
22
  * @alias sap.ui.core.UIComponentMetadata
23
23
  * @extends sap.ui.core.ComponentMetadata
@@ -16,7 +16,7 @@ sap.ui.define(['./Element', './library', './Lib', "sap/base/assert"],
16
16
  * Helper functionality for value state support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.141.2
19
+ * @version 1.142.1
20
20
  * @public
21
21
  * @namespace sap.ui.core.ValueStateSupport
22
22
  */
@@ -20,7 +20,7 @@ sap.ui.define(['./LayoutData', './library'],
20
20
  * @class
21
21
  * Allows to add multiple LayoutData to one control in case that an easy switch of layouts (e.g. in a Form) is needed.
22
22
  * @extends sap.ui.core.LayoutData
23
- * @version 1.141.2
23
+ * @version 1.142.1
24
24
  *
25
25
  * @public
26
26
  * @since 1.9.2