@openui5/sap.ui.core 1.108.1 → 1.109.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 (352) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +1 -1
  3. package/src/jquery.sap.global.js +1 -1
  4. package/src/jquery.sap.properties.js +1 -1
  5. package/src/jquery.sap.resources.js +1 -1
  6. package/src/jquery.sap.script.js +1 -1
  7. package/src/jquery.sap.storage.js +3 -3
  8. package/src/sap/base/Log.js +125 -84
  9. package/src/sap/base/i18n/ResourceBundle.js +41 -11
  10. package/src/sap/base/util/includes.js +1 -1
  11. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  12. package/src/sap/base/util/restricted/_castArray.js +1 -1
  13. package/src/sap/base/util/restricted/_compact.js +1 -1
  14. package/src/sap/base/util/restricted/_curry.js +1 -1
  15. package/src/sap/base/util/restricted/_debounce.js +1 -1
  16. package/src/sap/base/util/restricted/_difference.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  22. package/src/sap/base/util/restricted/_flatten.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_intersection.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  30. package/src/sap/base/util/restricted/_isNil.js +1 -1
  31. package/src/sap/base/util/restricted/_max.js +1 -1
  32. package/src/sap/base/util/restricted/_merge.js +1 -1
  33. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  34. package/src/sap/base/util/restricted/_min.js +1 -1
  35. package/src/sap/base/util/restricted/_omit.js +1 -1
  36. package/src/sap/base/util/restricted/_pick.js +1 -1
  37. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  38. package/src/sap/base/util/restricted/_throttle.js +1 -1
  39. package/src/sap/base/util/restricted/_toArray.js +1 -1
  40. package/src/sap/base/util/restricted/_union.js +1 -1
  41. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  42. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  43. package/src/sap/base/util/restricted/_uniq.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  46. package/src/sap/base/util/restricted/_without.js +1 -1
  47. package/src/sap/base/util/restricted/_xor.js +1 -1
  48. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  49. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  52. package/src/sap/base/util/values.js +2 -1
  53. package/src/sap/ui/Device.js +3 -3
  54. package/src/sap/ui/Global.js +4 -4
  55. package/src/sap/ui/base/Event.js +1 -1
  56. package/src/sap/ui/base/EventProvider.js +1 -1
  57. package/src/sap/ui/base/Interface.js +1 -1
  58. package/src/sap/ui/base/ManagedObject.js +1 -1
  59. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  60. package/src/sap/ui/base/ManagedObjectObserver.js +33 -11
  61. package/src/sap/ui/base/Metadata.js +1 -1
  62. package/src/sap/ui/base/Object.js +1 -1
  63. package/src/sap/ui/base/ObjectPool.js +1 -1
  64. package/src/sap/ui/core/.library +3 -3
  65. package/src/sap/ui/core/BusyIndicator.js +1 -1
  66. package/src/sap/ui/core/Component.js +1 -1
  67. package/src/sap/ui/core/ComponentContainer.js +1 -1
  68. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  69. package/src/sap/ui/core/ComponentSupport.js +1 -1
  70. package/src/sap/ui/core/Configuration.js +1 -1
  71. package/src/sap/ui/core/Control.js +1 -1
  72. package/src/sap/ui/core/Core.js +4 -4
  73. package/src/sap/ui/core/CustomData.js +1 -1
  74. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  75. package/src/sap/ui/core/Element.js +1 -1
  76. package/src/sap/ui/core/ElementMetadata.js +1 -1
  77. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  78. package/src/sap/ui/core/EventBus.js +1 -1
  79. package/src/sap/ui/core/Fragment.js +1 -1
  80. package/src/sap/ui/core/HTML.js +1 -1
  81. package/src/sap/ui/core/History.js +1 -1
  82. package/src/sap/ui/core/Icon.js +1 -1
  83. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  84. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  85. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  86. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  87. package/src/sap/ui/core/InvisibleText.js +1 -1
  88. package/src/sap/ui/core/Item.js +1 -1
  89. package/src/sap/ui/core/LabelEnablement.js +1 -1
  90. package/src/sap/ui/core/LayoutData.js +1 -1
  91. package/src/sap/ui/core/ListItem.js +1 -1
  92. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  93. package/src/sap/ui/core/Locale.js +1 -1
  94. package/src/sap/ui/core/LocaleData.js +133 -1
  95. package/src/sap/ui/core/Manifest.js +1 -1
  96. package/src/sap/ui/core/Message.js +1 -1
  97. package/src/sap/ui/core/RenderManager.js +82 -50
  98. package/src/sap/ui/core/Renderer.js +1 -1
  99. package/src/sap/ui/core/Rendering.js +29 -9
  100. package/src/sap/ui/core/ResizeHandler.js +1 -1
  101. package/src/sap/ui/core/ScrollBar.js +1 -1
  102. package/src/sap/ui/core/SeparatorItem.js +1 -1
  103. package/src/sap/ui/core/Title.js +1 -1
  104. package/src/sap/ui/core/TooltipBase.js +1 -1
  105. package/src/sap/ui/core/UIArea.js +7 -5
  106. package/src/sap/ui/core/UIComponent.js +1 -1
  107. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  108. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  109. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  110. package/src/sap/ui/core/XMLComposite.js +1 -1
  111. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  112. package/src/sap/ui/core/XMLTemplateProcessor.js +1 -3
  113. package/src/sap/ui/core/cldr/ar.json +330 -0
  114. package/src/sap/ui/core/cldr/ar_EG.json +330 -0
  115. package/src/sap/ui/core/cldr/ar_SA.json +330 -0
  116. package/src/sap/ui/core/cldr/bg.json +295 -0
  117. package/src/sap/ui/core/cldr/ca.json +329 -0
  118. package/src/sap/ui/core/cldr/cs.json +328 -0
  119. package/src/sap/ui/core/cldr/cy.json +260 -0
  120. package/src/sap/ui/core/cldr/da.json +295 -0
  121. package/src/sap/ui/core/cldr/de.json +329 -0
  122. package/src/sap/ui/core/cldr/de_AT.json +329 -0
  123. package/src/sap/ui/core/cldr/de_CH.json +329 -0
  124. package/src/sap/ui/core/cldr/el.json +228 -0
  125. package/src/sap/ui/core/cldr/el_CY.json +228 -0
  126. package/src/sap/ui/core/cldr/en.json +294 -0
  127. package/src/sap/ui/core/cldr/en_AU.json +294 -0
  128. package/src/sap/ui/core/cldr/en_GB.json +294 -0
  129. package/src/sap/ui/core/cldr/en_HK.json +294 -0
  130. package/src/sap/ui/core/cldr/en_IE.json +294 -0
  131. package/src/sap/ui/core/cldr/en_IN.json +294 -0
  132. package/src/sap/ui/core/cldr/en_NZ.json +294 -0
  133. package/src/sap/ui/core/cldr/en_PG.json +294 -0
  134. package/src/sap/ui/core/cldr/en_SG.json +294 -0
  135. package/src/sap/ui/core/cldr/en_ZA.json +294 -0
  136. package/src/sap/ui/core/cldr/es.json +261 -0
  137. package/src/sap/ui/core/cldr/es_AR.json +261 -0
  138. package/src/sap/ui/core/cldr/es_BO.json +261 -0
  139. package/src/sap/ui/core/cldr/es_CL.json +261 -0
  140. package/src/sap/ui/core/cldr/es_CO.json +261 -0
  141. package/src/sap/ui/core/cldr/es_MX.json +261 -0
  142. package/src/sap/ui/core/cldr/es_PE.json +261 -0
  143. package/src/sap/ui/core/cldr/es_UY.json +261 -0
  144. package/src/sap/ui/core/cldr/es_VE.json +261 -0
  145. package/src/sap/ui/core/cldr/et.json +294 -0
  146. package/src/sap/ui/core/cldr/fa.json +296 -0
  147. package/src/sap/ui/core/cldr/fi.json +328 -0
  148. package/src/sap/ui/core/cldr/fr.json +294 -0
  149. package/src/sap/ui/core/cldr/fr_BE.json +294 -0
  150. package/src/sap/ui/core/cldr/fr_CA.json +294 -0
  151. package/src/sap/ui/core/cldr/fr_CH.json +294 -0
  152. package/src/sap/ui/core/cldr/fr_LU.json +294 -0
  153. package/src/sap/ui/core/cldr/he.json +329 -0
  154. package/src/sap/ui/core/cldr/hi.json +261 -0
  155. package/src/sap/ui/core/cldr/hr.json +294 -0
  156. package/src/sap/ui/core/cldr/hu.json +362 -0
  157. package/src/sap/ui/core/cldr/id.json +294 -0
  158. package/src/sap/ui/core/cldr/it.json +294 -0
  159. package/src/sap/ui/core/cldr/it_CH.json +294 -0
  160. package/src/sap/ui/core/cldr/ja.json +328 -0
  161. package/src/sap/ui/core/cldr/kk.json +294 -0
  162. package/src/sap/ui/core/cldr/ko.json +328 -0
  163. package/src/sap/ui/core/cldr/lt.json +294 -0
  164. package/src/sap/ui/core/cldr/lv.json +294 -0
  165. package/src/sap/ui/core/cldr/ms.json +262 -0
  166. package/src/sap/ui/core/cldr/nb.json +295 -0
  167. package/src/sap/ui/core/cldr/nl.json +261 -0
  168. package/src/sap/ui/core/cldr/nl_BE.json +261 -0
  169. package/src/sap/ui/core/cldr/pl.json +328 -0
  170. package/src/sap/ui/core/cldr/pt.json +294 -0
  171. package/src/sap/ui/core/cldr/pt_PT.json +294 -0
  172. package/src/sap/ui/core/cldr/ro.json +294 -0
  173. package/src/sap/ui/core/cldr/ru.json +294 -0
  174. package/src/sap/ui/core/cldr/ru_UA.json +294 -0
  175. package/src/sap/ui/core/cldr/sk.json +328 -0
  176. package/src/sap/ui/core/cldr/sl.json +328 -0
  177. package/src/sap/ui/core/cldr/sr.json +294 -0
  178. package/src/sap/ui/core/cldr/sr_Latn.json +294 -0
  179. package/src/sap/ui/core/cldr/sv.json +295 -0
  180. package/src/sap/ui/core/cldr/th.json +362 -0
  181. package/src/sap/ui/core/cldr/tr.json +362 -0
  182. package/src/sap/ui/core/cldr/uk.json +294 -0
  183. package/src/sap/ui/core/cldr/vi.json +294 -0
  184. package/src/sap/ui/core/cldr/zh_CN.json +329 -0
  185. package/src/sap/ui/core/cldr/zh_HK.json +329 -0
  186. package/src/sap/ui/core/cldr/zh_SG.json +329 -0
  187. package/src/sap/ui/core/cldr/zh_TW.json +329 -0
  188. package/src/sap/ui/core/date/Japanese.js +30 -0
  189. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  190. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  191. package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
  192. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  193. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  194. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  195. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  196. package/src/sap/ui/core/format/DateFormat.js +122 -2
  197. package/src/sap/ui/core/format/NumberFormat.js +111 -70
  198. package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
  199. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  200. package/src/sap/ui/core/library.js +3 -3
  201. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  202. package/src/sap/ui/core/message/Message.js +1 -1
  203. package/src/sap/ui/core/message/MessageManager.js +1 -1
  204. package/src/sap/ui/core/message/MessageParser.js +1 -1
  205. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  206. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  207. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  208. package/src/sap/ui/core/mvc/JSView.js +1 -1
  209. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  210. package/src/sap/ui/core/mvc/View.js +3 -3
  211. package/src/sap/ui/core/mvc/ViewType.js +4 -0
  212. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  213. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  214. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  215. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  216. package/src/sap/ui/core/postmessage/Bus.js +12 -17
  217. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  218. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  219. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  220. package/src/sap/ui/core/service/Service.js +1 -1
  221. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  222. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  223. package/src/sap/ui/core/support/Plugin.js +1 -1
  224. package/src/sap/ui/core/support/Support.js +1 -1
  225. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  226. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  227. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  228. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  229. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  230. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  231. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  232. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  233. package/src/sap/ui/core/themes/base/Icon.less +17 -4
  234. package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +1 -1
  235. package/src/sap/ui/core/themes/base/base.less +599 -90
  236. package/src/sap/ui/core/themes/base/global.less +64 -0
  237. package/src/sap/ui/core/themes/sap_hcb/global.less +65 -0
  238. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  239. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  240. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  241. package/src/sap/ui/core/tmpl/Template.js +1 -1
  242. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  243. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  244. package/src/sap/ui/core/util/Export.js +1 -1
  245. package/src/sap/ui/core/util/ExportCell.js +1 -1
  246. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  247. package/src/sap/ui/core/util/ExportRow.js +1 -1
  248. package/src/sap/ui/core/util/ExportType.js +1 -1
  249. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  250. package/src/sap/ui/core/util/File.js +1 -1
  251. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  252. package/src/sap/ui/core/util/MockServer.js +1 -1
  253. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  254. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -3
  255. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  256. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  257. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  258. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  259. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  260. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  261. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  262. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  263. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  264. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  265. package/src/sap/ui/debug/ControlTree.js +1 -1
  266. package/src/sap/ui/debug/DebugEnv.js +1 -1
  267. package/src/sap/ui/debug/PropertyList.js +1 -1
  268. package/src/sap/ui/model/ClientModel.js +1 -1
  269. package/src/sap/ui/model/CompositeDataState.js +1 -1
  270. package/src/sap/ui/model/CompositeType.js +1 -1
  271. package/src/sap/ui/model/DataState.js +1 -1
  272. package/src/sap/ui/model/MetaModel.js +1 -1
  273. package/src/sap/ui/model/Model.js +1 -1
  274. package/src/sap/ui/model/SelectionModel.js +1 -1
  275. package/src/sap/ui/model/SimpleType.js +1 -1
  276. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  277. package/src/sap/ui/model/Type.js +1 -1
  278. package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +11 -3
  279. package/src/sap/ui/model/json/JSONModel.js +1 -1
  280. package/src/sap/ui/model/message/MessageModel.js +1 -1
  281. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  282. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  283. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  284. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  285. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  286. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  287. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  288. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  289. package/src/sap/ui/model/odata/type/Date.js +1 -1
  290. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  291. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  292. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  293. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  294. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  295. package/src/sap/ui/model/odata/type/Double.js +1 -1
  296. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  297. package/src/sap/ui/model/odata/type/Int.js +1 -1
  298. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  299. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  300. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  301. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  302. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  303. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  304. package/src/sap/ui/model/odata/type/Single.js +1 -1
  305. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  306. package/src/sap/ui/model/odata/type/String.js +1 -1
  307. package/src/sap/ui/model/odata/type/Time.js +1 -1
  308. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  309. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  310. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  311. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  312. package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
  313. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  314. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +3 -4
  315. package/src/sap/ui/model/odata/v4/Context.js +82 -29
  316. package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -0
  317. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +3 -2
  318. package/src/sap/ui/model/odata/v4/ODataListBinding.js +77 -23
  319. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  320. package/src/sap/ui/model/odata/v4/ODataModel.js +2 -2
  321. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  322. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +334 -142
  323. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +109 -16
  324. package/src/sap/ui/model/odata/v4/lib/_Cache.js +82 -42
  325. package/src/sap/ui/model/odata/v4/lib/_Helper.js +26 -0
  326. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  327. package/src/sap/ui/model/type/Boolean.js +1 -1
  328. package/src/sap/ui/model/type/Currency.js +1 -1
  329. package/src/sap/ui/model/type/Date.js +1 -1
  330. package/src/sap/ui/model/type/DateInterval.js +1 -1
  331. package/src/sap/ui/model/type/DateTime.js +1 -1
  332. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  333. package/src/sap/ui/model/type/FileSize.js +1 -1
  334. package/src/sap/ui/model/type/Float.js +1 -1
  335. package/src/sap/ui/model/type/Integer.js +1 -1
  336. package/src/sap/ui/model/type/String.js +1 -1
  337. package/src/sap/ui/model/type/Time.js +1 -1
  338. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  339. package/src/sap/ui/model/type/Unit.js +1 -1
  340. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  341. package/src/sap/ui/qunit/QUnitUtils.js +14 -2
  342. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  343. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  344. package/src/sap/ui/test/OpaExtension.js +1 -1
  345. package/src/sap/ui/test/OpaPlugin.js +6 -4
  346. package/src/sap/ui/test/PageObjectFactory.js +11 -9
  347. package/src/sap/ui/test/RecordReplay.js +1 -1
  348. package/src/sap/ui/test/_OpaLogger.js +1 -1
  349. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +4 -1
  350. package/src/sap/ui/test/generic/TestBase.js +1 -1
  351. package/src/sap/ui/util/Mobile.js +17 -18
  352. package/src/sap/ui/util/Storage.js +90 -63
@@ -1793,7 +1793,8 @@ sap.ui.define([
1793
1793
  mUnitPatterns = mFilteredUnits;
1794
1794
  }
1795
1795
 
1796
- var oPatternAndResult = parseNumberAndUnit(mUnitPatterns, sValue, oOptions.showNumber);
1796
+ var oPatternAndResult = parseNumberAndUnit(mUnitPatterns, sValue, oOptions.showNumber,
1797
+ this.oLocaleData.sCLDRLocaleId);
1797
1798
  var bUnitIsAmbiguous = false;
1798
1799
 
1799
1800
  aUnitCode = oPatternAndResult.cldrCode;
@@ -2675,89 +2676,109 @@ sap.ui.define([
2675
2676
  }
2676
2677
 
2677
2678
  /**
2678
- * Returns the cldr code and the number value by checking each pattern and finding the best match.
2679
- *
2680
- * 1. iterate over each unit pattern, e.g. "{0}m", "{0}km"
2681
- * 1a. convert it to a reg exp pattern, e.g. "^(.+)m$"
2682
- * 1b. match it with the input "12km" and store the value "12k" and the unit value "m"
2683
- * 1c. do this for each pattern and update the best result if a better match is found
2684
- *
2685
- * A better match means most of the unit value matched and the number match is shorter.
2686
- * E.g. input: 12km matches for the pattern "^(.+)m$" and the resulting value is "12k"
2687
- * while the pattern "^(.+)km$" results in "12".
2688
- * Since pattern "^(.+)km$" returns a shorter result it is considered the better match.
2689
- *
2690
- * Note: the cldr data is not distinct in its patterns.
2691
- * E.g. "100 c" could be in "en_gb" either 100 units of "volume-cup" or "duration-century" both having the same pattern "{0} c"
2692
- * Therefore best matches will be returned in an array.
2693
- *
2694
- * @param {object} mUnitPatterns the unit patterns
2695
- * @param {string} sValue The value e.g. "12 km"
2696
- * @param {boolean} bShowNumber whether or not number os shown
2697
- * @return {object} An object containing the unit codes (key: <code>[cldrCode]</code>) and the number value (key: <code>numberValue</code>).
2698
- * Values are <code>undefined</code> or an empty array if not found. E.g. <code>{
2699
- numberValue: 12,
2700
- cldrCode: [length-kilometer]
2701
- }</code>
2679
+ * Returns the CLDR code and the number value by checking each pattern and finding the best
2680
+ * match. The best match means most of the unit value matched and the number match is shorter.
2681
+ *
2682
+ * Example input: "12km" matches for the unit postfix "m" and the resulting number value is
2683
+ * "12k" while the unit postfix "km" results in "12". Since unit postfix "km" returns a shorter
2684
+ * result it is considered the best match.
2685
+ *
2686
+ * Note: the CLDR data is not distinct in its patterns.
2687
+ * For example "100 c" could be in "en_gb" either 100 units of "volume-cup" or
2688
+ * "duration-century" both having the same pattern "{0} c". Therefore best matches will be
2689
+ * returned in an array.
2690
+ *
2691
+ * @param {object} mUnitPatterns The unit patterns
2692
+ * @param {string} sValue The given value
2693
+ * @param {boolean} bShowNumber Whether the number is shown
2694
+ * @param {string} sLanguageTag The language tag of the locale for language dependent processing
2695
+ * @return {{cldrCode: string[], numberValue: (string|undefined)}}
2696
+ * An object containing the unit codes and the number value
2702
2697
  */
2703
- function parseNumberAndUnit(mUnitPatterns, sValue, bShowNumber) {
2704
- var oBestMatch = {
2705
- numberValue: undefined,
2706
- cldrCode: []
2707
- };
2708
- var iBestLength = Number.POSITIVE_INFINITY;
2709
- var sUnitCode, sKey;
2698
+ function parseNumberAndUnit(mUnitPatterns, sValue, bShowNumber, sLanguageTag) {
2699
+ var bContainsNumber, sKey, sNumber, iNumberPatternIndex, sPostfix, sPostfixLowerCase,
2700
+ sPrefix, sPrefixLowerCase, sUnitCode, sUnitPattern, sUnitPatternLowerCase,
2701
+ oBestMatch = {
2702
+ numberValue : undefined,
2703
+ cldrCode : []
2704
+ },
2705
+ aCaseInsensitiveMatches = [],
2706
+ bCaseSensitive = true,
2707
+ bPatternMatchWasCaseSensitive = true,
2708
+ iShortestNumberPartLength = Number.POSITIVE_INFINITY,
2709
+ bShortestNumberPartWasCaseSensitive = true,
2710
+ sValueLowerCase = sValue.toLocaleLowerCase(sLanguageTag);
2711
+
2710
2712
  for (sUnitCode in mUnitPatterns) {
2711
2713
  for (sKey in mUnitPatterns[sUnitCode]) {
2712
2714
  //use only unit patterns
2713
- if (sKey.indexOf("unitPattern") === 0) {
2714
- var sUnitPattern = mUnitPatterns[sUnitCode][sKey];
2715
-
2716
- // IMPORTANT:
2717
- // To increase performance we are using native string operations instead of regex,
2718
- // to match the patterns against the input.
2719
- //
2720
- // sample input: e.g. "mi 12 tsd. ms²"
2721
- // unit pattern: e.g. "mi {0} ms²"
2722
-
2723
- // The smallest resulting number (String length) will be the best match
2724
- var iNumberPatternIndex = sUnitPattern.indexOf("{0}");
2725
- var bContainsExpression = iNumberPatternIndex > -1;
2726
- if (bContainsExpression && !bShowNumber) {
2727
- sUnitPattern = sUnitPattern.replace("{0}", "").trim();
2728
- bContainsExpression = false;
2715
+ if (!sKey.startsWith("unitPattern")) {
2716
+ continue;
2717
+ }
2718
+ sUnitPattern = mUnitPatterns[sUnitCode][sKey];
2719
+
2720
+ // IMPORTANT:
2721
+ // To increase performance we are using native string operations instead of regex,
2722
+ // to match the patterns against the input.
2723
+ //
2724
+ // sample input: e.g. "mi 12 tsd. ms²"
2725
+ // unit pattern: e.g. "mi {0} ms²"
2726
+
2727
+ // The smallest resulting number (String length) will be the best match
2728
+ iNumberPatternIndex = sUnitPattern.indexOf("{0}");
2729
+ bContainsNumber = iNumberPatternIndex > -1;
2730
+ if (bContainsNumber && !bShowNumber) {
2731
+ sUnitPattern = sUnitPattern.replace("{0}", "").trim();
2732
+ bContainsNumber = false;
2733
+ }
2734
+ sNumber = undefined;
2735
+ bCaseSensitive = true;
2736
+ if (bContainsNumber) {
2737
+ sPrefix = sUnitPattern.substring(0, iNumberPatternIndex);
2738
+ sPrefixLowerCase = sPrefix.toLocaleLowerCase(sLanguageTag);
2739
+ sPostfix = sUnitPattern.substring(iNumberPatternIndex + "{0}".length);
2740
+ sPostfixLowerCase = sPostfix.toLocaleLowerCase(sLanguageTag);
2741
+
2742
+ if (sValue.startsWith(sPrefix) && sValue.endsWith(sPostfix)) {
2743
+ sNumber = sValue.substring(sPrefix.length, sValue.length - sPostfix.length);
2744
+ } else if (sValueLowerCase.startsWith(sPrefixLowerCase)
2745
+ && sValueLowerCase.endsWith(sPostfixLowerCase)) {
2746
+ bCaseSensitive = false;
2747
+ sNumber = sValue.substring(sPrefixLowerCase.length,
2748
+ sValueLowerCase.length - sPostfixLowerCase.length);
2729
2749
  }
2730
- if (bContainsExpression) {
2731
-
2732
- //escape regex characters to match it properly
2733
- var sPrefix = sUnitPattern.substring(0, iNumberPatternIndex);
2734
- var sPostfix = sUnitPattern.substring(iNumberPatternIndex + "{0}".length);
2735
2750
 
2736
- var bMatches = sValue.startsWith(sPrefix) && sValue.endsWith(sPostfix);
2751
+ if (sNumber) {
2752
+ //get the match with the shortest result.
2753
+ // e.g. 1km -> (.+)m -> "1k" -> length 2
2754
+ // e.g. 1km -> (.+)km -> "1" -> length 1
2737
2755
 
2738
- var match = bMatches && sValue.substring(sPrefix.length, sValue.length - sPostfix.length);
2739
- if (match) {
2740
- //get the match with the shortest result.
2741
- // e.g. 1km -> (.+)m -> "1k" -> length 2
2742
- // e.g. 1km -> (.+)km -> "1" -> length 1
2743
-
2744
- if (match.length < iBestLength) {
2745
- iBestLength = match.length;
2746
- oBestMatch.numberValue = match;
2756
+ if (sNumber.length < iShortestNumberPartLength) {
2757
+ iShortestNumberPartLength = sNumber.length;
2758
+ bShortestNumberPartWasCaseSensitive = bCaseSensitive;
2759
+ oBestMatch.numberValue = sNumber;
2760
+ oBestMatch.cldrCode = [sUnitCode];
2761
+ } else if (sNumber.length === iShortestNumberPartLength
2762
+ && oBestMatch.cldrCode.indexOf(sUnitCode) === -1) {
2763
+ if (bCaseSensitive && !bShortestNumberPartWasCaseSensitive) {
2764
+ oBestMatch.numberValue = sNumber;
2747
2765
  oBestMatch.cldrCode = [sUnitCode];
2748
- } else if (match.length === iBestLength && oBestMatch.cldrCode.indexOf(sUnitCode) === -1) {
2766
+ bShortestNumberPartWasCaseSensitive = true;
2767
+ } else if (bCaseSensitive || !bShortestNumberPartWasCaseSensitive) {
2749
2768
  //ambiguous unit (en locale)
2750
2769
  // e.g. 100 c -> (.+) c -> duration-century
2751
2770
  // e.g. 100 c -> (.+) c -> volume-cup
2752
2771
  oBestMatch.cldrCode.push(sUnitCode);
2753
2772
  }
2754
2773
  }
2755
- } else if (sUnitPattern === sValue) {
2774
+ }
2775
+ } else {
2776
+ sUnitPatternLowerCase = sUnitPattern.toLocaleLowerCase(sLanguageTag);
2777
+
2778
+ if (sUnitPattern === sValue || sUnitPatternLowerCase === sValueLowerCase) {
2756
2779
  if (bShowNumber) {
2757
- oBestMatch.cldrCode = [sUnitCode];
2758
2780
 
2759
2781
  //for units which do not have a number representation, get the number from the pattern
2760
- var sNumber;
2761
2782
  if (sKey.endsWith("-zero")) {
2762
2783
  sNumber = "0";
2763
2784
  } else if (sKey.endsWith("-one")) {
@@ -2765,15 +2786,35 @@ sap.ui.define([
2765
2786
  } else if (sKey.endsWith("-two")) {
2766
2787
  sNumber = "2";
2767
2788
  }
2768
- oBestMatch.numberValue = sNumber;
2769
- return oBestMatch;
2789
+
2790
+ if (sUnitPattern === sValue) {
2791
+ oBestMatch.numberValue = sNumber;
2792
+ oBestMatch.cldrCode = [sUnitCode];
2793
+
2794
+ return oBestMatch;
2795
+ } else if (!oBestMatch.cldrCode.includes(sUnitCode)) {
2796
+ bPatternMatchWasCaseSensitive = false;
2797
+ oBestMatch.numberValue = sNumber;
2798
+ oBestMatch.cldrCode.push(sUnitCode);
2799
+ }
2770
2800
  } else if (oBestMatch.cldrCode.indexOf(sUnitCode) === -1) {
2771
- oBestMatch.cldrCode.push(sUnitCode);
2801
+ if (sUnitPattern === sValue) {
2802
+ oBestMatch.cldrCode.push(sUnitCode);
2803
+ } else if (!aCaseInsensitiveMatches.includes(sUnitCode)) {
2804
+ aCaseInsensitiveMatches.push(sUnitCode);
2805
+ }
2772
2806
  }
2773
2807
  }
2774
2808
  }
2775
2809
  }
2776
2810
  }
2811
+ if ((!bShortestNumberPartWasCaseSensitive || !bPatternMatchWasCaseSensitive)
2812
+ && oBestMatch.cldrCode.length > 1) {
2813
+ oBestMatch.numberValue = undefined;
2814
+ }
2815
+ if (!bShowNumber && !oBestMatch.cldrCode.length) {
2816
+ oBestMatch.cldrCode = aCaseInsensitiveMatches;
2817
+ }
2777
2818
 
2778
2819
  return oBestMatch;
2779
2820
  }
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * Static collection of utility functions to handle time zone related conversions
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.108.1
14
+ * @version 1.109.0
15
15
  * @namespace
16
16
  * @alias sap.ui.core.format.TimezoneUtil
17
17
  * @private
@@ -129,7 +129,7 @@ sap.ui.define([], function() {
129
129
  * var oDate = new Date("2021-10-13T15:22:33Z"); // UTC
130
130
  * // time zone difference UTC-4 (DST)
131
131
  * TimezoneUtil.convertToTimezone(oDate, "America/New_York");
132
- * result is:
132
+ * // result is:
133
133
  * // 2021-10-13 11:22:33 in America/New_York
134
134
  * // same as new Date("2021-10-13T11:22:33Z"); // UTC
135
135
  *
@@ -400,7 +400,7 @@ sap.ui.define([
400
400
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
401
401
  * @extends sap.ui.base.ManagedObject
402
402
  * @author SAP SE
403
- * @version 1.108.1
403
+ * @version 1.109.0
404
404
  * @hideconstructor
405
405
  * @public
406
406
  * @since 1.60
@@ -25,13 +25,13 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.ui.core
27
27
  * @author SAP SE
28
- * @version 1.108.1
28
+ * @version 1.109.0
29
29
  * @since 0.8
30
30
  * @public
31
31
  */
32
32
  var thisLib = sap.ui.getCore().initLibrary({
33
33
  name : "sap.ui.core",
34
- version: "1.108.1",
34
+ version: "1.109.0",
35
35
  designtime: "sap/ui/core/designtime/library.designtime",
36
36
  types: [
37
37
 
@@ -1491,7 +1491,7 @@ sap.ui.define([
1491
1491
  /**
1492
1492
  * Sort order of a column.
1493
1493
  *
1494
- * @version 1.108.1
1494
+ * @version 1.109.0
1495
1495
  * @enum {string}
1496
1496
  * @public
1497
1497
  * @since 1.61.0
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.108.1
32
+ * @version 1.109.0
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.108.1
38
+ * @version 1.109.0
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.base.EventProvider
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.108.1
39
+ * @version 1.109.0
40
40
  *
41
41
  * @public
42
42
  * @alias sap.ui.core.message.MessageManager
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.1
27
+ * @version 1.109.0
28
28
  * @public
29
29
  * @abstract
30
30
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.1
30
+ * @version 1.109.0
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.mvc.View
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.108.1
46
+ * @version 1.109.0
47
47
  *
48
48
  * @public
49
49
  * @since 1.9.2
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class
44
44
  * A View defined using JSON.
45
45
  * @extends sap.ui.core.mvc.View
46
- * @version 1.108.1
46
+ * @version 1.109.0
47
47
  *
48
48
  * @public
49
49
  * @alias sap.ui.core.mvc.JSONView
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  *
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.108.1
30
+ * @version 1.109.0
31
31
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
32
32
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
33
33
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.108.1
32
+ * @version 1.109.0
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -147,7 +147,7 @@ sap.ui.define([
147
147
  * The default implementation of this method returns <code>false</code>.
148
148
  *
149
149
  * @extends sap.ui.core.Control
150
- * @version 1.108.1
150
+ * @version 1.109.0
151
151
  *
152
152
  * @public
153
153
  * @alias sap.ui.core.mvc.View
@@ -1019,7 +1019,7 @@ sap.ui.define([
1019
1019
  * <ul>
1020
1020
  * <li>{@link sap.ui.core.mvc.XMLView.create}</li>
1021
1021
  * <li>{@link sap.ui.core.mvc.JSONView.create}</li>
1022
- * <li>{@link sap.ui.core.mvc.HTMLView.create}</li>
1022
+ * <li>{@link sap.ui.core.mvc.HTMLView.create} (deprecated)</li>
1023
1023
  * </ul>
1024
1024
  *
1025
1025
  * @param {object} oOptions
@@ -1033,7 +1033,7 @@ sap.ui.define([
1033
1033
  * can be given in the form <code>module:my/views/Main</code> to load a typed view.
1034
1034
  * @param {any} [oOptions.definition]
1035
1035
  * The view definition. Only supported for XML and HTML views. See also {@link sap.ui.core.mvc.XMLView.create}
1036
- * and {@link sap.ui.core.mvc.HTMLView.create} for more information
1036
+ * and {@link sap.ui.core.mvc.HTMLView.create} (deprecated) for more information.
1037
1037
  * @param {sap.ui.core.mvc.ViewType} [oOptions.type]
1038
1038
  * Specifies what kind of view will be instantiated. All valid view types are listed in the enumeration
1039
1039
  * {@link sap.ui.core.mvc.ViewType}.
@@ -13,6 +13,8 @@ sap.ui.define([], function () {
13
13
  *
14
14
  * <b>Note:</b> Typed views do not rely on a <code>ViewType</code>, it must be omitted in the view settings.
15
15
  *
16
+ * See the {@link topic:91f27e3e6f4d1014b6dd926db0e91070 documentation} for more information on the different view types.
17
+ *
16
18
  * @enum {string}
17
19
  * @public
18
20
  * @alias sap.ui.core.mvc.ViewType
@@ -33,6 +35,8 @@ sap.ui.define([], function () {
33
35
 
34
36
  /**
35
37
  * HTML view
38
+ * @deprecated Since 1.108. Consider using {@link sap.ui.core.mvx.XMLView XMLViews} or "typed views" (view classes
39
+ * written in JavaScript) instead.
36
40
  * @public
37
41
  */
38
42
  HTML: "HTML",
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * bound content aggregation. An error will be thrown when the above combination is detected.
109
109
  *
110
110
  * @extends sap.ui.core.mvc.View
111
- * @version 1.108.1
111
+ * @version 1.109.0
112
112
  *
113
113
  * @public
114
114
  * @alias sap.ui.core.mvc.XMLView
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @see sap.ui.core.DeclarativeSupport
22
22
  * @public
23
23
  * @since 1.7.0
24
- * @version 1.108.1
24
+ * @version 1.109.0
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  */
27
27
  var DeclarativeSupportPlugin = function() {
@@ -42,7 +42,7 @@
42
42
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
43
43
  *
44
44
  * @author Peter Muessig
45
- * @version 1.108.1
45
+ * @version 1.109.0
46
46
  * @private
47
47
  * @alias sap.ui.core.plugin.LessSupport
48
48
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @public
22
22
  * @since 1.15.0
23
23
  * @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead
24
- * @version 1.108.1
24
+ * @version 1.109.0
25
25
  * @alias sap.ui.core.plugin.TemplatingSupport
26
26
  */
27
27
  var TemplatingSupport = function() {
@@ -6,13 +6,11 @@
6
6
 
7
7
  sap.ui.define([
8
8
  "sap/ui/core/EventBus",
9
- "sap/base/util/includes",
10
9
  "sap/base/util/isPlainObject",
11
10
  "sap/base/Log"
12
11
  ],
13
12
  function (
14
13
  EventBus,
15
- includes,
16
14
  isPlainObject,
17
15
  Log
18
16
  ) {
@@ -38,7 +36,7 @@ function (
38
36
  * @alias sap.ui.core.postmessage.Bus
39
37
  * @author SAP SE
40
38
  * @since 1.56.0
41
- * @version 1.108.1
39
+ * @version 1.109.0
42
40
  * @private
43
41
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
44
42
  */
@@ -146,16 +144,13 @@ function (
146
144
 
147
145
  // Accept host immediately when message is sent
148
146
  if (
149
- !includes(
150
- [
151
- PostMessageBus.event.READY,
152
- PostMessageBus.event.ACCEPTED,
153
- PostMessageBus.event.DECLINED
154
- ],
155
- sEventId
156
- )
147
+ ![
148
+ PostMessageBus.event.READY,
149
+ PostMessageBus.event.ACCEPTED,
150
+ PostMessageBus.event.DECLINED
151
+ ].includes(sEventId)
157
152
  && sOrigin !== '*'
158
- && !includes(this._aAcceptedOrigins, sOrigin)
153
+ && !this._aAcceptedOrigins.includes(sOrigin)
159
154
  ) {
160
155
  this._aAcceptedOrigins.push(sOrigin);
161
156
  }
@@ -256,7 +251,7 @@ function (
256
251
  var sOrigin = oEvent.origin;
257
252
 
258
253
  // Ignore messages from disabled hosts
259
- if (includes(this._aDeclinedOrigins, sOrigin)) {
254
+ if (this._aDeclinedOrigins.includes(sOrigin)) {
260
255
  fnResolve();
261
256
  return;
262
257
  }
@@ -271,7 +266,7 @@ function (
271
266
  eventId: PostMessageBus.event.DECLINED
272
267
  });
273
268
  fnResolve();
274
- } else if (includes(this._aAcceptedOrigins, sOrigin)) {
269
+ } else if (this._aAcceptedOrigins.includes(sOrigin)) {
275
270
  this.publish({
276
271
  target: oEvent.source,
277
272
  origin: oEvent.origin,
@@ -320,7 +315,7 @@ function (
320
315
  break;
321
316
  }
322
317
  default: {
323
- if (includes(this._aAcceptedOrigins, sOrigin)) {
318
+ if (this._aAcceptedOrigins.includes(sOrigin)) {
324
319
  this._emitMessage(oEvent);
325
320
  }
326
321
  fnResolve();
@@ -397,7 +392,7 @@ function (
397
392
  if (typeof sOrigin !== 'string') {
398
393
  throw new TypeError('Expected a string, but got ' + typeof sOrigin);
399
394
  }
400
- if (!includes(this._aAcceptedOrigins, sOrigin)) {
395
+ if (!this._aAcceptedOrigins.includes(sOrigin)) {
401
396
  this._aAcceptedOrigins.push(sOrigin);
402
397
  }
403
398
  };
@@ -436,7 +431,7 @@ function (
436
431
  if (typeof sOrigin !== 'string') {
437
432
  throw new TypeError('Expected a string, but got ' + typeof sOrigin);
438
433
  }
439
- if (!includes(this._aDeclinedOrigins, sOrigin)) {
434
+ if (!this._aDeclinedOrigins.includes(sOrigin)) {
440
435
  this._aDeclinedOrigins.push(sOrigin);
441
436
  }
442
437
  };
@@ -13,7 +13,7 @@ sap.ui.define(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.108.1
16
+ * @version 1.109.0
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
29
29
  * @extends sap.ui.core.search.SearchProvider
30
- * @version 1.108.1
30
+ * @version 1.109.0
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.search.OpenSearchProvider
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
23
23
  *
24
24
  * Do not create instances of this class, but use a concrete subclass instead.
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.108.1
26
+ * @version 1.109.0
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.search.SearchProvider
@@ -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.108.1
74
+ * @version 1.109.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.108.1
86
+ * @version 1.109.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.108.1
21
+ * @version 1.109.0
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/util/
17
17
  *
18
18
  * @abstract
19
19
  * @extends sap.ui.base.Object
20
- * @version 1.108.1
20
+ * @version 1.109.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.108.1
28
+ * @version 1.109.0
29
29
  * @private
30
30
  * @alias sap.ui.core.support.Support
31
31
  */
@@ -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.108.1
61
+ * @version 1.109.0
62
62
  * @private
63
63
  * @alias sap.ui.core.support.plugins.ControlTree
64
64
  */
@@ -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.108.1
41
+ * @version 1.109.0
42
42
  * @private
43
43
  * @alias sap.ui.core.support.plugins.Interaction
44
44
  */