@openui5/sap.ui.core 1.105.1 → 1.107.0

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 (351) hide show
  1. package/.reuse/dep5 +20 -17
  2. package/THIRDPARTY.txt +31 -21
  3. package/package.json +1 -1
  4. package/src/jquery.sap.dom.js +10 -10
  5. package/src/jquery.sap.global.js +24 -216
  6. package/src/jquery.sap.history.js +1 -1
  7. package/src/jquery.sap.properties.js +2 -2
  8. package/src/jquery.sap.resources.js +1 -1
  9. package/src/jquery.sap.script.js +1 -1
  10. package/src/jquery.sap.storage.js +4 -4
  11. package/src/jquery.sap.ui.js +5 -7
  12. package/src/sap/base/i18n/ResourceBundle.js +7 -11
  13. package/src/sap/base/util/LoaderExtensions.js +6 -6
  14. package/src/sap/base/util/ObjectPath.js +1 -1
  15. package/src/sap/base/util/Properties.js +1 -1
  16. package/src/sap/base/util/fetch.js +8 -10
  17. package/src/sap/base/util/mixedFetch.js +1 -1
  18. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  19. package/src/sap/base/util/restricted/_castArray.js +1 -1
  20. package/src/sap/base/util/restricted/_compact.js +1 -1
  21. package/src/sap/base/util/restricted/_curry.js +1 -1
  22. package/src/sap/base/util/restricted/_debounce.js +1 -1
  23. package/src/sap/base/util/restricted/_difference.js +1 -1
  24. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  25. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  26. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  27. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  28. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  29. package/src/sap/base/util/restricted/_flatten.js +1 -1
  30. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  31. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  32. package/src/sap/base/util/restricted/_intersection.js +1 -1
  33. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  34. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  35. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  36. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  37. package/src/sap/base/util/restricted/_isNil.js +1 -1
  38. package/src/sap/base/util/restricted/_max.js +1 -1
  39. package/src/sap/base/util/restricted/_merge.js +1 -1
  40. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  41. package/src/sap/base/util/restricted/_min.js +1 -1
  42. package/src/sap/base/util/restricted/_omit.js +1 -1
  43. package/src/sap/base/util/restricted/_pick.js +1 -1
  44. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  45. package/src/sap/base/util/restricted/_throttle.js +1 -1
  46. package/src/sap/base/util/restricted/_toArray.js +1 -1
  47. package/src/sap/base/util/restricted/_union.js +1 -1
  48. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  49. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  50. package/src/sap/base/util/restricted/_uniq.js +1 -1
  51. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  52. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  53. package/src/sap/base/util/restricted/_without.js +1 -1
  54. package/src/sap/base/util/restricted/_xor.js +1 -1
  55. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  56. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  57. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  58. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  59. package/src/sap/base/util/syncFetch.js +9 -16
  60. package/src/sap/ui/Device.js +3 -3
  61. package/src/sap/ui/Global.js +7 -14
  62. package/src/sap/ui/VersionInfo.js +57 -54
  63. package/src/sap/ui/base/BindingInfo.js +198 -0
  64. package/src/sap/ui/base/DataType.js +5 -5
  65. package/src/sap/ui/base/Event.js +2 -2
  66. package/src/sap/ui/base/EventProvider.js +2 -2
  67. package/src/sap/ui/base/Interface.js +1 -1
  68. package/src/sap/ui/base/ManagedObject.js +209 -979
  69. package/src/sap/ui/base/ManagedObjectMetadata.js +6 -6
  70. package/src/sap/ui/base/ManagedObjectRegistry.js +4 -3
  71. package/src/sap/ui/base/Metadata.js +1 -1
  72. package/src/sap/ui/base/Object.js +1 -1
  73. package/src/sap/ui/base/ObjectPool.js +1 -1
  74. package/src/sap/ui/core/.library +13 -9
  75. package/src/sap/ui/core/AppCacheBuster.js +3 -4
  76. package/src/sap/ui/core/BusyIndicator.js +1 -1
  77. package/src/sap/ui/core/BusyIndicatorUtils.js +5 -6
  78. package/src/sap/ui/core/CalendarType.js +0 -1
  79. package/src/sap/ui/core/Component.js +16 -14
  80. package/src/sap/ui/core/ComponentContainer.js +6 -5
  81. package/src/sap/ui/core/ComponentMetadata.js +5 -12
  82. package/src/sap/ui/core/ComponentSupport.js +1 -1
  83. package/src/sap/ui/core/Configuration.js +525 -336
  84. package/src/sap/ui/core/Control.js +7 -7
  85. package/src/sap/ui/core/Core.js +102 -422
  86. package/src/sap/ui/core/CustomData.js +1 -1
  87. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  88. package/src/sap/ui/core/Element.js +65 -9
  89. package/src/sap/ui/core/ElementMetadata.js +1 -1
  90. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  91. package/src/sap/ui/core/EventBus.js +1 -1
  92. package/src/sap/ui/core/FocusHandler.js +79 -9
  93. package/src/sap/ui/core/Fragment.js +1 -1
  94. package/src/sap/ui/core/HTML.js +1 -2
  95. package/src/sap/ui/core/History.js +1 -1
  96. package/src/sap/ui/core/Icon.js +1 -2
  97. package/src/sap/ui/core/IconPool.js +8 -8
  98. package/src/sap/ui/core/IndicationColorSupport.js +2 -2
  99. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  100. package/src/sap/ui/core/InvisibleMessage.js +1 -2
  101. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  102. package/src/sap/ui/core/InvisibleText.js +5 -5
  103. package/src/sap/ui/core/Item.js +1 -2
  104. package/src/sap/ui/core/LabelEnablement.js +1 -1
  105. package/src/sap/ui/core/LayoutData.js +1 -2
  106. package/src/sap/ui/core/ListItem.js +1 -2
  107. package/src/sap/ui/core/LocalBusyIndicator.js +1 -2
  108. package/src/sap/ui/core/Locale.js +1 -1
  109. package/src/sap/ui/core/LocaleData.js +15 -13
  110. package/src/sap/ui/core/Manifest.js +8 -6
  111. package/src/sap/ui/core/Message.js +4 -6
  112. package/src/sap/ui/core/Popup.js +63 -6
  113. package/src/sap/ui/core/RenderManager.js +13 -5
  114. package/src/sap/ui/core/Renderer.js +5 -4
  115. package/src/sap/ui/core/Rendering.js +251 -0
  116. package/src/sap/ui/core/ResizeHandler.js +7 -7
  117. package/src/sap/ui/core/ScrollBar.js +6 -9
  118. package/src/sap/ui/core/ScrollBarRenderer.js +3 -3
  119. package/src/sap/ui/core/SeparatorItem.js +1 -2
  120. package/src/sap/ui/core/Title.js +1 -2
  121. package/src/sap/ui/core/TooltipBase.js +12 -14
  122. package/src/sap/ui/core/UIArea.js +396 -129
  123. package/src/sap/ui/core/UIComponent.js +3 -4
  124. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  125. package/src/sap/ui/core/ValueStateSupport.js +2 -2
  126. package/src/sap/ui/core/VariantLayoutData.js +1 -2
  127. package/src/sap/ui/core/XMLComposite.js +2 -2
  128. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  129. package/src/sap/ui/core/XMLTemplateProcessor.js +12 -10
  130. package/src/sap/ui/core/_ConfigurationProvider.js +187 -0
  131. package/src/sap/ui/core/cache/CacheManager.js +9 -8
  132. package/src/sap/ui/core/cache/LRUPersistentCache.js +4 -4
  133. package/src/sap/ui/core/cldr/es_BO.json +3 -3
  134. package/src/sap/ui/core/cldr/es_CL.json +3 -3
  135. package/src/sap/ui/core/cldr/es_MX.json +3 -3
  136. package/src/sap/ui/core/cldr/es_PE.json +3 -3
  137. package/src/sap/ui/core/cldr/es_UY.json +3 -3
  138. package/src/sap/ui/core/cldr/es_VE.json +2 -2
  139. package/src/sap/ui/core/date/Islamic.js +4 -4
  140. package/src/sap/ui/core/date/UniversalDate.js +8 -8
  141. package/src/sap/ui/core/date/UniversalDateUtils.js +3 -3
  142. package/src/sap/ui/core/delegate/ItemNavigation.js +5 -5
  143. package/src/sap/ui/core/delegate/ScrollEnablement.js +7 -6
  144. package/src/sap/ui/core/dnd/DragAndDrop.js +14 -9
  145. package/src/sap/ui/core/dnd/DragDropBase.js +1 -2
  146. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -2
  147. package/src/sap/ui/core/dnd/DragInfo.js +1 -2
  148. package/src/sap/ui/core/dnd/DropInfo.js +1 -2
  149. package/src/sap/ui/core/format/DateFormat.js +14 -7
  150. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +0 -1
  151. package/src/sap/ui/core/format/FileSizeFormat.js +4 -3
  152. package/src/sap/ui/core/format/ListFormat.js +4 -3
  153. package/src/sap/ui/core/format/NumberFormat.js +7 -6
  154. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  155. package/src/sap/ui/core/hyphenation/Hyphenation.js +7 -6
  156. package/src/sap/ui/core/library.js +3 -55
  157. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  158. package/src/sap/ui/core/message/Message.js +1 -1
  159. package/src/sap/ui/core/message/MessageManager.js +13 -23
  160. package/src/sap/ui/core/message/MessageParser.js +1 -1
  161. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  162. package/src/sap/ui/core/messagebundle_fr.properties +1 -1
  163. package/src/sap/ui/core/mvc/Controller.js +8 -3
  164. package/src/sap/ui/core/mvc/EventHandlerResolver.js +5 -3
  165. package/src/sap/ui/core/mvc/HTMLView.js +1 -2
  166. package/src/sap/ui/core/mvc/JSONView.js +1 -2
  167. package/src/sap/ui/core/mvc/JSView.js +2 -3
  168. package/src/sap/ui/core/mvc/TemplateView.js +1 -2
  169. package/src/sap/ui/core/mvc/View.js +21 -20
  170. package/src/sap/ui/core/mvc/ViewType.js +0 -1
  171. package/src/sap/ui/core/mvc/XMLView.js +18 -18
  172. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  173. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  174. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  175. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  176. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  177. package/src/sap/ui/core/routing/Router.js +1 -1
  178. package/src/sap/ui/core/routing/async/Target.js +4 -3
  179. package/src/sap/ui/core/rules/App.support.js +11 -13
  180. package/src/sap/ui/core/rules/Config.support.js +19 -17
  181. package/src/sap/ui/core/rules/CoreHelper.support.js +4 -4
  182. package/src/sap/ui/core/rules/Model.support.js +8 -8
  183. package/src/sap/ui/core/rules/Rendering.support.js +1 -1
  184. package/src/sap/ui/core/rules/Theming.support.js +8 -8
  185. package/src/sap/ui/core/rules/View.support.js +9 -9
  186. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -2
  187. package/src/sap/ui/core/search/SearchProvider.js +1 -3
  188. package/src/sap/ui/core/service/Service.js +1 -1
  189. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  190. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  191. package/src/sap/ui/core/support/Hotkeys.js +2 -3
  192. package/src/sap/ui/core/support/Plugin.js +1 -1
  193. package/src/sap/ui/core/support/Support.js +1 -1
  194. package/src/sap/ui/core/support/ToolsAPI.js +11 -13
  195. package/src/sap/ui/core/support/plugins/ControlTree.js +4 -4
  196. package/src/sap/ui/core/support/plugins/Debugging.js +3 -3
  197. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  198. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  199. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  200. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  201. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  202. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  203. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
  204. package/src/sap/ui/core/support/support.html +1 -1
  205. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +10 -8
  206. package/src/sap/ui/core/theming/Parameters.js +8 -15
  207. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -2
  208. package/src/sap/ui/core/tmpl/DOMElement.js +1 -4
  209. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  210. package/src/sap/ui/core/tmpl/Template.js +6 -5
  211. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -2
  212. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  213. package/src/sap/ui/core/util/Export.js +1 -1
  214. package/src/sap/ui/core/util/ExportCell.js +1 -1
  215. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  216. package/src/sap/ui/core/util/ExportRow.js +1 -1
  217. package/src/sap/ui/core/util/ExportType.js +1 -1
  218. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  219. package/src/sap/ui/core/util/File.js +1 -1
  220. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  221. package/src/sap/ui/core/util/MockServer.js +48 -72
  222. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  223. package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +4 -3
  224. package/src/sap/ui/core/util/XMLPreprocessor.js +2 -2
  225. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
  226. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  227. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  228. package/src/sap/ui/core/util/serializer/ViewSerializer.js +4 -4
  229. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  230. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  231. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  232. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  233. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  234. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  235. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  236. package/src/sap/ui/debug/ControlTree.js +3 -3
  237. package/src/sap/ui/debug/DebugEnv.js +4 -4
  238. package/src/sap/ui/debug/PropertyList.css +1 -31
  239. package/src/sap/ui/debug/PropertyList.js +6 -250
  240. package/src/sap/ui/dom/getScrollbarSize.js +1 -1
  241. package/src/sap/ui/dom/jquery/control.js +1 -0
  242. package/src/sap/ui/events/jquery/EventSimulation.js +4 -4
  243. package/src/sap/ui/model/ClientModel.js +1 -1
  244. package/src/sap/ui/model/ClientTreeBinding.js +3 -1
  245. package/src/sap/ui/model/CompositeDataState.js +1 -1
  246. package/src/sap/ui/model/CompositeType.js +1 -1
  247. package/src/sap/ui/model/Context.js +3 -0
  248. package/src/sap/ui/model/ContextBinding.js +1 -1
  249. package/src/sap/ui/model/DataState.js +2 -2
  250. package/src/sap/ui/model/ListBinding.js +2 -2
  251. package/src/sap/ui/model/ManagedObjectBindingSupport.js +871 -0
  252. package/src/sap/ui/model/MetaModel.js +1 -1
  253. package/src/sap/ui/model/Model.js +16 -5
  254. package/src/sap/ui/model/SelectionModel.js +1 -1
  255. package/src/sap/ui/model/SimpleType.js +2 -2
  256. package/src/sap/ui/model/Sorter.js +24 -19
  257. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  258. package/src/sap/ui/model/TreeBindingAdapter.js +3 -7
  259. package/src/sap/ui/model/Type.js +1 -1
  260. package/src/sap/ui/model/analytics/AnalyticalBinding.js +2 -0
  261. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +5 -7
  262. package/src/sap/ui/model/json/JSONModel.js +9 -7
  263. package/src/sap/ui/model/message/MessageModel.js +1 -1
  264. package/src/sap/ui/model/odata/AnnotationHelper.js +4 -4
  265. package/src/sap/ui/model/odata/ODataAnnotations.js +5 -3
  266. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  267. package/src/sap/ui/model/odata/ODataMetaModel.js +10 -10
  268. package/src/sap/ui/model/odata/ODataMetadata.js +5 -4
  269. package/src/sap/ui/model/odata/ODataModel.js +6 -5
  270. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +0 -1
  271. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  272. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  273. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  274. package/src/sap/ui/model/odata/type/Date.js +1 -1
  275. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  276. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  277. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  278. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  279. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  280. package/src/sap/ui/model/odata/type/Double.js +1 -1
  281. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  282. package/src/sap/ui/model/odata/type/Int.js +1 -1
  283. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  284. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  285. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  286. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  287. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  288. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  289. package/src/sap/ui/model/odata/type/Single.js +1 -1
  290. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  291. package/src/sap/ui/model/odata/type/String.js +1 -1
  292. package/src/sap/ui/model/odata/type/Time.js +1 -1
  293. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  294. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  295. package/src/sap/ui/model/odata/v2/Context.js +5 -5
  296. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +4 -3
  297. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +25 -16
  298. package/src/sap/ui/model/odata/v2/ODataListBinding.js +46 -28
  299. package/src/sap/ui/model/odata/v2/ODataModel.js +97 -39
  300. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +5 -5
  301. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +3 -3
  302. package/src/sap/ui/model/odata/v4/Context.js +109 -71
  303. package/src/sap/ui/model/odata/v4/ODataBinding.js +50 -7
  304. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +88 -68
  305. package/src/sap/ui/model/odata/v4/ODataListBinding.js +116 -81
  306. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +23 -20
  307. package/src/sap/ui/model/odata/v4/ODataModel.js +350 -88
  308. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +35 -9
  309. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +15 -9
  310. package/src/sap/ui/model/odata/v4/ODataUtils.js +8 -5
  311. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +45 -33
  312. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +40 -6
  313. package/src/sap/ui/model/odata/v4/lib/_Cache.js +135 -81
  314. package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +2 -3
  315. package/src/sap/ui/model/odata/v4/lib/_Helper.js +179 -36
  316. package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +2 -3
  317. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +26 -7
  318. package/src/sap/ui/model/resource/ResourceModel.js +8 -7
  319. package/src/sap/ui/model/type/Boolean.js +1 -1
  320. package/src/sap/ui/model/type/Currency.js +2 -2
  321. package/src/sap/ui/model/type/Date.js +1 -1
  322. package/src/sap/ui/model/type/DateInterval.js +1 -1
  323. package/src/sap/ui/model/type/DateTime.js +1 -1
  324. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  325. package/src/sap/ui/model/type/FileSize.js +1 -1
  326. package/src/sap/ui/model/type/Float.js +1 -1
  327. package/src/sap/ui/model/type/Integer.js +1 -1
  328. package/src/sap/ui/model/type/String.js +2 -2
  329. package/src/sap/ui/model/type/Time.js +1 -1
  330. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  331. package/src/sap/ui/model/type/Unit.js +5 -4
  332. package/src/sap/ui/model/xml/XMLModel.js +8 -6
  333. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  334. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  335. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  336. package/src/sap/ui/test/Opa.js +7 -5
  337. package/src/sap/ui/test/Opa5.js +9 -15
  338. package/src/sap/ui/test/OpaBuilder.js +1 -1
  339. package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
  340. package/src/sap/ui/test/TestUtils.js +83 -1
  341. package/src/sap/ui/test/autowaiter/_autoWaiter.js +9 -0
  342. package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +114 -0
  343. package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +99 -0
  344. package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +70 -0
  345. package/src/sap/ui/test/autowaiter/_resourceWaiter.js +3 -12
  346. package/src/sap/ui/test/autowaiter/_utils.js +13 -1
  347. package/src/sap/ui/test/generic/TestBase.js +1 -1
  348. package/src/sap/ui/test/matchers/Ancestor.js +1 -0
  349. package/src/sap/ui/test/matchers/Descendant.js +1 -0
  350. package/src/sap/ui/test/matchers/Sibling.js +1 -0
  351. package/src/sap/ui/util/Storage.js +1 -1
