@openui5/sap.ui.core 1.120.9 → 1.120.11

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 (326) hide show
  1. package/package.json +1 -1
  2. package/src/jquery.sap.global.js +1 -1
  3. package/src/jquery.sap.properties.js +1 -1
  4. package/src/jquery.sap.resources.js +1 -1
  5. package/src/jquery.sap.script.js +1 -1
  6. package/src/jquery.sap.storage.js +3 -3
  7. package/src/sap/base/Event.js +1 -1
  8. package/src/sap/base/Eventing.js +1 -1
  9. package/src/sap/base/config.js +1 -1
  10. package/src/sap/base/i18n/LanguageTag.js +1 -1
  11. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  12. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  13. package/src/sap/base/util/restricted/_castArray.js +1 -1
  14. package/src/sap/base/util/restricted/_compact.js +1 -1
  15. package/src/sap/base/util/restricted/_curry.js +1 -1
  16. package/src/sap/base/util/restricted/_debounce.js +1 -1
  17. package/src/sap/base/util/restricted/_difference.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  19. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  22. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  23. package/src/sap/base/util/restricted/_flatten.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  25. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  26. package/src/sap/base/util/restricted/_intersection.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  28. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  30. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  31. package/src/sap/base/util/restricted/_isNil.js +1 -1
  32. package/src/sap/base/util/restricted/_max.js +1 -1
  33. package/src/sap/base/util/restricted/_merge.js +1 -1
  34. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  35. package/src/sap/base/util/restricted/_min.js +1 -1
  36. package/src/sap/base/util/restricted/_omit.js +1 -1
  37. package/src/sap/base/util/restricted/_pick.js +1 -1
  38. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  39. package/src/sap/base/util/restricted/_throttle.js +1 -1
  40. package/src/sap/base/util/restricted/_toArray.js +1 -1
  41. package/src/sap/base/util/restricted/_union.js +1 -1
  42. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  43. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  44. package/src/sap/base/util/restricted/_uniq.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  46. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  47. package/src/sap/base/util/restricted/_without.js +1 -1
  48. package/src/sap/base/util/restricted/_xor.js +1 -1
  49. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  50. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  52. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  53. package/src/sap/ui/Device.js +3 -3
  54. package/src/sap/ui/Global.js +4 -4
  55. package/src/sap/ui/base/Event.js +1 -1
  56. package/src/sap/ui/base/EventProvider.js +11 -5
  57. package/src/sap/ui/base/Interface.js +1 -1
  58. package/src/sap/ui/base/ManagedObject.js +5 -3
  59. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  60. package/src/sap/ui/base/Metadata.js +1 -1
  61. package/src/sap/ui/base/Object.js +1 -1
  62. package/src/sap/ui/base/ObjectPool.js +1 -1
  63. package/src/sap/ui/core/.library +1 -1
  64. package/src/sap/ui/core/BusyIndicator.js +1 -1
  65. package/src/sap/ui/core/Component.js +31 -3
  66. package/src/sap/ui/core/ComponentContainer.js +1 -1
  67. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  68. package/src/sap/ui/core/ComponentSupport.js +1 -1
  69. package/src/sap/ui/core/Configuration.js +1 -1
  70. package/src/sap/ui/core/Control.js +19 -3
  71. package/src/sap/ui/core/Core.js +1 -1
  72. package/src/sap/ui/core/CustomData.js +1 -1
  73. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  74. package/src/sap/ui/core/Element.js +28 -3
  75. package/src/sap/ui/core/ElementMetadata.js +1 -1
  76. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  77. package/src/sap/ui/core/EventBus.js +1 -1
  78. package/src/sap/ui/core/Fragment.js +1 -1
  79. package/src/sap/ui/core/HTML.js +1 -1
  80. package/src/sap/ui/core/History.js +1 -1
  81. package/src/sap/ui/core/Icon.js +1 -1
  82. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  83. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  84. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  85. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  86. package/src/sap/ui/core/InvisibleText.js +1 -1
  87. package/src/sap/ui/core/Item.js +1 -1
  88. package/src/sap/ui/core/LabelEnablement.js +1 -1
  89. package/src/sap/ui/core/LayoutData.js +1 -1
  90. package/src/sap/ui/core/ListItem.js +1 -1
  91. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  92. package/src/sap/ui/core/Locale.js +1 -1
  93. package/src/sap/ui/core/LocaleData.js +1 -1
  94. package/src/sap/ui/core/Manifest.js +1 -1
  95. package/src/sap/ui/core/Message.js +1 -1
  96. package/src/sap/ui/core/RenderManager.js +1 -1
  97. package/src/sap/ui/core/Renderer.js +1 -1
  98. package/src/sap/ui/core/ResizeHandler.js +1 -1
  99. package/src/sap/ui/core/ScrollBar.js +1 -1
  100. package/src/sap/ui/core/SeparatorItem.js +1 -1
  101. package/src/sap/ui/core/Title.js +1 -1
  102. package/src/sap/ui/core/TooltipBase.js +1 -1
  103. package/src/sap/ui/core/UIArea.js +1 -1
  104. package/src/sap/ui/core/UIComponent.js +1 -1
  105. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  106. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  107. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  108. package/src/sap/ui/core/XMLComposite.js +1 -1
  109. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  110. package/src/sap/ui/core/date/UI5Date.js +1 -1
  111. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  112. package/src/sap/ui/core/delegate/ScrollEnablement.js +4 -4
  113. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  114. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  115. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  116. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  117. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  118. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  119. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  120. package/src/sap/ui/core/library.js +3 -3
  121. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  122. package/src/sap/ui/core/message/Message.js +1 -1
  123. package/src/sap/ui/core/message/MessageManager.js +1 -1
  124. package/src/sap/ui/core/message/MessageParser.js +1 -1
  125. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  126. package/src/sap/ui/core/mvc/Controller.js +42 -7
  127. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  128. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  129. package/src/sap/ui/core/mvc/JSView.js +1 -1
  130. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  131. package/src/sap/ui/core/mvc/View.js +1 -1
  132. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  133. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  134. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  135. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  136. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  137. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  138. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  139. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  140. package/src/sap/ui/core/service/Service.js +1 -1
  141. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  142. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  143. package/src/sap/ui/core/support/Plugin.js +1 -1
  144. package/src/sap/ui/core/support/Support.js +1 -1
  145. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  146. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  147. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  148. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  149. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  150. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  151. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  152. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  153. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  154. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  155. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  156. package/src/sap/ui/core/tmpl/Template.js +1 -1
  157. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  158. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  159. package/src/sap/ui/core/util/Export.js +1 -1
  160. package/src/sap/ui/core/util/ExportCell.js +1 -1
  161. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  162. package/src/sap/ui/core/util/ExportRow.js +1 -1
  163. package/src/sap/ui/core/util/ExportType.js +1 -1
  164. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  165. package/src/sap/ui/core/util/File.js +1 -1
  166. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  167. package/src/sap/ui/core/util/MockServer.js +1 -1
  168. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  169. package/src/sap/ui/core/util/XMLPreprocessor.js +59 -65
  170. package/src/sap/ui/core/util/_LocalizationHelper.js +2 -1
  171. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  172. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  173. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  174. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  175. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  176. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  177. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  178. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  179. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  180. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  181. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  182. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  183. package/src/sap/ui/debug/ControlTree.js +1 -1
  184. package/src/sap/ui/debug/DebugEnv.js +1 -1
  185. package/src/sap/ui/debug/PropertyList.js +1 -1
  186. package/src/sap/ui/model/ClientModel.js +1 -1
  187. package/src/sap/ui/model/CompositeDataState.js +1 -1
  188. package/src/sap/ui/model/CompositeType.js +1 -1
  189. package/src/sap/ui/model/DataState.js +1 -1
  190. package/src/sap/ui/model/MetaModel.js +1 -1
  191. package/src/sap/ui/model/Model.js +1 -1
  192. package/src/sap/ui/model/SelectionModel.js +1 -1
  193. package/src/sap/ui/model/SimpleType.js +1 -1
  194. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  195. package/src/sap/ui/model/Type.js +1 -1
  196. package/src/sap/ui/model/json/JSONModel.js +1 -1
  197. package/src/sap/ui/model/message/MessageModel.js +1 -1
  198. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  199. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  200. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  201. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  202. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  203. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  204. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  205. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  206. package/src/sap/ui/model/odata/type/Date.js +1 -1
  207. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  208. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  209. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  210. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  211. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  212. package/src/sap/ui/model/odata/type/Double.js +1 -1
  213. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  214. package/src/sap/ui/model/odata/type/Int.js +1 -1
  215. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  216. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  217. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  218. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  219. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  220. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  221. package/src/sap/ui/model/odata/type/Single.js +1 -1
  222. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  223. package/src/sap/ui/model/odata/type/String.js +1 -1
  224. package/src/sap/ui/model/odata/type/Time.js +1 -1
  225. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  226. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  227. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  228. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  229. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  230. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  231. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  232. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  233. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  234. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +2 -2
  235. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  236. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  237. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +36 -24
  238. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  239. package/src/sap/ui/model/type/Boolean.js +1 -1
  240. package/src/sap/ui/model/type/Currency.js +1 -1
  241. package/src/sap/ui/model/type/Date.js +1 -1
  242. package/src/sap/ui/model/type/DateInterval.js +1 -1
  243. package/src/sap/ui/model/type/DateTime.js +1 -1
  244. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  245. package/src/sap/ui/model/type/FileSize.js +1 -1
  246. package/src/sap/ui/model/type/Float.js +1 -1
  247. package/src/sap/ui/model/type/Integer.js +1 -1
  248. package/src/sap/ui/model/type/String.js +1 -1
  249. package/src/sap/ui/model/type/Time.js +1 -1
  250. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  251. package/src/sap/ui/model/type/Unit.js +1 -1
  252. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  253. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  254. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  255. package/src/sap/ui/test/generic/TestBase.js +1 -1
  256. package/src/sap/ui/util/Storage.js +1 -1
  257. package/src/sap/ui/util/_enforceNoReturnValue.js +27 -0
  258. package/test/sap/ui/core/demokit/sample/MessageManager/ODataBackendMessagesComp/ui5.yaml +1 -1
  259. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  260. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  261. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  262. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  263. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  264. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  265. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  266. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  267. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  268. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  269. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  270. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  271. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  272. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  273. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  274. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  275. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  276. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  277. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  278. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  279. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  280. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  281. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  282. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  283. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  284. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  285. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  286. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  287. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  288. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  289. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  290. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  291. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  292. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  293. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  294. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  295. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  296. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  297. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  298. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  299. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  300. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  301. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  302. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  303. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  304. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  305. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  306. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  307. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  308. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  309. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  310. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  311. package/test/sap/ui/core/qunit/EventProvider.qunit.js +30 -2
  312. package/test/sap/ui/core/qunit/ManagedObject.qunit.js +45 -3
  313. package/test/sap/ui/core/qunit/app/DesignMode_suppressedDeactivation.qunit.js +8 -4
  314. package/test/sap/ui/core/qunit/app/_createDesignModeTests_legacyAPIs.qunit.js +8 -4
  315. package/test/sap/ui/core/qunit/app/fixture/designmode/test01.controller.js +4 -4
  316. package/test/sap/ui/core/qunit/component/Component_keepAlive.qunit.js +33 -2
  317. package/test/sap/ui/core/qunit/component/testdata/keepAlive/child3/App.view.xml +3 -0
  318. package/test/sap/ui/core/qunit/component/testdata/keepAlive/child3/Component.js +20 -0
  319. package/test/sap/ui/core/qunit/component/testdata/keepAlive/child3/Home.view.xml +5 -0
  320. package/test/sap/ui/core/qunit/component/testdata/keepAlive/child3/Other.view.xml +5 -0
  321. package/test/sap/ui/core/qunit/component/testdata/keepAlive/child3/manifest.json +54 -0
  322. package/test/sap/ui/core/qunit/mvc/Controller.qunit.js +104 -49
  323. package/test/sap/ui/core/qunit/mvc/testdata/asyncHooks.view.xml +7 -0
  324. package/test/sap/ui/core/qunit/odata/v4/lib/_Requestor.qunit.js +34 -19
  325. package/test/sap/ui/core/qunit/util/XMLPreprocessor.qunit.js +137 -26
  326. package/test/sap/ui/core/relnotes/changes-1.120.json +27 -0
