@openui5/sap.ui.core 1.124.1 → 1.124.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 (334) hide show
  1. package/.dtsgenrc +76 -0
  2. package/package.json +1 -1
  3. package/src/jquery.sap.global.js +4 -4
  4. package/src/jquery.sap.properties.js +2 -2
  5. package/src/jquery.sap.resources.js +1 -1
  6. package/src/jquery.sap.script.js +1 -1
  7. package/src/jquery.sap.storage.js +3 -3
  8. package/src/jquery.sap.ui.js +6 -2
  9. package/src/sap/base/Event.js +1 -1
  10. package/src/sap/base/Eventing.js +1 -1
  11. package/src/sap/base/config.js +1 -1
  12. package/src/sap/base/i18n/LanguageTag.js +1 -1
  13. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  14. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  15. package/src/sap/base/util/restricted/_castArray.js +1 -1
  16. package/src/sap/base/util/restricted/_compact.js +1 -1
  17. package/src/sap/base/util/restricted/_curry.js +1 -1
  18. package/src/sap/base/util/restricted/_debounce.js +1 -1
  19. package/src/sap/base/util/restricted/_difference.js +1 -1
  20. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  21. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  22. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  23. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_flatten.js +1 -1
  26. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  27. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  28. package/src/sap/base/util/restricted/_intersection.js +1 -1
  29. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  30. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  31. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  32. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  33. package/src/sap/base/util/restricted/_isNil.js +1 -1
  34. package/src/sap/base/util/restricted/_max.js +1 -1
  35. package/src/sap/base/util/restricted/_merge.js +1 -1
  36. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  37. package/src/sap/base/util/restricted/_min.js +1 -1
  38. package/src/sap/base/util/restricted/_omit.js +1 -1
  39. package/src/sap/base/util/restricted/_pick.js +1 -1
  40. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  41. package/src/sap/base/util/restricted/_throttle.js +1 -1
  42. package/src/sap/base/util/restricted/_toArray.js +1 -1
  43. package/src/sap/base/util/restricted/_union.js +1 -1
  44. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  45. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  46. package/src/sap/base/util/restricted/_uniq.js +1 -1
  47. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  48. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  49. package/src/sap/base/util/restricted/_without.js +1 -1
  50. package/src/sap/base/util/restricted/_xor.js +1 -1
  51. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  52. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  53. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  54. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  55. package/src/sap/ui/Device.js +35 -10
  56. package/src/sap/ui/Global.js +4 -4
  57. package/src/sap/ui/base/BindingInfo.js +26 -19
  58. package/src/sap/ui/base/Event.js +1 -1
  59. package/src/sap/ui/base/EventProvider.js +1 -1
  60. package/src/sap/ui/base/Interface.js +1 -1
  61. package/src/sap/ui/base/ManagedObject.js +1 -1
  62. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  63. package/src/sap/ui/base/Metadata.js +1 -1
  64. package/src/sap/ui/base/Object.js +1 -1
  65. package/src/sap/ui/base/ObjectPool.js +1 -1
  66. package/src/sap/ui/core/.library +1 -8
  67. package/src/sap/ui/core/BusyIndicator.js +1 -1
  68. package/src/sap/ui/core/Component.js +1 -1
  69. package/src/sap/ui/core/ComponentContainer.js +1 -1
  70. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  71. package/src/sap/ui/core/ComponentSupport.js +1 -1
  72. package/src/sap/ui/core/Configuration.js +1 -1
  73. package/src/sap/ui/core/Control.js +1 -1
  74. package/src/sap/ui/core/Core.js +1 -1
  75. package/src/sap/ui/core/CustomData.js +1 -1
  76. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  77. package/src/sap/ui/core/Element.js +50 -13
  78. package/src/sap/ui/core/ElementMetadata.js +1 -1
  79. package/src/sap/ui/core/EnabledPropagator.js +6 -1
  80. package/src/sap/ui/core/EventBus.js +1 -1
  81. package/src/sap/ui/core/Fragment.js +1 -1
  82. package/src/sap/ui/core/HTML.js +1 -1
  83. package/src/sap/ui/core/History.js +1 -1
  84. package/src/sap/ui/core/Icon.js +1 -1
  85. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  86. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  87. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  88. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  89. package/src/sap/ui/core/InvisibleText.js +1 -1
  90. package/src/sap/ui/core/Item.js +1 -1
  91. package/src/sap/ui/core/LabelEnablement.js +1 -1
  92. package/src/sap/ui/core/LayoutData.js +1 -1
  93. package/src/sap/ui/core/ListItem.js +1 -1
  94. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  95. package/src/sap/ui/core/Locale.js +1 -1
  96. package/src/sap/ui/core/LocaleData.js +1 -1
  97. package/src/sap/ui/core/Manifest.js +1 -1
  98. package/src/sap/ui/core/Message.js +1 -1
  99. package/src/sap/ui/core/RenderManager.js +1 -1
  100. package/src/sap/ui/core/Renderer.js +1 -1
  101. package/src/sap/ui/core/ResizeHandler.js +1 -1
  102. package/src/sap/ui/core/ScrollBar.js +1 -1
  103. package/src/sap/ui/core/SeparatorItem.js +1 -1
  104. package/src/sap/ui/core/Title.js +1 -1
  105. package/src/sap/ui/core/TooltipBase.js +1 -1
  106. package/src/sap/ui/core/UIArea.js +5 -5
  107. package/src/sap/ui/core/UIComponent.js +1 -1
  108. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  109. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  110. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  111. package/src/sap/ui/core/XMLComposite.js +1 -1
  112. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  113. package/src/sap/ui/core/date/UI5Date.js +1 -1
  114. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  115. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  116. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  117. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  118. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  119. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  120. package/src/sap/ui/core/format/DateFormat.js +3 -3
  121. package/src/sap/ui/core/format/FormatUtils.js +1 -1
  122. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  123. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  124. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  125. package/src/sap/ui/core/library.js +3 -3
  126. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  127. package/src/sap/ui/core/message/Message.js +1 -1
  128. package/src/sap/ui/core/message/MessageManager.js +1 -1
  129. package/src/sap/ui/core/message/MessageParser.js +1 -1
  130. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  131. package/src/sap/ui/core/mvc/ControllerExtension.js +16 -0
  132. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  133. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  134. package/src/sap/ui/core/mvc/JSView.js +1 -1
  135. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  136. package/src/sap/ui/core/mvc/View.js +1 -1
  137. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  138. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  139. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  140. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  141. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  142. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  143. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  144. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  145. package/src/sap/ui/core/service/Service.js +1 -1
  146. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  147. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  148. package/src/sap/ui/core/support/Plugin.js +1 -1
  149. package/src/sap/ui/core/support/Support.js +1 -1
  150. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  151. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  152. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  153. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  154. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  155. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  156. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  157. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  158. package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
  159. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  160. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  161. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  162. package/src/sap/ui/core/tmpl/Template.js +1 -1
  163. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  164. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  165. package/src/sap/ui/core/util/Export.js +1 -1
  166. package/src/sap/ui/core/util/ExportCell.js +1 -1
  167. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  168. package/src/sap/ui/core/util/ExportRow.js +1 -1
  169. package/src/sap/ui/core/util/ExportType.js +1 -1
  170. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  171. package/src/sap/ui/core/util/File.js +1 -1
  172. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  173. package/src/sap/ui/core/util/MockServer.js +1 -2
  174. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  175. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  176. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  177. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  178. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  179. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  180. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  181. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  182. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  183. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  184. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  185. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  186. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  187. package/src/sap/ui/debug/ControlTree.js +1 -1
  188. package/src/sap/ui/debug/DebugEnv.js +1 -1
  189. package/src/sap/ui/debug/PropertyList.js +1 -1
  190. package/src/sap/ui/model/ClientModel.js +1 -1
  191. package/src/sap/ui/model/CompositeDataState.js +1 -1
  192. package/src/sap/ui/model/CompositeType.js +1 -1
  193. package/src/sap/ui/model/DataState.js +1 -1
  194. package/src/sap/ui/model/MetaModel.js +1 -1
  195. package/src/sap/ui/model/Model.js +1 -1
  196. package/src/sap/ui/model/SelectionModel.js +1 -1
  197. package/src/sap/ui/model/SimpleType.js +1 -1
  198. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  199. package/src/sap/ui/model/Type.js +1 -1
  200. package/src/sap/ui/model/json/JSONModel.js +16 -11
  201. package/src/sap/ui/model/message/MessageModel.js +1 -1
  202. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  203. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  204. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  205. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  206. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  207. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +7 -2
  208. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  209. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  210. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  211. package/src/sap/ui/model/odata/type/Date.js +1 -1
  212. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  213. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  214. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  215. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  216. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  217. package/src/sap/ui/model/odata/type/Double.js +1 -1
  218. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  219. package/src/sap/ui/model/odata/type/Int.js +1 -1
  220. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  221. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  222. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  223. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  224. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  225. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  226. package/src/sap/ui/model/odata/type/Single.js +1 -1
  227. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  228. package/src/sap/ui/model/odata/type/String.js +1 -1
  229. package/src/sap/ui/model/odata/type/Time.js +1 -1
  230. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  231. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  232. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  233. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  234. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  235. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  236. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  237. package/src/sap/ui/model/odata/v4/ODataBinding.js +20 -20
  238. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +2 -2
  239. package/src/sap/ui/model/odata/v4/ODataListBinding.js +8 -4
  240. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  241. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  242. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
  243. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  244. package/src/sap/ui/model/type/Boolean.js +1 -1
  245. package/src/sap/ui/model/type/Currency.js +1 -1
  246. package/src/sap/ui/model/type/Date.js +1 -1
  247. package/src/sap/ui/model/type/DateInterval.js +1 -1
  248. package/src/sap/ui/model/type/DateTime.js +1 -1
  249. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  250. package/src/sap/ui/model/type/FileSize.js +1 -1
  251. package/src/sap/ui/model/type/Float.js +1 -1
  252. package/src/sap/ui/model/type/Integer.js +1 -1
  253. package/src/sap/ui/model/type/String.js +1 -1
  254. package/src/sap/ui/model/type/Time.js +1 -1
  255. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  256. package/src/sap/ui/model/type/Unit.js +1 -1
  257. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  258. package/src/sap/ui/performance/trace/FESR.js +2 -2
  259. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  260. package/src/sap/ui/performance/trace/Passport.js +1 -1
  261. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  262. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  263. package/src/sap/ui/test/generic/TestBase.js +1 -1
  264. package/src/sap/ui/util/Mobile.js +7 -4
  265. package/src/sap/ui/util/Storage.js +1 -1
  266. package/test/sap/ui/core/demokit/sample/Messaging/ODataBackendMessagesComp/ui5.yaml +1 -1
  267. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  268. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  269. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  270. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  271. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  272. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  273. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  274. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  275. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  276. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  277. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  278. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  279. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  280. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  281. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  282. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  283. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  284. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  285. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  286. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  287. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  288. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  289. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  290. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  291. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  292. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  293. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  294. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  295. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  296. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  297. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  298. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  299. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  300. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  301. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  302. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  303. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  304. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  305. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  306. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  307. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  308. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  309. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  310. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  311. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  312. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  313. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  314. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  315. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  316. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  317. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  318. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  319. package/test/sap/ui/core/qunit/Element_focus.qunit.js +42 -2
  320. package/test/sap/ui/core/qunit/json/JSONModel.qunit.js +21 -0
  321. package/test/sap/ui/core/qunit/odata/v2/ODataModel.integration.qunit.js +6 -3
  322. package/test/sap/ui/core/qunit/odata/v2/ODataTreeBindingFlatNoFakeService.qunit.js +94 -2
  323. package/test/sap/ui/core/qunit/odata/v4/ODataBinding.qunit.js +3 -3
  324. package/test/sap/ui/core/qunit/odata/v4/ODataContextBinding.qunit.js +3 -3
  325. package/test/sap/ui/core/qunit/odata/v4/ODataListBinding.qunit.js +53 -15
  326. package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +54 -2
  327. package/test/sap/ui/core/qunit/odata/v4/ODataPropertyBinding.qunit.js +1 -1
  328. package/test/sap/ui/core/qunit/performance/trace/FESR.qunit.js +9 -7
  329. package/test/sap/ui/core/qunit/types/DateFormat.qunit.js +51 -22
  330. package/test/sap/ui/core/qunit/ui/Device.qunit.js +68 -25
  331. package/test/sap/ui/core/qunit/ui5classes/ManagedObject.qunit.js +19 -0
  332. package/test/sap/ui/core/qunit/util/Mobile.qunit.js +12 -7
  333. package/test/sap/ui/core/relnotes/changes-1.124.json +66 -0
  334. package/test/sap/ui/core/samples/databinding/UnitTable/ui5.yaml +1 -1
