@openui5/sap.ui.core 1.106.0 → 1.107.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) 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/jquery.sap.ui.js +5 -7
  8. package/src/sap/base/util/LoaderExtensions.js +6 -6
  9. package/src/sap/base/util/fetch.js +3 -0
  10. package/src/sap/base/util/mixedFetch.js +1 -1
  11. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  12. package/src/sap/base/util/restricted/_castArray.js +1 -1
  13. package/src/sap/base/util/restricted/_compact.js +1 -1
  14. package/src/sap/base/util/restricted/_curry.js +1 -1
  15. package/src/sap/base/util/restricted/_debounce.js +1 -1
  16. package/src/sap/base/util/restricted/_difference.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  22. package/src/sap/base/util/restricted/_flatten.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_intersection.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  30. package/src/sap/base/util/restricted/_isNil.js +1 -1
  31. package/src/sap/base/util/restricted/_max.js +1 -1
  32. package/src/sap/base/util/restricted/_merge.js +1 -1
  33. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  34. package/src/sap/base/util/restricted/_min.js +1 -1
  35. package/src/sap/base/util/restricted/_omit.js +1 -1
  36. package/src/sap/base/util/restricted/_pick.js +1 -1
  37. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  38. package/src/sap/base/util/restricted/_throttle.js +1 -1
  39. package/src/sap/base/util/restricted/_toArray.js +1 -1
  40. package/src/sap/base/util/restricted/_union.js +1 -1
  41. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  42. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  43. package/src/sap/base/util/restricted/_uniq.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  46. package/src/sap/base/util/restricted/_without.js +1 -1
  47. package/src/sap/base/util/restricted/_xor.js +1 -1
  48. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  49. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  52. package/src/sap/ui/Device.js +3 -3
  53. package/src/sap/ui/Global.js +4 -4
  54. package/src/sap/ui/base/DataType.js +4 -4
  55. package/src/sap/ui/base/Event.js +1 -1
  56. package/src/sap/ui/base/EventProvider.js +1 -1
  57. package/src/sap/ui/base/Interface.js +1 -1
  58. package/src/sap/ui/base/ManagedObject.js +1 -1
  59. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  60. package/src/sap/ui/base/ManagedObjectRegistry.js +4 -3
  61. package/src/sap/ui/base/Metadata.js +1 -1
  62. package/src/sap/ui/base/Object.js +1 -1
  63. package/src/sap/ui/base/ObjectPool.js +1 -1
  64. package/src/sap/ui/core/.library +1 -1
  65. package/src/sap/ui/core/AppCacheBuster.js +3 -4
  66. package/src/sap/ui/core/BusyIndicator.js +1 -1
  67. package/src/sap/ui/core/BusyIndicatorUtils.js +5 -6
  68. package/src/sap/ui/core/CalendarType.js +0 -1
  69. package/src/sap/ui/core/Component.js +12 -10
  70. package/src/sap/ui/core/ComponentContainer.js +6 -5
  71. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  72. package/src/sap/ui/core/ComponentSupport.js +1 -1
  73. package/src/sap/ui/core/Configuration.js +1 -1
  74. package/src/sap/ui/core/Control.js +7 -7
  75. package/src/sap/ui/core/Core.js +31 -304
  76. package/src/sap/ui/core/CustomData.js +1 -1
  77. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  78. package/src/sap/ui/core/Element.js +6 -6
  79. package/src/sap/ui/core/ElementMetadata.js +1 -1
  80. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  81. package/src/sap/ui/core/EventBus.js +1 -1
  82. package/src/sap/ui/core/FocusHandler.js +50 -2
  83. package/src/sap/ui/core/Fragment.js +1 -1
  84. package/src/sap/ui/core/HTML.js +1 -2
  85. package/src/sap/ui/core/History.js +1 -1
  86. package/src/sap/ui/core/Icon.js +1 -2
  87. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  88. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  89. package/src/sap/ui/core/InvisibleMessage.js +1 -2
  90. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  91. package/src/sap/ui/core/InvisibleText.js +5 -5
  92. package/src/sap/ui/core/Item.js +1 -2
  93. package/src/sap/ui/core/LabelEnablement.js +1 -1
  94. package/src/sap/ui/core/LayoutData.js +1 -2
  95. package/src/sap/ui/core/ListItem.js +1 -2
  96. package/src/sap/ui/core/LocalBusyIndicator.js +1 -2
  97. package/src/sap/ui/core/Locale.js +1 -1
  98. package/src/sap/ui/core/LocaleData.js +11 -9
  99. package/src/sap/ui/core/Manifest.js +8 -6
  100. package/src/sap/ui/core/Message.js +4 -6
  101. package/src/sap/ui/core/Popup.js +62 -5
  102. package/src/sap/ui/core/RenderManager.js +7 -5
  103. package/src/sap/ui/core/Renderer.js +5 -4
  104. package/src/sap/ui/core/Rendering.js +251 -0
  105. package/src/sap/ui/core/ResizeHandler.js +1 -1
  106. package/src/sap/ui/core/ScrollBar.js +6 -9
  107. package/src/sap/ui/core/ScrollBarRenderer.js +3 -3
  108. package/src/sap/ui/core/SeparatorItem.js +1 -2
  109. package/src/sap/ui/core/Title.js +1 -2
  110. package/src/sap/ui/core/TooltipBase.js +1 -2
  111. package/src/sap/ui/core/UIArea.js +389 -121
  112. package/src/sap/ui/core/UIComponent.js +1 -2
  113. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  114. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  115. package/src/sap/ui/core/VariantLayoutData.js +1 -2
  116. package/src/sap/ui/core/XMLComposite.js +1 -1
  117. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  118. package/src/sap/ui/core/XMLTemplateProcessor.js +5 -3
  119. package/src/sap/ui/core/cache/CacheManager.js +7 -6
  120. package/src/sap/ui/core/cache/LRUPersistentCache.js +4 -4
  121. package/src/sap/ui/core/date/Islamic.js +4 -4
  122. package/src/sap/ui/core/date/UniversalDate.js +8 -8
  123. package/src/sap/ui/core/date/UniversalDateUtils.js +3 -3
  124. package/src/sap/ui/core/delegate/ItemNavigation.js +5 -5
  125. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  126. package/src/sap/ui/core/dnd/DragAndDrop.js +4 -3
  127. package/src/sap/ui/core/dnd/DragDropBase.js +1 -2
  128. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -2
  129. package/src/sap/ui/core/dnd/DragInfo.js +1 -2
  130. package/src/sap/ui/core/dnd/DropInfo.js +1 -2
  131. package/src/sap/ui/core/format/DateFormat.js +9 -7
  132. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +0 -1
  133. package/src/sap/ui/core/format/FileSizeFormat.js +4 -3
  134. package/src/sap/ui/core/format/ListFormat.js +4 -3
  135. package/src/sap/ui/core/format/NumberFormat.js +6 -5
  136. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  137. package/src/sap/ui/core/hyphenation/Hyphenation.js +7 -6
  138. package/src/sap/ui/core/library.js +3 -55
  139. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  140. package/src/sap/ui/core/message/Message.js +1 -1
  141. package/src/sap/ui/core/message/MessageManager.js +13 -23
  142. package/src/sap/ui/core/message/MessageParser.js +1 -1
  143. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  144. package/src/sap/ui/core/messagebundle_fr.properties +1 -1
  145. package/src/sap/ui/core/mvc/Controller.js +3 -3
  146. package/src/sap/ui/core/mvc/EventHandlerResolver.js +5 -3
  147. package/src/sap/ui/core/mvc/HTMLView.js +1 -2
  148. package/src/sap/ui/core/mvc/JSONView.js +1 -2
  149. package/src/sap/ui/core/mvc/JSView.js +1 -2
  150. package/src/sap/ui/core/mvc/TemplateView.js +1 -2
  151. package/src/sap/ui/core/mvc/View.js +21 -20
  152. package/src/sap/ui/core/mvc/ViewType.js +0 -1
  153. package/src/sap/ui/core/mvc/XMLView.js +18 -18
  154. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  155. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  156. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  157. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  158. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  159. package/src/sap/ui/core/routing/async/Target.js +4 -3
  160. package/src/sap/ui/core/rules/Config.support.js +6 -4
  161. package/src/sap/ui/core/rules/CoreHelper.support.js +3 -3
  162. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -2
  163. package/src/sap/ui/core/search/SearchProvider.js +1 -3
  164. package/src/sap/ui/core/service/Service.js +1 -1
  165. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  166. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  167. package/src/sap/ui/core/support/Plugin.js +1 -1
  168. package/src/sap/ui/core/support/Support.js +1 -1
  169. package/src/sap/ui/core/support/ToolsAPI.js +11 -13
  170. package/src/sap/ui/core/support/plugins/ControlTree.js +4 -4
  171. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  172. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  173. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  174. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  175. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  176. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  177. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  178. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +7 -5
  179. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -2
  180. package/src/sap/ui/core/tmpl/DOMElement.js +1 -4
  181. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  182. package/src/sap/ui/core/tmpl/Template.js +1 -2
  183. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -2
  184. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  185. package/src/sap/ui/core/util/Export.js +1 -1
  186. package/src/sap/ui/core/util/ExportCell.js +1 -1
  187. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  188. package/src/sap/ui/core/util/ExportRow.js +1 -1
  189. package/src/sap/ui/core/util/ExportType.js +1 -1
  190. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  191. package/src/sap/ui/core/util/File.js +1 -1
  192. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  193. package/src/sap/ui/core/util/MockServer.js +4 -2
  194. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  195. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  196. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  197. package/src/sap/ui/core/util/serializer/ViewSerializer.js +4 -4
  198. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  199. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  200. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  201. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  202. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  203. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  204. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  205. package/src/sap/ui/debug/ControlTree.js +3 -3
  206. package/src/sap/ui/debug/DebugEnv.js +4 -4
  207. package/src/sap/ui/debug/PropertyList.js +1 -1
  208. package/src/sap/ui/model/ClientModel.js +1 -1
  209. package/src/sap/ui/model/ClientTreeBinding.js +3 -1
  210. package/src/sap/ui/model/CompositeDataState.js +1 -1
  211. package/src/sap/ui/model/CompositeType.js +1 -1
  212. package/src/sap/ui/model/DataState.js +1 -1
  213. package/src/sap/ui/model/MetaModel.js +1 -1
  214. package/src/sap/ui/model/Model.js +1 -1
  215. package/src/sap/ui/model/SelectionModel.js +1 -1
  216. package/src/sap/ui/model/SimpleType.js +1 -1
  217. package/src/sap/ui/model/Sorter.js +22 -17
  218. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  219. package/src/sap/ui/model/TreeBindingAdapter.js +3 -7
  220. package/src/sap/ui/model/Type.js +1 -1
  221. package/src/sap/ui/model/analytics/AnalyticalBinding.js +2 -0
  222. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +5 -7
  223. package/src/sap/ui/model/json/JSONModel.js +8 -6
  224. package/src/sap/ui/model/message/MessageModel.js +1 -1
  225. package/src/sap/ui/model/odata/ODataAnnotations.js +5 -3
  226. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  227. package/src/sap/ui/model/odata/ODataMetaModel.js +31 -8
  228. package/src/sap/ui/model/odata/ODataMetadata.js +5 -4
  229. package/src/sap/ui/model/odata/ODataModel.js +6 -5
  230. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +0 -1
  231. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  232. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  233. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  234. package/src/sap/ui/model/odata/type/Date.js +1 -1
  235. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  236. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  237. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  238. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  239. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  240. package/src/sap/ui/model/odata/type/Double.js +1 -1
  241. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  242. package/src/sap/ui/model/odata/type/Int.js +1 -1
  243. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  244. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  245. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  246. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  247. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  248. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  249. package/src/sap/ui/model/odata/type/Single.js +1 -1
  250. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  251. package/src/sap/ui/model/odata/type/String.js +1 -1
  252. package/src/sap/ui/model/odata/type/Time.js +1 -1
  253. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  254. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  255. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  256. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +4 -3
  257. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +24 -15
  258. package/src/sap/ui/model/odata/v2/ODataListBinding.js +45 -27
  259. package/src/sap/ui/model/odata/v2/ODataModel.js +94 -36
  260. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +5 -5
  261. package/src/sap/ui/model/odata/v4/Context.js +23 -19
  262. package/src/sap/ui/model/odata/v4/ODataBinding.js +7 -3
  263. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +3 -3
  264. package/src/sap/ui/model/odata/v4/ODataListBinding.js +121 -57
  265. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +11 -11
  266. package/src/sap/ui/model/odata/v4/ODataModel.js +111 -69
  267. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +12 -4
  268. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
  269. package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
  270. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +41 -29
  271. package/src/sap/ui/model/odata/v4/lib/_Cache.js +59 -20
  272. package/src/sap/ui/model/odata/v4/lib/_Helper.js +135 -4
  273. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +21 -7
  274. package/src/sap/ui/model/resource/ResourceModel.js +7 -6
  275. package/src/sap/ui/model/type/Boolean.js +1 -1
  276. package/src/sap/ui/model/type/Currency.js +1 -1
  277. package/src/sap/ui/model/type/Date.js +1 -1
  278. package/src/sap/ui/model/type/DateInterval.js +1 -1
  279. package/src/sap/ui/model/type/DateTime.js +1 -1
  280. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  281. package/src/sap/ui/model/type/FileSize.js +1 -1
  282. package/src/sap/ui/model/type/Float.js +1 -1
  283. package/src/sap/ui/model/type/Integer.js +1 -1
  284. package/src/sap/ui/model/type/String.js +1 -1
  285. package/src/sap/ui/model/type/Time.js +1 -1
  286. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  287. package/src/sap/ui/model/type/Unit.js +5 -4
  288. package/src/sap/ui/model/xml/XMLModel.js +8 -6
  289. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  290. package/src/sap/ui/qunit/QUnitUtils.js +2 -1
  291. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  292. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  293. package/src/sap/ui/test/Opa.js +7 -5
  294. package/src/sap/ui/test/Opa5.js +9 -15
  295. package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
  296. package/src/sap/ui/test/TestUtils.js +83 -1
  297. package/src/sap/ui/test/autowaiter/_autoWaiter.js +9 -0
  298. package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +114 -0
  299. package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +99 -0
  300. package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +70 -0
  301. package/src/sap/ui/test/autowaiter/_resourceWaiter.js +3 -12
  302. package/src/sap/ui/test/autowaiter/_utils.js +13 -1
  303. package/src/sap/ui/test/generic/TestBase.js +1 -1
  304. package/src/sap/ui/test/matchers/Ancestor.js +1 -0
  305. package/src/sap/ui/test/matchers/Descendant.js +1 -0
  306. package/src/sap/ui/test/matchers/Sibling.js +1 -0
  307. package/src/sap/ui/util/Storage.js +1 -1