@@ -41,7 +41,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
41
41
  resolution: "Define the XML view as '<mvc:View ...>' and configure the XML namespace as 'xmlns:mvc=\"sap.ui.core.mvc\"'",
42
42
  resolutionurls: [{
43
43
  text: "Documentation: Namespaces in XML Views",
44
- href: "https://openui5.hana.ondemand.com/topic/2421a2c9fa574b2e937461b5313671f0"
44
+ href: "https://sdk.openui5.org/topic/2421a2c9fa574b2e937461b5313671f0"
45
45
  }],
46
46
  check: function(oIssueManager, oCoreFacade, oScope) {
47
47
  var aXMLViews = oScope.getElements().filter(function (oControl) {
@@ -77,7 +77,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
77
77
  resolution: "Set the namespace of the control library that holds most of the controls you use as default namespace (e.g. xmlns=\"sap.m\")",
78
78
  resolutionurls: [{
79
79
  text: "Documentation: Namespaces in XML Views",
80
- href: "https://openui5.hana.ondemand.com/topic/2421a2c9fa574b2e937461b5313671f0"
80
+ href: "https://sdk.openui5.org/topic/2421a2c9fa574b2e937461b5313671f0"
81
81
  }],
82
82
  check: function(oIssueManager, oCoreFacade, oScope) {
83
83
  var aXMLViews = oScope.getElements().filter(function (oControl) {
@@ -110,7 +110,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
110
110
  resolution: "Start the Control tag with upper case",
111
111
  resolutionurls: [{
112
112
  text: "Documentation: SAPUI5 Control Development Guidelines",
113
- href: "https://openui5.hana.ondemand.com/topic/4549da61e2d949d6a3d20ad8a9d17a6f"
113
+ href: "https://sdk.openui5.org/topic/4549da61e2d949d6a3d20ad8a9d17a6f"
114
114
  }],
115
115
  check: function (oIssueManager, oCoreFacade, oScope) {
116
116
  var aRelevantLogMessages = Log.getLogEntries().filter(function(oEntry) {
@@ -142,7 +142,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
142
142
  resolution: "Remove the unused namespaces from the view definition",
143
143
  resolutionurls: [{
144
144
  text: "Documentation: Namespaces in XML Views",
145
- href: "https://openui5.hana.ondemand.com/topic/2421a2c9fa574b2e937461b5313671f0"
145
+ href: "https://sdk.openui5.org/topic/2421a2c9fa574b2e937461b5313671f0"
146
146
  }],
147
147
  check: function(oIssueManager, oCoreFacade, oScope) {
148
148
  var aXMLViews = oScope.getElements().filter(function (oControl) {
@@ -195,7 +195,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
195
195
  resolution: "Refer to the API of the element which property should be used instead.",
196
196
  resolutionurls: [{
197
197
  text: "API Reference",
198
- href: "https://openui5.hana.ondemand.com/api/deprecated"
198
+ href: "https://sdk.openui5.org/api/deprecated"
199
199
  }],
200
200
  check: function(oIssueManager, oCoreFacade, oScope) {
201
201
  oScope.getElementsByClassName(Element).forEach(function(oElement) {
@@ -238,7 +238,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
238
238
  resolution: "Refer to the API of the element which element should be used instead.",
239
239
  resolutionurls: [{
240
240
  text: "API Reference",
241
- href: "https://openui5.hana.ondemand.com/api/deprecated"
241
+ href: "https://sdk.openui5.org/api/deprecated"
242
242
  }],
243
243
  check: function(oIssueManager, oCoreFacade, oScope) {
244
244
  oScope.getElementsByClassName(Element).forEach(function(oElement) {
@@ -272,7 +272,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
272
272
  resolution: "Refer to the API of the element which aggregation should be used instead.",
273
273
  resolutionurls: [{
274
274
  text: "API Reference",
275
- href: "https://openui5.hana.ondemand.com/api/deprecated"
275
+ href: "https://sdk.openui5.org/api/deprecated"
276
276
  }],
277
277
  check: function(oIssueManager, oCoreFacade, oScope) {
278
278
  oScope.getElementsByClassName(Element).forEach(function(oElement) {
@@ -312,7 +312,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
312
312
  resolution: "Refer to the API of the element which association should be used instead.",
313
313
  resolutionurls: [{
314
314
  text: "API Reference",
315
- href: "https://openui5.hana.ondemand.com/api/deprecated"
315
+ href: "https://sdk.openui5.org/api/deprecated"
316
316
  }],
317
317
  check: function(oIssueManager, oCoreFacade, oScope) {
318
318
  oScope.getElementsByClassName(Element).forEach(function(oElement) {
@@ -352,7 +352,7 @@ sap.ui.define(["sap/base/Log", "sap/ui/support/library", "sap/ui/core/Element",
352
352
  resolution: "Refer to the API of the element which event should be used instead.",
353
353
  resolutionurls: [{
354
354
  text: "API Reference",
355
- href: "https://openui5.hana.ondemand.com/api/deprecated"
355
+ href: "https://sdk.openui5.org/api/deprecated"
356
356
  }],
357
357
  check: function(oIssueManager, oCoreFacade, oScope) {
358
358
  oScope.getElementsByClassName(Element).forEach(function(oElement) {
@@ -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.105.1
30
+ * @version 1.107.0
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.105.1
26
+ * @version 1.107.0
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.105.1
74
+ * @version 1.107.0
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.105.1
86
+ * @version 1.107.0
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.105.1
21
+ * @version 1.107.0
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -27,9 +27,8 @@ sap.ui.define(["sap/base/Log"], function(Log) {
27
27
  * @private
28
28
  * @static
29
29
  * @param {Object} getModuleSystemInfo Function, which should retrieve modules and prefixes.
30
- * @param {Object} oCfgData Configuration object of the project.
31
30
  */
32
- init: function(getModuleSystemInfo, oCfgData) {
31
+ init: function(getModuleSystemInfo) {
33
32
  // Check whether the left 'alt' key is used
34
33
  // The TechnicalInfo should be shown only when left 'alt' key is used
35
34
  // because the right 'alt' key is mapped to 'alt' + 'ctrl' on windows
@@ -51,7 +50,7 @@ sap.ui.define(["sap/base/Log"], function(Log) {
51
50
  sap.ui.require(['sap/ui/core/support/techinfo/TechnicalInfo'], function(TechnicalInfo) {
52
51
  TechnicalInfo.open(function() {
53
52
  var oInfo = getModuleSystemInfo();
54
- return { modules : oInfo.modules, prefixes : oInfo.prefixes, config: oCfgData };
53
+ return { modules : oInfo.modules, prefixes : oInfo.prefixes };
55
54
  });
56
55
  }, function (oError) {
57
56
  Log.error("Could not load module 'sap/ui/core/support/techinfo/TechnicalInfo':", oError);
@@ -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.105.1
20
+ * @version 1.107.0
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.105.1
28
+ * @version 1.107.0
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.105.1
61
+ * @version 1.107.0
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",
@@ -450,9 +450,9 @@ sap.ui.define([
450
450
  // these are the known standard URLs; add them to the dropdown if reachable
451
451
  this._mRebootUrls = {
452
452
  // unfortunately we are not allowed to add the known internal URLs here
453
- "https://openui5.hana.ondemand.com/resources/sap-ui-core.js": "Public OpenUI5 server",
454
- "https://openui5beta.hana.ondemand.com/resources/sap-ui-core.js": "Public OpenUI5 PREVIEW server",
455
- "https://sapui5.hana.ondemand.com/resources/sap-ui-core.js": "Public SAPUI5 server",
453
+ "https://sdk.openui5.org/resources/sap-ui-core.js": "Public OpenUI5 server",
454
+ "https://sdk.openui5.org/nightly/resources/sap-ui-core.js": "Public OpenUI5 PREVIEW server",
455
+ "https://ui5.sap.com/resources/sap-ui-core.js": "Public SAPUI5 server",
456
456
  "http://localhost:8080/testsuite/resources/sap-ui-core.js": "Localhost (port 8080), /testsuite ('grunt serve' URL)",
457
457
  "http://localhost:8080/sapui5/resources/sap-ui-core.js": "Localhost (port 8080), /sapui5 (maven URL)"
458
458
  };
@@ -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.105.1
41
+ * @version 1.107.0
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.105.1
18
+ * @version 1.107.0
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.105.1
59
+ * @version 1.107.0
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.105.1
23
+ * @version 1.107.0
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.105.1
29
+ * @version 1.107.0
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.105.1
22
+ * @version 1.107.0
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.105.1
22
+ * @version 1.107.0
23
23
  * @private
24
24
  * @alias sap.ui.core.support.plugins.ViewInfo
25
25
  */
@@ -677,7 +677,7 @@ sap.ui.define([
677
677
 
678
678
  };
679
679
 
680
- ViewInfo.DemokitUrl = "https://openui5.hana.ondemand.com/api/";
680
+ ViewInfo.DemokitUrl = "https://sdk.openui5.org/api/";
681
681
 
682
682
  ViewInfo.prototype.updateObjectInfo = function(oData, iIdx, sReason) {
683
683
  var oObjectViewer = this.aObjectViewers[iIdx],
@@ -20,7 +20,7 @@
20
20
  <body class="sapUiSupportBody">
21
21
  <div class="sapUiButtonsContainer sapUiSupportHdr">
22
22
  <div class="title">Diagnostics</div>
23
- <a target="_blank" rel="noopener noreferrer" href="https://openui5.hana.ondemand.com/topic/6ec18e80b0ce47f290bc2645b0cc86e6">
23
+ <a target="_blank" rel="noopener noreferrer" href="https://sdk.openui5.org/topic/6ec18e80b0ce47f290bc2645b0cc86e6">
24
24
  <button type="button"
25
25
  class="sapUiSupportHelpButton"
26
26
  title="Documentation">
@@ -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 {
@@ -704,15 +706,15 @@ sap.ui.define([
704
706
  },
705
707
  {
706
708
  "DisplayName": "OpenUI5 CDN",
707
- "Value": "https://openui5.hana.ondemand.com/resources/sap/ui/support/"
709
+ "Value": "https://sdk.openui5.org/resources/sap/ui/support/"
708
710
  },
709
711
  {
710
712
  "DisplayName": "OpenUI5 (Nightly)",
711
- "Value": "https://openui5nightly.hana.ondemand.com/resources/sap/ui/support/"
713
+ "Value": "https://sdk.openui5.org/nightly/resources/sap/ui/support/"
712
714
  },
713
715
  {
714
716
  "DisplayName": "SAPUI5 CDN",
715
- "Value": "https://sapui5.hana.ondemand.com/resources/sap/ui/support/"
717
+ "Value": "https://ui5.sap.com/resources/sap/ui/support/"
716
718
  }
717
719
  ];
718
720
  var sDebugModulesTitle = this._getText("TechInfo.DebugModulesConfigPopup.SelectionCounter", oViewModel.DebugModuleSelectionCount);
@@ -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
  }
@@ -18,20 +18,13 @@ sap.ui.define([
18
18
  'sap/base/util/extend',
19
19
  'sap/base/util/syncFetch',
20
20
  'sap/ui/core/ThemeCheck',
21
- './ThemeHelper'
21
+ './ThemeHelper',
22
+ 'sap/ui/core/Configuration'
22
23
  ],
23
- function(URI, Element, UriParameters, Log, extend, syncFetch, ThemeCheck, ThemeHelper) {
24
+ function(URI, Element, UriParameters, Log, extend, syncFetch, ThemeCheck, ThemeHelper, Configuration) {
24
25
  "use strict";
25
26
 
26
- var oCfgData = window["sap-ui-config"] || {};
27
-
28
- var syncCallBehavior = 0; // ignore
29
- if (oCfgData['xx-nosync'] === 'warn' || /(?:\?|&)sap-ui-xx-nosync=(?:warn)/.exec(window.location.search)) {
30
- syncCallBehavior = 1;
31
- }
32
- if (oCfgData['xx-nosync'] === true || oCfgData['xx-nosync'] === 'true' || /(?:\?|&)sap-ui-xx-nosync=(?:x|X|true)/.exec(window.location.search)) {
33
- syncCallBehavior = 2;
34
- }
27
+ var syncCallBehavior = Configuration.getSyncCallBehavior();
35
28
 
36
29
  /**
37
30
  * A helper used for (read-only) access to CSS parameters at runtime.
@@ -615,7 +608,7 @@ sap.ui.define([
615
608
  }
616
609
 
617
610
  if (!sTheme) {
618
- sTheme = sap.ui.getCore().getConfiguration().getTheme();
611
+ sTheme = Configuration.getTheme();
619
612
  }
620
613
  // Parameters.get() without arguments returns
621
614
  // copy of complete default parameter set
@@ -745,7 +738,7 @@ sap.ui.define([
745
738
  "default": {},
746
739
  "scopes": {}
747
740
  };
748
- sTheme = sap.ui.getCore().getConfiguration().getTheme();
741
+ sTheme = Configuration.getTheme();
749
742
  forEachStyleSheet(function(sId) {
750
743
  var sLibname = sId.substr(13); // length of sap-ui-theme-
751
744
  if (mLibraryParameters[sLibname]) {
@@ -768,8 +761,8 @@ sap.ui.define([
768
761
  Parameters.reset = function() {
769
762
  // hidden parameter {boolean} bOnlyWhenNecessary
770
763
  var bOnlyWhenNecessary = arguments[0] === true;
771
- if ( !bOnlyWhenNecessary || sap.ui.getCore().getConfiguration().getTheme() !== sTheme ) {
772
- sTheme = sap.ui.getCore().getConfiguration().getTheme();
764
+ if ( !bOnlyWhenNecessary || Configuration.getTheme() !== sTheme ) {
765
+ sTheme = Configuration.getTheme();
773
766
  aParametersToLoad = [];
774
767
  mParameters = null;
775
768
  ThemeHelper.reset();
@@ -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.105.1
22
+ * @version 1.107.0
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.105.1
30
+ * @version 1.107.0
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.105.1
49
+ * @version 1.107.0
50
50
  * @alias sap.ui.core.tmpl.HandlebarsTemplate
51
51
  * @since 1.15
52
52
  * @deprecated since 1.56
@@ -7,6 +7,7 @@
7
7
  // Provides base class sap.ui.core.tmpl.Template for all templates
8
8
  sap.ui.define([
9
9
  'sap/ui/base/ManagedObject',
10
+ 'sap/ui/base/BindingInfo',
10
11
  'sap/ui/base/BindingParser',
11
12
  'sap/ui/core/Control',
12
13
  'sap/ui/core/RenderManager',
@@ -19,6 +20,7 @@ sap.ui.define([
19
20
  ],
20
21
  function(
21
22
  ManagedObject,
23
+ BindingInfo,
22
24
  BindingParser,
23
25
  Control,
24
26
  RenderManager,
@@ -52,11 +54,10 @@ function(
52
54
  * @extends sap.ui.base.ManagedObject
53
55
  * @abstract
54
56
  * @author SAP SE
55
- * @version 1.105.1
57
+ * @version 1.107.0
56
58
  * @alias sap.ui.core.tmpl.Template
57
59
  * @since 1.15
58
60
  * @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead.
59
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
60
61
  */
61
62
  var Template = ManagedObject.extend("sap.ui.core.tmpl.Template", /** @lends sap.ui.core.tmpl.Template.prototype */
62
63
  {
@@ -186,7 +187,7 @@ function(
186
187
  throw new Error("The class 'sap.ui.core.tmpl.Template' is abstract and must not be instantiated!");
187
188
  }
188
189
  // check for complex binding syntax
189
- if (ManagedObject.bindingParser === BindingParser.complexParser) {
190
+ if (BindingInfo.parse === BindingParser.complexParser) {
190
191
  /*
191
192
  * we disable the complex binding parser for Templates
192
193
  * TODO: reconsider a better solution later
@@ -194,9 +195,9 @@ function(
194
195
  * @function
195
196
  */
196
197
  Template.prototype.extractBindingInfo = function(oValue, bIgnoreObjects, oScope) {
197
- ManagedObject.bindingParser = BindingParser.simpleParser;
198
+ BindingInfo.parse = BindingParser.simpleParser;
198
199
  var oReturnValue = Control.prototype.extractBindingInfo.apply(this, arguments);
199
- ManagedObject.bindingParser = BindingParser.complexParser;
200
+ BindingInfo.parse = BindingParser.complexParser;
200
201
  return oReturnValue;
201
202
  };
202
203
  }
@@ -43,13 +43,12 @@ sap.ui.define([
43
43
  * @class
44
44
  * This is the base class for all template controls. Template controls are declared based on templates.
45
45
  * @extends sap.ui.core.Control
46
- * @version 1.105.1
46
+ * @version 1.107.0
47
47
  *
48
48
  * @public
49
49
  * @since 1.15
50
50
  * @deprecated since 1.56
51
51
  * @alias sap.ui.core.tmpl.TemplateControl
52
- * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
53
52
  */
54
53
  var TemplateControl = Control.extend("sap.ui.core.tmpl.TemplateControl", /** @lends sap.ui.core.tmpl.TemplateControl.prototype */ {
55
54
  metadata : {
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  *
13
13
  * @class Utility class for asyncHints
14
14
  * @author SAP SE
15
- * @version 1.105.1
15
+ * @version 1.107.0
16
16
  *
17
17
  * @private
18
18
  * @ui5-restricted sap.ushell
@@ -141,7 +141,7 @@ sap.ui.define([
141
141
  * @extends sap.ui.core.Control
142
142
  *
143
143
  * @author SAP SE
144
- * @version 1.105.1
144
+ * @version 1.107.0
145
145
  * @since 1.22.0
146
146
  *
147
147
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/core/Element'],
20
20
  * @extends sap.ui.core.Element
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.105.1
23
+ * @version 1.107.0
24
24
  * @since 1.22.0
25
25
  *
26
26
  * @public