@openui5/sap.ui.core 1.120.16 → 1.120.18

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 (327) 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 +3 -3
  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 +1 -1
  78. package/src/sap/ui/core/ElementMetadata.js +1 -1
  79. package/src/sap/ui/core/EnabledPropagator.js +1 -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/TimezoneUtil.js +1 -1
  122. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  123. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  124. package/src/sap/ui/core/library.js +3 -3
  125. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  126. package/src/sap/ui/core/message/Message.js +1 -1
  127. package/src/sap/ui/core/message/MessageManager.js +1 -1
  128. package/src/sap/ui/core/message/MessageParser.js +1 -1
  129. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  130. package/src/sap/ui/core/mvc/ControllerExtension.js +16 -0
  131. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  132. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  133. package/src/sap/ui/core/mvc/JSView.js +1 -1
  134. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  135. package/src/sap/ui/core/mvc/View.js +1 -1
  136. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  137. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  138. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  139. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  140. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  141. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  142. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  143. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  144. package/src/sap/ui/core/service/Service.js +1 -1
  145. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  146. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  147. package/src/sap/ui/core/support/Plugin.js +1 -1
  148. package/src/sap/ui/core/support/Support.js +1 -1
  149. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  150. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  151. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  152. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  153. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  154. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  155. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  156. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  157. package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
  158. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  159. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  160. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  161. package/src/sap/ui/core/tmpl/Template.js +1 -1
  162. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  163. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  164. package/src/sap/ui/core/util/Export.js +1 -1
  165. package/src/sap/ui/core/util/ExportCell.js +1 -1
  166. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  167. package/src/sap/ui/core/util/ExportRow.js +1 -1
  168. package/src/sap/ui/core/util/ExportType.js +1 -1
  169. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  170. package/src/sap/ui/core/util/File.js +1 -1
  171. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  172. package/src/sap/ui/core/util/MockServer.js +1 -2
  173. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  174. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  175. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  176. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  177. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  178. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  179. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  180. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  181. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  182. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  183. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  184. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  185. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  186. package/src/sap/ui/debug/ControlTree.js +1 -1
  187. package/src/sap/ui/debug/DebugEnv.js +1 -1
  188. package/src/sap/ui/debug/PropertyList.js +1 -1
  189. package/src/sap/ui/model/ClientModel.js +1 -1
  190. package/src/sap/ui/model/CompositeDataState.js +1 -1
  191. package/src/sap/ui/model/CompositeType.js +1 -1
  192. package/src/sap/ui/model/DataState.js +1 -1
  193. package/src/sap/ui/model/MetaModel.js +1 -1
  194. package/src/sap/ui/model/Model.js +1 -1
  195. package/src/sap/ui/model/SelectionModel.js +1 -1
  196. package/src/sap/ui/model/SimpleType.js +1 -1
  197. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  198. package/src/sap/ui/model/Type.js +1 -1
  199. package/src/sap/ui/model/json/JSONModel.js +17 -10
  200. package/src/sap/ui/model/message/MessageModel.js +1 -1
  201. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  202. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  203. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  204. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  205. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  206. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  207. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  208. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  209. package/src/sap/ui/model/odata/type/Date.js +1 -1
  210. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  211. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  212. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  213. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  214. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  215. package/src/sap/ui/model/odata/type/Double.js +1 -1
  216. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  217. package/src/sap/ui/model/odata/type/Int.js +1 -1
  218. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  219. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  220. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  221. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  222. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  223. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  224. package/src/sap/ui/model/odata/type/Single.js +1 -1
  225. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  226. package/src/sap/ui/model/odata/type/String.js +1 -1
  227. package/src/sap/ui/model/odata/type/Time.js +1 -1
  228. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  229. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  230. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  231. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  232. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  233. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  234. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  235. package/src/sap/ui/model/odata/v4/ODataBinding.js +20 -20
  236. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +2 -2
  237. package/src/sap/ui/model/odata/v4/ODataListBinding.js +8 -4
  238. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  239. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  240. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
  241. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  242. package/src/sap/ui/model/type/Boolean.js +1 -1
  243. package/src/sap/ui/model/type/Currency.js +1 -1
  244. package/src/sap/ui/model/type/Date.js +1 -1
  245. package/src/sap/ui/model/type/DateInterval.js +1 -1
  246. package/src/sap/ui/model/type/DateTime.js +1 -1
  247. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  248. package/src/sap/ui/model/type/FileSize.js +1 -1
  249. package/src/sap/ui/model/type/Float.js +1 -1
  250. package/src/sap/ui/model/type/Integer.js +1 -1
  251. package/src/sap/ui/model/type/String.js +1 -1
  252. package/src/sap/ui/model/type/Time.js +1 -1
  253. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  254. package/src/sap/ui/model/type/Unit.js +1 -1
  255. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  256. package/src/sap/ui/performance/trace/FESR.js +1 -1
  257. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  258. package/src/sap/ui/performance/trace/Passport.js +1 -1
  259. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  260. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  261. package/src/sap/ui/test/generic/TestBase.js +1 -1
  262. package/src/sap/ui/util/Mobile.js +7 -4
  263. package/src/sap/ui/util/Storage.js +1 -1
  264. package/test/sap/ui/core/demokit/sample/MessageManager/ODataBackendMessagesComp/ui5.yaml +1 -1
  265. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  266. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  267. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  268. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  269. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  270. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  271. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  272. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  273. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  274. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  275. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  276. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  277. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  278. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  279. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  280. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  281. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  282. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  283. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  284. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  285. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  286. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  287. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  288. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  289. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  290. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  291. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  292. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  293. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  294. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  295. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  296. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  297. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  298. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  299. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  300. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  301. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  302. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  303. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  304. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  305. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  306. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  307. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  308. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  309. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  310. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  311. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  312. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  313. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  314. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  315. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  316. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  317. package/test/sap/ui/core/qunit/ManagedObject.qunit.js +19 -0
  318. package/test/sap/ui/core/qunit/json/JSONModel.qunit.js +21 -0
  319. package/test/sap/ui/core/qunit/odata/v4/ODataBinding.qunit.js +3 -3
  320. package/test/sap/ui/core/qunit/odata/v4/ODataContextBinding.qunit.js +3 -3
  321. package/test/sap/ui/core/qunit/odata/v4/ODataListBinding.qunit.js +53 -15
  322. package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +54 -2
  323. package/test/sap/ui/core/qunit/odata/v4/ODataPropertyBinding.qunit.js +1 -1
  324. package/test/sap/ui/core/qunit/performance/trace/FESR.qunit.js +9 -7
  325. package/test/sap/ui/core/qunit/types/DateFormat.qunit.js +51 -22
  326. package/test/sap/ui/core/qunit/util/Mobile.qunit.js +12 -7
  327. package/test/sap/ui/core/relnotes/changes-1.120.json +61 -0