package/.dtsgenrc CHANGED
@@ -151,6 +151,82 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "name": "sap.ui.core.mvc.ControllerExtension",
156
+ "methods": [
157
+ {
158
+ "name": "override",
159
+ "static": true,
160
+ "typeParameters": [
161
+ {
162
+ "name": "TheExtension",
163
+ "type": {
164
+ "kind": "NativeTSTypeExpression",
165
+ "type": "new () => ControllerExtension"
166
+ }
167
+ },
168
+ {
169
+ "name": "AddtlProps",
170
+ "type": "object"
171
+ }
172
+ ],
173
+ "parameters": [
174
+ {
175
+ "name": "this",
176
+ "type": {
177
+ "kind": "TypeReference",
178
+ "typeName": "TheExtension"
179
+ },
180
+ "description": ""
181
+ },
182
+ {
183
+ "name": "customExtension",
184
+ "type": {
185
+ "kind": "TypeReference",
186
+ "typeName": "AddtlProps"
187
+ },
188
+ "description": "The custom extension definition"
189
+ }
190
+ ],
191
+ "returnValue": {
192
+ "type": {
193
+ "kind": "NativeTSTypeExpression",
194
+ "type": "new () => InstanceType<TheExtension> & AddtlProps"
195
+ },
196
+ "description": "The adapted controller extension class"
197
+ }
198
+ },
199
+ {
200
+ "name": "use",
201
+ "static": true,
202
+ "visibility": "public",
203
+ "description": "A marker method for applying controller extensions to controller class members in TypeScript code.\nThis method is only used to make TypeScript usage compatible to the UI5 runtime behavior, where an extension *class* is assigned when the controller is defined, but each controller instance gets an *instance* of this extension. This method call is removed in the class transformer when the ES class is transformed to the traditional UI5 class definition syntax.\n\nTo allow for proper removal, it may only be called directly on the base class <code>ControllerExtension</code>, at the place where a controller extension is assigned to a member property of the new controller class. The class transformation then removes this call. If it is not removed because it is used in any other way, then it throws an error at runtime.\n\nUsage example:<pre>import Routing from \"sap/fe/core/controllerextensions/Routing\";\nimport ControllerExtension from \"sap/ui/core/mvc/ControllerExtension\";\n...\nexport default class App extends Controller {\n routing = ControllerExtension.use(Routing);\n</pre>\nUsage example with overriding extension callbacks:<pre>import Routing from \"sap/fe/core/controllerextensions/Routing\";\nimport ControllerExtension from \"sap/ui/core/mvc/ControllerExtension\";\n...\nexport default class App extends Controller {\n routing = ControllerExtension.use(Routing.override({\n ...\n }));\n</pre>",
204
+ "typeParameters": [
205
+ {
206
+ "name": "TheExtension",
207
+ "type": "sap.ui.core.mvc.ControllerExtension"
208
+ }
209
+ ],
210
+ "parameters": [
211
+ {
212
+ "name": "extensionClass",
213
+ "type": {
214
+ "kind": "NativeTSTypeExpression",
215
+ "type": "new () => TheExtension"
216
+ },
217
+ "description": "The ControllerExtension to use"
218
+ }
219
+ ],
220
+ "returnValue": {
221
+ "type": {
222
+ "kind": "TypeReference",
223
+ "typeName": "TheExtension"
224
+ },
225
+ "description": "An instance of the given <code>ControllerExtension</code>. <b>NOTE:</b> this is only a dummy return type for proper usage in TypeScript. This method does not actually return an instance of <code>ControllerExtension</code>, but only throws an error at runtime. The sole purpose of this method is to mimic the actual runtime behavior where a *class* is given when a controller is defined, but an *instance* is present in each controller instance."
226
+ }
227
+ }
228
+ ]
229
+ },
154
230
  {
155
231
  "name": "sap.ui.base.ManagedObject",
156
232
  "methods": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.core",
3
- "version": "1.124.1",
3
+ "version": "1.124.3",
4
4
  "description": "OpenUI5 Core Library sap.ui.core",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -151,7 +151,7 @@ sap.ui.define([
151
151
  /**
152
152
  * Root Namespace for the jQuery plug-in provided by SAP SE.
153
153
  *
154
- * @version 1.124.1
154
+ * @version 1.124.3
155
155
  * @namespace
156
156
  * @public
157
157
  * @static
@@ -803,7 +803,7 @@ sap.ui.define([
803
803
  * @public
804
804
  * @static
805
805
  * @function
806
- * @deprecated since 1.58
806
+ * @deprecated as of version 1.58. Use native JavaScript instead.
807
807
  */
808
808
  jQuery.sap.getter = function(oValue) {
809
809
  return function() {
@@ -1528,7 +1528,7 @@ sap.ui.define([
1528
1528
  * @see jQuery.sap.isDeclared
1529
1529
  * @public
1530
1530
  * @static
1531
- * @deprecated since 1.58
1531
+ * @deprecated as of version 1.58. Applications must not rely on such internal information. There is no API replacement.
1532
1532
  * @function
1533
1533
  */
1534
1534
  jQuery.sap.getAllDeclaredModules = LoaderExtensions.getAllRequiredModules;
@@ -1890,7 +1890,7 @@ sap.ui.define([
1890
1890
  * @type void
1891
1891
  * @public
1892
1892
  * @static
1893
- * @deprecated since 1.58
1893
+ * @deprecated as of version 1.58. Do not use to avoid violation of Content Security Policy (CSP).
1894
1894
  * @SecSink {0|XSS} Parameter is evaluated
1895
1895
  */
1896
1896
  jQuery.sap.globalEval = function() {
@@ -59,7 +59,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/util/Properties'],
59
59
  /**
60
60
  * @namespace jQuery.sap.util
61
61
  * @public
62
- * @deprecated as of version 1.120
62
+ * @deprecated as of version 1.120. Use {@link module:sap/base/util/Properties} instead
63
63
  */
64
64
 
65
65
  /**
@@ -73,7 +73,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/util/Properties'],
73
73
  * {@link #setProperty} to store or change a value for a key and {@link #getKeys}
74
74
  * can be used to retrieve an array of all keys that are currently stored in the collection.
75
75
  *
76
- * @version 1.124.1
76
+ * @version 1.124.3
77
77
  * @since 0.9.0
78
78
  * @name jQuery.sap.util.Properties
79
79
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * Exception: Fallback for "zh_HK" is "zh_TW" before zh.
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.124.1
102
+ * @version 1.124.3
103
103
  * @since 0.9.0
104
104
  * @name jQuery.sap.util.ResourceBundle
105
105
  * @public
@@ -267,7 +267,7 @@ sap.ui.define([
267
267
  * Use {@link jQuery.sap.getUriParameters} to create an instance of jQuery.sap.util.UriParameters.
268
268
  *
269
269
  * @author SAP SE
270
- * @version 1.124.1
270
+ * @version 1.124.3
271
271
  * @since 0.9.0
272
272
  * @name jQuery.sap.util.UriParameters
273
273
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @param {string} [sIdPrefix] Prefix used for the Ids. If not set a default prefix is used.
38
38
  * @returns {jQuery.sap.storage.Storage}
39
39
  *
40
- * @version 1.124.1
40
+ * @version 1.124.3
41
41
  * @since 0.11.0
42
42
  * @namespace
43
43
  * @public
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * should be deleted the method {@link #removeAll} should be used.
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.124.1
101
+ * @version 1.124.3
102
102
  * @since 0.11.0
103
103
  * @public
104
104
  * @name jQuery.sap.storage.Storage
@@ -203,7 +203,7 @@ sap.ui.define([
203
203
  * Enumeration of the storage types supported by {@link jQuery.sap.storage.Storage}
204
204
  * @enum {string}
205
205
  * @public
206
- * @version 1.124.1
206
+ * @version 1.124.3
207
207
  * @since 0.11.0
208
208
  * @deprecated as of version 1.120. Use {@link module:sap/ui/util/Storage.Type sap/ui/util/Storage.Type} instead.
209
209
  */
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @name jQuery#root
33
33
  * @function
34
34
  * @public
35
- * @deprecated since 1.58
35
+ * @deprecated as of version 1.58. Use {@link sap.ui.core.Control#placeAt Control#placeAt} instead for adding a control, or use {@link sap.ui.core.UIArea#getContent} to retrieve a content control.
36
36
  */
37
37
  jQuery.fn.root = function(oRootControl) {
38
38
  // handle 'setRoot'
@@ -71,7 +71,11 @@ sap.ui.define([
71
71
  * @name jQuery#uiarea
72
72
  * @function
73
73
  * @public
74
- * @deprecated since 1.58
74
+ * @deprecated As of version 1.58. Applications should
75
+ * not be interested in a certain <code>UIArea</code>. They should only
76
+ * assign controls by using {@link sap.ui.core.Control.prototype.placeAt
77
+ * Control.prototype.placeAt} or by the API of a <code>UIArea</code> as reachable
78
+ * via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
75
79
  */
76
80
  jQuery.fn.uiarea = function(iIdx) {
77
81
  // UIAreas need to have IDs... so reduce to those elements first
@@ -11,7 +11,7 @@ sap.ui.define(() => {
11
11
 
12
12
  /**
13
13
  * @author SAP SE
14
- * @version 1.124.1
14
+ * @version 1.124.3
15
15
  *
16
16
  * Creates an event with the given <code>sType</code>,
17
17
  * linked to the provided <code>oTarget</code> and enriched with the <code>oParameters</code>.
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Eventing
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.124.1
21
+ * @version 1.124.3
22
22
  *
23
23
  * @since 1.120.0
24
24
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * The base Configuration.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.124.1
19
+ * @version 1.124.3
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.core, sap.fl, sap.ui.intergration, sap.ui.export
22
22
  * @alias module:sap/base/config
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @param {string} sLanguageTag the language tag identifier, in format en-US or en_US.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.124.1
39
+ * @version 1.124.3
40
40
  * @public
41
41
  * @alias module:sap/base/i18n/LanguageTag
42
42
  */
@@ -10,7 +10,7 @@ sap.ui.define([], function() {
10
10
  * Static collection of utility functions to handle time zone related conversions
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @namespace
15
15
  * @alias module:sap/base/i18n/date/TimezoneUtils
16
16
  * @private
@@ -26,7 +26,7 @@
26
26
  * @alias module:sap/base/util/restricted/_CancelablePromise
27
27
  * @author SAP SE
28
28
  * @since 1.79
29
- * @version 1.124.1
29
+ * @version 1.124.3
30
30
  * @private
31
31
  * @ui5-restricted
32
32
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_castArray
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_compact
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_curry
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_debounce
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_difference
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_differenceBy
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_differenceWith
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMap
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMapDeep
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMapDepth
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatten
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flattenDeep
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flattenDepth
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersection
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersectionBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersectionWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isEqual
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isEqualWith
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isNil
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_max
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_merge
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_mergeWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_min
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_omit
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_pick
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_pickBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_throttle
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_toArray
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_union
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_unionBy
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_unionWith
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniq
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniqBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniqWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_without
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_xor
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_xorBy
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.124.1
13
+ * @version 1.124.3
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */