@openui5/sap.ui.core 1.96.1 → 1.97.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 (697) hide show
  1. package/.eslintrc.json +2 -2
  2. package/.reuse/dep5 +1 -1
  3. package/THIRDPARTY.txt +2 -1
  4. package/package.json +1 -1
  5. package/src/jquery.sap.act.js +1 -1
  6. package/src/jquery.sap.dom.js +1 -1
  7. package/src/jquery.sap.encoder.js +1 -1
  8. package/src/jquery.sap.events.js +1 -1
  9. package/src/jquery.sap.global.js +2 -2
  10. package/src/jquery.sap.history.js +1 -1
  11. package/src/jquery.sap.keycodes.js +1 -1
  12. package/src/jquery.sap.mobile.js +1 -1
  13. package/src/jquery.sap.promise.js +1 -1
  14. package/src/jquery.sap.properties.js +2 -2
  15. package/src/jquery.sap.resources.js +3 -3
  16. package/src/jquery.sap.script.js +2 -2
  17. package/src/jquery.sap.sjax.js +1 -1
  18. package/src/jquery.sap.storage.js +4 -4
  19. package/src/jquery.sap.strings.js +1 -1
  20. package/src/jquery.sap.stubs.js +1 -1
  21. package/src/jquery.sap.trace.js +1 -1
  22. package/src/jquery.sap.ui.js +1 -1
  23. package/src/jquery.sap.xml.js +1 -1
  24. package/src/sap/base/Log.js +1 -1
  25. package/src/sap/base/assert.js +1 -1
  26. package/src/sap/base/i18n/ResourceBundle.js +1 -1
  27. package/src/sap/base/security/URLListValidator.js +1 -1
  28. package/src/sap/base/security/URLWhitelist.js +1 -1
  29. package/src/sap/base/security/encodeCSS.js +1 -1
  30. package/src/sap/base/security/encodeJS.js +1 -1
  31. package/src/sap/base/security/encodeURL.js +1 -1
  32. package/src/sap/base/security/encodeURLParameters.js +1 -1
  33. package/src/sap/base/security/encodeXML.js +1 -1
  34. package/src/sap/base/security/sanitizeHTML.js +1 -1
  35. package/src/sap/base/strings/camelize.js +1 -1
  36. package/src/sap/base/strings/capitalize.js +1 -1
  37. package/src/sap/base/strings/escapeRegExp.js +1 -1
  38. package/src/sap/base/strings/formatMessage.js +1 -1
  39. package/src/sap/base/strings/hash.js +1 -1
  40. package/src/sap/base/strings/hyphenate.js +1 -1
  41. package/src/sap/base/strings/toHex.js +1 -1
  42. package/src/sap/base/strings/whitespaceReplacer.js +1 -1
  43. package/src/sap/base/util/Deferred.js +1 -1
  44. package/src/sap/base/util/JSTokenizer.js +1 -1
  45. package/src/sap/base/util/LoaderExtensions.js +1 -1
  46. package/src/sap/base/util/ObjectPath.js +1 -1
  47. package/src/sap/base/util/Properties.js +1 -1
  48. package/src/sap/base/util/UriParameters.js +1 -1
  49. package/src/sap/base/util/Version.js +1 -1
  50. package/src/sap/base/util/_merge.js +1 -1
  51. package/src/sap/base/util/array/diff.js +1 -1
  52. package/src/sap/base/util/array/uniqueSort.js +1 -1
  53. package/src/sap/base/util/deepClone.js +1 -1
  54. package/src/sap/base/util/deepEqual.js +1 -1
  55. package/src/sap/base/util/deepExtend.js +1 -1
  56. package/src/sap/base/util/defineCoupledProperty.js +1 -1
  57. package/src/sap/base/util/defineLazyProperty.js +1 -1
  58. package/src/sap/base/util/each.js +1 -1
  59. package/src/sap/base/util/extend.js +1 -1
  60. package/src/sap/base/util/includes.js +1 -1
  61. package/src/sap/base/util/isEmptyObject.js +1 -1
  62. package/src/sap/base/util/isPlainObject.js +1 -1
  63. package/src/sap/base/util/merge.js +1 -1
  64. package/src/sap/base/util/now.js +1 -1
  65. package/src/sap/base/util/resolveReference.js +1 -1
  66. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  67. package/src/sap/base/util/restricted/_castArray.js +2 -2
  68. package/src/sap/base/util/restricted/_compact.js +2 -2
  69. package/src/sap/base/util/restricted/_curry.js +2 -2
  70. package/src/sap/base/util/restricted/_debounce.js +2 -2
  71. package/src/sap/base/util/restricted/_difference.js +2 -2
  72. package/src/sap/base/util/restricted/_differenceBy.js +2 -2
  73. package/src/sap/base/util/restricted/_differenceWith.js +2 -2
  74. package/src/sap/base/util/restricted/_flatMap.js +2 -2
  75. package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
  76. package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
  77. package/src/sap/base/util/restricted/_flatten.js +2 -2
  78. package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
  79. package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
  80. package/src/sap/base/util/restricted/_intersection.js +2 -2
  81. package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
  82. package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
  83. package/src/sap/base/util/restricted/_isEqual.js +2 -2
  84. package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
  85. package/src/sap/base/util/restricted/_isNil.js +2 -2
  86. package/src/sap/base/util/restricted/_max.js +2 -2
  87. package/src/sap/base/util/restricted/_merge.js +2 -2
  88. package/src/sap/base/util/restricted/_mergeWith.js +2 -2
  89. package/src/sap/base/util/restricted/_min.js +2 -2
  90. package/src/sap/base/util/restricted/_omit.js +2 -2
  91. package/src/sap/base/util/restricted/_pick.js +2 -2
  92. package/src/sap/base/util/restricted/_pickBy.js +2 -2
  93. package/src/sap/base/util/restricted/_throttle.js +2 -2
  94. package/src/sap/base/util/restricted/_toArray.js +2 -2
  95. package/src/sap/base/util/restricted/_union.js +2 -2
  96. package/src/sap/base/util/restricted/_unionBy.js +2 -2
  97. package/src/sap/base/util/restricted/_unionWith.js +2 -2
  98. package/src/sap/base/util/restricted/_uniq.js +2 -2
  99. package/src/sap/base/util/restricted/_uniqBy.js +2 -2
  100. package/src/sap/base/util/restricted/_uniqWith.js +2 -2
  101. package/src/sap/base/util/restricted/_without.js +2 -2
  102. package/src/sap/base/util/restricted/_xor.js +2 -2
  103. package/src/sap/base/util/restricted/_xorBy.js +2 -2
  104. package/src/sap/base/util/restricted/_xorWith.js +2 -2
  105. package/src/sap/base/util/restricted/_zipObject.js +2 -2
  106. package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
  107. package/src/sap/base/util/uid.js +1 -1
  108. package/src/sap/base/util/values.js +1 -1
  109. package/src/sap/ui/Device.js +5 -5
  110. package/src/sap/ui/Global.js +12 -17
  111. package/src/sap/ui/VersionInfo.js +1 -1
  112. package/src/sap/ui/base/BindingParser.js +1 -1
  113. package/src/sap/ui/base/DataType.js +1 -1
  114. package/src/sap/ui/base/Event.js +2 -2
  115. package/src/sap/ui/base/EventProvider.js +2 -2
  116. package/src/sap/ui/base/Exception.js +1 -1
  117. package/src/sap/ui/base/ExpressionParser.js +1 -1
  118. package/src/sap/ui/base/Interface.js +2 -2
  119. package/src/sap/ui/base/ManagedObject.js +4 -4
  120. package/src/sap/ui/base/ManagedObjectMetadata.js +2 -2
  121. package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
  122. package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
  123. package/src/sap/ui/base/Metadata.js +2 -4
  124. package/src/sap/ui/base/Object.js +2 -2
  125. package/src/sap/ui/base/ObjectPool.js +2 -2
  126. package/src/sap/ui/base/SyncPromise.js +1 -1
  127. package/src/sap/ui/base/syncXHRFix.js +1 -1
  128. package/src/sap/ui/core/.library +2 -28
  129. package/src/sap/ui/core/AppCacheBuster.js +5 -5
  130. package/src/sap/ui/core/BlockLayerUtils.js +1 -1
  131. package/src/sap/ui/core/BusyIndicator.js +2 -2
  132. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  133. package/src/sap/ui/core/CalendarType.js +1 -1
  134. package/src/sap/ui/core/CommandExecution.js +1 -1
  135. package/src/sap/ui/core/Component.js +32 -10
  136. package/src/sap/ui/core/ComponentContainer.js +2 -2
  137. package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
  138. package/src/sap/ui/core/ComponentMetadata.js +2 -2
  139. package/src/sap/ui/core/ComponentSupport.js +2 -2
  140. package/src/sap/ui/core/Configuration.js +1 -1
  141. package/src/sap/ui/core/ContextMenuSupport.js +1 -1
  142. package/src/sap/ui/core/Control.js +3 -3
  143. package/src/sap/ui/core/Core.js +3 -3
  144. package/src/sap/ui/core/CustomData.js +2 -2
  145. package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
  146. package/src/sap/ui/core/DeclarativeSupport.js +2 -2
  147. package/src/sap/ui/core/Element.js +3 -7
  148. package/src/sap/ui/core/ElementMetadata.js +2 -2
  149. package/src/sap/ui/core/EnabledPropagator.js +2 -2
  150. package/src/sap/ui/core/EventBus.js +2 -2
  151. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  152. package/src/sap/ui/core/FocusHandler.js +1 -1
  153. package/src/sap/ui/core/Fragment.js +2 -2
  154. package/src/sap/ui/core/HTML.js +4 -4
  155. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  156. package/src/sap/ui/core/History.js +2 -2
  157. package/src/sap/ui/core/Icon.js +2 -2
  158. package/src/sap/ui/core/IconPool.js +1 -1
  159. package/src/sap/ui/core/IconRenderer.js +1 -1
  160. package/src/sap/ui/core/IndicationColorSupport.js +2 -2
  161. package/src/sap/ui/core/IntervalTrigger.js +2 -2
  162. package/src/sap/ui/core/InvisibleMessage.js +2 -2
  163. package/src/sap/ui/core/InvisibleRenderer.js +2 -2
  164. package/src/sap/ui/core/InvisibleText.js +2 -2
  165. package/src/sap/ui/core/Item.js +2 -2
  166. package/src/sap/ui/core/LabelEnablement.js +2 -2
  167. package/src/sap/ui/core/LayoutData.js +2 -2
  168. package/src/sap/ui/core/ListItem.js +2 -2
  169. package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
  170. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
  171. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  172. package/src/sap/ui/core/Locale.js +2 -2
  173. package/src/sap/ui/core/LocaleData.js +4 -4
  174. package/src/sap/ui/core/Manifest.js +2 -2
  175. package/src/sap/ui/core/Message.js +2 -2
  176. package/src/sap/ui/core/Patcher.js +1 -1
  177. package/src/sap/ui/core/Placeholder.js +1 -1
  178. package/src/sap/ui/core/Popup.js +1 -1
  179. package/src/sap/ui/core/RenderManager.js +4 -4
  180. package/src/sap/ui/core/Renderer.js +2 -2
  181. package/src/sap/ui/core/ResizeHandler.js +2 -2
  182. package/src/sap/ui/core/ScrollBar.js +5 -4
  183. package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
  184. package/src/sap/ui/core/SeparatorItem.js +2 -2
  185. package/src/sap/ui/core/Shortcut.js +1 -1
  186. package/src/sap/ui/core/ShortcutHint.js +1 -1
  187. package/src/sap/ui/core/ShortcutHintsMixin.js +1 -1
  188. package/src/sap/ui/core/StashedControlSupport.js +1 -1
  189. package/src/sap/ui/core/ThemeCheck.js +3 -3
  190. package/src/sap/ui/core/Title.js +2 -2
  191. package/src/sap/ui/core/TooltipBase.js +2 -2
  192. package/src/sap/ui/core/UIArea.js +4 -4
  193. package/src/sap/ui/core/UIComponent.js +2 -2
  194. package/src/sap/ui/core/UIComponentMetadata.js +2 -2
  195. package/src/sap/ui/core/ValueStateSupport.js +2 -2
  196. package/src/sap/ui/core/VariantLayoutData.js +2 -2
  197. package/src/sap/ui/core/XMLComposite.js +2 -2
  198. package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
  199. package/src/sap/ui/core/XMLTemplateProcessor.js +47 -7
  200. package/src/sap/ui/core/_IconRegistry.js +1 -1
  201. package/src/sap/ui/core/cache/CacheManager.js +1 -1
  202. package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
  203. package/src/sap/ui/core/cache/LRUPersistentCache.js +5 -3
  204. package/src/sap/ui/core/date/Buddhist.js +1 -1
  205. package/src/sap/ui/core/date/Gregorian.js +1 -1
  206. package/src/sap/ui/core/date/Islamic.js +1 -1
  207. package/src/sap/ui/core/date/Japanese.js +1 -1
  208. package/src/sap/ui/core/date/Persian.js +1 -1
  209. package/src/sap/ui/core/date/UniversalDate.js +1 -1
  210. package/src/sap/ui/core/date/UniversalDateUtils.js +34 -1
  211. package/src/sap/ui/core/date/_Calendars.js +1 -1
  212. package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
  213. package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
  214. package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
  215. package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
  216. package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
  217. package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
  218. package/src/sap/ui/core/designtime/library.designtime.js +1 -1
  219. package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
  220. package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
  221. package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
  222. package/src/sap/ui/core/dnd/DragAndDrop.js +1 -1
  223. package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
  224. package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
  225. package/src/sap/ui/core/dnd/DragInfo.js +2 -2
  226. package/src/sap/ui/core/dnd/DropInfo.js +2 -2
  227. package/src/sap/ui/core/format/DateFormat.js +1 -1
  228. package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
  229. package/src/sap/ui/core/format/ListFormat.js +1 -1
  230. package/src/sap/ui/core/format/NumberFormat.js +1 -1
  231. package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
  232. package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
  233. package/src/sap/ui/core/library.js +6 -6
  234. package/src/sap/ui/core/library.support.js +1 -1
  235. package/src/sap/ui/core/message/ControlMessageProcessor.js +6 -6
  236. package/src/sap/ui/core/message/Message.js +2 -2
  237. package/src/sap/ui/core/message/MessageManager.js +2 -2
  238. package/src/sap/ui/core/message/MessageMixin.js +1 -1
  239. package/src/sap/ui/core/message/MessageParser.js +2 -2
  240. package/src/sap/ui/core/message/MessageProcessor.js +23 -13
  241. package/src/sap/ui/core/messagebundle_fr.properties +7 -7
  242. package/src/sap/ui/core/messagebundle_ru.properties +21 -21
  243. package/src/sap/ui/core/mvc/Controller.js +5 -5
  244. package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
  245. package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
  246. package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
  247. package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
  248. package/src/sap/ui/core/mvc/HTMLView.js +2 -2
  249. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  250. package/src/sap/ui/core/mvc/JSONView.js +2 -2
  251. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  252. package/src/sap/ui/core/mvc/JSView.js +2 -2
  253. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  254. package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
  255. package/src/sap/ui/core/mvc/TemplateView.js +2 -2
  256. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  257. package/src/sap/ui/core/mvc/View.js +2 -2
  258. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  259. package/src/sap/ui/core/mvc/ViewType.js +1 -1
  260. package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
  261. package/src/sap/ui/core/mvc/XMLView.js +2 -2
  262. package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
  263. package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
  264. package/src/sap/ui/core/plugin/LessSupport.js +2 -2
  265. package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
  266. package/src/sap/ui/core/postmessage/Bus.js +2 -2
  267. package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
  268. package/src/sap/ui/core/routing/HashChanger.js +1 -1
  269. package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
  270. package/src/sap/ui/core/routing/History.js +1 -1
  271. package/src/sap/ui/core/routing/Route.js +1 -1
  272. package/src/sap/ui/core/routing/Router.js +1 -1
  273. package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
  274. package/src/sap/ui/core/routing/Target.js +1 -1
  275. package/src/sap/ui/core/routing/TargetCache.js +1 -1
  276. package/src/sap/ui/core/routing/Targets.js +1 -1
  277. package/src/sap/ui/core/routing/Views.js +1 -1
  278. package/src/sap/ui/core/routing/async/Route.js +1 -1
  279. package/src/sap/ui/core/routing/async/Target.js +1 -1
  280. package/src/sap/ui/core/routing/async/TargetCache.js +1 -1
  281. package/src/sap/ui/core/routing/async/Targets.js +1 -1
  282. package/src/sap/ui/core/routing/sync/Route.js +1 -1
  283. package/src/sap/ui/core/routing/sync/Target.js +1 -1
  284. package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
  285. package/src/sap/ui/core/routing/sync/Targets.js +1 -1
  286. package/src/sap/ui/core/rules/App.support.js +1 -1
  287. package/src/sap/ui/core/rules/Config.support.js +1 -1
  288. package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
  289. package/src/sap/ui/core/rules/Misc.support.js +52 -2
  290. package/src/sap/ui/core/rules/Model.support.js +1 -1
  291. package/src/sap/ui/core/rules/Rendering.support.js +2 -5
  292. package/src/sap/ui/core/rules/Theming.support.js +1 -1
  293. package/src/sap/ui/core/rules/View.support.js +15 -47
  294. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  295. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  296. package/src/sap/ui/core/service/Service.js +2 -2
  297. package/src/sap/ui/core/service/ServiceFactory.js +2 -2
  298. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
  299. package/src/sap/ui/core/support/BootSupportTool.js +1 -1
  300. package/src/sap/ui/core/support/Hotkeys.js +1 -1
  301. package/src/sap/ui/core/support/Plugin.js +3 -3
  302. package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -2
  303. package/src/sap/ui/core/support/Support.js +2 -2
  304. package/src/sap/ui/core/support/ToolsAPI.js +1 -1
  305. package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
  306. package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
  307. package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
  308. package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
  309. package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
  310. package/src/sap/ui/core/support/controls/TreeViewer.js +2 -2
  311. package/src/sap/ui/core/support/debugReboot.js +1 -1
  312. package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
  313. package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
  314. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  315. package/src/sap/ui/core/support/plugins/Interaction.js +2 -2
  316. package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
  317. package/src/sap/ui/core/support/plugins/Performance.js +2 -3
  318. package/src/sap/ui/core/support/plugins/Selector.js +2 -2
  319. package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
  320. package/src/sap/ui/core/support/plugins/Trace.js +2 -2
  321. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
  322. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +2 -2
  323. package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
  324. package/src/sap/ui/core/support/trace/E2eTraceLib.js +4 -4
  325. package/src/sap/ui/core/support/trace/EppLib.js +1 -1
  326. package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
  327. package/src/sap/ui/core/syncStyleClass.js +1 -1
  328. package/src/sap/ui/core/themes/base/library.source.less +1 -1
  329. package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
  330. package/src/sap/ui/core/theming/Parameters.js +1 -1
  331. package/src/sap/ui/core/theming/ThemeHelper.js +1 -1
  332. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  333. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  334. package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
  335. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  336. package/src/sap/ui/core/tmpl/Template.js +2 -2
  337. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  338. package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
  339. package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
  340. package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
  341. package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
  342. package/src/sap/ui/core/util/Export.js +2 -2
  343. package/src/sap/ui/core/util/ExportCell.js +2 -2
  344. package/src/sap/ui/core/util/ExportColumn.js +2 -2
  345. package/src/sap/ui/core/util/ExportRow.js +2 -2
  346. package/src/sap/ui/core/util/ExportType.js +2 -2
  347. package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
  348. package/src/sap/ui/core/util/File.js +2 -2
  349. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  350. package/src/sap/ui/core/util/MockServer.js +3 -3
  351. package/src/sap/ui/core/util/MockServerAnnotationsHandler.js +1 -1
  352. package/src/sap/ui/core/util/PasteHelper.js +2 -2
  353. package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
  354. package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
  355. package/src/sap/ui/core/util/XMLPreprocessor.js +1 -1
  356. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
  357. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +5 -5
  358. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
  359. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
  360. package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
  361. package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
  362. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
  363. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
  364. package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
  365. package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
  366. package/src/sap/ui/core/ws/ReadyState.js +2 -2
  367. package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
  368. package/src/sap/ui/core/ws/WebSocket.js +2 -2
  369. package/src/sap/ui/debug/ControlTree.js +2 -2
  370. package/src/sap/ui/debug/DebugEnv.js +2 -2
  371. package/src/sap/ui/debug/Highlighter.js +1 -1
  372. package/src/sap/ui/debug/LogViewer.js +1 -1
  373. package/src/sap/ui/debug/PropertyList.js +2 -2
  374. package/src/sap/ui/dom/containsOrEquals.js +1 -1
  375. package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
  376. package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
  377. package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
  378. package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
  379. package/src/sap/ui/dom/getOwnerWindow.js +1 -1
  380. package/src/sap/ui/dom/getScrollbarSize.js +1 -1
  381. package/src/sap/ui/dom/includeScript.js +1 -1
  382. package/src/sap/ui/dom/includeStylesheet.js +1 -1
  383. package/src/sap/ui/dom/isHidden.js +1 -1
  384. package/src/sap/ui/dom/jquery/Aria.js +1 -1
  385. package/src/sap/ui/dom/jquery/Focusable.js +1 -1
  386. package/src/sap/ui/dom/jquery/Selection.js +1 -1
  387. package/src/sap/ui/dom/jquery/Selectors.js +1 -1
  388. package/src/sap/ui/dom/jquery/control.js +1 -1
  389. package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
  390. package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
  391. package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
  392. package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
  393. package/src/sap/ui/dom/jquery/rect.js +1 -1
  394. package/src/sap/ui/dom/jquery/rectContains.js +1 -1
  395. package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
  396. package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
  397. package/src/sap/ui/dom/jquery/selectText.js +1 -1
  398. package/src/sap/ui/dom/jquery/zIndex.js +1 -1
  399. package/src/sap/ui/dom/units/Rem.js +1 -1
  400. package/src/sap/ui/events/ControlEvents.js +1 -1
  401. package/src/sap/ui/events/F6Navigation.js +1 -1
  402. package/src/sap/ui/events/KeyCodes.js +1 -1
  403. package/src/sap/ui/events/PasteEventFix.js +1 -1
  404. package/src/sap/ui/events/PseudoEvents.js +1 -1
  405. package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
  406. package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
  407. package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
  408. package/src/sap/ui/events/isSpecialKey.js +1 -1
  409. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  410. package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
  411. package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
  412. package/src/sap/ui/model/Binding.js +1 -1
  413. package/src/sap/ui/model/BindingMode.js +1 -1
  414. package/src/sap/ui/model/ChangeReason.js +2 -2
  415. package/src/sap/ui/model/ClientContextBinding.js +1 -1
  416. package/src/sap/ui/model/ClientListBinding.js +8 -1
  417. package/src/sap/ui/model/ClientModel.js +7 -6
  418. package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
  419. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  420. package/src/sap/ui/model/ClientTreeBindingAdapter.js +2 -2
  421. package/src/sap/ui/model/CompositeBinding.js +1 -1
  422. package/src/sap/ui/model/CompositeDataState.js +2 -2
  423. package/src/sap/ui/model/CompositeType.js +2 -2
  424. package/src/sap/ui/model/Context.js +1 -1
  425. package/src/sap/ui/model/ContextBinding.js +1 -1
  426. package/src/sap/ui/model/DataState.js +2 -2
  427. package/src/sap/ui/model/Filter.js +1 -1
  428. package/src/sap/ui/model/FilterOperator.js +1 -1
  429. package/src/sap/ui/model/FilterProcessor.js +1 -1
  430. package/src/sap/ui/model/FilterType.js +1 -1
  431. package/src/sap/ui/model/FormatException.js +1 -1
  432. package/src/sap/ui/model/ListBinding.js +25 -6
  433. package/src/sap/ui/model/MetaModel.js +2 -2
  434. package/src/sap/ui/model/Model.js +6 -11
  435. package/src/sap/ui/model/ParseException.js +1 -1
  436. package/src/sap/ui/model/PropertyBinding.js +1 -1
  437. package/src/sap/ui/model/SelectionModel.js +2 -2
  438. package/src/sap/ui/model/SimpleType.js +2 -2
  439. package/src/sap/ui/model/Sorter.js +1 -1
  440. package/src/sap/ui/model/SorterProcessor.js +1 -1
  441. package/src/sap/ui/model/StaticBinding.js +1 -1
  442. package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
  443. package/src/sap/ui/model/TreeBinding.js +1 -1
  444. package/src/sap/ui/model/TreeBindingAdapter.js +1 -3
  445. package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
  446. package/src/sap/ui/model/TreeBindingUtils.js +3 -1
  447. package/src/sap/ui/model/Type.js +2 -2
  448. package/src/sap/ui/model/ValidateException.js +1 -1
  449. package/src/sap/ui/model/analytics/AnalyticalBinding.js +13 -7
  450. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +17 -19
  451. package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
  452. package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
  453. package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
  454. package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
  455. package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
  456. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  457. package/src/sap/ui/model/json/JSONModel.js +8 -8
  458. package/src/sap/ui/model/json/JSONPropertyBinding.js +2 -2
  459. package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
  460. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  461. package/src/sap/ui/model/message/MessageModel.js +4 -4
  462. package/src/sap/ui/model/message/MessagePropertyBinding.js +2 -2
  463. package/src/sap/ui/model/odata/AnnotationHelper.js +3 -3
  464. package/src/sap/ui/model/odata/AnnotationParser.js +5 -3
  465. package/src/sap/ui/model/odata/CountMode.js +1 -1
  466. package/src/sap/ui/model/odata/Filter.js +1 -1
  467. package/src/sap/ui/model/odata/MessageScope.js +1 -1
  468. package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
  469. package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
  470. package/src/sap/ui/model/odata/ODataListBinding.js +62 -39
  471. package/src/sap/ui/model/odata/ODataMessageParser.js +3 -3
  472. package/src/sap/ui/model/odata/ODataMetaModel.js +4 -4
  473. package/src/sap/ui/model/odata/ODataMetadata.js +137 -86
  474. package/src/sap/ui/model/odata/ODataModel.js +443 -216
  475. package/src/sap/ui/model/odata/ODataPropertyBinding.js +8 -6
  476. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  477. package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +28 -18
  478. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +441 -261
  479. package/src/sap/ui/model/odata/ODataUtils.js +25 -10
  480. package/src/sap/ui/model/odata/OperationMode.js +1 -1
  481. package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
  482. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +3 -2
  483. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +11 -9
  484. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +7 -5
  485. package/src/sap/ui/model/odata/type/Boolean.js +2 -2
  486. package/src/sap/ui/model/odata/type/Byte.js +2 -2
  487. package/src/sap/ui/model/odata/type/Currency.js +2 -2
  488. package/src/sap/ui/model/odata/type/Date.js +2 -2
  489. package/src/sap/ui/model/odata/type/DateTime.js +2 -2
  490. package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
  491. package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
  492. package/src/sap/ui/model/odata/type/Decimal.js +6 -2
  493. package/src/sap/ui/model/odata/type/Double.js +2 -2
  494. package/src/sap/ui/model/odata/type/Guid.js +2 -2
  495. package/src/sap/ui/model/odata/type/Int.js +2 -2
  496. package/src/sap/ui/model/odata/type/Int16.js +2 -2
  497. package/src/sap/ui/model/odata/type/Int32.js +2 -2
  498. package/src/sap/ui/model/odata/type/Int64.js +2 -2
  499. package/src/sap/ui/model/odata/type/ODataType.js +2 -2
  500. package/src/sap/ui/model/odata/type/Raw.js +2 -2
  501. package/src/sap/ui/model/odata/type/SByte.js +2 -2
  502. package/src/sap/ui/model/odata/type/Single.js +2 -2
  503. package/src/sap/ui/model/odata/type/Stream.js +2 -2
  504. package/src/sap/ui/model/odata/type/String.js +2 -2
  505. package/src/sap/ui/model/odata/type/Time.js +2 -2
  506. package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
  507. package/src/sap/ui/model/odata/type/Unit.js +2 -2
  508. package/src/sap/ui/model/odata/type/UnitMixin.js +1 -2
  509. package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
  510. package/src/sap/ui/model/odata/v2/Context.js +43 -12
  511. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +2 -2
  512. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
  513. package/src/sap/ui/model/odata/v2/ODataListBinding.js +206 -89
  514. package/src/sap/ui/model/odata/v2/ODataModel.js +155 -90
  515. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +163 -90
  516. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +53 -3
  517. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
  518. package/src/sap/ui/model/odata/v4/Context.js +49 -8
  519. package/src/sap/ui/model/odata/v4/ODataBinding.js +56 -25
  520. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +68 -20
  521. package/src/sap/ui/model/odata/v4/ODataListBinding.js +212 -79
  522. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +2 -2
  523. package/src/sap/ui/model/odata/v4/ODataModel.js +3 -2
  524. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +37 -24
  525. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -4
  526. package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
  527. package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
  528. package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
  529. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
  530. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +1 -1
  531. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
  532. package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
  533. package/src/sap/ui/model/odata/v4/lib/_Cache.js +107 -12
  534. package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
  535. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  536. package/src/sap/ui/model/odata/v4/lib/_Helper.js +34 -4
  537. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
  538. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  539. package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
  540. package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
  541. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +12 -3
  542. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
  543. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
  544. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
  545. package/src/sap/ui/model/resource/ResourceModel.js +2 -2
  546. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  547. package/src/sap/ui/model/type/Boolean.js +2 -2
  548. package/src/sap/ui/model/type/Currency.js +2 -2
  549. package/src/sap/ui/model/type/Date.js +2 -2
  550. package/src/sap/ui/model/type/DateInterval.js +2 -2
  551. package/src/sap/ui/model/type/DateTime.js +2 -2
  552. package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
  553. package/src/sap/ui/model/type/FileSize.js +2 -2
  554. package/src/sap/ui/model/type/Float.js +2 -2
  555. package/src/sap/ui/model/type/Integer.js +2 -2
  556. package/src/sap/ui/model/type/String.js +2 -2
  557. package/src/sap/ui/model/type/Time.js +2 -2
  558. package/src/sap/ui/model/type/TimeInterval.js +2 -2
  559. package/src/sap/ui/model/type/Unit.js +2 -2
  560. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  561. package/src/sap/ui/model/xml/XMLModel.js +6 -6
  562. package/src/sap/ui/model/xml/XMLPropertyBinding.js +2 -2
  563. package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
  564. package/src/sap/ui/performance/BeaconRequest.js +1 -1
  565. package/src/sap/ui/performance/Measurement.js +1 -1
  566. package/src/sap/ui/performance/XHRInterceptor.js +1 -1
  567. package/src/sap/ui/performance/trace/FESR.js +1 -1
  568. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  569. package/src/sap/ui/performance/trace/Passport.js +1 -1
  570. package/src/sap/ui/performance/trace/initTraces.js +1 -1
  571. package/src/sap/ui/qunit/QUnitUtils.js +1 -1
  572. package/src/sap/ui/qunit/qunit-2-css.js +1 -1
  573. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  574. package/src/sap/ui/qunit/qunit-css.js +1 -1
  575. package/src/sap/ui/qunit/qunit-junit.js +1 -1
  576. package/src/sap/ui/qunit/qunit-redirect.js +1 -1
  577. package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
  578. package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
  579. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
  580. package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
  581. package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
  582. package/src/sap/ui/security/FrameOptions.js +1 -1
  583. package/src/sap/ui/test/BlanketReporter.js +1 -1
  584. package/src/sap/ui/test/BranchTracking.js +1 -1
  585. package/src/sap/ui/test/Opa.js +1 -1
  586. package/src/sap/ui/test/Opa5.js +1 -1
  587. package/src/sap/ui/test/OpaBuilder.js +1 -1
  588. package/src/sap/ui/test/OpaExtension.js +1 -1
  589. package/src/sap/ui/test/OpaPlugin.js +1 -1
  590. package/src/sap/ui/test/PageObjectFactory.js +1 -1
  591. package/src/sap/ui/test/RecordReplay.js +1 -1
  592. package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
  593. package/src/sap/ui/test/TestUtils.js +1 -1
  594. package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
  595. package/src/sap/ui/test/_ControlFinder.js +1 -1
  596. package/src/sap/ui/test/_LogCollector.js +1 -1
  597. package/src/sap/ui/test/_OpaLogger.js +1 -1
  598. package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
  599. package/src/sap/ui/test/_ParameterValidator.js +1 -1
  600. package/src/sap/ui/test/_UsageReport.js +1 -1
  601. package/src/sap/ui/test/_ValidationParameters.js +1 -1
  602. package/src/sap/ui/test/actions/Action.js +10 -3
  603. package/src/sap/ui/test/actions/Drag.js +1 -1
  604. package/src/sap/ui/test/actions/Drop.js +1 -1
  605. package/src/sap/ui/test/actions/EnterText.js +1 -1
  606. package/src/sap/ui/test/actions/Press.js +29 -2
  607. package/src/sap/ui/test/actions/Scroll.js +1 -1
  608. package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
  609. package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
  610. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  611. package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
  612. package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
  613. package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
  614. package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
  615. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +1 -1
  616. package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
  617. package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
  618. package/src/sap/ui/test/autowaiter/_utils.js +1 -1
  619. package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +111 -0
  620. package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
  621. package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
  622. package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
  623. package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
  624. package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
  625. package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
  626. package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
  627. package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
  628. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
  629. package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
  630. package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
  631. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
  632. package/src/sap/ui/test/matchers/Ancestor.js +1 -1
  633. package/src/sap/ui/test/matchers/BindingPath.js +1 -1
  634. package/src/sap/ui/test/matchers/Descendant.js +1 -1
  635. package/src/sap/ui/test/matchers/I18NText.js +1 -1
  636. package/src/sap/ui/test/matchers/Interactable.js +1 -1
  637. package/src/sap/ui/test/matchers/LabelFor.js +1 -1
  638. package/src/sap/ui/test/matchers/Matcher.js +1 -1
  639. package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
  640. package/src/sap/ui/test/matchers/Properties.js +1 -1
  641. package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
  642. package/src/sap/ui/test/matchers/Sibling.js +1 -1
  643. package/src/sap/ui/test/matchers/Visible.js +1 -1
  644. package/src/sap/ui/test/matchers/_Busy.js +1 -1
  645. package/src/sap/ui/test/matchers/_Editable.js +1 -1
  646. package/src/sap/ui/test/matchers/_Enabled.js +1 -1
  647. package/src/sap/ui/test/matchers/_Visitor.js +1 -1
  648. package/src/sap/ui/test/matchers/matchers.js +1 -1
  649. package/src/sap/ui/test/opaQunit.js +1 -1
  650. package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
  651. package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
  652. package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
  653. package/src/sap/ui/test/qunitPause.js +1 -1
  654. package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
  655. package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
  656. package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
  657. package/src/sap/ui/test/selectors/_ControlType.js +1 -1
  658. package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
  659. package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
  660. package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
  661. package/src/sap/ui/test/selectors/_Properties.js +1 -1
  662. package/src/sap/ui/test/selectors/_Selector.js +1 -1
  663. package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
  664. package/src/sap/ui/test/selectors/_ViewID.js +1 -1
  665. package/src/sap/ui/test/selectors/_selectors.js +1 -1
  666. package/src/sap/ui/test/starter/_configureLoader.js +1 -1
  667. package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
  668. package/src/sap/ui/test/starter/_utils.js +1 -1
  669. package/src/sap/ui/test/starter/createSuite.js +1 -1
  670. package/src/sap/ui/test/starter/runTest.js +1 -1
  671. package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
  672. package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  673. package/src/sap/ui/thirdparty/jquery.js +1 -1
  674. package/src/sap/ui/util/ActivityDetection.js +1 -1
  675. package/src/sap/ui/util/Mobile.js +29 -40
  676. package/src/sap/ui/util/Storage.js +2 -2
  677. package/src/sap/ui/util/XMLHelper.js +1 -1
  678. package/src/sap/ui/util/_FeatureDetection.js +1 -1
  679. package/src/sap/ui/util/defaultLinkTypes.js +1 -1
  680. package/src/sap/ui/util/isCrossOriginURL.js +1 -1
  681. package/src/sap/ui/util/openWindow.js +1 -1
  682. package/src/sap-ui-boot.js +1 -1
  683. package/src/sap-ui-core-nojQuery.js +1 -1
  684. package/src/sap-ui-core.js +1 -1
  685. package/src/sap-ui-debug.js +1 -1
  686. package/src/ui5loader-autoconfig.js +1 -1
  687. package/src/ui5loader.js +7 -7
  688. package/ui5.yaml +244 -1
  689. package/src/sap/ui/core/CustomizingConfiguration.js +0 -47
  690. package/src/sap/ui/thirdparty/baseuri.js +0 -1
  691. package/src/sap/ui/thirdparty/es6-object-assign.js +0 -1
  692. package/src/sap/ui/thirdparty/es6-promise.js +0 -1
  693. package/src/sap/ui/thirdparty/es6-shim-nopromise.js +0 -1
  694. package/src/sap/ui/thirdparty/es6-string-methods.js +0 -1
  695. package/src/sap/ui/thirdparty/flexie.js +0 -1
  696. package/src/sap/ui/thirdparty/unorm.js +0 -1
  697. package/src/sap/ui/thirdparty/unormdata.js +0 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -39,7 +39,7 @@ sap.ui.define(['./SimpleType'],
39
39
  * <code>true</code>.
40
40
  * @extends sap.ui.model.SimpleType
41
41
  * @public
42
- * @version 1.96.1
42
+ * @version 1.97.1
43
43
  */
44
44
  var CompositeType = SimpleType.extend("sap.ui.model.CompositeType", /** @lends sap.ui.model.CompositeType.prototype */ {
45
45
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.ui.base.Object
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.96.1
68
+ * @version 1.97.1
69
69
  *
70
70
  * @public
71
71
  * @alias sap.ui.model.DataState
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
 
3
3
  * OpenUI5
4
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
5
5
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
6
6
  */
7
7
  /*eslint-disable max-len */
@@ -70,6 +70,22 @@ sap.ui.define(['./Binding', './Filter', './FilterType', './Sorter', 'sap/base/ut
70
70
  }
71
71
 
72
72
  // the 'abstract methods' to be implemented by child classes
73
+ /**
74
+ * Returns all current contexts of this list binding in no special order. Just like
75
+ * {@link #getCurrentContexts}, this method does not request any data from a back end and does
76
+ * not change the binding's state. In contrast to {@link #getCurrentContexts}, it does not only
77
+ * return the contexts as last requested by a control, but all that are currently available in
78
+ * the binding.
79
+ *
80
+ * @returns {sap.ui.model.Context[]}
81
+ * All current contexts of this list binding, in no special order
82
+ *
83
+ * @function
84
+ * @name sap.ui.model.ListBinding.prototype.getAllCurrentContexts
85
+ * @public
86
+ * @since 1.97.0
87
+ */
88
+
73
89
  /**
74
90
  * Returns an array of binding contexts for the bound target list.
75
91
  *
@@ -168,13 +184,16 @@ sap.ui.define(['./Binding', './Filter', './FilterType', './Sorter', 'sap/base/ut
168
184
  */
169
185
 
170
186
  /**
171
- * Returns an array of currently used binding contexts of the bound control.
187
+ * Returns the contexts of this list binding as last requested by the control and in the same
188
+ * order the control has received them.
172
189
  *
173
- * This method does not trigger any data requests from the back end or a delta calculation, but
174
- * just returns the context array as last requested by the control. This can be used by the
175
- * application to get access to the data currently displayed by a list control.
190
+ * This method does not request any data from a back end and does not change the binding's
191
+ * state.
192
+ *
193
+ * @return {sap.ui.model.Context[]}
194
+ * The contexts of this list binding as last requested by the control and in the same order
195
+ * the control has received them
176
196
  *
177
- * @return {sap.ui.model.Context[]} The array of contexts for each row of the bound list
178
197
  * @since 1.28
179
198
  * @public
180
199
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -16,7 +16,7 @@ sap.ui.define(['./Model'],
16
16
  * @extends sap.ui.model.Model
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.1
19
+ * @version 1.97.1
20
20
  *
21
21
  * @public
22
22
  * @alias sap.ui.model.MetaModel
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.message.MessageProcessor
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.96.1
52
+ * @version 1.97.1
53
53
  *
54
54
  * @public
55
55
  * @alias sap.ui.model.Model
@@ -307,15 +307,10 @@ sap.ui.define([
307
307
  /**
308
308
  * Fires event {@link #event:parseError parseError} to attached listeners.
309
309
  *
310
- * @param {object} [oParameters] Parameters to pass along with the event
311
- * @param {int} [oParameters.errorCode]
312
- * @param {string} [oParameters.url]
313
- * @param {string} [oParameters.reason]
314
- * @param {string} [oParameters.srcText]
315
- * @param {int} [oParameters.line]
316
- * @param {int} [oParameters.linepos]
317
- * @param {int} [oParameters.filepos]
318
- *
310
+ * @param {object} [oParameters]
311
+ * Parameters to pass along with the event; May contain the following parameters:
312
+ * <code>errorCode</code>, <code>url</code>, <code>reason</code>, <code>srcText</code>,
313
+ * <code>line</code>, <code>linePos</code>, <code>filePos</code>
319
314
  * @returns {this} Reference to <code>this</code> in order to allow method chaining
320
315
  * @protected
321
316
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -20,7 +20,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/assert"],
20
20
  * @extends sap.ui.base.EventProvider
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.96.1
23
+ * @version 1.97.1
24
24
  *
25
25
  * @param {int} iSelectionMode <code>sap.ui.model.SelectionModel.SINGLE_SELECTION</code> or <code>sap.ui.model.SelectionModel.MULTI_SELECTION</code>
26
26
  *
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  *
47
47
  * @extends sap.ui.model.Type
48
48
  * @public
49
- * @version 1.96.1
49
+ * @version 1.97.1
50
50
  */
51
51
  var SimpleType = Type.extend("sap.ui.model.SimpleType", /** @lends sap.ui.model.SimpleType.prototype */ {
52
52
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -12,7 +12,7 @@ sap.ui.define([],
12
12
  /**
13
13
  * Different modes for setting the auto expand mode on tree or analytical bindings.
14
14
  *
15
- * @version 1.96.1
15
+ * @version 1.97.1
16
16
  * @enum {string}
17
17
  * @alias sap.ui.model.TreeAutoExpandMode
18
18
  * @protected
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -78,8 +78,6 @@ sap.ui.define([
78
78
 
79
79
  /**
80
80
  * Returns a tree state handle to encapsulate the actual tree state.
81
- * TODO: Encode the list to avoid conflicts with delimiters in the flat expanded list?
82
- * Re-Check this when back-end support is implemented.
83
81
  *
84
82
  * This function is exposed in the sub-classes/adapters (e.g. ODataTreeBindingAdapter) if
85
83
  * necessary/possible.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -110,6 +110,8 @@ sap.ui.define(function() {
110
110
  } else if (iNewSectionEndIndex <= oPendingRequest.iSkip || oNewRequest.iSkip >= iPendingSectionEndIndex) {
111
111
  //old and new sections do not overlap, either the new section is completely left or right from the old one
112
112
  }
113
+
114
+ return undefined;
113
115
  };
114
116
 
115
117
  return TreeBindingUtils;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -19,7 +19,7 @@ sap.ui.define(['sap/ui/base/Object'],
19
19
  *
20
20
  * @extends sap.ui.base.Object
21
21
  * @public
22
- * @version 1.96.1
22
+ * @version 1.97.1
23
23
  */
24
24
  var Type = BaseObject.extend("sap.ui.model.Type", /** @lends sap.ui.model.Type.prototype */ {
25
25
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- // Disable some ESLint rules. camelcase (some "_" in names to indicate indexed variables (like in math)), valid-jsdoc (not completed yet), no-warning-comments (some TODOs are left)
7
+ // Disable some ESLint rules. camelcase (some "_" in names to indicate indexed variables (like in math)), valid-jsdoc (not completed yet)
8
8
  // All other warnings, errors should be resolved
9
9
  /*eslint camelcase:0, valid-jsdoc:0, no-warning-comments:0, max-len:0 */
10
10
 
@@ -1476,7 +1476,6 @@ sap.ui.define([
1476
1476
  oGroupIdRange.threshold);
1477
1477
  }
1478
1478
 
1479
- // TODO check current code works, but it would be more natural if this _considerRequestGrouping would be outside of this loop
1480
1479
  var aRequestId = [];
1481
1480
  for (var j = -1, sGroupId2; (sGroupId2 = aGroupId[++j]) !== undefined; ) {
1482
1481
  aRequestId.push(this._getRequestId(AnalyticalBinding._requestType.groupMembersQuery, {groupId: sGroupId2}));
@@ -2425,7 +2424,7 @@ sap.ui.define([
2425
2424
  aGroupMembersAutoExpansionRequestDetails.push(oLevelMembersRequestDetails);
2426
2425
  aRequestId.push(oLevelMembersRequestDetails.sRequestId);
2427
2426
  } else if (oLevelFilter && oLevelFilter.aFilters.length > 0) {
2428
- if (!oLevelFilter._bMultiFilter || oLevelFilter.bAnd) { // TODO remove this test once impl got mature to get rid of access to internal member; it is a consistency check if break-up will deliver expected results...
2427
+ if (!oLevelFilter._bMultiFilter || oLevelFilter.bAnd) {
2429
2428
  oLogger.fatal("level filter in wrong shape; cannot break it up");
2430
2429
  }
2431
2430
  for (var i = 0; i < oLevelFilter.aFilters.length; i++) { // break up level filter into its tuple filters combined with logical OR
@@ -2941,7 +2940,7 @@ sap.ui.define([
2941
2940
  this.mServiceFinalLength[sGroupId] = true;
2942
2941
  this._setServiceKey(this._getKeyIndexMapping(sGroupId, 0), AnalyticalBinding._artificialRootContextGroupId);
2943
2942
  this.bNeedsUpdate = true;
2944
- // simulate the async behavior for the root context in case of having no sums (TODO: reconsider!)
2943
+ // simulate the async behavior for the root context in case of having no sums
2945
2944
  setTimeout(function() {
2946
2945
  if (that._cleanupGroupingForCompletedRequest(oRequestDetails.sRequestId)) {
2947
2946
  that.fireDataReceived({__simulateAsyncAnalyticalBinding: true});
@@ -4215,8 +4214,6 @@ sap.ui.define([
4215
4214
 
4216
4215
  // substitute for indexOf in the key array for some group
4217
4216
  AnalyticalBinding.prototype._findKeyIndex = function(sGroupId, sKey) {
4218
- // TODO optimize by first looking into mMultiUnitKey; if not found, search in mServiceKey; if not found, return -1
4219
-
4220
4217
  // naive implementation follows
4221
4218
  var aKeyIndex = this.mKeyIndex[sGroupId];
4222
4219
  var aServiceKey = this.mServiceKey[sGroupId];
@@ -4601,10 +4598,14 @@ sap.ui.define([
4601
4598
  bChangeDetected = true;
4602
4599
  return false;
4603
4600
  }
4601
+
4602
+ return true;
4604
4603
  });
4605
4604
  if (bChangeDetected) {
4606
4605
  return false;
4607
4606
  }
4607
+
4608
+ return true;
4608
4609
  });
4609
4610
  }
4610
4611
  if (!mChangedEntities && !mEntityTypes) { // default
@@ -4640,10 +4641,14 @@ sap.ui.define([
4640
4641
  bChangeDetected = true;
4641
4642
  return false;
4642
4643
  }
4644
+
4645
+ return true;
4643
4646
  });
4644
4647
  if (bChangeDetected) {
4645
4648
  return false;
4646
4649
  }
4650
+
4651
+ return true;
4647
4652
  });
4648
4653
  }
4649
4654
  }
@@ -4782,6 +4787,7 @@ sap.ui.define([
4782
4787
  return this.oModel._createRequestUrl(sPath, null, aParam).replace(/ /g, "%20");
4783
4788
  }
4784
4789
 
4790
+ return undefined;
4785
4791
  };
4786
4792
 
4787
4793
  //**********************************
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -54,9 +54,7 @@ sap.ui.define([
54
54
  * Used by the AnalyticalTable to display the sum row.
55
55
  */
56
56
  AnalyticalTreeBindingAdapter.prototype.getGrandTotalContext = function () {
57
- if (this._oRootNode) {
58
- return this._oRootNode.context;
59
- }
57
+ return this._oRootNode && this._oRootNode.context;
60
58
  };
61
59
 
62
60
  /*
@@ -64,9 +62,7 @@ sap.ui.define([
64
62
  * Used by the AnalyticalTable to display the sum row.
65
63
  */
66
64
  AnalyticalTreeBindingAdapter.prototype.getGrandTotalNode = function () {
67
- if (this._oRootNode) {
68
- return this._oRootNode;
69
- }
65
+ return this._oRootNode;
70
66
  };
71
67
 
72
68
  /*
@@ -109,7 +105,6 @@ sap.ui.define([
109
105
 
110
106
  // if the node was not found in the current tree snapshot -> rebuild the tree, and if necessary request the node
111
107
  if (!oNode || !oNode.context) {
112
- //@TODO: Maybe preserve the Row Index Cache, before calling getContexts, and restore it afterwards
113
108
  //Beware: getContexts might return nothing, if the context was not yet loaded!
114
109
  oNode = {context: this.getContexts(iIndex, 1, 0)[0]};
115
110
  }
@@ -192,8 +187,9 @@ sap.ui.define([
192
187
  var aContexts = [];
193
188
  //find missing spots in our visible section
194
189
  var mMissingSections;
190
+ var oNode;
195
191
  for (var i = 0; i < aNodes.length; i++) {
196
- var oNode = aNodes[i];
192
+ oNode = aNodes[i];
197
193
 
198
194
  //user scrolled into the water mark node, which is the last of the guaranteed loaded page (length + threshold)
199
195
  if (this._isRunningInAutoExpand(TreeAutoExpandMode.Bundled) && this._oWatermark) {
@@ -233,7 +229,7 @@ sap.ui.define([
233
229
  // try to fill gaps in our return array if we already have new data (thanks to thresholding)
234
230
  aContexts = [];
235
231
  for (var j = 0; j < aNodes.length; j++) {
236
- var oNode = aNodes[j];
232
+ oNode = aNodes[j];
237
233
  aContexts.push(oNode.context);
238
234
  }
239
235
  }
@@ -281,6 +277,8 @@ sap.ui.define([
281
277
  aResults.push(oNode.sumNode);
282
278
  }
283
279
  }
280
+
281
+ return undefined;
284
282
  };
285
283
 
286
284
  /*
@@ -589,17 +587,15 @@ sap.ui.define([
589
587
  // in case we have no grouping at all, the "groupID" for each node is based on its position as the roots child
590
588
  if (!this.isGrouped() && oNode && oNode.positionInParent) {
591
589
  sGroupID = "/" + oNode.positionInParent + "/";
592
- } else {
590
+ } else if (oNode.level > iMaxLevel) {
593
591
  // if the level of the node exceeds the maximum level (in the analytical case, this is the aggregation level),
594
592
  // the group id is also appended with the relative parent position
595
- if (oNode.level > iMaxLevel) {
596
- sGroupID = this._getGroupIdFromContext(oNode.context, iMaxLevel);
597
- assert(oNode.positionInParent != undefined, "If the node level is greater than the number of grouped columns, the position of the node to its parent must be defined!");
598
- sGroupID += oNode.positionInParent + "/";
599
- } else {
600
- //this is the best case, the node sits on a higher level than the aggregation level
601
- sGroupID = this._getGroupIdFromContext(oNode.context, oNode.level);
602
- }
593
+ sGroupID = this._getGroupIdFromContext(oNode.context, iMaxLevel);
594
+ assert(oNode.positionInParent != undefined, "If the node level is greater than the number of grouped columns, the position of the node to its parent must be defined!");
595
+ sGroupID += oNode.positionInParent + "/";
596
+ } else {
597
+ //this is the best case, the node sits on a higher level than the aggregation level
598
+ sGroupID = this._getGroupIdFromContext(oNode.context, oNode.level);
603
599
  }
604
600
  return sGroupID;
605
601
  };
@@ -779,6 +775,8 @@ sap.ui.define([
779
775
  bHasMeasures = true;
780
776
  return false;
781
777
  }
778
+
779
+ return true;
782
780
  });
783
781
  return bHasMeasures;
784
782
  };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * ! OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /*eslint-disable max-len */