@@ -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.120.16
28
+ * @version 1.120.18
29
29
  *
30
30
  * @public
31
31
  * @since 1.16.0
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class
32
32
  * 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.
33
33
  * @extends sap.ui.core.Control
34
- * @version 1.120.16
34
+ * @version 1.120.18
35
35
  *
36
36
  * @public
37
37
  * @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.120.16
173
+ * @version 1.120.18
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
@@ -274,7 +274,7 @@ sap.ui.define([
274
274
  * the hosting DOM node for this instance of <code>UIArea</code>.
275
275
  * @public
276
276
  * @deprecated As of version 1.107, without a replacement. Applications should
277
- * not create or modify <code>UIArea</code>s programmatically. THey should only
277
+ * not create or modify <code>UIArea</code>s programmatically. They should only
278
278
  * assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt
279
279
  * Control.prototype.placeAt} or use the API of a <code>UIArea</code> as reachable
280
280
  * via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
@@ -1435,7 +1435,7 @@ sap.ui.define([
1435
1435
  * @public
1436
1436
  * @since 1.107
1437
1437
  * @deprecated As of version 1.120, without a replacement. Applications should
1438
- * not be interested in the set of all <code>UIArea</code>s. They should only
1438
+ * not be interested in the set of <code>UIArea</code>s. They should only
1439
1439
  * assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt
1440
1440
  * Control.prototype.placeAt} or use the API of a <code>UIArea</code> as reachable
1441
1441
  * via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
@@ -1450,7 +1450,7 @@ sap.ui.define([
1450
1450
  * @name sap.ui.core.UIArea.registry.size
1451
1451
  * @public
1452
1452
  * @deprecated As of version 1.120, without a replacement. Applications should
1453
- * not be interested in the set of all <code>UIArea</code>s. They should only
1453
+ * not be interested in the set of <code>UIArea</code>s. They should only
1454
1454
  * assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt
1455
1455
  * Control.prototype.placeAt} or use the API of a <code>UIArea</code> as reachable
1456
1456
  * via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
@@ -1491,7 +1491,7 @@ sap.ui.define([
1491
1491
  * @function
1492
1492
  * @public
1493
1493
  * @deprecated As of version 1.120, without a replacement. Applications should
1494
- * not be interested in the set of all <code>UIArea</code>s. They should only
1494
+ * not be interested in a certain <code>UIArea</code>. They should only
1495
1495
  * assign controls to them, by using {@link sap.ui.core.Control.prototype.placeAt
1496
1496
  * Control.prototype.placeAt} or use the API of a <code>UIArea</code> as reachable
1497
1497
  * via {@link sap.ui.core.Control.prototype.getUIArea Control.prototype.getUIArea}.
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.core.Component
56
56
  * @abstract
57
57
  * @author SAP SE
58
- * @version 1.120.16
58
+ * @version 1.120.18
59
59
  * @alias sap.ui.core.UIComponent
60
60
  * @since 1.9.2
61
61
  */
@@ -18,7 +18,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
18
18
  * @experimental Since 1.15.1. The Component concept is still under construction, so some implementation details can be changed in future.
19
19
  * @class
20
20
  * @author SAP SE
21
- * @version 1.120.16
21
+ * @version 1.120.18
22
22
  * @since 1.15.1
23
23
  * @alias sap.ui.core.UIComponentMetadata
24
24
  * @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.120.16
19
+ * @version 1.120.18
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.120.16
23
+ * @version 1.120.18
24
24
  *
25
25
  * @public
26
26
  * @since 1.9.2
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  * @extends sap.ui.core.Control
149
149
  *
150
150
  * @author SAP SE
151
- * @version 1.120.16
151
+ * @version 1.120.18
152
152
  * @since 1.56.0
153
153
  * @alias sap.ui.core.XMLComposite
154
154
  * @see {@link topic:b83a4dcb7d0e46969027345b8d32fd44 XML Composite Controls}
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @param {object} oClassInfo static info to construct the metadata from
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.120.16
33
+ * @version 1.120.18
34
34
  * @since 1.50.0
35
35
  * @alias sap.ui.core.XMLCompositeMetadata
36
36
  * @extends sap.ui.core.ElementMetadata
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * @hideconstructor
61
61
  * @public
62
62
  * @since 1.111.0
63
- * @version 1.120.16
63
+ * @version 1.120.18
64
64
  */
65
65
  function UI5Date(vDateParts, sTimezoneID) {
66
66
  var oDateInstance = UI5Date._createDateInstance(vDateParts);
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  * @param {Element[]} aItemDomRefs Array of DOM references representing the items for the navigation
83
83
  * @param {boolean} [bNotInTabChain=false] Whether the selected element should be in the tab chain or not
84
84
  *
85
- * @version 1.120.16
85
+ * @version 1.120.18
86
86
  * @alias sap.ui.core.delegate.ItemNavigation
87
87
  * @public
88
88
  */
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  *
59
59
  * @protected
60
60
  * @alias sap.ui.core.delegate.ScrollEnablement
61
- * @version 1.120.16
61
+ * @version 1.120.18
62
62
  * @author SAP SE
63
63
  */
64
64
  var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @extends sap.ui.core.Element
39
39
  * @author SAP SE
40
- * @version 1.120.16
40
+ * @version 1.120.18
41
41
  *
42
42
  * @public
43
43
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/core/Element", "./DragInfo", "./DropInfo", "sap/base/Log"
22
22
  * @extends sap.ui.core.dnd.DropInfo
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.120.16
25
+ * @version 1.120.18
26
26
  *
27
27
  * @public
28
28
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["./DragDropBase"],
22
22
  * @extends sap.ui.core.dnd.DragDropBase
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.120.16
25
+ * @version 1.120.18
26
26
  *
27
27
  * @public
28
28
  * @since 1.56
@@ -21,7 +21,7 @@ sap.ui.define(["./DragDropBase"],
21
21
  * @extends sap.ui.core.dnd.DragDropBase
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.120.16
24
+ * @version 1.120.18
25
25
  *
26
26
  * @public
27
27
  * @since 1.56
@@ -2743,9 +2743,9 @@ sap.ui.define([
2743
2743
  // no need to use UI5Date.getInstance as only the UTC timestamp is used
2744
2744
  oDate = UniversalDate.getInstance(new Date(0), sCalendarType);
2745
2745
  oDate.setUTCEra(oDateValue.era || UniversalDate.getCurrentEra(sCalendarType));
2746
- oDate.setUTCFullYear(iYear);
2747
- oDate.setUTCMonth(oDateValue.month || 0);
2748
- oDate.setUTCDate(oDateValue.day || 1);
2746
+ // Set parsed year, month and day in one call to avoid calculation issues when converting the calendar specific
2747
+ // date into a Gregorian date.
2748
+ oDate.setUTCFullYear(iYear, oDateValue.month || 0, oDateValue.day || 1);
2749
2749
  oDate.setUTCHours(oDateValue.hour || 0);
2750
2750
  oDate.setUTCMinutes(oDateValue.minute || 0);
2751
2751
  oDate.setUTCSeconds(oDateValue.second || 0);
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * Static collection of utility functions to handle time zone related conversions
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.120.16
16
+ * @version 1.120.18
17
17
  * @namespace
18
18
  * @name module:sap/ui/core/format/TimezoneUtils
19
19
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
 
17
17
  const BASE_CVERS = Version("1.14");
18
18
 
19
- const VERSION = "1.120.16";
19
+ const VERSION = "1.120.18";
20
20
 
21
21
  var M_COMPAT_FEATURES = {
22
22
  "xx-test" : "1.15", //for testing purposes only
@@ -400,7 +400,7 @@ sap.ui.define([
400
400
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
401
401
  * @extends sap.ui.base.ManagedObject
402
402
  * @author SAP SE
403
- * @version 1.120.16
403
+ * @version 1.120.18
404
404
  * @hideconstructor
405
405
  * @public
406
406
  * @since 1.60
@@ -26,13 +26,13 @@ sap.ui.define([
26
26
  * @namespace
27
27
  * @alias sap.ui.core
28
28
  * @author SAP SE
29
- * @version 1.120.16
29
+ * @version 1.120.18
30
30
  * @since 0.8
31
31
  * @public
32
32
  */
33
33
  var thisLib = Library.init({
34
34
  name: "sap.ui.core",
35
- version: "1.120.16",
35
+ version: "1.120.18",
36
36
  designtime: "sap/ui/core/designtime/library.designtime",
37
37
  // "apiVersion" is still WIP and in 1.120 restricted to the sap.ui.core library only!
38
38
  // TODO: Remove spread operator once UI5 Tooling can validate this new property
@@ -1608,7 +1608,7 @@ sap.ui.define([
1608
1608
  /**
1609
1609
  * Sort order of a column.
1610
1610
  *
1611
- * @version 1.120.16
1611
+ * @version 1.120.18
1612
1612
  * @enum {string}
1613
1613
  * @public
1614
1614
  * @since 1.61.0
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.120.16
32
+ * @version 1.120.18
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.120.16
38
+ * @version 1.120.18
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.Object
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.120.16
40
+ * @version 1.120.18
41
41
  *
42
42
  * @public
43
43
  * @alias sap.ui.core.message.MessageManager
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
17
17
  * @extends sap.ui.base.Object
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.120.16
20
+ * @version 1.120.18
21
21
  * @public
22
22
  * @abstract
23
23
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.120.16
30
+ * @version 1.120.18
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -148,6 +148,22 @@ sap.ui.define([
148
148
  return oClass;
149
149
  };
150
150
 
151
+ /**
152
+ * A placeholder for the dummy function in the TypeScript types. Correct calls in TypeScript code will be removed and should not happen at runtime.
153
+ * Do not implement, override or remove!
154
+ *
155
+ * @param {function} oExtensionClass The controller extension class
156
+ * @return {sap.ui.core.mvc.ControllerExtension} A controller extension instance
157
+ * @private
158
+ */
159
+ ControllerExtension.use = function(oExtensionClass) {
160
+ throw new Error("ControllerExtension.use() is not a function that may be called at runtime. It is not contained in the public API."
161
+ + "It is only used in TypeScript as a dummy function to convert a ControllerExtension class to an instance, but is supposed "
162
+ + "to be removed by the class transformation. If you see this error, the call has not been removed as expected. Make sure to a) "
163
+ + "only call this method on the base class 'ControllerExtension', not a derived class, and to b) only call it when defining class "
164
+ + "member properties in an ES6-style class, and to c) use an up-to-date version of the 'transform-modules-ui5' Babel plugin or "
165
+ + "the 'ui5-tooling-transpile' task/middleware for the UI5 build tooling. Only when used like this, the call is properly recognized and removed.");
166
+ };
151
167
 
152
168
  /**
153
169
  * Override a method depending on the overrideExecution strategy
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.mvc.View
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.120.16
46
+ * @version 1.120.18
47
47
  *
48
48
  * @public
49
49
  * @since 1.9.2
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class
44
44
  * A View defined using JSON.
45
45
  * @extends sap.ui.core.mvc.View
46
- * @version 1.120.16
46
+ * @version 1.120.18
47
47
  *
48
48
  * @public
49
49
  * @alias sap.ui.core.mvc.JSONView
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  *
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.120.16
30
+ * @version 1.120.18
31
31
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
32
32
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
33
33
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.120.16
32
+ * @version 1.120.18
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -142,7 +142,7 @@ sap.ui.define([
142
142
  * The default implementation of this method returns <code>false</code>.
143
143
  *
144
144
  * @extends sap.ui.core.Control
145
- * @version 1.120.16
145
+ * @version 1.120.18
146
146
  *
147
147
  * @public
148
148
  * @alias sap.ui.core.mvc.View
@@ -110,7 +110,7 @@ sap.ui.define([
110
110
  * bound content aggregation. An error will be thrown when the above combination is detected.
111
111
  *
112
112
  * @extends sap.ui.core.mvc.View
113
- * @version 1.120.16
113
+ * @version 1.120.18
114
114
  *
115
115
  * @public
116
116
  * @alias sap.ui.core.mvc.XMLView
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @see sap.ui.core.DeclarativeSupport
22
22
  * @public
23
23
  * @since 1.7.0
24
- * @version 1.120.16
24
+ * @version 1.120.18
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  * @deprecated since 1.120
27
27
  */
@@ -44,7 +44,7 @@
44
44
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
45
45
  *
46
46
  * @author Peter Muessig
47
- * @version 1.120.16
47
+ * @version 1.120.18
48
48
  * @private
49
49
  * @alias sap.ui.core.plugin.LessSupport
50
50
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @public
22
22
  * @since 1.15.0
23
23
  * @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead
24
- * @version 1.120.16
24
+ * @version 1.120.18
25
25
  * @alias sap.ui.core.plugin.TemplatingSupport
26
26
  */
27
27
  var TemplatingSupport = function() {
@@ -36,7 +36,7 @@ function (
36
36
  * @alias sap.ui.core.postmessage.Bus
37
37
  * @author SAP SE
38
38
  * @since 1.56.0
39
- * @version 1.120.16
39
+ * @version 1.120.18
40
40
  * @private
41
41
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
42
42
  */
@@ -13,7 +13,7 @@ sap.ui.define(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.120.16
16
+ * @version 1.120.18
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -27,8 +27,8 @@ sap.ui.define([
27
27
  * @class
28
28
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
29
29
  * @extends sap.ui.core.search.SearchProvider
30
- * @version 1.120.16
31
- * @deprecated since 1.120
30
+ * @version 1.120.18
31
+ * @deprecated as of version 1.120. There is no API replacement.
32
32
  *
33
33
  * @public
34
34
  * @alias sap.ui.core.search.OpenSearchProvider
@@ -23,8 +23,8 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
23
23
  *
24
24
  * Do not create instances of this class, but use a concrete subclass instead.
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.120.16
27
- * @deprecated since 1.120
26
+ * @version 1.120.18
27
+ * @deprecated since 1.120. There is no API replacement.
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.search.SearchProvider
@@ -69,7 +69,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
69
69
  *
70
70
  * @extends sap.ui.base.Object
71
71
  * @author SAP SE
72
- * @version 1.120.16
72
+ * @version 1.120.18
73
73
  * @alias sap.ui.core.service.Service
74
74
  * @abstract
75
75
  * @private
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
83
83
  *
84
84
  * @extends sap.ui.base.Object
85
85
  * @author SAP SE
86
- * @version 1.120.16
86
+ * @version 1.120.18
87
87
  * @alias sap.ui.core.service.ServiceFactory
88
88
  * @private
89
89
  * @ui5-restricted sap.ushell
@@ -18,7 +18,7 @@ sap.ui.define(['./ServiceFactory', "sap/base/assert"],
18
18
  * The service factory registry.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.16
21
+ * @version 1.120.18
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @abstract
23
23
  * @extends sap.ui.base.Object
24
- * @version 1.120.16
24
+ * @version 1.120.18
25
25
  * @private
26
26
  * @ui5-restricted
27
27
  * @alias sap.ui.core.support.Plugin
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class This class provides the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
32
32
  *
33
33
  * @extends sap.ui.base.EventProvider
34
- * @version 1.120.16
34
+ * @version 1.120.18
35
35
  * @private
36
36
  * @alias sap.ui.core.support.Support
37
37
  */
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @class This class represents the ControlTree plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
58
58
  *
59
59
  * @extends sap.ui.core.support.Plugin
60
- * @version 1.120.16
60
+ * @version 1.120.18
61
61
  * @private
62
62
  * @alias sap.ui.core.support.plugins.ControlTree
63
63
  */
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * With this plugIn the performance measurements are displayed
41
41
  *
42
42
  * @extends sap.ui.core.support.Plugin
43
- * @version 1.120.16
43
+ * @version 1.120.18
44
44
  * @private
45
45
  * @alias sap.ui.core.support.plugins.Interaction
46
46
  */
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/support/Plugin', "sap/base/Log"],
15
15
  * @class This class represents the LocalStorage plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
16
16
  *
17
17
  * @extends sap.ui.core.support.Plugin
18
- * @version 1.120.16
18
+ * @version 1.120.18
19
19
  * @private
20
20
  * @alias sap.ui.core.support.plugins.LocalStorage
21
21
  */
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * With this plugIn the performance measurements are displayed
57
57
  *
58
58
  * @extends sap.ui.core.support.Plugin
59
- * @version 1.120.16
59
+ * @version 1.120.18
60
60
  * @private
61
61
  * @alias sap.ui.core.support.plugins.Performance
62
62
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class This class represents the selector plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
23
23
  *
24
24
  * @extends sap.ui.core.support.Plugin
25
- * @version 1.120.16
25
+ * @version 1.120.18
26
26
  * @private
27
27
  * @alias sap.ui.core.support.plugins.Selector
28
28
  */
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @class This class represents the technical info plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
37
37
  *
38
38
  * @extends sap.ui.core.support.Plugin
39
- * @version 1.120.16
39
+ * @version 1.120.18
40
40
  * @private
41
41
  * @alias sap.ui.core.support.plugins.TechInfo
42
42
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @class This class represents the trace plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
21
21
  *
22
22
  * @extends sap.ui.core.support.Plugin
23
- * @version 1.120.16
23
+ * @version 1.120.18
24
24
  * @private
25
25
  * @alias sap.ui.core.support.plugins.Trace
26
26
  */
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * Creates an instance of sap.ui.core.support.plugins.ViewInfo.
33
33
  * @class This class represents the ViewInfo plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
34
34
  * @extends sap.ui.core.support.Plugin
35
- * @version 1.120.16
35
+ * @version 1.120.18
36
36
  * @private
37
37
  * @deprecated As of version 1.118
38
38
  * @alias sap.ui.core.support.plugins.ViewInfo
@@ -367,7 +367,7 @@ sap.ui.define(['sap/ui/Device', 'sap/ui/performance/trace/Passport', 'sap/base/L
367
367
  //do not set passport as this is done already in sap/ui/performance/Passport
368
368
  //this.setRequestHeader("SAP-PASSPORT", EppLib.passportHeader(busTrx.getCurrentTransactionStep().trcLvl, busTrx.id, this.xDsrGuid));
369
369
  //matching function isCORSRequest from FESR.js
370
- var sHOST = (new URI(this.xurl)).host();
370
+ var sHOST = (new URI(this.xurl.toString())).host();
371
371
  if (!(sHOST && (sHOST != window.location.host))) {
372
372
  //if ((this.xRequestHeaders != undefined) && (this.xRequestHeaders[0][0] == "SAP-PASSPORT")) {
373
373
  this.setRequestHeader("X-CorrelationID", busTrx.getCurrentTransactionStep().getId() + "-" + idx);
@@ -19,11 +19,11 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/library'],
19
19
  * @class
20
20
  * Represents a DOM attribute of a DOM element.
21
21
  * @extends sap.ui.core.Element
22
- * @version 1.120.16
22
+ * @version 1.120.18
23
23
  *
24
24
  * @public
25
25
  * @since 1.15
26
- * @deprecated since 1.56
26
+ * @deprecated as of version 1.56. Use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead.
27
27
  * @alias sap.ui.core.tmpl.DOMAttribute
28
28
  */
29
29
  var DOMAttribute = Element.extend("sap.ui.core.tmpl.DOMAttribute", /** @lends sap.ui.core.tmpl.DOMAttribute.prototype */ { metadata : {