@openui5/sap.ui.core 1.109.0 → 1.111.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 (798) hide show
  1. package/.eslintrc.json +8 -25
  2. package/.reuse/dep5 +16 -16
  3. package/THIRDPARTY.txt +2 -2
  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 +2 -2
  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/fetch.js +4 -4
  61. package/src/sap/base/util/includes.js +1 -1
  62. package/src/sap/base/util/isEmptyObject.js +1 -1
  63. package/src/sap/base/util/isPlainObject.js +1 -1
  64. package/src/sap/base/util/merge.js +1 -1
  65. package/src/sap/base/util/mixedFetch.js +1 -1
  66. package/src/sap/base/util/now.js +1 -1
  67. package/src/sap/base/util/resolveReference.js +1 -1
  68. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  69. package/src/sap/base/util/restricted/_castArray.js +2 -2
  70. package/src/sap/base/util/restricted/_compact.js +2 -2
  71. package/src/sap/base/util/restricted/_curry.js +2 -2
  72. package/src/sap/base/util/restricted/_debounce.js +2 -2
  73. package/src/sap/base/util/restricted/_difference.js +2 -2
  74. package/src/sap/base/util/restricted/_differenceBy.js +2 -2
  75. package/src/sap/base/util/restricted/_differenceWith.js +2 -2
  76. package/src/sap/base/util/restricted/_flatMap.js +2 -2
  77. package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
  78. package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
  79. package/src/sap/base/util/restricted/_flatten.js +2 -2
  80. package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
  81. package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
  82. package/src/sap/base/util/restricted/_intersection.js +2 -2
  83. package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
  84. package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
  85. package/src/sap/base/util/restricted/_isEqual.js +2 -2
  86. package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
  87. package/src/sap/base/util/restricted/_isNil.js +2 -2
  88. package/src/sap/base/util/restricted/_max.js +2 -2
  89. package/src/sap/base/util/restricted/_merge.js +2 -2
  90. package/src/sap/base/util/restricted/_mergeWith.js +2 -2
  91. package/src/sap/base/util/restricted/_min.js +2 -2
  92. package/src/sap/base/util/restricted/_omit.js +2 -2
  93. package/src/sap/base/util/restricted/_pick.js +2 -2
  94. package/src/sap/base/util/restricted/_pickBy.js +2 -2
  95. package/src/sap/base/util/restricted/_throttle.js +2 -2
  96. package/src/sap/base/util/restricted/_toArray.js +2 -2
  97. package/src/sap/base/util/restricted/_union.js +2 -2
  98. package/src/sap/base/util/restricted/_unionBy.js +2 -2
  99. package/src/sap/base/util/restricted/_unionWith.js +2 -2
  100. package/src/sap/base/util/restricted/_uniq.js +2 -2
  101. package/src/sap/base/util/restricted/_uniqBy.js +2 -2
  102. package/src/sap/base/util/restricted/_uniqWith.js +2 -2
  103. package/src/sap/base/util/restricted/_without.js +2 -2
  104. package/src/sap/base/util/restricted/_xor.js +2 -2
  105. package/src/sap/base/util/restricted/_xorBy.js +2 -2
  106. package/src/sap/base/util/restricted/_xorWith.js +2 -2
  107. package/src/sap/base/util/restricted/_zipObject.js +2 -2
  108. package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
  109. package/src/sap/base/util/syncFetch.js +2 -2
  110. package/src/sap/base/util/uid.js +1 -1
  111. package/src/sap/base/util/values.js +1 -1
  112. package/src/sap/ui/Device.js +4 -4
  113. package/src/sap/ui/Global.js +5 -5
  114. package/src/sap/ui/VersionInfo.js +1 -1
  115. package/src/sap/ui/base/BindingInfo.js +1 -1
  116. package/src/sap/ui/base/BindingParser.js +1 -1
  117. package/src/sap/ui/base/DataType.js +1 -1
  118. package/src/sap/ui/base/Event.js +2 -2
  119. package/src/sap/ui/base/EventProvider.js +2 -2
  120. package/src/sap/ui/base/Exception.js +1 -1
  121. package/src/sap/ui/base/ExpressionParser.js +1 -1
  122. package/src/sap/ui/base/Interface.js +2 -2
  123. package/src/sap/ui/base/ManagedObject.js +337 -233
  124. package/src/sap/ui/base/ManagedObjectMetadata.js +8 -6
  125. package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
  126. package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
  127. package/src/sap/ui/base/Metadata.js +2 -2
  128. package/src/sap/ui/base/Object.js +21 -12
  129. package/src/sap/ui/base/ObjectPool.js +2 -2
  130. package/src/sap/ui/base/SyncPromise.js +1 -1
  131. package/src/sap/ui/base/syncXHRFix.js +1 -1
  132. package/src/sap/ui/core/.library +4 -4
  133. package/src/sap/ui/core/AccessKeysEnablement.js +1 -1
  134. package/src/sap/ui/core/AppCacheBuster.js +1 -1
  135. package/src/sap/ui/core/BlockLayerUtils.js +11 -4
  136. package/src/sap/ui/core/BusyIndicator.js +7 -5
  137. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  138. package/src/sap/ui/core/CalendarType.js +1 -1
  139. package/src/sap/ui/core/CommandExecution.js +1 -1
  140. package/src/sap/ui/core/Component.js +105 -83
  141. package/src/sap/ui/core/ComponentContainer.js +3 -3
  142. package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
  143. package/src/sap/ui/core/ComponentMetadata.js +2 -2
  144. package/src/sap/ui/core/ComponentSupport.js +2 -2
  145. package/src/sap/ui/core/Configuration.js +13 -7
  146. package/src/sap/ui/core/ContextMenuSupport.js +1 -1
  147. package/src/sap/ui/core/Control.js +29 -27
  148. package/src/sap/ui/core/Core.js +64 -981
  149. package/src/sap/ui/core/CustomData.js +2 -2
  150. package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
  151. package/src/sap/ui/core/DeclarativeSupport.js +2 -2
  152. package/src/sap/ui/core/Element.js +206 -30
  153. package/src/sap/ui/core/ElementMetadata.js +2 -2
  154. package/src/sap/ui/core/EnabledPropagator.js +17 -2
  155. package/src/sap/ui/core/EventBus.js +2 -2
  156. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  157. package/src/sap/ui/core/FocusHandler.js +1 -1
  158. package/src/sap/ui/core/Fragment.js +2 -2
  159. package/src/sap/ui/core/HTML.js +2 -2
  160. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  161. package/src/sap/ui/core/History.js +2 -2
  162. package/src/sap/ui/core/Icon.js +14 -8
  163. package/src/sap/ui/core/IconPool.js +1 -1
  164. package/src/sap/ui/core/IconRenderer.js +1 -1
  165. package/src/sap/ui/core/IndicationColorSupport.js +6 -6
  166. package/src/sap/ui/core/IntervalTrigger.js +2 -2
  167. package/src/sap/ui/core/InvisibleMessage.js +2 -2
  168. package/src/sap/ui/core/InvisibleRenderer.js +2 -2
  169. package/src/sap/ui/core/InvisibleText.js +11 -7
  170. package/src/sap/ui/core/Item.js +2 -2
  171. package/src/sap/ui/core/LabelEnablement.js +2 -2
  172. package/src/sap/ui/core/LayoutData.js +2 -2
  173. package/src/sap/ui/core/Lib.js +1595 -0
  174. package/src/sap/ui/core/ListItem.js +2 -2
  175. package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
  176. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
  177. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  178. package/src/sap/ui/core/Locale.js +13 -12
  179. package/src/sap/ui/core/LocaleData.js +122 -26
  180. package/src/sap/ui/core/Manifest.js +5 -3
  181. package/src/sap/ui/core/Message.js +2 -2
  182. package/src/sap/ui/core/Patcher.js +36 -1
  183. package/src/sap/ui/core/Placeholder.js +3 -3
  184. package/src/sap/ui/core/Popup.js +2 -1
  185. package/src/sap/ui/core/RenderManager.js +287 -157
  186. package/src/sap/ui/core/Renderer.js +2 -2
  187. package/src/sap/ui/core/Rendering.js +1 -1
  188. package/src/sap/ui/core/ResizeHandler.js +61 -21
  189. package/src/sap/ui/core/ScrollBar.js +2 -2
  190. package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
  191. package/src/sap/ui/core/SeparatorItem.js +2 -2
  192. package/src/sap/ui/core/Shortcut.js +1 -1
  193. package/src/sap/ui/core/ShortcutHint.js +5 -5
  194. package/src/sap/ui/core/ShortcutHintsMixin.js +1 -1
  195. package/src/sap/ui/core/StashedControlSupport.js +1 -1
  196. package/src/sap/ui/core/Title.js +2 -2
  197. package/src/sap/ui/core/TooltipBase.js +2 -2
  198. package/src/sap/ui/core/UIArea.js +39 -7
  199. package/src/sap/ui/core/UIComponent.js +9 -7
  200. package/src/sap/ui/core/UIComponentMetadata.js +2 -2
  201. package/src/sap/ui/core/ValueStateSupport.js +6 -6
  202. package/src/sap/ui/core/VariantLayoutData.js +2 -2
  203. package/src/sap/ui/core/XMLComposite.js +2 -2
  204. package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
  205. package/src/sap/ui/core/XMLTemplateProcessor.js +6 -4
  206. package/src/sap/ui/core/_ConfigurationProvider.js +1 -1
  207. package/src/sap/ui/core/_IconRegistry.js +6 -4
  208. package/src/sap/ui/core/_UrlResolver.js +1 -1
  209. package/src/sap/ui/core/cache/CacheManager.js +2 -2
  210. package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
  211. package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
  212. package/src/sap/ui/core/cldr/ar.json +818 -444
  213. package/src/sap/ui/core/cldr/ar_EG.json +818 -444
  214. package/src/sap/ui/core/cldr/ar_SA.json +913 -540
  215. package/src/sap/ui/core/cldr/bg.json +520 -284
  216. package/src/sap/ui/core/cldr/ca.json +341 -101
  217. package/src/sap/ui/core/cldr/cs.json +361 -60
  218. package/src/sap/ui/core/cldr/cy.json +454 -325
  219. package/src/sap/ui/core/cldr/da.json +519 -305
  220. package/src/sap/ui/core/cldr/de.json +350 -115
  221. package/src/sap/ui/core/cldr/de_AT.json +340 -105
  222. package/src/sap/ui/core/cldr/de_CH.json +352 -117
  223. package/src/sap/ui/core/cldr/el.json +395 -148
  224. package/src/sap/ui/core/cldr/el_CY.json +395 -148
  225. package/src/sap/ui/core/cldr/en.json +306 -34
  226. package/src/sap/ui/core/cldr/en_AU.json +493 -210
  227. package/src/sap/ui/core/cldr/en_GB.json +465 -181
  228. package/src/sap/ui/core/cldr/en_HK.json +507 -221
  229. package/src/sap/ui/core/cldr/en_IE.json +506 -223
  230. package/src/sap/ui/core/cldr/en_IN.json +510 -223
  231. package/src/sap/ui/core/cldr/en_NZ.json +505 -222
  232. package/src/sap/ui/core/cldr/en_PG.json +506 -223
  233. package/src/sap/ui/core/cldr/en_SG.json +495 -209
  234. package/src/sap/ui/core/cldr/en_ZA.json +503 -220
  235. package/src/sap/ui/core/cldr/es.json +623 -385
  236. package/src/sap/ui/core/cldr/es_AR.json +530 -291
  237. package/src/sap/ui/core/cldr/es_BO.json +539 -300
  238. package/src/sap/ui/core/cldr/es_CL.json +497 -258
  239. package/src/sap/ui/core/cldr/es_CO.json +498 -259
  240. package/src/sap/ui/core/cldr/es_MX.json +684 -445
  241. package/src/sap/ui/core/cldr/es_PE.json +464 -225
  242. package/src/sap/ui/core/cldr/es_UY.json +468 -229
  243. package/src/sap/ui/core/cldr/es_VE.json +467 -228
  244. package/src/sap/ui/core/cldr/et.json +469 -232
  245. package/src/sap/ui/core/cldr/fa.json +684 -421
  246. package/src/sap/ui/core/cldr/fi.json +427 -125
  247. package/src/sap/ui/core/cldr/fr.json +312 -65
  248. package/src/sap/ui/core/cldr/fr_BE.json +309 -62
  249. package/src/sap/ui/core/cldr/fr_CA.json +328 -81
  250. package/src/sap/ui/core/cldr/fr_CH.json +309 -62
  251. package/src/sap/ui/core/cldr/fr_LU.json +312 -65
  252. package/src/sap/ui/core/cldr/he.json +768 -538
  253. package/src/sap/ui/core/cldr/hi.json +369 -100
  254. package/src/sap/ui/core/cldr/hr.json +539 -80
  255. package/src/sap/ui/core/cldr/hu.json +308 -82
  256. package/src/sap/ui/core/cldr/id.json +392 -174
  257. package/src/sap/ui/core/cldr/it.json +302 -86
  258. package/src/sap/ui/core/cldr/it_CH.json +302 -86
  259. package/src/sap/ui/core/cldr/ja.json +264 -41
  260. package/src/sap/ui/core/cldr/kk.json +320 -69
  261. package/src/sap/ui/core/cldr/ko.json +345 -120
  262. package/src/sap/ui/core/cldr/lt.json +328 -87
  263. package/src/sap/ui/core/cldr/lv.json +452 -207
  264. package/src/sap/ui/core/cldr/ms.json +469 -250
  265. package/src/sap/ui/core/cldr/nb.json +354 -123
  266. package/src/sap/ui/core/cldr/nl.json +381 -63
  267. package/src/sap/ui/core/cldr/nl_BE.json +381 -63
  268. package/src/sap/ui/core/cldr/pl.json +493 -168
  269. package/src/sap/ui/core/cldr/pt.json +568 -350
  270. package/src/sap/ui/core/cldr/pt_PT.json +566 -346
  271. package/src/sap/ui/core/cldr/ro.json +374 -123
  272. package/src/sap/ui/core/cldr/ru.json +509 -213
  273. package/src/sap/ui/core/cldr/ru_UA.json +508 -212
  274. package/src/sap/ui/core/cldr/sk.json +346 -48
  275. package/src/sap/ui/core/cldr/sl.json +593 -295
  276. package/src/sap/ui/core/cldr/sr.json +404 -177
  277. package/src/sap/ui/core/cldr/sr_Latn.json +393 -178
  278. package/src/sap/ui/core/cldr/sv.json +475 -250
  279. package/src/sap/ui/core/cldr/th.json +384 -162
  280. package/src/sap/ui/core/cldr/tr.json +326 -98
  281. package/src/sap/ui/core/cldr/uk.json +647 -338
  282. package/src/sap/ui/core/cldr/vi.json +288 -70
  283. package/src/sap/ui/core/cldr/zh_CN.json +560 -333
  284. package/src/sap/ui/core/cldr/zh_HK.json +531 -304
  285. package/src/sap/ui/core/cldr/zh_SG.json +536 -309
  286. package/src/sap/ui/core/cldr/zh_TW.json +418 -177
  287. package/src/sap/ui/core/date/Buddhist.js +1 -1
  288. package/src/sap/ui/core/date/CalendarUtils.js +1 -1
  289. package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
  290. package/src/sap/ui/core/date/Gregorian.js +1 -1
  291. package/src/sap/ui/core/date/Islamic.js +1 -1
  292. package/src/sap/ui/core/date/Japanese.js +1 -1
  293. package/src/sap/ui/core/date/Persian.js +1 -1
  294. package/src/sap/ui/core/date/UI5Date.js +970 -0
  295. package/src/sap/ui/core/date/UniversalDate.js +804 -40
  296. package/src/sap/ui/core/date/UniversalDateUtils.js +171 -15
  297. package/src/sap/ui/core/date/_Calendars.js +1 -1
  298. package/src/sap/ui/core/delegate/ItemNavigation.js +18 -14
  299. package/src/sap/ui/core/delegate/ScrollEnablement.js +40 -3
  300. package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
  301. package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
  302. package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
  303. package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
  304. package/src/sap/ui/core/designtime/library.designtime.js +1 -1
  305. package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
  306. package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
  307. package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
  308. package/src/sap/ui/core/dnd/DragAndDrop.js +27 -16
  309. package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
  310. package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
  311. package/src/sap/ui/core/dnd/DragInfo.js +6 -9
  312. package/src/sap/ui/core/dnd/DropInfo.js +2 -2
  313. package/src/sap/ui/core/format/DateFormat.js +468 -323
  314. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -1
  315. package/src/sap/ui/core/format/FileSizeFormat.js +16 -5
  316. package/src/sap/ui/core/format/ListFormat.js +2 -1
  317. package/src/sap/ui/core/format/NumberFormat.js +75 -147
  318. package/src/sap/ui/core/format/TimezoneUtil.js +10 -8
  319. package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
  320. package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
  321. package/src/sap/ui/core/library.js +60 -13
  322. package/src/sap/ui/core/library.support.js +1 -1
  323. package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
  324. package/src/sap/ui/core/message/Message.js +2 -2
  325. package/src/sap/ui/core/message/MessageManager.js +2 -2
  326. package/src/sap/ui/core/message/MessageMixin.js +1 -1
  327. package/src/sap/ui/core/message/MessageParser.js +2 -2
  328. package/src/sap/ui/core/message/MessageProcessor.js +2 -2
  329. package/src/sap/ui/core/messagebundle_bg.properties +1 -1
  330. package/src/sap/ui/core/messagebundle_fr.properties +1 -1
  331. package/src/sap/ui/core/messagebundle_hr.properties +2 -2
  332. package/src/sap/ui/core/messagebundle_nl.properties +1 -1
  333. package/src/sap/ui/core/messagebundle_th.properties +1 -1
  334. package/src/sap/ui/core/mvc/Controller.js +1 -1
  335. package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
  336. package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
  337. package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
  338. package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
  339. package/src/sap/ui/core/mvc/HTMLView.js +2 -2
  340. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  341. package/src/sap/ui/core/mvc/JSONView.js +2 -2
  342. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  343. package/src/sap/ui/core/mvc/JSView.js +2 -2
  344. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  345. package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
  346. package/src/sap/ui/core/mvc/TemplateView.js +2 -2
  347. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  348. package/src/sap/ui/core/mvc/View.js +2 -7
  349. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  350. package/src/sap/ui/core/mvc/ViewType.js +1 -1
  351. package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
  352. package/src/sap/ui/core/mvc/XMLView.js +2 -2
  353. package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
  354. package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
  355. package/src/sap/ui/core/plugin/LessSupport.js +3 -3
  356. package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
  357. package/src/sap/ui/core/postmessage/Bus.js +2 -2
  358. package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
  359. package/src/sap/ui/core/routing/HashChanger.js +1 -1
  360. package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
  361. package/src/sap/ui/core/routing/History.js +1 -1
  362. package/src/sap/ui/core/routing/Route.js +1 -1
  363. package/src/sap/ui/core/routing/Router.js +5 -4
  364. package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
  365. package/src/sap/ui/core/routing/Target.js +19 -3
  366. package/src/sap/ui/core/routing/TargetCache.js +1 -1
  367. package/src/sap/ui/core/routing/Targets.js +7 -15
  368. package/src/sap/ui/core/routing/Views.js +1 -1
  369. package/src/sap/ui/core/routing/async/Route.js +1 -1
  370. package/src/sap/ui/core/routing/async/Target.js +15 -23
  371. package/src/sap/ui/core/routing/async/TargetCache.js +1 -3
  372. package/src/sap/ui/core/routing/async/Targets.js +1 -1
  373. package/src/sap/ui/core/routing/sync/Route.js +1 -1
  374. package/src/sap/ui/core/routing/sync/Target.js +1 -2
  375. package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
  376. package/src/sap/ui/core/routing/sync/Targets.js +1 -1
  377. package/src/sap/ui/core/rules/App.support.js +1 -1
  378. package/src/sap/ui/core/rules/Config.support.js +1 -1
  379. package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
  380. package/src/sap/ui/core/rules/Misc.support.js +1 -1
  381. package/src/sap/ui/core/rules/Model.support.js +1 -1
  382. package/src/sap/ui/core/rules/Rendering.support.js +1 -1
  383. package/src/sap/ui/core/rules/Theming.support.js +1 -1
  384. package/src/sap/ui/core/rules/View.support.js +1 -1
  385. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  386. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  387. package/src/sap/ui/core/service/Service.js +2 -2
  388. package/src/sap/ui/core/service/ServiceFactory.js +2 -2
  389. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
  390. package/src/sap/ui/core/support/BootSupportTool.js +1 -1
  391. package/src/sap/ui/core/support/Hotkeys.js +1 -1
  392. package/src/sap/ui/core/support/Plugin.js +2 -2
  393. package/src/sap/ui/core/support/RuleEngineOpaExtension.js +9 -8
  394. package/src/sap/ui/core/support/Support.js +20 -12
  395. package/src/sap/ui/core/support/ToolsAPI.js +1 -1
  396. package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
  397. package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
  398. package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
  399. package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
  400. package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
  401. package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
  402. package/src/sap/ui/core/support/debugReboot.js +1 -1
  403. package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
  404. package/src/sap/ui/core/support/plugins/ControlTree.js +15 -21
  405. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  406. package/src/sap/ui/core/support/plugins/Interaction.js +2 -2
  407. package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
  408. package/src/sap/ui/core/support/plugins/Performance.js +2 -2
  409. package/src/sap/ui/core/support/plugins/Selector.js +2 -2
  410. package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
  411. package/src/sap/ui/core/support/plugins/Trace.js +2 -2
  412. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
  413. package/src/sap/ui/core/support/techinfo/TechnicalInfo.fragment.xml +2 -1
  414. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +8 -6
  415. package/src/sap/ui/core/support/techinfo/TechnicalInfoDebugDialog.fragment.xml +1 -0
  416. package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
  417. package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
  418. package/src/sap/ui/core/support/trace/EppLib.js +1 -1
  419. package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
  420. package/src/sap/ui/core/syncStyleClass.js +1 -1
  421. package/src/sap/ui/core/themes/base/base.less +14 -9
  422. package/src/sap/ui/core/themes/base/fonts/SAP-icons.ttf +0 -0
  423. package/src/sap/ui/core/themes/base/library.source.less +1 -1
  424. package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
  425. package/src/sap/ui/core/theming/Parameters.js +15 -14
  426. package/src/sap/ui/core/theming/ThemeHelper.js +48 -26
  427. package/src/sap/ui/core/theming/ThemeManager.js +7 -23
  428. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  429. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  430. package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
  431. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  432. package/src/sap/ui/core/tmpl/Template.js +2 -2
  433. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  434. package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
  435. package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
  436. package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
  437. package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
  438. package/src/sap/ui/core/util/Export.js +2 -2
  439. package/src/sap/ui/core/util/ExportCell.js +2 -2
  440. package/src/sap/ui/core/util/ExportColumn.js +2 -2
  441. package/src/sap/ui/core/util/ExportRow.js +2 -2
  442. package/src/sap/ui/core/util/ExportType.js +2 -2
  443. package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
  444. package/src/sap/ui/core/util/File.js +2 -2
  445. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  446. package/src/sap/ui/core/util/MockServer.js +2 -2
  447. package/src/sap/ui/core/util/MockServerAnnotationsHandler.js +1 -1
  448. package/src/sap/ui/core/util/PasteHelper.js +2 -2
  449. package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
  450. package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
  451. package/src/sap/ui/core/util/XMLPreprocessor.js +2 -1
  452. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +13 -1
  453. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +28 -4
  454. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +16 -1
  455. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
  456. package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
  457. package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
  458. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
  459. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
  460. package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
  461. package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
  462. package/src/sap/ui/core/ws/ReadyState.js +2 -2
  463. package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
  464. package/src/sap/ui/core/ws/WebSocket.js +3 -2
  465. package/src/sap/ui/debug/ControlTree.js +2 -2
  466. package/src/sap/ui/debug/DebugEnv.js +2 -2
  467. package/src/sap/ui/debug/Highlighter.js +1 -1
  468. package/src/sap/ui/debug/LogViewer.js +1 -1
  469. package/src/sap/ui/debug/PropertyList.js +2 -2
  470. package/src/sap/ui/dom/_ready.js +1 -1
  471. package/src/sap/ui/dom/containsOrEquals.js +1 -1
  472. package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
  473. package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
  474. package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
  475. package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
  476. package/src/sap/ui/dom/getOwnerWindow.js +1 -1
  477. package/src/sap/ui/dom/getScrollbarSize.js +1 -1
  478. package/src/sap/ui/dom/includeScript.js +1 -1
  479. package/src/sap/ui/dom/includeStylesheet.js +1 -1
  480. package/src/sap/ui/dom/isBehindOtherElement.js +61 -0
  481. package/src/sap/ui/dom/isHidden.js +1 -1
  482. package/src/sap/ui/dom/jquery/Aria.js +1 -1
  483. package/src/sap/ui/dom/jquery/Focusable.js +1 -1
  484. package/src/sap/ui/dom/jquery/Selection.js +1 -1
  485. package/src/sap/ui/dom/jquery/Selectors.js +1 -1
  486. package/src/sap/ui/dom/jquery/control.js +1 -1
  487. package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
  488. package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
  489. package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
  490. package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
  491. package/src/sap/ui/dom/jquery/rect.js +1 -1
  492. package/src/sap/ui/dom/jquery/rectContains.js +1 -1
  493. package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
  494. package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
  495. package/src/sap/ui/dom/jquery/selectText.js +1 -1
  496. package/src/sap/ui/dom/jquery/zIndex.js +1 -1
  497. package/src/sap/ui/dom/units/Rem.js +1 -1
  498. package/src/sap/ui/events/ControlEvents.js +1 -1
  499. package/src/sap/ui/events/F6Navigation.js +230 -164
  500. package/src/sap/ui/events/KeyCodes.js +1 -1
  501. package/src/sap/ui/events/PasteEventFix.js +1 -1
  502. package/src/sap/ui/events/PseudoEvents.js +1 -1
  503. package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
  504. package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
  505. package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
  506. package/src/sap/ui/events/isSpecialKey.js +1 -1
  507. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  508. package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
  509. package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
  510. package/src/sap/ui/model/Binding.js +1 -1
  511. package/src/sap/ui/model/BindingMode.js +1 -1
  512. package/src/sap/ui/model/ChangeReason.js +1 -1
  513. package/src/sap/ui/model/ClientContextBinding.js +1 -1
  514. package/src/sap/ui/model/ClientListBinding.js +1 -1
  515. package/src/sap/ui/model/ClientModel.js +2 -2
  516. package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
  517. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  518. package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
  519. package/src/sap/ui/model/CompositeBinding.js +1 -1
  520. package/src/sap/ui/model/CompositeDataState.js +2 -2
  521. package/src/sap/ui/model/CompositeType.js +2 -2
  522. package/src/sap/ui/model/Context.js +1 -1
  523. package/src/sap/ui/model/ContextBinding.js +1 -1
  524. package/src/sap/ui/model/DataState.js +2 -2
  525. package/src/sap/ui/model/Filter.js +1 -1
  526. package/src/sap/ui/model/FilterOperator.js +1 -1
  527. package/src/sap/ui/model/FilterProcessor.js +1 -1
  528. package/src/sap/ui/model/FilterType.js +1 -1
  529. package/src/sap/ui/model/FormatException.js +1 -1
  530. package/src/sap/ui/model/ListBinding.js +1 -1
  531. package/src/sap/ui/model/ManagedObjectBindingSupport.js +4 -10
  532. package/src/sap/ui/model/MetaModel.js +2 -2
  533. package/src/sap/ui/model/Model.js +3 -13
  534. package/src/sap/ui/model/ParseException.js +1 -1
  535. package/src/sap/ui/model/PropertyBinding.js +1 -1
  536. package/src/sap/ui/model/SelectionModel.js +2 -2
  537. package/src/sap/ui/model/SimpleType.js +2 -2
  538. package/src/sap/ui/model/Sorter.js +1 -1
  539. package/src/sap/ui/model/SorterProcessor.js +1 -1
  540. package/src/sap/ui/model/StaticBinding.js +1 -1
  541. package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
  542. package/src/sap/ui/model/TreeBinding.js +1 -1
  543. package/src/sap/ui/model/TreeBindingAdapter.js +1 -1
  544. package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
  545. package/src/sap/ui/model/TreeBindingUtils.js +1 -1
  546. package/src/sap/ui/model/Type.js +2 -2
  547. package/src/sap/ui/model/ValidateException.js +1 -1
  548. package/src/sap/ui/model/_Helper.js +1 -1
  549. package/src/sap/ui/model/analytics/AnalyticalBinding.js +19 -7
  550. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
  551. package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
  552. package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
  553. package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
  554. package/src/sap/ui/model/analytics/odata4analytics.js +7 -3
  555. package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
  556. package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +73 -41
  557. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  558. package/src/sap/ui/model/json/JSONModel.js +2 -2
  559. package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
  560. package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
  561. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  562. package/src/sap/ui/model/message/MessageModel.js +2 -2
  563. package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
  564. package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
  565. package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
  566. package/src/sap/ui/model/odata/CountMode.js +1 -1
  567. package/src/sap/ui/model/odata/Filter.js +1 -1
  568. package/src/sap/ui/model/odata/MessageScope.js +1 -1
  569. package/src/sap/ui/model/odata/ODataAnnotations.js +13 -5
  570. package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
  571. package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
  572. package/src/sap/ui/model/odata/ODataMessageParser.js +2 -2
  573. package/src/sap/ui/model/odata/ODataMetaModel.js +29 -23
  574. package/src/sap/ui/model/odata/ODataMetadata.js +2 -2
  575. package/src/sap/ui/model/odata/ODataModel.js +2 -2
  576. package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
  577. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  578. package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
  579. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
  580. package/src/sap/ui/model/odata/ODataUtils.js +1 -1
  581. package/src/sap/ui/model/odata/OperationMode.js +1 -1
  582. package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
  583. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  584. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  585. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  586. package/src/sap/ui/model/odata/type/Boolean.js +2 -2
  587. package/src/sap/ui/model/odata/type/Byte.js +3 -3
  588. package/src/sap/ui/model/odata/type/Currency.js +9 -5
  589. package/src/sap/ui/model/odata/type/Date.js +59 -23
  590. package/src/sap/ui/model/odata/type/DateTime.js +33 -4
  591. package/src/sap/ui/model/odata/type/DateTimeBase.js +63 -26
  592. package/src/sap/ui/model/odata/type/DateTimeOffset.js +37 -7
  593. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +7 -6
  594. package/src/sap/ui/model/odata/type/Decimal.js +4 -4
  595. package/src/sap/ui/model/odata/type/Double.js +4 -4
  596. package/src/sap/ui/model/odata/type/Guid.js +2 -2
  597. package/src/sap/ui/model/odata/type/Int.js +2 -2
  598. package/src/sap/ui/model/odata/type/Int16.js +4 -4
  599. package/src/sap/ui/model/odata/type/Int32.js +4 -4
  600. package/src/sap/ui/model/odata/type/Int64.js +4 -4
  601. package/src/sap/ui/model/odata/type/ODataType.js +2 -2
  602. package/src/sap/ui/model/odata/type/Raw.js +2 -2
  603. package/src/sap/ui/model/odata/type/SByte.js +3 -3
  604. package/src/sap/ui/model/odata/type/Single.js +4 -4
  605. package/src/sap/ui/model/odata/type/Stream.js +2 -2
  606. package/src/sap/ui/model/odata/type/String.js +2 -2
  607. package/src/sap/ui/model/odata/type/Time.js +39 -4
  608. package/src/sap/ui/model/odata/type/TimeOfDay.js +41 -6
  609. package/src/sap/ui/model/odata/type/Unit.js +8 -5
  610. package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
  611. package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
  612. package/src/sap/ui/model/odata/v2/Context.js +2 -2
  613. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +3 -5
  614. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +2 -1
  615. package/src/sap/ui/model/odata/v2/ODataListBinding.js +12 -2
  616. package/src/sap/ui/model/odata/v2/ODataModel.js +5 -3
  617. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +2 -2
  618. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
  619. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +2 -2
  620. package/src/sap/ui/model/odata/v4/Context.js +258 -133
  621. package/src/sap/ui/model/odata/v4/ODataBinding.js +40 -10
  622. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +121 -88
  623. package/src/sap/ui/model/odata/v4/ODataListBinding.js +238 -182
  624. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +5 -7
  625. package/src/sap/ui/model/odata/v4/ODataModel.js +99 -20
  626. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +62 -25
  627. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +20 -6
  628. package/src/sap/ui/model/odata/v4/ODataUtils.js +7 -7
  629. package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
  630. package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
  631. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
  632. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +164 -61
  633. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +105 -34
  634. package/src/sap/ui/model/odata/v4/lib/_Batch.js +20 -13
  635. package/src/sap/ui/model/odata/v4/lib/_Cache.js +289 -187
  636. package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
  637. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  638. package/src/sap/ui/model/odata/v4/lib/_Helper.js +123 -23
  639. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +13 -5
  640. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +9 -4
  641. package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
  642. package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
  643. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +51 -28
  644. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +9 -2
  645. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
  646. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
  647. package/src/sap/ui/model/resource/ResourceModel.js +2 -2
  648. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  649. package/src/sap/ui/model/type/Boolean.js +2 -2
  650. package/src/sap/ui/model/type/Currency.js +2 -2
  651. package/src/sap/ui/model/type/Date.js +2 -2
  652. package/src/sap/ui/model/type/DateInterval.js +191 -156
  653. package/src/sap/ui/model/type/DateTime.js +2 -2
  654. package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
  655. package/src/sap/ui/model/type/FileSize.js +4 -3
  656. package/src/sap/ui/model/type/Float.js +4 -3
  657. package/src/sap/ui/model/type/Integer.js +4 -3
  658. package/src/sap/ui/model/type/String.js +2 -2
  659. package/src/sap/ui/model/type/Time.js +2 -2
  660. package/src/sap/ui/model/type/TimeInterval.js +2 -2
  661. package/src/sap/ui/model/type/Unit.js +2 -2
  662. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  663. package/src/sap/ui/model/xml/XMLModel.js +2 -2
  664. package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
  665. package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
  666. package/src/sap/ui/performance/BeaconRequest.js +1 -1
  667. package/src/sap/ui/performance/Measurement.js +1 -1
  668. package/src/sap/ui/performance/XHRInterceptor.js +1 -1
  669. package/src/sap/ui/performance/trace/FESR.js +1 -1
  670. package/src/sap/ui/performance/trace/FESRHelper.js +1 -1
  671. package/src/sap/ui/performance/trace/Interaction.js +24 -10
  672. package/src/sap/ui/performance/trace/Passport.js +1 -1
  673. package/src/sap/ui/performance/trace/initTraces.js +10 -6
  674. package/src/sap/ui/qunit/QUnitUtils.js +2 -2
  675. package/src/sap/ui/qunit/qunit-2-css.js +1 -1
  676. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  677. package/src/sap/ui/qunit/qunit-css.js +1 -1
  678. package/src/sap/ui/qunit/qunit-junit.js +1 -1
  679. package/src/sap/ui/qunit/qunit-redirect.js +1 -1
  680. package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
  681. package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
  682. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
  683. package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
  684. package/src/sap/ui/qunit/utils/waitForThemeApplied.js +5 -6
  685. package/src/sap/ui/security/FrameOptions.js +1 -1
  686. package/src/sap/ui/test/BlanketReporter.js +1 -1
  687. package/src/sap/ui/test/BlanketReporterUI.view.xml +2 -5
  688. package/src/sap/ui/test/BranchTracking.js +1 -1
  689. package/src/sap/ui/test/Opa.js +1 -1
  690. package/src/sap/ui/test/Opa5.js +1 -1
  691. package/src/sap/ui/test/OpaBuilder.js +2 -2
  692. package/src/sap/ui/test/OpaExtension.js +1 -1
  693. package/src/sap/ui/test/OpaPlugin.js +22 -3
  694. package/src/sap/ui/test/PageObjectFactory.js +1 -1
  695. package/src/sap/ui/test/RecordReplay.js +1 -1
  696. package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
  697. package/src/sap/ui/test/TestUtils.js +78 -92
  698. package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
  699. package/src/sap/ui/test/_ControlFinder.js +254 -238
  700. package/src/sap/ui/test/_FocusListener.js +49 -0
  701. package/src/sap/ui/test/_LogCollector.js +1 -1
  702. package/src/sap/ui/test/_OpaLogger.js +1 -1
  703. package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
  704. package/src/sap/ui/test/_ParameterValidator.js +1 -1
  705. package/src/sap/ui/test/_UsageReport.js +1 -1
  706. package/src/sap/ui/test/_ValidationParameters.js +1 -1
  707. package/src/sap/ui/test/actions/Action.js +17 -3
  708. package/src/sap/ui/test/actions/Drag.js +1 -1
  709. package/src/sap/ui/test/actions/Drop.js +1 -1
  710. package/src/sap/ui/test/actions/EnterText.js +37 -5
  711. package/src/sap/ui/test/actions/Press.js +1 -1
  712. package/src/sap/ui/test/actions/Scroll.js +1 -1
  713. package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
  714. package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
  715. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  716. package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
  717. package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
  718. package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +1 -1
  719. package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +1 -1
  720. package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +1 -1
  721. package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
  722. package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
  723. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +2 -2
  724. package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
  725. package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
  726. package/src/sap/ui/test/autowaiter/_utils.js +1 -1
  727. package/src/sap/ui/test/generic/GenericTestCollection.js +22 -11
  728. package/src/sap/ui/test/generic/TestBase.js +4 -4
  729. package/src/sap/ui/test/generic/Utils.js +2 -2
  730. package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +9 -9
  731. package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
  732. package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
  733. package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
  734. package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
  735. package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
  736. package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
  737. package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
  738. package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
  739. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
  740. package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
  741. package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
  742. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
  743. package/src/sap/ui/test/matchers/Ancestor.js +1 -1
  744. package/src/sap/ui/test/matchers/BindingPath.js +1 -1
  745. package/src/sap/ui/test/matchers/Descendant.js +1 -1
  746. package/src/sap/ui/test/matchers/I18NText.js +1 -1
  747. package/src/sap/ui/test/matchers/Interactable.js +1 -1
  748. package/src/sap/ui/test/matchers/LabelFor.js +1 -1
  749. package/src/sap/ui/test/matchers/Matcher.js +1 -1
  750. package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
  751. package/src/sap/ui/test/matchers/Properties.js +1 -1
  752. package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
  753. package/src/sap/ui/test/matchers/Sibling.js +1 -1
  754. package/src/sap/ui/test/matchers/Visible.js +1 -1
  755. package/src/sap/ui/test/matchers/_Busy.js +1 -1
  756. package/src/sap/ui/test/matchers/_Editable.js +1 -1
  757. package/src/sap/ui/test/matchers/_Enabled.js +1 -1
  758. package/src/sap/ui/test/matchers/_Visitor.js +1 -1
  759. package/src/sap/ui/test/matchers/matchers.js +1 -1
  760. package/src/sap/ui/test/opaQunit.js +1 -1
  761. package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
  762. package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
  763. package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
  764. package/src/sap/ui/test/qunitPause.js +1 -1
  765. package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
  766. package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
  767. package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
  768. package/src/sap/ui/test/selectors/_ControlType.js +1 -1
  769. package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
  770. package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
  771. package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
  772. package/src/sap/ui/test/selectors/_Properties.js +1 -1
  773. package/src/sap/ui/test/selectors/_Selector.js +2 -1
  774. package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
  775. package/src/sap/ui/test/selectors/_ViewID.js +1 -1
  776. package/src/sap/ui/test/selectors/_selectors.js +1 -1
  777. package/src/sap/ui/test/starter/_configureLoader.js +1 -1
  778. package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
  779. package/src/sap/ui/test/starter/_utils.js +1 -1
  780. package/src/sap/ui/test/starter/createSuite.js +1 -1
  781. package/src/sap/ui/test/starter/runTest.js +1 -1
  782. package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
  783. package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  784. package/src/sap/ui/thirdparty/jquery-mobile-custom.js +9 -1
  785. package/src/sap/ui/util/ActivityDetection.js +1 -1
  786. package/src/sap/ui/util/Mobile.js +1 -1
  787. package/src/sap/ui/util/Storage.js +2 -2
  788. package/src/sap/ui/util/XMLHelper.js +1 -1
  789. package/src/sap/ui/util/_FeatureDetection.js +1 -1
  790. package/src/sap/ui/util/defaultLinkTypes.js +1 -1
  791. package/src/sap/ui/util/isCrossOriginURL.js +1 -1
  792. package/src/sap/ui/util/openWindow.js +1 -1
  793. package/src/sap-ui-boot.js +1 -1
  794. package/src/sap-ui-core-nojQuery.js +1 -1
  795. package/src/sap-ui-core.js +1 -1
  796. package/src/sap-ui-debug.js +1 -1
  797. package/src/ui5loader-autoconfig.js +15 -12
  798. package/src/ui5loader.js +153 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  *