@@ -147,7 +147,7 @@ sap.ui.define([
147
147
  * @class The Manifest class.
148
148
  * @extends sap.ui.base.Object
149
149
  * @author SAP SE
150
- * @version 1.120.9
150
+ * @version 1.120.11
151
151
  * @alias sap.ui.core.Manifest
152
152
  * @since 1.33.0
153
153
  */
@@ -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.120.9
29
+ * @version 1.120.11
30
30
  *
31
31
  * @public
32
32
  * @alias sap.ui.core.Message
@@ -236,7 +236,7 @@ sap.ui.define([
236
236
  *
237
237
  * @extends Object
238
238
  * @author SAP SE
239
- * @version 1.120.9
239
+ * @version 1.120.11
240
240
  * @alias sap.ui.core.RenderManager
241
241
  * @hideconstructor
242
242
  * @public
@@ -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.120.9
22
+ * @version 1.120.11
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.120.9
39
+ * @version 1.120.11
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.120.9
47
+ * @version 1.120.11
48
48
  *
49
49
  * @public
50
50
  * @deprecated as of version 1.56
@@ -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.120.9
26
+ * @version 1.120.11
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.SeparatorItem
@@ -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.9
28
+ * @version 1.120.11
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.9
34
+ * @version 1.120.11
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.9
173
+ * @version 1.120.11
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
@@ -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.9
58
+ * @version 1.120.11
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.9
21
+ * @version 1.120.11
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.9
19
+ * @version 1.120.11
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.9
23
+ * @version 1.120.11
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.9
151
+ * @version 1.120.11
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.9
33
+ * @version 1.120.11
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.9
63
+ * @version 1.120.11
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.9
85
+ * @version 1.120.11
86
86
  * @alias sap.ui.core.delegate.ItemNavigation
87
87
  * @public
88
88
  */
@@ -50,15 +50,15 @@ sap.ui.define([
50
50
  * @param {object} oConfig the configuration of the scroll delegate
51
51
  * @param {boolean} [oConfig.horizontal=false] Whether the element should be scrollable horizontally
52
52
  * @param {boolean} [oConfig.vertical=false] Whether the element should be scrollable vertically
53
- * @param {boolean} [oConfig.zynga=false] @deprecated since 1.42, the parameter has no effect
54
- * @param {boolean} [oConfig.iscroll=false] @deprecated since 1.42, the parameter has no effect
55
- * @param {boolean} [oConfig.preventDefault=false] @deprecated since 1.42, the parameter has no effect
53
+ * @param {boolean} [oConfig.zynga=false] Deprecated since 1.42, the parameter has no effect
54
+ * @param {boolean} [oConfig.iscroll=false] Deprecated since 1.42, the parameter has no effect
55
+ * @param {boolean} [oConfig.preventDefault=false] Deprecated since 1.42, the parameter has no effect
56
56
  * @param {boolean} [oConfig.nonTouchScrolling=false] If true, the delegate will also be active to allow touch like scrolling with the mouse on non-touch platforms.
57
57
  * @param {string} [oConfig.scrollContainerId=""] Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
58
58
  *
59
59
  * @protected
60
60
  * @alias sap.ui.core.delegate.ScrollEnablement
61
- * @version 1.120.9
61
+ * @version 1.120.11
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.9
40
+ * @version 1.120.11
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.9
25
+ * @version 1.120.11
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.9
25
+ * @version 1.120.11
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.9
24
+ * @version 1.120.11
25
25
  *
26
26
  * @public
27
27
  * @since 1.56
@@ -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.9
16
+ * @version 1.120.11
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.9";
19
+ const VERSION = "1.120.11";
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.9
403
+ * @version 1.120.11
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.9
29
+ * @version 1.120.11
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.9",
35
+ version: "1.120.11",
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.9
1611
+ * @version 1.120.11
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.9
32
+ * @version 1.120.11
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.9
38
+ * @version 1.120.11
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.9
40
+ * @version 1.120.11
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.9
20
+ * @version 1.120.11
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.9
30
+ * @version 1.120.11
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -14,6 +14,7 @@ sap.ui.define([
14
14
  'sap/ui/core/mvc/ControllerExtension',
15
15
  'sap/ui/core/mvc/ControllerExtensionProvider',
16
16
  'sap/ui/core/mvc/OverrideExecution',
17
+ 'sap/ui/util/_enforceNoReturnValue',
17
18
  "sap/base/Log"
18
19
  ], function(
19
20
  ObjectPath,
@@ -24,6 +25,7 @@ sap.ui.define([
24
25
  ControllerExtension,
25
26
  ControllerExtensionProvider,
26
27
  OverrideExecution,
28
+ _enforceNoReturnValue,
27
29
  Log
28
30
  ) {
29
31
  "use strict";
@@ -726,24 +728,29 @@ sap.ui.define([
726
728
  }
727
729
  };
728
730
 
729
-
730
731
  Controller.prototype.connectToView = function(oView) {
731
732
  this.oView = oView;
733
+ const sControllerName = this.oView.getControllerName?.() || "sap.ui.core.mvc.Controller";
732
734
 
733
735
  if (this.onInit) {
734
- oView.attachAfterInit(this.onInit, this);
736
+ const fnInit = function() { _enforceNoReturnValue(this.onInit.apply(this, arguments), /*mLogInfo=*/{ name: "onInit", component: sControllerName }); };
737
+ oView.attachAfterInit(fnInit, this);
735
738
  }
736
739
  if (this.onExit) {
737
- oView.attachBeforeExit(this.onExit, this);
740
+ const fnExit = function() { _enforceNoReturnValue(this.onExit.apply(this, arguments), /*mLogInfo=*/{ name: "onExit", component: sControllerName}); };
741
+ oView.attachBeforeExit(fnExit, this);
738
742
  }
739
743
  if (oView.bControllerIsViewManaged) {
740
- oView.attachBeforeExit(this.destroyFragments, this);
744
+ const fnBeforeExit = function() { _enforceNoReturnValue(this.destroyFragments.apply(this, arguments), /*mLogInfo=*/{name: "destroyFragments", component: sControllerName}); };
745
+ oView.attachBeforeExit(fnBeforeExit, this);
741
746
  }
742
747
  if (this.onAfterRendering) {
743
- oView.attachAfterRendering(this.onAfterRendering, this);
748
+ const fnAfterRendering = function() { _enforceNoReturnValue(this.onAfterRendering.apply(this, arguments), /*mLogInfo=*/{ name: "onAfterRendering", component: sControllerName }); };
749
+ oView.attachAfterRendering(fnAfterRendering, this);
744
750
  }
745
751
  if (this.onBeforeRendering) {
746
- oView.attachBeforeRendering(this.onBeforeRendering, this);
752
+ const fnBeforeRendering = function() { _enforceNoReturnValue(this.onBeforeRendering.apply(this, arguments), /*mLogInfo=*/{name: "onBeforeRendering", component: sControllerName}); };
753
+ oView.attachBeforeRendering(fnBeforeRendering, this);
747
754
  }
748
755
  };
749
756
 
@@ -971,6 +978,13 @@ sap.ui.define([
971
978
  * @name sap.ui.core.mvc.Controller.prototype.onInit
972
979
  * @abstract
973
980
  * @protected
981
+ * @returns {void|undefined} This lifecycle hook must not have a return value. Return value <code>void</code> is deprecated since 1.120, as it does not force functions to <b>not</b> return something.
982
+ * This implies that, for instance, no async function returning a Promise should be used.
983
+ *
984
+ * <b>Note:</b> While the return type is currently <code>void|undefined</code>, any
985
+ * implementation of this hook must not return anything but undefined. Any other
986
+ * return value will cause an error log in this version of UI5 and will fail in future
987
+ * major versions of UI5.
974
988
  */
975
989
 
976
990
  /**
@@ -984,6 +998,13 @@ sap.ui.define([
984
998
  * @name sap.ui.core.mvc.Controller.prototype.onExit
985
999
  * @abstract
986
1000
  * @protected
1001
+ * @returns {void|undefined} This lifecycle hook must not have a return value. Return value <code>void</code> is deprecated since 1.120, as it does not force functions to <b>not</b> return something.
1002
+ * This implies that, for instance, no async function returning a Promise should be used.
1003
+ *
1004
+ * <b>Note:</b> While the return type is currently <code>void|undefined</code>, any
1005
+ * implementation of this hook must not return anything but undefined. Any other
1006
+ * return value will cause an error log in this version of UI5 and will fail in future
1007
+ * major versions of UI5.
987
1008
  */
988
1009
 
989
1010
  /**
@@ -998,6 +1019,13 @@ sap.ui.define([
998
1019
  * @name sap.ui.core.mvc.Controller.prototype.onBeforeRendering
999
1020
  * @abstract
1000
1021
  * @protected
1022
+ * @returns {void|undefined} This lifecycle hook must not have a return value. Return value <code>void</code> is deprecated since 1.120, as it does not force functions to <b>not</b> return something.
1023
+ * This implies that, for instance, no async function returning a Promise should be used.
1024
+ *
1025
+ * <b>Note:</b> While the return type is currently <code>void|undefined</code>, any
1026
+ * implementation of this hook must not return anything but undefined. Any other
1027
+ * return value will cause an error log in this version of UI5 and will fail in future
1028
+ * major versions of UI5.
1001
1029
  */
1002
1030
 
1003
1031
  /**
@@ -1012,7 +1040,14 @@ sap.ui.define([
1012
1040
  * @name sap.ui.core.mvc.Controller.prototype.onAfterRendering
1013
1041
  * @abstract
1014
1042
  * @protected
1043
+ * @returns {void|undefined} This lifecycle hook must not have a return value. Return value <code>void</code> is deprecated since 1.120, as it does not force functions to <b>not</b> return something.
1044
+ * This implies that, for instance, no async function returning a Promise should be used.
1045
+ *
1046
+ * <b>Note:</b> While the return type is currently <code>void|undefined</code>, any
1047
+ * implementation of this hook must not return anything but undefined. Any other
1048
+ * return value will cause an error log in this version of UI5 and will fail in future
1049
+ * major versions of UI5.
1015
1050
  */
1016
1051
  return Controller;
1017
1052
 
1018
- });
1053
+ });
@@ -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.9
46
+ * @version 1.120.11
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.9
46
+ * @version 1.120.11
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.9
30
+ * @version 1.120.11
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.9
32
+ * @version 1.120.11
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.9
145
+ * @version 1.120.11
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.9
113
+ * @version 1.120.11
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.9
24
+ * @version 1.120.11
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.9
47
+ * @version 1.120.11
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.9
24
+ * @version 1.120.11
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.9
39
+ * @version 1.120.11
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.9
16
+ * @version 1.120.11
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -27,7 +27,7 @@ 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.9
30
+ * @version 1.120.11
31
31
  * @deprecated since 1.120
32
32
  *
33
33
  * @public
@@ -23,7 +23,7 @@ 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.9
26
+ * @version 1.120.11
27
27
  * @deprecated since 1.120
28
28
  *
29
29
  * @public
@@ -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.9
72
+ * @version 1.120.11
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.9
86
+ * @version 1.120.11
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.9
21
+ * @version 1.120.11
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.9
24
+ * @version 1.120.11
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.9
34
+ * @version 1.120.11
35
35
  * @private
36
36
  * @alias sap.ui.core.support.Support
37
37
  */