@@ -6,31 +6,33 @@
6
6
 
7
7
  // Provides control sap.ui.core.mvc.View.
8
8
  sap.ui.define([
9
+ "sap/base/assert",
10
+ "sap/base/Log",
11
+ "sap/base/util/extend",
9
12
  "sap/base/util/isEmptyObject",
13
+ "sap/base/util/merge",
10
14
  "sap/ui/base/ManagedObject",
15
+ "sap/ui/core/Configuration",
11
16
  "sap/ui/core/Control",
12
- "sap/ui/core/mvc/Controller",
13
- "sap/base/util/merge",
14
- "./ViewType",
17
+ "sap/ui/core/Element",
18
+ "./Controller",
15
19
  "./ViewRenderer",
16
- "./XMLProcessingMode",
17
- "sap/base/assert",
18
- "sap/base/Log",
19
- "sap/base/util/extend",
20
- "sap/ui/core/Core" // to ensure correct behaviour of sap.ui.getCore()
21
- ],
22
- function(
20
+ "./ViewType",
21
+ "./XMLProcessingMode"
22
+ ], function(
23
+ assert,
24
+ Log,
25
+ extend,
23
26
  isEmptyObject,
27
+ merge,
24
28
  ManagedObject,
29
+ Configuration,
25
30
  Control,
31
+ Element,
26
32
  Controller,
27
- merge,
28
- ViewType,
29
33
  ViewRenderer,
30
- XMLProcessingMode,
31
- assert,
32
- Log,
33
- extend
34
+ ViewType,
35
+ XMLProcessingMode
34
36
  ) {
35
37
  "use strict";
36
38
 
@@ -145,12 +147,11 @@ sap.ui.define([
145
147
  * The default implementation of this method returns <code>false</code>.
146
148
  *
147
149
  * @extends sap.ui.core.Control
148
- * @version 1.106.0
150
+ * @version 1.107.1
149
151
  *
150
152
  * @public
151
153
  * @alias sap.ui.core.mvc.View
152
154
  * @abstract
153
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
154
155
  */
155
156
  var View = Control.extend("sap.ui.core.mvc.View", /** @lends sap.ui.core.mvc.View.prototype */ {
156
157
  metadata : {
@@ -441,7 +442,7 @@ sap.ui.define([
441
442
  */
442
443
  var createAndConnectController = function(oThis, mSettings) {
443
444
 
444
- if (!sap.ui.getCore().getConfiguration().getControllerCodeDeactivated()) {
445
+ if (!Configuration.getControllerCodeDeactivated()) {
445
446
  // only set when used internally
446
447
  var oController = mSettings.controller,
447
448
  sName = oController && typeof oController.getMetadata === "function" && oController.getMetadata().getName(),
@@ -667,7 +668,7 @@ sap.ui.define([
667
668
  * @public
668
669
  */
669
670
  View.prototype.byId = function(sId) {
670
- return sap.ui.getCore().byId(this.createId(sId));
671
+ return Element.registry.get(this.createId(sId));
671
672
  };
672
673
 
673
674
  /**
@@ -16,7 +16,6 @@ sap.ui.define([], function () {
16
16
  * @enum {string}
17
17
  * @public
18
18
  * @alias sap.ui.core.mvc.ViewType
19
- * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
20
19
  */
21
20
  var ViewType = {
22
21
 
@@ -6,45 +6,46 @@
6
6
 
7
7
  // Provides control sap.ui.core.mvc.XMLView.
8
8
  sap.ui.define([
9
- "sap/ui/thirdparty/jquery",
10
9
  "./View",
11
- "./XMLViewRenderer",
12
10
  "./ViewType",
11
+ "./XMLViewRenderer",
12
+ "sap/base/Log",
13
+ "sap/base/strings/hash",
14
+ "sap/base/util/LoaderExtensions",
13
15
  "sap/base/util/merge",
14
16
  "sap/ui/base/ManagedObject",
15
- "sap/ui/core/XMLTemplateProcessor",
17
+ "sap/ui/core/Configuration",
16
18
  "sap/ui/core/Control",
17
19
  "sap/ui/core/RenderManager",
20
+ "sap/ui/core/XMLTemplateProcessor",
18
21
  "sap/ui/core/cache/CacheManager",
19
22
  "sap/ui/model/resource/ResourceModel",
20
23
  "sap/ui/util/XMLHelper",
21
24
  "sap/ui/Global",
22
25
  "sap/ui/VersionInfo",
23
- "sap/base/strings/hash",
24
- "sap/base/Log",
25
- "sap/base/util/LoaderExtensions",
26
26
  "sap/ui/performance/trace/Interaction",
27
- "sap/ui/core/Core" // to ensure correct behaviour of sap.ui.getCore()
27
+ "sap/ui/thirdparty/jquery"
28
28
  ],
29
29
  function(
30
- jQuery,
31
30
  View,
32
- XMLViewRenderer,
33
31
  ViewType,
32
+ XMLViewRenderer,
33
+ Log,
34
+ hash,
35
+ LoaderExtensions,
34
36
  merge,
35
37
  ManagedObject,
36
- XMLTemplateProcessor,
38
+ Configuration,
37
39
  Control,
38
40
  RenderManager,
41
+ XMLTemplateProcessor,
39
42
  Cache,
40
43
  ResourceModel,
41
44
  XMLHelper,
42
45
  Global,
43
46
  VersionInfo,
44
- hash,
45
- Log,
46
- LoaderExtensions,
47
- Interaction
47
+ Interaction,
48
+ jQuery
48
49
  ) {
49
50
  "use strict";
50
51
 
@@ -107,11 +108,10 @@ sap.ui.define([
107
108
  * bound content aggregation. An error will be thrown when the above combination is detected.
108
109
  *
109
110
  * @extends sap.ui.core.mvc.View
110
- * @version 1.106.0
111
+ * @version 1.107.1
111
112
  *
112
113
  * @public
113
114
  * @alias sap.ui.core.mvc.XMLView
114
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
115
115
  */
116
116
  var XMLView = View.extend("sap.ui.core.mvc.XMLView", /** @lends sap.ui.core.mvc.XMLView.prototype */ {
117
117
  metadata : {
@@ -283,7 +283,7 @@ sap.ui.define([
283
283
  * @private
284
284
  * @since 1.44
285
285
  */
286
- XMLView._bUseCache = sap.ui.getCore().getConfiguration().getViewCache() && Cache._isSupportedEnvironment();
286
+ XMLView._bUseCache = Configuration.getViewCache() && Cache._isSupportedEnvironment();
287
287
 
288
288
  function validatexContent(xContent) {
289
289
  if (xContent.parseError.errorCode !== 0) {
@@ -423,7 +423,7 @@ sap.ui.define([
423
423
  return [
424
424
  sComponentName || window.location.host + window.location.pathname,
425
425
  oView.getId(),
426
- sap.ui.getCore().getConfiguration().getLanguageTag()
426
+ Configuration.getLanguageTag()
427
427
  ].concat(oRootComponent && oRootComponent.getActiveTerminologies() || []);
428
428
  }
429
429
 
@@ -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.106.0
24
+ * @version 1.107.1
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  */
27
27
  var DeclarativeSupportPlugin = function() {
@@ -38,7 +38,7 @@
38
38
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
39
39
  *
40
40
  * @author Peter Muessig
41
- * @version 1.106.0
41
+ * @version 1.107.1
42
42
  * @private
43
43
  * @alias sap.ui.core.plugin.LessSupport
44
44
  */
@@ -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.106.0
24
+ * @version 1.107.1
25
25
  * @alias sap.ui.core.plugin.TemplatingSupport
26
26
  */
27
27
  var TemplatingSupport = function() {
@@ -38,7 +38,7 @@ function (
38
38
  * @alias sap.ui.core.postmessage.Bus
39
39
  * @author SAP SE
40
40
  * @since 1.56.0
41
- * @version 1.106.0
41
+ * @version 1.107.1
42
42
  * @private
43
43
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
44
44
  */
@@ -13,7 +13,7 @@ sap.ui.define(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.106.0
16
+ * @version 1.107.1
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -8,8 +8,9 @@ sap.ui.define([
8
8
  "sap/ui/base/ManagedObjectMetadata",
9
9
  "sap/ui/core/ComponentContainer",
10
10
  "sap/ui/core/Placeholder",
11
- "sap/ui/core/library"
12
- ], function(Log, ManagedObjectMetadata, ComponentContainer, Placeholder, coreLib) {
11
+ "sap/ui/core/library",
12
+ "sap/ui/core/Configuration"
13
+ ], function(Log, ManagedObjectMetadata, ComponentContainer, Placeholder, coreLib, Configuration) {
13
14
  "use strict";
14
15
 
15
16
  // shortcut for sap.ui.core.ComponentLifecycle
@@ -478,7 +479,7 @@ sap.ui.define([
478
479
  });
479
480
  }
480
481
 
481
- if (oPlaceholderConfig.placeholder && sap.ui.getCore().getConfiguration().getPlaceholder()) {
482
+ if (oPlaceholderConfig.placeholder && Configuration.getPlaceholder()) {
482
483
  pPlaceholder = this.showPlaceholder(oPlaceholderConfig);
483
484
  }
484
485
  }
@@ -9,11 +9,13 @@
9
9
  sap.ui.define([
10
10
  "jquery.sap.global",
11
11
  "sap/ui/support/library",
12
- "sap/ui/core/mvc/XMLView"
12
+ "sap/ui/core/mvc/XMLView",
13
+ "sap/ui/core/Configuration"
13
14
  ], function(
14
15
  jQuery,
15
16
  SupportLib,
16
- XMLView) {
17
+ XMLView,
18
+ Configuration) {
17
19
  "use strict";
18
20
 
19
21
  // shortcuts
@@ -54,7 +56,7 @@ sap.ui.define([
54
56
 
55
57
  oPreloadAsyncCheck.check = function(oIssueManager, oCoreFacade) {
56
58
  // Check for debug mode
57
- var bIsDebug = sap.ui.getCore().getConfiguration().getDebug();
59
+ var bIsDebug = Configuration.getDebug();
58
60
  if (bIsDebug) {
59
61
  return;
60
62
  }
@@ -64,7 +66,7 @@ sap.ui.define([
64
66
  return;
65
67
  }
66
68
 
67
- var vPreloadMode = sap.ui.getCore().getConfiguration().getPreload(),
69
+ var vPreloadMode = Configuration.getPreload(),
68
70
  bLoaderIsAsync = sap.ui.loader.config().async;
69
71
 
70
72
  var sDetails = "It is recommended to use the configuration option " +
@@ -6,8 +6,8 @@
6
6
  /**
7
7
  * Helper for core functionality in Support Tool infrastructure.
8
8
  */
9
- sap.ui.define(["sap/ui/core/Element", "sap/ui/thirdparty/jquery"],
10
- function(Element, jQuery) {
9
+ sap.ui.define(["sap/ui/core/Element", "sap/ui/thirdparty/jquery", "sap/ui/core/Configuration"],
10
+ function(Element, jQuery, Configuration) {
11
11
  "use strict";
12
12
 
13
13
  var CoreHelper = {
@@ -44,7 +44,7 @@ sap.ui.define(["sap/ui/core/Element", "sap/ui/thirdparty/jquery"],
44
44
  */
45
45
  getExternalStyleSheets : function () {
46
46
  return Array.from(document.styleSheets).filter(function (styleSheet) {
47
- var themeName = sap.ui.getCore().getConfiguration().getTheme(),
47
+ var themeName = Configuration.getTheme(),
48
48
  styleSheetEnding = "/themes/" + themeName + "/library.css",
49
49
  hasHref = !styleSheet.href || !(styleSheet.href.indexOf(styleSheetEnding) !== -1),
50
50
  hasRules = !!styleSheet.rules;
@@ -27,11 +27,10 @@ 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.106.0
30
+ * @version 1.107.1
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.search.OpenSearchProvider
34
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
34
  */
36
35
  var OpenSearchProvider = SearchProvider.extend("sap.ui.core.search.OpenSearchProvider", /** @lends sap.ui.core.search.OpenSearchProvider.prototype */ { metadata : {
37
36
 
@@ -23,11 +23,10 @@ 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.106.0
26
+ * @version 1.107.1
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.search.SearchProvider
30
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
31
30
  */
32
31
  var SearchProvider = Element.extend("sap.ui.core.search.SearchProvider", /** @lends sap.ui.core.search.SearchProvider.prototype */ { metadata : {
33
32
 
@@ -51,7 +50,6 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
51
50
  * @param {string} sValue The value for which suggestions are requested.
52
51
  * @param {function(string, string[])} fnCallback The callback function which is called when the suggestions are available.
53
52
  * @public
54
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
55
53
  */
56
54
  SearchProvider.prototype.suggest = function(sValue, fnCallback) {
57
55
  Log.warning("sap.ui.core.search.SearchProvider is the abstract base class for all SearchProviders. Do not create instances of this class, but use a concrete sub class instead.");
@@ -71,7 +71,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
71
71
  *
72
72
  * @extends sap.ui.base.Object
73
73
  * @author SAP SE
74
- * @version 1.106.0
74
+ * @version 1.107.1
75
75
  * @alias sap.ui.core.service.Service
76
76
  * @abstract
77
77
  * @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.106.0
86
+ * @version 1.107.1
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.106.0
21
+ * @version 1.107.1
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/util/
17
17
  *
18
18
  * @abstract
19
19
  * @extends sap.ui.base.Object
20
- * @version 1.106.0
20
+ * @version 1.107.1
21
21
  * @private
22
22
  * @ui5-restricted
23
23
  * @alias sap.ui.core.support.Plugin
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Plugin', "sap/base/util/UriParame
25
25
  * @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.
26
26
  *
27
27
  * @extends sap.ui.base.EventProvider
28
- * @version 1.106.0
28
+ * @version 1.107.1
29
29
  * @private
30
30
  * @alias sap.ui.core.support.Support
31
31
  */
@@ -26,8 +26,6 @@ sap.ui.define([
26
26
  ) {
27
27
  'use strict';
28
28
 
29
- var configurationInfo = sap.ui.getCore().getConfiguration();
30
-
31
29
  // ================================================================================
32
30
  // Technical Information
33
31
  // ================================================================================
@@ -101,17 +99,17 @@ sap.ui.define([
101
99
  configurationBootstrap: window['sap-ui-config'] || Object.create(null),
102
100
 
103
101
  configurationComputed: {
104
- theme: configurationInfo.getTheme(),
105
- language: configurationInfo.getLanguage(),
106
- formatLocale: configurationInfo.getFormatLocale(),
107
- accessibility: configurationInfo.getAccessibility(),
108
- animation: (configurationInfo.getAnimationMode() !== Configuration.AnimationMode.minimal &&
109
- configurationInfo.getAnimationMode() !== Configuration.AnimationMode.none),
110
- rtl: configurationInfo.getRTL(),
111
- debug: configurationInfo.getDebug(),
112
- inspect: configurationInfo.getInspect(),
113
- originInfo: configurationInfo.getOriginInfo(),
114
- noDuplicateIds: configurationInfo.getNoDuplicateIds()
102
+ theme: Configuration.getTheme(),
103
+ language: Configuration.getLanguage(),
104
+ formatLocale: Configuration.getFormatLocale(),
105
+ accessibility: Configuration.getAccessibility(),
106
+ animation: (Configuration.getAnimationMode() !== Configuration.AnimationMode.minimal &&
107
+ Configuration.getAnimationMode() !== Configuration.AnimationMode.none),
108
+ rtl: Configuration.getRTL(),
109
+ debug: Configuration.getDebug(),
110
+ inspect: Configuration.getInspect(),
111
+ originInfo: Configuration.getOriginInfo(),
112
+ noDuplicateIds: Configuration.getNoDuplicateIds()
115
113
  },
116
114
 
117
115
  libraries: _getLibraries(),
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @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.
59
59
  *
60
60
  * @extends sap.ui.core.support.Plugin
61
- * @version 1.106.0
61
+ * @version 1.107.1
62
62
  * @private
63
63
  * @alias sap.ui.core.support.plugins.ControlTree
64
64
  */
@@ -1244,7 +1244,7 @@ sap.ui.define([
1244
1244
  // By now just XML and HTML can be serialized
1245
1245
  mViews = (sType && sType !== "XML") ? oViewSerializer.serializeToHTML() : oViewSerializer.serializeToXML();
1246
1246
  } else {
1247
- var oUIArea = this.oCore.getUIArea(oEvent.getParameter("controlID"));
1247
+ var oUIArea = UIArea.registry.get(oEvent.getParameter("controlID"));
1248
1248
  var aContent = oUIArea.getContent();
1249
1249
  for ( var i = 0; i < aContent.length; i++) {
1250
1250
  oView.addContent(aContent[i]);
@@ -1400,7 +1400,7 @@ sap.ui.define([
1400
1400
  return mElement;
1401
1401
  }
1402
1402
 
1403
- each(oCore.mUIAreas, function(iIndex, oUIArea) {
1403
+ each(UIArea.registry.all(), function(iIndex, oUIArea) {
1404
1404
  var mElement = serializeElement(oUIArea);
1405
1405
  aControlTree.push(mElement);
1406
1406
  });
@@ -1464,7 +1464,7 @@ sap.ui.define([
1464
1464
 
1465
1465
  var oControl = this.oCore.byId(sId);
1466
1466
 
1467
- if (!oControl && this.oCore.getUIArea(sId)) {
1467
+ if (!oControl && UIArea.registry.get(sId)) {
1468
1468
 
1469
1469
  aControlProps.push({
1470
1470
  control: "sap.ui.core.UIArea",
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * With this plugIn the performance measurements are displayed
39
39
  *
40
40
  * @extends sap.ui.core.support.Plugin
41
- * @version 1.106.0
41
+ * @version 1.107.1
42
42
  * @private
43
43
  * @alias sap.ui.core.support.plugins.Interaction
44
44
  */
@@ -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.106.0
18
+ * @version 1.107.1
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.106.0
59
+ * @version 1.107.1
60
60
  * @private
61
61
  * @alias sap.ui.core.support.plugins.Performance
62
62
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @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.
21
21
  *
22
22
  * @extends sap.ui.core.support.Plugin
23
- * @version 1.106.0
23
+ * @version 1.107.1
24
24
  * @private
25
25
  * @alias sap.ui.core.support.plugins.Selector
26
26
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @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.
27
27
  *
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.106.0
29
+ * @version 1.107.1
30
30
  * @private
31
31
  * @alias sap.ui.core.support.plugins.TechInfo
32
32
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @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.
20
20
  *
21
21
  * @extends sap.ui.core.support.Plugin
22
- * @version 1.106.0
22
+ * @version 1.107.1
23
23
  * @private
24
24
  * @alias sap.ui.core.support.plugins.Trace
25
25
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Creates an instance of sap.ui.core.support.plugins.ViewInfo.
20
20
  * @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.
21
21
  * @extends sap.ui.core.support.Plugin
22
- * @version 1.106.0
22
+ * @version 1.107.1
23
23
  * @private
24
24
  * @alias sap.ui.core.support.plugins.ViewInfo
25
25
  */
@@ -22,7 +22,8 @@ sap.ui.define([
22
22
  "sap/ui/core/syncStyleClass",
23
23
  "sap/base/Log",
24
24
  "sap/ui/core/Fragment",
25
- "sap/ui/thirdparty/jquery"
25
+ "sap/ui/thirdparty/jquery",
26
+ "sap/ui/core/Configuration"
26
27
  ], function(
27
28
  moduleTreeHelper,
28
29
  Device,
@@ -41,7 +42,8 @@ sap.ui.define([
41
42
  syncStyleClass,
42
43
  Log,
43
44
  Fragment,
44
- jQuery
45
+ jQuery,
46
+ Configuration
45
47
  ) {
46
48
  "use strict";
47
49
 
@@ -436,7 +438,7 @@ sap.ui.define([
436
438
  // enable or disable default option for version >= 1.48
437
439
  var oCurrentItem = this._getControl("standardBootstrapURL", this._SUPPORT_ASSISTANT_POPOVER_ID).getItems()[0];
438
440
  if (this._isVersionBiggerThanMinSupported()) {
439
- var sAppVersion = sap.ui.getCore().getConfiguration().getVersion().toString();
441
+ var sAppVersion = Configuration.getVersion().toString();
440
442
  oCurrentItem.setText(oCurrentItem.getText().replace("[[version]]", sAppVersion));
441
443
  oCurrentItem.setEnabled(true);
442
444
  } else {
@@ -720,7 +722,7 @@ sap.ui.define([
720
722
  oViewModel.setProperty("/SupportAssistantPopoverURLs", aSupportedUrls);
721
723
  oViewModel.setProperty("/ApplicationURL", document.location.href);
722
724
  oViewModel.setProperty("/UserAgent", navigator.userAgent);
723
- oViewModel.setProperty("/DebugMode", sap.ui.getCore().getConfiguration().getDebug());
725
+ oViewModel.setProperty("/DebugMode", Configuration.getDebug());
724
726
 
725
727
  // If ui version is smaller than 1.48 this sets the default location from where the SA will be loaded
726
728
  // to OpenUI5 (Nightly) because the SA is not available in 1.44 or lower version
@@ -752,7 +754,7 @@ sap.ui.define([
752
754
  * @private
753
755
  */
754
756
  _isVersionBiggerThanMinSupported: function () {
755
- var oVersion = sap.ui.getCore().getConfiguration().getVersion();
757
+ var oVersion = Configuration.getVersion();
756
758
  if (oVersion && oVersion.compareTo(this._MIN_UI5VERSION_SUPPORT_ASSISTANT) >= 0) {
757
759
  return true;
758
760
  }
@@ -19,13 +19,12 @@ 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.106.0
22
+ * @version 1.107.1
23
23
  *
24
24
  * @public
25
25
  * @since 1.15
26
26
  * @deprecated since 1.56
27
27
  * @alias sap.ui.core.tmpl.DOMAttribute
28
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
29
28
  */
30
29
  var DOMAttribute = Element.extend("sap.ui.core.tmpl.DOMAttribute", /** @lends sap.ui.core.tmpl.DOMAttribute.prototype */ { metadata : {
31
30
 
@@ -27,13 +27,12 @@ sap.ui.define([
27
27
  * @class
28
28
  * Represents a DOM element. It allows to use databinding for the properties and nested DOM attributes.
29
29
  * @extends sap.ui.core.Control
30
- * @version 1.106.0
30
+ * @version 1.107.1
31
31
  *
32
32
  * @public
33
33
  * @since 1.15
34
34
  * @deprecated since 1.56
35
35
  * @alias sap.ui.core.tmpl.DOMElement
36
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
37
36
  */
38
37
  var DOMElement = Control.extend("sap.ui.core.tmpl.DOMElement", /** @lends sap.ui.core.tmpl.DOMElement.prototype */ {
39
38
  metadata : {
@@ -164,7 +163,6 @@ sap.ui.define([
164
163
  * The value of the DOM attribute. If the value is undefined the DOM attribute will be removed.
165
164
  * @return {any} value of attribute or <code>this</code> when called as a setter
166
165
  * @public
167
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
168
166
  */
169
167
  DOMElement.prototype.attr = function(sKey, sValue) {
170
168
 
@@ -219,7 +217,6 @@ sap.ui.define([
219
217
  * The name of the DOM attribute.
220
218
  * @return {this}
221
219
  * @public
222
- * @ui5-metamodel This method also will be described in the UI5 (legacy) designtime metamodel
223
220
  */
224
221
 
225
222
  DOMElement.prototype.removeAttr = function(sKey) {
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.core.tmpl.Template
47
47
  * @abstract
48
48
  * @author SAP SE
49
- * @version 1.106.0
49
+ * @version 1.107.1
50
50
  * @alias sap.ui.core.tmpl.HandlebarsTemplate
51
51
  * @since 1.15
52
52
  * @deprecated since 1.56