51
51
  * Supported format options (additional to NumberFormat):
52
52
  * <ul>
53
- * <li>binaryFilesize: if true, base 2 is used: 1 Kibibyte = 1024 Byte, ... , otherwise base 10 is used: 1 Kilobyte = 1000 Byte (Default is false)</li>
53
+ * <li>binaryFilesize: Whether to use base 2, that means 1 Kibibyte = 1024 Byte, or base 10, that means 1 Kilobyte = 1000 Byte</li>
54
54
  * </ul>
55
55
  *
56
56
  * @public
@@ -72,8 +72,12 @@ sap.ui.define([
72
72
  * If no locale is given, the currently configured
73
73
  * {@link sap.ui.core.Configuration.FormatSettings#getFormatLocale formatLocale} will be used.
74
74
  *
75
- * @param {object} [oFormatOptions] Object which defines the format options
76
- * @param {sap.ui.core.Locale} [oLocale] Locale to get the formatter for
75
+ * @param {object} [oFormatOptions]
76
+ * Supports the same options as {@link sap.ui.core.format.NumberFormat.getFloatInstance}
77
+ * @param {boolean} [oFormatOptions.binaryFilesize=false]
78
+ * Whether to use base 2, that means 1 Kibibyte = 1024 Byte, or base 10, that means 1 Kilobyte = 1000 Byte
79
+ * @param {sap.ui.core.Locale} [oLocale] The locale to get the formatter for
80
+ * @ui5-omissible-params oFormatOptions
77
81
  * @return {sap.ui.core.format.FileSizeFormat} instance of the FileSizeFormat
78
82
  * @static
79
83
  * @public
@@ -85,7 +89,14 @@ sap.ui.define([
85
89
  /**
86
90
  * Create an instance of the FileSizeFormat.
87
91
  *
88
- * @param {object} [oFormatOptions] Object which defines the format options
92
+ * If no locale is given, the currently configured
93
+ * {@link sap.ui.core.Configuration.FormatSettings#getFormatLocale formatLocale} will be used.
94
+ *
95
+ * @param {object} [oFormatOptions]
96
+ * Supports the same options as {@link sap.ui.core.format.NumberFormat.getFloatInstance}
97
+ * @param {boolean} [oFormatOptions.binaryFilesize=false]
98
+ * Whether to use base 2, that means 1 Kibibyte = 1024 Byte, or base 10, that means 1 Kilobyte = 1000 Byte
99
+ * @param {sap.ui.core.Locale} [oLocale] The locale to get the formatter for
89
100
  * @return {sap.ui.core.format.FileSizeFormat} the instance of the FileSizeFormat
90
101
  * @static
91
102
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -42,6 +42,7 @@ sap.ui.define([
42
42
  *
43
43
  * @param {object} [oFormatOptions] Object which defines the format options
44
44
  * @param {sap.ui.core.Locale} [oLocale] Locale to get the formatter for
45
+ * @ui5-omissible-params oFormatOptions
45
46
  * @return {sap.ui.core.format.ListFormat} Instance of the ListFormat
46
47
  * @public
47
48
  *
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -46,15 +46,15 @@ sap.ui.define([
46
46
  }
47
47
  });
48
48
 
49
- // Regex for matching the number placeholder in pattern
50
- var rNumPlaceHolder = /0+(\.0+)?/;
51
- // Regex for checking that the given string only consists of '0' characters
52
- var rOnlyZeros = /^0+$/;
53
-
54
- // Indian currency INR (e.g. xx.xx.yyy.xx.xx.yyy.xx.xx.yyy)
55
- var getIndianCurrencyINRGroupingRegExp = function() {
56
- return /^(?:\d{1,2},?\d{2},?\d{3}|\d{1,2},?\d{3}|\d{1,3})(?:,?\d{2},?\d{2},?\d{3})*$/;
57
- };
49
+ var rAllWhiteSpaces = /\s/g,
50
+ rDigit = /\d/,
51
+ // Not matching Sc (currency symbol) and Z (separator) characters
52
+ // https://www.unicode.org/reports/tr44/#General_Category_Values
53
+ rNotSAndNotZ = /[^\$\xA2-\xA5\u058F\u060B\u09F2\u09F3\u09FB\u0AF1\u0BF9\u0E3F\u17DB\u20A0-\u20BD\uA838\uFDFC\uFE69\uFF04\uFFE0\uFFE1\uFFE5\uFFE6\u0020\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,
54
+ // Regex for matching the number placeholder in pattern
55
+ rNumPlaceHolder = /0+(\.0+)?/,
56
+ // Regex for checking that the given string only consists of '0' characters
57
+ rOnlyZeros = /^0+$/;
58
58
 
59
59
  /*
60
60
  * Is used to validate existing grouping separators.
@@ -345,7 +345,7 @@ sap.ui.define([
345
345
  * @param {int} [oFormatOptions.decimals] defines the number of decimal digits
346
346
  * @param {string} [oFormatOptions.decimalSeparator] defines the character used as decimal separator.
347
347
  * Note: <code>decimalSeparator</code> must always be different from <code>groupingSeparator</code>.
348
- * @param {number} [oFormatOptions.emptyString=NaN] @since 1.30.0 defines what an empty string
348
+ * @param {null|number|string} [oFormatOptions.emptyString=NaN] since 1.30.0 defines what an empty string
349
349
  * is parsed as, and what is formatted as an empty string. The allowed values are "" (empty string),
350
350
  * NaN, <code>null</code>, or 0.
351
351
  * The 'format' and 'parse' functions are done in a symmetric way. For example, when this
@@ -365,7 +365,7 @@ sap.ui.define([
365
365
  * @param {int} [oFormatOptions.minFractionDigits=0] defines the minimal number of decimal digits
366
366
  * @param {int} [oFormatOptions.minIntegerDigits=1] defines the minimal number of non-decimal digits
367
367
  * @param {string} [oFormatOptions.minusSign] defines the used minus symbol
368
- * @param {boolean} [oFormatOptions.parseAsString=false] @since 1.28.2 defines whether to output
368
+ * @param {boolean} [oFormatOptions.parseAsString=false] since 1.28.2 defines whether to output
369
369
  * the string from the parse function in order to keep the precision for big numbers. Numbers
370
370
  * in scientific notation are parsed back to standard notation. For example, "5e-3" is parsed
371
371
  * to "0.005".
@@ -387,10 +387,10 @@ sap.ui.define([
387
387
  * </ul>
388
388
  * @param {int} [oFormatOptions.shortDecimals] defines the number of decimal in the shortened format string. If this isn't specified, the 'decimals' options is used
389
389
  * @param {int} [oFormatOptions.shortLimit] only use short number formatting for values above this limit
390
- * @param {int} [oFormatOptions.shortRefNumber] @since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
390
+ * @param {int} [oFormatOptions.shortRefNumber] since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
391
391
  * used for all numbers which are formatted with this format instance. This option has effect only when the option 'style' is set to 'short' or 'long'. This option is by default set
392
392
  * with <code>undefined</code> which means the scale factor is selected automatically for each number being formatted.
393
- * @param {boolean} [oFormatOptions.showScale=true] @since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
393
+ * @param {boolean} [oFormatOptions.showScale=true] since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
394
394
  * @param {boolean} [oFormatOptions.strictGroupingValidation=false] whether the positions of grouping separators are validated. Space characters used as grouping separators are not validated.
395
395
  * @param {string} [oFormatOptions.style=standard] defines the style of format. Valid values are
396
396
  * 'short, 'long' or 'standard' (based on the CLDR decimalFormat). When set to 'short' or 'long',
@@ -438,9 +438,9 @@ sap.ui.define([
438
438
  * @param {int} [oFormatOptions.decimals] defines the number of decimal digits
439
439
  * @param {string} [oFormatOptions.decimalSeparator] defines the character used as decimal separator.
440
440
  * Note: <code>decimalSeparator</code> must always be different from <code>groupingSeparator</code>.
441
- * @param {number} [oFormatOptions.emptyString=NaN] @since 1.30.0 defines what an empty string
442
- * is parsed as, and what is formatted as an empty string. The allowed values are only NaN,
443
- * null or 0.
441
+ * @param {null|number|string} [oFormatOptions.emptyString=NaN] since 1.30.0 defines what an empty string
442
+ * is parsed as, and what is formatted as an empty string. The allowed values are "" (empty string)
443
+ * NaN, <code>null</code>, or 0.
444
444
  * The 'format' and 'parse' functions are done in a symmetric way. For example, when this
445
445
  * parameter is set to NaN, an empty string is parsed as NaN, and NaN is formatted as an empty
446
446
  * string.
@@ -458,7 +458,7 @@ sap.ui.define([
458
458
  * @param {int} [oFormatOptions.minFractionDigits=0] defines the minimal number of decimal digits
459
459
  * @param {int} [oFormatOptions.minIntegerDigits=1] defines the minimal number of non-decimal digits
460
460
  * @param {string} [oFormatOptions.minusSign] defines the used minus symbol
461
- * @param {boolean} [oFormatOptions.parseAsString=false] @since 1.28.2 defines whether to output
461
+ * @param {boolean} [oFormatOptions.parseAsString=false] since 1.28.2 defines whether to output
462
462
  * the string from the parse function in order to keep the precision for big numbers. Numbers
463
463
  * in scientific notation are parsed back to standard notation. For example, "5e+3" is parsed
464
464
  * to "5000".
@@ -480,10 +480,10 @@ sap.ui.define([
480
480
  * </ul>
481
481
  * @param {int} [oFormatOptions.shortDecimals] defines the number of decimal in the shortened format string. If this isn't specified, the 'decimals' options is used
482
482
  * @param {int} [oFormatOptions.shortLimit] only use short number formatting for values above this limit
483
- * @param {int} [oFormatOptions.shortRefNumber] @since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
483
+ * @param {int} [oFormatOptions.shortRefNumber] since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
484
484
  * used for all numbers which are formatted with this format instance. This option has effect only when the option 'style' is set to 'short' or 'long'. This option is by default set
485
485
  * with <code>undefined</code> which means the scale factor is selected automatically for each number being formatted.
486
- * @param {boolean} [oFormatOptions.showScale=true] @since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
486
+ * @param {boolean} [oFormatOptions.showScale=true] since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
487
487
  * @param {boolean} [oFormatOptions.strictGroupingValidation=false] whether the positions of grouping separators are validated. Space characters used as grouping separators are not validated.
488
488
  * @param {string} [oFormatOptions.style=standard] defines the style of format. Valid values are
489
489
  * 'short, 'long' or 'standard' (based on the CLDR decimalFormat). When set to 'short' or 'long',
@@ -574,7 +574,7 @@ sap.ui.define([
574
574
  * @param {int} [oFormatOptions.decimals] defines the number of decimal digits
575
575
  * @param {string} [oFormatOptions.decimalSeparator] defines the character used as decimal separator.
576
576
  * Note: <code>decimalSeparator</code> must always be different from <code>groupingSeparator</code>.
577
- * @param {number} [oFormatOptions.emptyString=NaN] @since 1.30.0 defines what an empty string
577
+ * @param {null|number|string} [oFormatOptions.emptyString=NaN] since 1.30.0 defines what an empty string
578
578
  * is parsed as, and what is formatted as an empty string. The allowed values are "" (empty string),
579
579
  * NaN, <code>null</code>, or 0.
580
580
  * The 'format' and 'parse' functions are done in a symmetric way. For example, when this
@@ -594,7 +594,7 @@ sap.ui.define([
594
594
  * @param {int} [oFormatOptions.minFractionDigits=0] defines the minimal number of decimal digits
595
595
  * @param {int} [oFormatOptions.minIntegerDigits=1] defines the minimal number of non-decimal digits
596
596
  * @param {string} [oFormatOptions.minusSign] defines the used minus symbol
597
- * @param {boolean} [oFormatOptions.parseAsString=false] @since 1.28.2 defines whether to output
597
+ * @param {boolean} [oFormatOptions.parseAsString=false] since 1.28.2 defines whether to output
598
598
  * the string from the parse function in order to keep the precision for big numbers. Numbers
599
599
  * in scientific notation are parsed back to standard notation. For example, "5e-3" is parsed
600
600
  * to "0.005".
@@ -614,7 +614,7 @@ sap.ui.define([
614
614
  * </ul>
615
615
  * @param {int} [oFormatOptions.shortDecimals] defines the number of decimal in the shortened format string. If this isn't specified, the 'decimals' options is used
616
616
  * @param {int} [oFormatOptions.shortLimit] only use short number formatting for values above this limit
617
- * @param {int} [oFormatOptions.shortRefNumber] @since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
617
+ * @param {int} [oFormatOptions.shortRefNumber] since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
618
618
  * used for all numbers which are formatted with this format instance. This option has effect only when the option 'style' is set to 'short' or 'long'. This option is by default set
619
619
  * with <code>undefined</code> which means the scale factor is selected automatically for each number being formatted.
620
620
  * @param {boolean} [oFormatOptions.showMeasure=true] defines whether the currency code/symbol is shown in the formatted string,
@@ -625,7 +625,7 @@ sap.ui.define([
625
625
  * <code>NumberFormat.getCurrencyInstance({showNumber:true}).format(1, "EUR"); // "1.00 EUR"</code>
626
626
  * <code>NumberFormat.getCurrencyInstance({showNumber:false}).format(1, "EUR"); // "EUR"</code>
627
627
  * If both <code>showMeasure</code> and <code>showNumber</code> are false, an empty string is returned
628
- * @param {boolean} [oFormatOptions.showScale=true] @since 1.40 specifies whether the scale factor is shown in the formatted number.
628
+ * @param {boolean} [oFormatOptions.showScale=true] since 1.40 specifies whether the scale factor is shown in the formatted number.
629
629
  * This option takes effect only when the 'style' options is set to either 'short' or 'long'.
630
630
  * @param {boolean} [oFormatOptions.strictGroupingValidation=false] whether the positions of grouping separators are validated. Space characters used as grouping separators are not validated.
631
631
  * @param {string} [oFormatOptions.style=standard] defines the style of format. Valid values are
@@ -702,7 +702,7 @@ sap.ui.define([
702
702
  * @param {int} [oFormatOptions.decimals] defines the number of decimal digits
703
703
  * @param {string} [oFormatOptions.decimalSeparator] defines the character used as decimal separator.
704
704
  * Note: <code>decimalSeparator</code> must always be different from <code>groupingSeparator</code>.
705
- * @param {number} [oFormatOptions.emptyString=NaN] @since 1.30.0 defines what an empty string
705
+ * @param {null|number|string} [oFormatOptions.emptyString=NaN] since 1.30.0 defines what an empty string
706
706
  * is parsed as, and what is formatted as an empty string. The allowed values are "" (empty string),
707
707
  * NaN, <code>null</code>, or 0.
708
708
  * The 'format' and 'parse' functions are done in a symmetric way. For example, when this
@@ -722,7 +722,7 @@ sap.ui.define([
722
722
  * @param {int} [oFormatOptions.minFractionDigits=0] defines the minimal number of decimal digits
723
723
  * @param {int} [oFormatOptions.minIntegerDigits=1] defines the minimal number of non-decimal digits
724
724
  * @param {string} [oFormatOptions.minusSign] defines the used minus symbol
725
- * @param {boolean} [oFormatOptions.parseAsString=false] @since 1.28.2 defines whether to output
725
+ * @param {boolean} [oFormatOptions.parseAsString=false] since 1.28.2 defines whether to output
726
726
  * the string from the parse function in order to keep the precision for big numbers. Numbers
727
727
  * in scientific notation are parsed back to standard notation. For example, "5e-3" is parsed
728
728
  * to "0.005".
@@ -745,7 +745,7 @@ sap.ui.define([
745
745
  * @param {int} [oFormatOptions.shortDecimals] defines the number of decimals in the shortened
746
746
  * format string. If this option isn't specified, the 'decimals' option is used instead.
747
747
  * @param {int} [oFormatOptions.shortLimit] defines a limit above which only short number formatting is used
748
- * @param {int} [oFormatOptions.shortRefNumber] @since 1.40 specifies a number from which the
748
+ * @param {int} [oFormatOptions.shortRefNumber] since 1.40 specifies a number from which the
749
749
  * scale factor for the 'short' or 'long' style format is generated. The generated scale
750
750
  * factor is used for all numbers which are formatted with this format instance. This option
751
751
  * only takes effect when the 'style' option is set to 'short' or 'long'. This option is
@@ -762,7 +762,7 @@ sap.ui.define([
762
762
  * <code>NumberFormat.getUnitInstance({showNumber:true}).format(2, "duration-day"); // "2 days"</code>
763
763
  * <code>NumberFormat.getUnitInstance({showNumber:false}).format(2, "duration-day"); // "days"</code>
764
764
  * If both <code>showMeasure</code> and <code>showNumber</code> are false, an empty string is returned
765
- * @param {boolean} [oFormatOptions.showScale=true] @since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
765
+ * @param {boolean} [oFormatOptions.showScale=true] since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
766
766
  * @param {boolean} [oFormatOptions.strictGroupingValidation=false] whether the positions of grouping separators are validated. Space characters used as grouping separators are not validated.
767
767
  * @param {string} [oFormatOptions.style=standard] defines the style of format. Valid values are
768
768
  * 'short, 'long' or 'standard' (based on the CLDR decimalFormat). When set to 'short' or 'long',
@@ -799,7 +799,7 @@ sap.ui.define([
799
799
  * @param {int} [oFormatOptions.decimals] defines the number of decimal digits
800
800
  * @param {string} [oFormatOptions.decimalSeparator] defines the character used as decimal separator.
801
801
  * Note: <code>decimalSeparator</code> must always be different from <code>groupingSeparator</code>.
802
- * @param {number} [oFormatOptions.emptyString=NaN] @since 1.30.0 defines what an empty string
802
+ * @param {null|number|string} [oFormatOptions.emptyString=NaN] since 1.30.0 defines what an empty string
803
803
  * is parsed as, and what is formatted as an empty string. The allowed values are "" (empty string),
804
804
  * NaN, <code>null</code>, or 0.
805
805
  * The 'format' and 'parse' functions are done in a symmetric way. For example, when this
@@ -819,7 +819,7 @@ sap.ui.define([
819
819
  * @param {int} [oFormatOptions.minFractionDigits=0] defines the minimal number of decimal digits
820
820
  * @param {int} [oFormatOptions.minIntegerDigits=1] defines the minimal number of non-decimal digits
821
821
  * @param {string} [oFormatOptions.minusSign] defines the used minus symbol
822
- * @param {boolean} [oFormatOptions.parseAsString=false] @since 1.28.2 defines whether to output
822
+ * @param {boolean} [oFormatOptions.parseAsString=false] since 1.28.2 defines whether to output
823
823
  * the string from the parse function in order to keep the precision for big numbers. Numbers
824
824
  * in scientific notation are parsed back to standard notation. For example, "5e-3" is parsed
825
825
  * to "0.005".
@@ -842,10 +842,10 @@ sap.ui.define([
842
842
  * </ul>
843
843
  * @param {int} [oFormatOptions.shortDecimals] defines the number of decimal in the shortened format string. If this isn't specified, the 'decimals' options is used
844
844
  * @param {int} [oFormatOptions.shortLimit] only use short number formatting for values above this limit
845
- * @param {int} [oFormatOptions.shortRefNumber] @since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
845
+ * @param {int} [oFormatOptions.shortRefNumber] since 1.40 specifies a number from which the scale factor for 'short' or 'long' style format is generated. The generated scale factor is
846
846
  * used for all numbers which are formatted with this format instance. This option has effect only when the option 'style' is set to 'short' or 'long'. This option is by default set
847
847
  * with <code>undefined</code> which means the scale factor is selected automatically for each number being formatted.
848
- * @param {boolean} [oFormatOptions.showScale=true] @since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
848
+ * @param {boolean} [oFormatOptions.showScale=true] since 1.40 specifies whether the scale factor is shown in the formatted number. This option takes effect only when the 'style' options is set to either 'short' or 'long'.
849
849
  * @param {boolean} [oFormatOptions.strictGroupingValidation=false] whether the positions of grouping separators are validated. Space characters used as grouping separators are not validated.
850
850
  * @param {string} [oFormatOptions.style=standard] defines the style of format. Valid values are
851
851
  * 'short, 'long' or 'standard' (based on the CLDR decimalFormat). When set to 'short' or 'long',
@@ -897,8 +897,12 @@ sap.ui.define([
897
897
  });
898
898
  }
899
899
  if (oFormatOptions.emptyString !== undefined) {
900
- // eslint-disable-next-line no-self-compare -- check if it's NaN (only NaN doesn't equal to itself)
901
- assert(oFormatOptions.emptyString === "" || oFormatOptions.emptyString === 0 || oFormatOptions.emptyString === null || /* check if it's NaN (only NaN doesn't equal to itself) */ oFormatOptions.emptyString !== oFormatOptions.emptyString, "The format option 'emptyString' must be either 0, null or NaN");
900
+ assert(oFormatOptions.emptyString === ""
901
+ || oFormatOptions.emptyString === 0
902
+ || oFormatOptions.emptyString === null
903
+ // eslint-disable-next-line no-self-compare -- check if it's NaN (only NaN doesn't equal to itself)
904
+ || oFormatOptions.emptyString !== oFormatOptions.emptyString,
905
+ "The format option 'emptyString' must be either '', 0, null, or NaN");
902
906
  }
903
907
  }
904
908
 
@@ -1160,48 +1164,33 @@ sap.ui.define([
1160
1164
  /**
1161
1165
  * Applies the grouping to the given integer part and returns it.
1162
1166
  *
1163
- * @param {string} sIntegerPart a string with the integer value, e.g. "1234567"
1164
- * @param {object} oOptions the format options, relevant are: groupingSeparator,
1165
- * groupingBaseSize, groupingSize
1166
- * @param {boolean} bIndianCurrency if it is an Indian currency (locale en-IN and currency INR)
1167
- * @returns {string} integer part with grouping, e.g. "1.234.567" for locale de-DE
1167
+ * @param {string} sIntegerPart
1168
+ * A string with the integer value, e.g. "1234567"
1169
+ * @param {object} oOptions
1170
+ * The format options
1171
+ * @param {int} oOptions.groupingBaseSize
1172
+ * The grouping base size in digits if it is different from the grouping size (e.g. Indian grouping)
1173
+ * @param {string} oOptions.groupingSeparator
1174
+ * The character used as grouping separator
1175
+ * @param {int} oOptions.groupingSize
1176
+ * The grouping size in digits
1177
+ * @returns {string}
1178
+ * The integer part with grouping, e.g. "1.234.567" for locale de-DE
1168
1179
  * @private
1169
1180
  */
1170
- function applyGrouping(sIntegerPart, oOptions, bIndianCurrency) {
1171
- var iPosition;
1172
- var sGroupedIntegerPart = "";
1173
-
1174
- // Special grouping for lakh crore/crore crore in India
1175
- if (bIndianCurrency) {
1176
- var aGroups = [3, 2, 2], iCurGroupSize, iIndex = 0;
1177
- iPosition = sIntegerPart.length;
1178
- while (iPosition > 0) {
1179
- iCurGroupSize = aGroups[iIndex % 3];
1180
- iPosition -= iCurGroupSize;
1181
- if (iIndex > 0) {
1182
- sGroupedIntegerPart = oOptions.groupingSeparator + sGroupedIntegerPart;
1183
- }
1184
- if (iPosition < 0) {
1185
- iCurGroupSize += iPosition;
1186
- iPosition = 0;
1187
- }
1188
- sGroupedIntegerPart = sIntegerPart.substr(iPosition, iCurGroupSize) + sGroupedIntegerPart;
1189
- iIndex++;
1190
- }
1191
- } else {
1192
- // default grouping
1193
- var iLength = sIntegerPart.length;
1194
- var iGroupSize = oOptions.groupingSize;
1195
- var iBaseGroupSize = oOptions.groupingBaseSize || iGroupSize;
1196
- iPosition = Math.max(iLength - iBaseGroupSize, 0) % iGroupSize || iGroupSize;
1197
- sGroupedIntegerPart = sIntegerPart.substr(0, iPosition);
1198
- while (iLength - iPosition >= iBaseGroupSize) {
1199
- sGroupedIntegerPart += oOptions.groupingSeparator;
1200
- sGroupedIntegerPart += sIntegerPart.substr(iPosition, iGroupSize);
1201
- iPosition += iGroupSize;
1202
- }
1203
- sGroupedIntegerPart += sIntegerPart.substr(iPosition);
1181
+ function applyGrouping(sIntegerPart, oOptions) {
1182
+ var iGroupSize = oOptions.groupingSize,
1183
+ iBaseGroupSize = oOptions.groupingBaseSize || iGroupSize,
1184
+ iLength = sIntegerPart.length,
1185
+ iPosition = Math.max(iLength - iBaseGroupSize, 0) % iGroupSize || iGroupSize,
1186
+ sGroupedIntegerPart = sIntegerPart.slice(0, iPosition);
1187
+
1188
+ while (iLength - iPosition >= iBaseGroupSize) {
1189
+ sGroupedIntegerPart += oOptions.groupingSeparator;
1190
+ sGroupedIntegerPart += sIntegerPart.slice(iPosition, iPosition + iGroupSize);
1191
+ iPosition += iGroupSize;
1204
1192
  }
1193
+ sGroupedIntegerPart += sIntegerPart.slice(iPosition, iLength);
1205
1194
 
1206
1195
  return sGroupedIntegerPart;
1207
1196
  }
@@ -1451,7 +1440,7 @@ sap.ui.define([
1451
1440
  }
1452
1441
 
1453
1442
  if (!bValueIsNullOrUndefined) {
1454
- sNumber = this.convertToDecimal(vValue);
1443
+ sNumber = LocaleData.convertToDecimal(vValue);
1455
1444
  }
1456
1445
 
1457
1446
  if (sNumber == "NaN") {
@@ -1518,7 +1507,7 @@ sap.ui.define([
1518
1507
 
1519
1508
  // grouping
1520
1509
  if (oOptions.groupingEnabled) {
1521
- sGroupedIntegerPart = applyGrouping(sIntegerPart, oOptions, bIndianCurrency);
1510
+ sGroupedIntegerPart = applyGrouping(sIntegerPart, oOptions);
1522
1511
  } else {
1523
1512
  sGroupedIntegerPart = sIntegerPart;
1524
1513
  }
@@ -1652,13 +1641,9 @@ sap.ui.define([
1652
1641
 
1653
1642
  if (oOptions.showMeasure && sMeasure) {
1654
1643
  var sPlaceHolder = "\u00a4",
1655
- // convert the PCRE regex in CLDR to the regex supported by Javascript
1656
- // The regex means to exclude all possible currency symbols.
1657
- // In PCRE regex, there's an expression to match all currency symbols /\p{Sc}/ which has to be converted to this long regex in javascript.
1658
- // This regex is borrowed from https://stackoverflow.com/questions/25910808/javascript-regex-currency-symbol-in-a-string.
1659
1644
  mRegex = {
1660
- "[:digit:]": /\d/,
1661
- "[:^S:]": /[^\$\xA2-\xA5\u058F\u060B\u09F2\u09F3\u09FB\u0AF1\u0BF9\u0E3F\u17DB\u20A0-\u20BD\uA838\uFDFC\uFE69\uFF04\uFFE0\uFFE1\uFFE5\uFFE6]/
1645
+ "[:digit:]": rDigit,
1646
+ "[[:^S:]&[:^Z:]]": rNotSAndNotZ
1662
1647
  },
1663
1648
  iMeasureStart = sPattern.indexOf(sPlaceHolder),
1664
1649
  // determine whether the number is before the measure or after it by comparing the position of measure placeholder with half of the length of the pattern string
@@ -1883,7 +1868,7 @@ sap.ui.define([
1883
1868
 
1884
1869
  // remove all white spaces because when grouping separator is a non-breaking space (russian and french for example)
1885
1870
  // user will not input it this way. Also white spaces or grouping separator can be ignored by determining the value
1886
- sValue = sValue.replace(/\s/g, "");
1871
+ sValue = sValue.replace(rAllWhiteSpaces, "");
1887
1872
 
1888
1873
  oShort = getNumberFromShortened(sValue, this.oLocaleData, bIndianCurrency);
1889
1874
  if (oShort) {
@@ -1965,7 +1950,7 @@ sap.ui.define([
1965
1950
  }
1966
1951
 
1967
1952
  // strict grouping validation
1968
- var bIsGroupingValid = this._checkGrouping(sValueWithGrouping, oOptions, bScientificNotation, bIndianCurrency && sMeasure === "INR");
1953
+ var bIsGroupingValid = this._checkGrouping(sValueWithGrouping, oOptions, bScientificNotation);
1969
1954
  if (!bIsGroupingValid) {
1970
1955
  // treat invalid grouping the same way as if the value cannot be parsed
1971
1956
  return (oOptions.type === mNumberType.CURRENCY || oOptions.type === mNumberType.UNIT) ? null : NaN;
@@ -1982,59 +1967,6 @@ sap.ui.define([
1982
1967
  return vResult;
1983
1968
  };
1984
1969
 
1985
- /**
1986
- * Convert to decimal representation
1987
- * Floats larger than 1e+20 or smaller than 1e-6 are shown in exponential format,
1988
- * but need to be converted to decimal format for further formatting
1989
- *
1990
- * @param {float} fValue float number e.g. 10.1
1991
- * @return {string} decimal number
1992
- * @private
1993
- */
1994
- NumberFormat.prototype.convertToDecimal = function(fValue) {
1995
- var sValue = "" + fValue,
1996
- bNegative, sBase, iDecimalLength, iFractionLength, iExponent, iPos;
1997
- if (sValue.indexOf("e") == -1 && sValue.indexOf("E") == -1) {
1998
- return sValue;
1999
- }
2000
- var aResult = sValue.match(/^([+-]?)((\d+)(?:\.(\d+))?)[eE]([+-]?\d+)$/);
2001
- bNegative = aResult[1] == "-";
2002
- sBase = aResult[2].replace(/\./g,"");
2003
- iDecimalLength = aResult[3] ? aResult[3].length : 0;
2004
- iFractionLength = aResult[4] ? aResult[4].length : 0;
2005
- iExponent = parseInt(aResult[5]);
2006
-
2007
- if (iExponent > 0) {
2008
- if (iExponent < iFractionLength) {
2009
- iPos = iDecimalLength + iExponent;
2010
- sValue = sBase.substr(0, iPos) + "." + sBase.substr(iPos);
2011
- } else {
2012
- sValue = sBase;
2013
- iExponent -= iFractionLength;
2014
- for (var i = 0; i < iExponent; i++) {
2015
- sValue += "0";
2016
- }
2017
- }
2018
- } else {
2019
- if (-iExponent < iDecimalLength) {
2020
- iPos = iDecimalLength + iExponent;
2021
- sValue = sBase.substr(0, iPos) + "." + sBase.substr(iPos);
2022
- } else {
2023
- sValue = sBase;
2024
- iExponent += iDecimalLength;
2025
- for (var i = 0; i > iExponent; i--) {
2026
- sValue = "0" + sValue;
2027
- }
2028
- sValue = "0." + sValue;
2029
- }
2030
- }
2031
- if (bNegative) {
2032
- sValue = "-" + sValue;
2033
- }
2034
- return sValue;
2035
- };
2036
-
2037
-
2038
1970
  /**
2039
1971
  * Returns the scaling factor which is calculated based on the format options and the current locale being used.
2040
1972
  *
@@ -2474,11 +2406,10 @@ sap.ui.define([
2474
2406
  * This means grouping separators which are space characters or RTL characters are not validated.
2475
2407
  * @param {object} oOptions the format options, relevant are: groupingSeparator, groupingSize, groupingBaseSize and decimalSeparator
2476
2408
  * @param {boolean} bScientificNotation is scientific notation, e.g. "1.234e+1"
2477
- * @param {boolean} bIndianCurrency is an indian currency, e.g. number in combination with currency "INR" and locale is "en_IN"
2478
2409
  * @returns {boolean} true if the grouping is done correctly, e.g. "1.23" is not grouped correctly for grouping separator "." and groupingSize 3
2479
2410
  * @private
2480
2411
  */
2481
- NumberFormat.prototype._checkGrouping = function(sValueWithGrouping, oOptions, bScientificNotation, bIndianCurrency) {
2412
+ NumberFormat.prototype._checkGrouping = function(sValueWithGrouping, oOptions, bScientificNotation) {
2482
2413
  if (oOptions.groupingSeparator && sValueWithGrouping.includes(oOptions.groupingSeparator)) {
2483
2414
  // All following checks are only done, if the value contains at least one (non-falsy) grouping separator.
2484
2415
  // The examples below use the German locale:
@@ -2547,13 +2478,9 @@ sap.ui.define([
2547
2478
  * e.g. for "de" <code>1.2.3</code> becomes invalid
2548
2479
  */
2549
2480
  if (oOptions.strictGroupingValidation) {
2550
- var rGrouping;
2551
- if (bIndianCurrency) {
2552
- this._rIndianCurrencyINRGrouping = this._rIndianCurrencyINRGrouping || getIndianCurrencyINRGroupingRegExp();
2553
- rGrouping = this._rIndianCurrencyINRGrouping;
2554
- } else {
2555
- this._rGrouping = this._rGrouping || getGroupingRegExp(oOptions.groupingSeparator, oOptions.groupingSize, oOptions.groupingBaseSize || oOptions.groupingSize);
2556
- rGrouping = this._rGrouping;
2481
+ if (!this._rGrouping) {
2482
+ this._rGrouping = getGroupingRegExp(oOptions.groupingSeparator,
2483
+ oOptions.groupingSize, oOptions.groupingBaseSize || oOptions.groupingSize);
2557
2484
  }
2558
2485
 
2559
2486
  // e.g. for "de" with valid grouping separators at the correct position
@@ -2562,7 +2489,7 @@ sap.ui.define([
2562
2489
  // 123 456 789
2563
2490
  // 123.456.789
2564
2491
  // Note: spaces are just there for visual aid.
2565
- if (!rGrouping.test(sValueWithGrouping)) {
2492
+ if (!this._rGrouping.test(sValueWithGrouping)) {
2566
2493
  return false;
2567
2494
  }
2568
2495
  }
@@ -2844,6 +2771,7 @@ sap.ui.define([
2844
2771
  if (!sCurSymbol) {
2845
2772
  continue;
2846
2773
  }
2774
+ sCurSymbol = sCurSymbol.replace(rAllWhiteSpaces, "\u0020");
2847
2775
  if (sValue.indexOf(sCurSymbol) >= 0 && sSymbol.length <= sCurSymbol.length) {
2848
2776
  sCode = sCurCode;
2849
2777
  bDuplicate = false;
@@ -2903,7 +2831,7 @@ sap.ui.define([
2903
2831
  */
2904
2832
  function parseNumberAndCurrency(oConfig) {
2905
2833
  var aIsoMatches,
2906
- sValue = oConfig.value;
2834
+ sValue = oConfig.value.replace(rAllWhiteSpaces, "\u0020");
2907
2835
 
2908
2836
  // Search for known symbols (longest match)
2909
2837
  // no distinction between default and custom currencies
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.109.0
14
+ * @version 1.111.0
15
15
  * @namespace
16
16
  * @alias sap.ui.core.format.TimezoneUtil
17
17
  * @private
@@ -66,7 +66,8 @@ sap.ui.define([], function() {
66
66
  year: "numeric",
67
67
  timeZone: sTimezone,
68
68
  timeZoneName: 'short',
69
- era: 'narrow'
69
+ era: 'narrow',
70
+ weekday: "short"
70
71
  };
71
72
  var oInstance = new Intl.DateTimeFormat("en-US", oOptions);
72
73
 
@@ -151,15 +152,16 @@ sap.ui.define([], function() {
151
152
  * @param {Date} oDate The date which should be converted.
152
153
  * @param {string} sTargetTimezone The target IANA timezone ID, e.g <code>"Europe/Berlin"</code>
153
154
  * @returns {{
154
- * month: string,
155
155
  * day: string,
156
- * year: string,
156
+ * era: string,
157
+ * fractionalSecond: string,
157
158
  * hour: string,
158
159
  * minute: string,
160
+ * month: string,
159
161
  * second: string,
160
- * era: string,
161
- * fractionalSecond: string,
162
- * timeZoneName: string
162
+ * timeZoneName: string,
163
+ * weekday: string,
164
+ * year: string
163
165
  * }} An object containing the date and time fields considering the target time zone.
164
166
  * @private
165
167
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -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.109.0
403
+ * @version 1.111.0
404
404
  * @hideconstructor
405
405
  * @public
406
406
  * @since 1.60
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6