@openui5/sap.ui.core 1.120.3 → 1.120.4

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 (418) hide show
  1. package/package.json +1 -1
  2. package/src/jquery.sap.global.js +1 -1
  3. package/src/jquery.sap.properties.js +1 -1
  4. package/src/jquery.sap.resources.js +1 -1
  5. package/src/jquery.sap.script.js +1 -1
  6. package/src/jquery.sap.storage.js +3 -3
  7. package/src/sap/base/Event.js +1 -1
  8. package/src/sap/base/Eventing.js +1 -1
  9. package/src/sap/base/config.js +1 -1
  10. package/src/sap/base/i18n/LanguageTag.js +1 -1
  11. package/src/sap/base/i18n/Localization.js +2 -1
  12. package/src/sap/base/i18n/ResourceBundle.js +16 -19
  13. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  14. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  15. package/src/sap/base/util/restricted/_castArray.js +1 -1
  16. package/src/sap/base/util/restricted/_compact.js +1 -1
  17. package/src/sap/base/util/restricted/_curry.js +1 -1
  18. package/src/sap/base/util/restricted/_debounce.js +1 -1
  19. package/src/sap/base/util/restricted/_difference.js +1 -1
  20. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  21. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  22. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  23. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_flatten.js +1 -1
  26. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  27. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  28. package/src/sap/base/util/restricted/_intersection.js +1 -1
  29. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  30. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  31. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  32. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  33. package/src/sap/base/util/restricted/_isNil.js +1 -1
  34. package/src/sap/base/util/restricted/_max.js +1 -1
  35. package/src/sap/base/util/restricted/_merge.js +1 -1
  36. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  37. package/src/sap/base/util/restricted/_min.js +1 -1
  38. package/src/sap/base/util/restricted/_omit.js +1 -1
  39. package/src/sap/base/util/restricted/_pick.js +1 -1
  40. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  41. package/src/sap/base/util/restricted/_throttle.js +1 -1
  42. package/src/sap/base/util/restricted/_toArray.js +1 -1
  43. package/src/sap/base/util/restricted/_union.js +1 -1
  44. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  45. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  46. package/src/sap/base/util/restricted/_uniq.js +1 -1
  47. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  48. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  49. package/src/sap/base/util/restricted/_without.js +1 -1
  50. package/src/sap/base/util/restricted/_xor.js +1 -1
  51. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  52. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  53. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  54. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  55. package/src/sap/ui/Device.js +3 -3
  56. package/src/sap/ui/Global.js +4 -4
  57. package/src/sap/ui/base/Event.js +1 -1
  58. package/src/sap/ui/base/EventProvider.js +1 -1
  59. package/src/sap/ui/base/Interface.js +1 -1
  60. package/src/sap/ui/base/ManagedObject.js +1 -1
  61. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  62. package/src/sap/ui/base/Metadata.js +1 -1
  63. package/src/sap/ui/base/Object.js +1 -1
  64. package/src/sap/ui/base/ObjectPool.js +1 -1
  65. package/src/sap/ui/core/.library +2 -2
  66. package/src/sap/ui/core/BusyIndicator.js +1 -1
  67. package/src/sap/ui/core/Component.js +1 -1
  68. package/src/sap/ui/core/ComponentContainer.js +1 -1
  69. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  70. package/src/sap/ui/core/ComponentSupport.js +1 -1
  71. package/src/sap/ui/core/Configuration.js +2 -2
  72. package/src/sap/ui/core/Control.js +1 -1
  73. package/src/sap/ui/core/Core.js +1 -1
  74. package/src/sap/ui/core/CustomData.js +1 -1
  75. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  76. package/src/sap/ui/core/Element.js +1 -1
  77. package/src/sap/ui/core/ElementMetadata.js +1 -1
  78. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  79. package/src/sap/ui/core/EventBus.js +1 -1
  80. package/src/sap/ui/core/Fragment.js +1 -1
  81. package/src/sap/ui/core/HTML.js +1 -1
  82. package/src/sap/ui/core/History.js +1 -1
  83. package/src/sap/ui/core/Icon.js +1 -1
  84. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  85. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  86. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  87. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  88. package/src/sap/ui/core/InvisibleText.js +1 -1
  89. package/src/sap/ui/core/Item.js +1 -1
  90. package/src/sap/ui/core/LabelEnablement.js +1 -1
  91. package/src/sap/ui/core/LayoutData.js +1 -1
  92. package/src/sap/ui/core/ListItem.js +1 -1
  93. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  94. package/src/sap/ui/core/Locale.js +1 -1
  95. package/src/sap/ui/core/LocaleData.js +2 -2
  96. package/src/sap/ui/core/Manifest.js +1 -1
  97. package/src/sap/ui/core/Message.js +1 -1
  98. package/src/sap/ui/core/RenderManager.js +1 -1
  99. package/src/sap/ui/core/Renderer.js +1 -1
  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 +1 -1
  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/cldr/ar.json +1 -0
  113. package/src/sap/ui/core/cldr/ar_EG.json +1 -0
  114. package/src/sap/ui/core/cldr/ar_SA.json +1 -0
  115. package/src/sap/ui/core/cldr/bg.json +1 -0
  116. package/src/sap/ui/core/cldr/ca.json +1 -0
  117. package/src/sap/ui/core/cldr/cnr.json +6169 -0
  118. package/src/sap/ui/core/cldr/cs.json +1 -0
  119. package/src/sap/ui/core/cldr/cy.json +1 -0
  120. package/src/sap/ui/core/cldr/da.json +1 -0
  121. package/src/sap/ui/core/cldr/de.json +1 -0
  122. package/src/sap/ui/core/cldr/de_AT.json +1 -0
  123. package/src/sap/ui/core/cldr/de_CH.json +1 -0
  124. package/src/sap/ui/core/cldr/el.json +1 -0
  125. package/src/sap/ui/core/cldr/el_CY.json +1 -0
  126. package/src/sap/ui/core/cldr/en.json +1 -0
  127. package/src/sap/ui/core/cldr/en_AU.json +1 -0
  128. package/src/sap/ui/core/cldr/en_GB.json +1 -0
  129. package/src/sap/ui/core/cldr/en_HK.json +1 -0
  130. package/src/sap/ui/core/cldr/en_IE.json +1 -0
  131. package/src/sap/ui/core/cldr/en_IN.json +1 -0
  132. package/src/sap/ui/core/cldr/en_NZ.json +1 -0
  133. package/src/sap/ui/core/cldr/en_PG.json +1 -0
  134. package/src/sap/ui/core/cldr/en_SG.json +1 -0
  135. package/src/sap/ui/core/cldr/en_ZA.json +1 -0
  136. package/src/sap/ui/core/cldr/es.json +1 -0
  137. package/src/sap/ui/core/cldr/es_AR.json +1 -0
  138. package/src/sap/ui/core/cldr/es_BO.json +1 -0
  139. package/src/sap/ui/core/cldr/es_CL.json +1 -0
  140. package/src/sap/ui/core/cldr/es_CO.json +1 -0
  141. package/src/sap/ui/core/cldr/es_MX.json +1 -0
  142. package/src/sap/ui/core/cldr/es_PE.json +1 -0
  143. package/src/sap/ui/core/cldr/es_UY.json +1 -0
  144. package/src/sap/ui/core/cldr/es_VE.json +1 -0
  145. package/src/sap/ui/core/cldr/et.json +1 -0
  146. package/src/sap/ui/core/cldr/fa.json +2 -0
  147. package/src/sap/ui/core/cldr/fi.json +1 -0
  148. package/src/sap/ui/core/cldr/fr.json +1 -0
  149. package/src/sap/ui/core/cldr/fr_BE.json +1 -0
  150. package/src/sap/ui/core/cldr/fr_CA.json +1 -0
  151. package/src/sap/ui/core/cldr/fr_CH.json +1 -0
  152. package/src/sap/ui/core/cldr/fr_LU.json +1 -0
  153. package/src/sap/ui/core/cldr/he.json +2 -0
  154. package/src/sap/ui/core/cldr/hi.json +1 -0
  155. package/src/sap/ui/core/cldr/hr.json +1 -0
  156. package/src/sap/ui/core/cldr/hu.json +1 -0
  157. package/src/sap/ui/core/cldr/id.json +1 -0
  158. package/src/sap/ui/core/cldr/it.json +1 -0
  159. package/src/sap/ui/core/cldr/it_CH.json +1 -0
  160. package/src/sap/ui/core/cldr/ja.json +1 -0
  161. package/src/sap/ui/core/cldr/kk.json +1 -0
  162. package/src/sap/ui/core/cldr/ko.json +1 -0
  163. package/src/sap/ui/core/cldr/lt.json +1 -0
  164. package/src/sap/ui/core/cldr/lv.json +1 -0
  165. package/src/sap/ui/core/cldr/mk.json +6045 -0
  166. package/src/sap/ui/core/cldr/ms.json +1 -0
  167. package/src/sap/ui/core/cldr/nb.json +2 -0
  168. package/src/sap/ui/core/cldr/nl.json +1 -0
  169. package/src/sap/ui/core/cldr/nl_BE.json +1 -0
  170. package/src/sap/ui/core/cldr/pl.json +1 -0
  171. package/src/sap/ui/core/cldr/pt.json +1 -0
  172. package/src/sap/ui/core/cldr/pt_PT.json +1 -0
  173. package/src/sap/ui/core/cldr/ro.json +1 -0
  174. package/src/sap/ui/core/cldr/ru.json +1 -0
  175. package/src/sap/ui/core/cldr/ru_UA.json +1 -0
  176. package/src/sap/ui/core/cldr/sk.json +1 -0
  177. package/src/sap/ui/core/cldr/sl.json +1 -0
  178. package/src/sap/ui/core/cldr/sr.json +1 -0
  179. package/src/sap/ui/core/cldr/sr_Latn.json +1 -0
  180. package/src/sap/ui/core/cldr/sv.json +1 -0
  181. package/src/sap/ui/core/cldr/th.json +1 -0
  182. package/src/sap/ui/core/cldr/tr.json +1 -0
  183. package/src/sap/ui/core/cldr/uk.json +1 -0
  184. package/src/sap/ui/core/cldr/vi.json +1 -0
  185. package/src/sap/ui/core/cldr/zh_CN.json +1 -0
  186. package/src/sap/ui/core/cldr/zh_HK.json +2 -0
  187. package/src/sap/ui/core/cldr/zh_SG.json +2 -0
  188. package/src/sap/ui/core/cldr/zh_TW.json +21 -20
  189. package/src/sap/ui/core/date/UI5Date.js +1 -1
  190. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  191. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  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/FileSizeFormat.js +1 -1
  197. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  198. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  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/messagebundle_it.properties +2 -2
  207. package/src/sap/ui/core/messagebundle_ja.properties +2 -2
  208. package/src/sap/ui/core/messagebundle_mk.properties +2 -2
  209. package/src/sap/ui/core/messagebundle_sh.properties +67 -67
  210. package/src/sap/ui/core/messagebundle_sk.properties +1 -1
  211. package/src/sap/ui/core/messagebundle_sr.properties +352 -0
  212. package/src/sap/ui/core/messagebundle_uk.properties +2 -2
  213. package/src/sap/ui/core/messagebundle_vi.properties +2 -2
  214. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  215. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  216. package/src/sap/ui/core/mvc/JSView.js +1 -1
  217. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  218. package/src/sap/ui/core/mvc/View.js +1 -1
  219. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  220. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  221. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  222. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  223. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  224. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  225. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  226. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  227. package/src/sap/ui/core/service/Service.js +1 -1
  228. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  229. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  230. package/src/sap/ui/core/support/Plugin.js +1 -1
  231. package/src/sap/ui/core/support/Support.js +1 -1
  232. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  233. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  234. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  235. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  236. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  237. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  238. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  239. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  240. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  241. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  242. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  243. package/src/sap/ui/core/tmpl/Template.js +1 -1
  244. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  245. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  246. package/src/sap/ui/core/util/Export.js +1 -1
  247. package/src/sap/ui/core/util/ExportCell.js +1 -1
  248. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  249. package/src/sap/ui/core/util/ExportRow.js +1 -1
  250. package/src/sap/ui/core/util/ExportType.js +1 -1
  251. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  252. package/src/sap/ui/core/util/File.js +1 -1
  253. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  254. package/src/sap/ui/core/util/MockServer.js +1 -1
  255. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  256. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  257. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  258. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  259. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  260. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  261. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  262. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  263. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  264. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  265. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  266. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  267. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  268. package/src/sap/ui/debug/ControlTree.js +1 -1
  269. package/src/sap/ui/debug/DebugEnv.js +1 -1
  270. package/src/sap/ui/debug/PropertyList.js +1 -1
  271. package/src/sap/ui/model/ClientModel.js +1 -1
  272. package/src/sap/ui/model/CompositeDataState.js +1 -1
  273. package/src/sap/ui/model/CompositeType.js +1 -1
  274. package/src/sap/ui/model/DataState.js +1 -1
  275. package/src/sap/ui/model/MetaModel.js +1 -1
  276. package/src/sap/ui/model/Model.js +1 -1
  277. package/src/sap/ui/model/SelectionModel.js +1 -1
  278. package/src/sap/ui/model/SimpleType.js +1 -1
  279. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  280. package/src/sap/ui/model/Type.js +1 -1
  281. package/src/sap/ui/model/analytics/AnalyticalBinding.js +61 -20
  282. package/src/sap/ui/model/json/JSONModel.js +1 -1
  283. package/src/sap/ui/model/message/MessageModel.js +1 -1
  284. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  285. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  286. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  287. package/src/sap/ui/model/odata/ODataMetadata.js +28 -14
  288. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  289. package/src/sap/ui/model/odata/ODataUtils.js +12 -11
  290. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  291. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  292. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  293. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  294. package/src/sap/ui/model/odata/type/Date.js +1 -1
  295. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  296. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  297. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  298. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  299. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  300. package/src/sap/ui/model/odata/type/Double.js +1 -1
  301. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  302. package/src/sap/ui/model/odata/type/Int.js +1 -1
  303. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  304. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  305. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  306. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  307. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  308. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  309. package/src/sap/ui/model/odata/type/Single.js +1 -1
  310. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  311. package/src/sap/ui/model/odata/type/String.js +1 -1
  312. package/src/sap/ui/model/odata/type/Time.js +1 -1
  313. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  314. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  315. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  316. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  317. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  318. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  319. package/src/sap/ui/model/odata/v4/Context.js +4 -2
  320. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  321. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  322. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +31 -10
  323. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  324. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  325. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +15 -3
  326. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +8 -0
  327. package/src/sap/ui/model/odata/v4/lib/_Cache.js +19 -0
  328. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  329. package/src/sap/ui/model/type/Boolean.js +1 -1
  330. package/src/sap/ui/model/type/Currency.js +1 -1
  331. package/src/sap/ui/model/type/Date.js +1 -1
  332. package/src/sap/ui/model/type/DateInterval.js +1 -1
  333. package/src/sap/ui/model/type/DateTime.js +1 -1
  334. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  335. package/src/sap/ui/model/type/FileSize.js +1 -1
  336. package/src/sap/ui/model/type/Float.js +1 -1
  337. package/src/sap/ui/model/type/Integer.js +1 -1
  338. package/src/sap/ui/model/type/String.js +1 -1
  339. package/src/sap/ui/model/type/Time.js +1 -1
  340. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  341. package/src/sap/ui/model/type/Unit.js +1 -1
  342. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  343. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  344. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  345. package/src/sap/ui/test/generic/TestBase.js +1 -1
  346. package/src/sap/ui/util/Storage.js +1 -1
  347. package/test/sap/ui/core/demokit/sample/MessageManager/ODataBackendMessagesComp/ui5.yaml +1 -1
  348. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  349. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  350. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  351. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  352. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  353. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  354. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  355. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  356. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  357. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  358. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  359. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  360. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  361. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  362. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  363. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  364. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  365. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  366. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  367. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  368. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  369. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  370. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  371. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  372. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  373. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  374. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  375. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  376. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  377. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  378. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  379. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  380. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  381. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  382. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  383. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  384. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  385. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  386. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  387. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  388. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  389. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  390. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  391. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  392. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  393. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  394. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  395. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  396. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  397. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  398. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  399. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  400. package/test/sap/ui/core/qunit/analytics/AnalyticalBinding.qunit.js +217 -6
  401. package/test/sap/ui/core/qunit/analytics/o4aMetadata.js +2 -0
  402. package/test/sap/ui/core/qunit/analytics/odata4analytics.qunit.js +1 -1
  403. package/test/sap/ui/core/qunit/base/i18n/Localization.qunit.js +34 -1
  404. package/test/sap/ui/core/qunit/base/i18n/ResourceBundle.qunit.js +51 -4
  405. package/test/sap/ui/core/qunit/i18n/LocaleData.qunit.js +42 -116
  406. package/test/sap/ui/core/qunit/model/FAR_CUSTOMER_LINE_ITEMS.metadata.xml +2 -0
  407. package/test/sap/ui/core/qunit/odata/ODataMetadataNoFakeService.qunit.js +154 -0
  408. package/test/sap/ui/core/qunit/odata/ODataUtils.qunit.js +10 -2
  409. package/test/sap/ui/core/qunit/odata/_ODataMetaModelUtils.qunit.js +4 -4
  410. package/test/sap/ui/core/qunit/odata/v2/ODataModel.integration.qunit.js +265 -0
  411. package/test/sap/ui/core/qunit/odata/v4/Context.qunit.js +26 -2
  412. package/test/sap/ui/core/qunit/odata/v4/ODataMetaModel.qunit.js +50 -15
  413. package/test/sap/ui/core/qunit/odata/v4/ODataModel.integration.qunit.js +237 -12
  414. package/test/sap/ui/core/qunit/odata/v4/data/metadata_special_cases.xml +27 -0
  415. package/test/sap/ui/core/qunit/odata/v4/lib/_AggregationCache.qunit.js +41 -7
  416. package/test/sap/ui/core/qunit/odata/v4/lib/_Cache.qunit.js +25 -0
  417. package/test/sap/ui/core/qunit/types/FileSizeFormat.qunit.js +19 -1
  418. package/test/sap/ui/core/relnotes/changes-1.120.json +31 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.core",
3
- "version": "1.120.3",
3
+ "version": "1.120.4",
4
4
  "description": "OpenUI5 Core Library sap.ui.core",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -167,7 +167,7 @@ sap.ui.define([
167
167
  /**
168
168
  * Root Namespace for the jQuery plug-in provided by SAP SE.
169
169
  *
170
- * @version 1.120.3
170
+ * @version 1.120.4
171
171
  * @namespace
172
172
  * @public
173
173
  * @static
@@ -73,7 +73,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/util/Properties'],
73
73
  * {@link #setProperty} to store or change a value for a key and {@link #getKeys}
74
74
  * can be used to retrieve an array of all keys that are currently stored in the collection.
75
75
  *
76
- * @version 1.120.3
76
+ * @version 1.120.4
77
77
  * @since 0.9.0
78
78
  * @name jQuery.sap.util.Properties
79
79
  * @public
@@ -99,7 +99,7 @@ sap.ui.define([
99
99
  * Exception: Fallback for "zh_HK" is "zh_TW" before zh.
100
100
  *
101
101
  * @author SAP SE
102
- * @version 1.120.3
102
+ * @version 1.120.4
103
103
  * @since 0.9.0
104
104
  * @name jQuery.sap.util.ResourceBundle
105
105
  * @public
@@ -267,7 +267,7 @@ sap.ui.define([
267
267
  * Use {@link jQuery.sap.getUriParameters} to create an instance of jQuery.sap.util.UriParameters.
268
268
  *
269
269
  * @author SAP SE
270
- * @version 1.120.3
270
+ * @version 1.120.4
271
271
  * @since 0.9.0
272
272
  * @name jQuery.sap.util.UriParameters
273
273
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @param {string} [sIdPrefix] Prefix used for the Ids. If not set a default prefix is used.
38
38
  * @returns {jQuery.sap.storage.Storage}
39
39
  *
40
- * @version 1.120.3
40
+ * @version 1.120.4
41
41
  * @since 0.11.0
42
42
  * @namespace
43
43
  * @public
@@ -98,7 +98,7 @@ sap.ui.define([
98
98
  * should be deleted the method {@link #removeAll} should be used.
99
99
  *
100
100
  * @author SAP SE
101
- * @version 1.120.3
101
+ * @version 1.120.4
102
102
  * @since 0.11.0
103
103
  * @public
104
104
  * @name jQuery.sap.storage.Storage
@@ -203,7 +203,7 @@ sap.ui.define([
203
203
  * Enumeration of the storage types supported by {@link jQuery.sap.storage.Storage}
204
204
  * @enum {string}
205
205
  * @public
206
- * @version 1.120.3
206
+ * @version 1.120.4
207
207
  * @since 0.11.0
208
208
  * @deprecated as of version 1.120. Use {@link module:sap/ui/util/Storage.Type sap/ui/util/Storage.Type} instead.
209
209
  */
@@ -11,7 +11,7 @@ sap.ui.define(() => {
11
11
 
12
12
  /**
13
13
  * @author SAP SE
14
- * @version 1.120.3
14
+ * @version 1.120.4
15
15
  *
16
16
  * Creates an event with the given <code>sType</code>,
17
17
  * linked to the provided <code>oTarget</code> and enriched with the <code>oParameters</code>.
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Eventing
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.3
21
+ * @version 1.120.4
22
22
  *
23
23
  * @since 1.120.0
24
24
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * The base Configuration.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.120.3
19
+ * @version 1.120.4
20
20
  * @private
21
21
  * @ui5-restricted sap.ui.core, sap.fl, sap.ui.intergration, sap.ui.export
22
22
  * @alias module:sap/base/config
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @param {string} sLanguageTag the language tag identifier, in format en-US or en_US.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.120.3
39
+ * @version 1.120.4
40
40
  * @public
41
41
  * @alias module:sap/base/i18n/LanguageTag
42
42
  */
@@ -42,6 +42,7 @@ sap.ui.define([
42
42
  "ZH" : "zh-Hans",
43
43
  "ZF" : "zh-Hant",
44
44
  "SH" : "sr-Latn",
45
+ "CT" : "cnr",
45
46
  "6N" : "en-GB",
46
47
  "1P" : "pt-PT",
47
48
  "1X" : "es-MX",
@@ -117,7 +118,7 @@ sap.ui.define([
117
118
  * List of locales for which translated texts have been bundled with the UI5 runtime.
118
119
  * @private
119
120
  */
120
- const _coreI18nLocales = getDesigntimePropertyAsArray("$core-i18n-locales:,ar,bg,ca,cs,da,de,el,en,en_GB,es,es_MX,et,fi,fr,hi,hr,hu,it,iw,ja,kk,ko,lt,lv,ms,nl,no,pl,pt,ro,ru,sh,sk,sl,sv,th,tr,uk,vi,zh_CN,zh_TW$");
121
+ const _coreI18nLocales = getDesigntimePropertyAsArray("$core-i18n-locales:,ar,bg,ca,cnr,cs,cy,da,de,el,en,en_GB,es,es_MX,et,fi,fr,fr_CA,hi,hr,hu,id,it,iw,ja,kk,ko,lt,lv,mk,ms,nl,no,pl,pt,pt_PT,ro,ru,sh,sk,sl,sr,sv,th,tr,uk,vi,zh_CN,zh_TW$");
121
122
 
122
123
  /**
123
124
  * Retrieves a Locale for the given SAP logon language or BCP47 tag.
@@ -14,8 +14,6 @@ sap.ui.define([
14
14
  function(assert, Log, Localization, formatMessage, Properties, merge) {
15
15
  "use strict";
16
16
 
17
- /* global Promise */
18
-
19
17
  /**
20
18
  * A regular expression that describes language tags according to BCP-47.
21
19
  * @see BCP47 "Tags for Identifying Languages" (http://www.ietf.org/rfc/bcp/bcp47.txt)
@@ -43,8 +41,7 @@ sap.ui.define([
43
41
  var M_ISO639_NEW_TO_OLD = {
44
42
  "he" : "iw",
45
43
  "yi" : "ji",
46
- "nb" : "no",
47
- "sr" : "sh" // for backward compatibility, as long as "sr (Cyrillic)" is not supported
44
+ "nb" : "no"
48
45
  };
49
46
 
50
47
  /**
@@ -85,7 +82,7 @@ sap.ui.define([
85
82
  *
86
83
  * @param {string} sLocale Locale to normalize
87
84
  * @param {boolean} [bPreserveLanguage=false] Whether to keep the language untouched, otherwise
88
- * the language is mapped from modern to legacy ISO639 codes, e.g. "sr" to "sh"
85
+ * the language is mapped from modern to legacy ISO639 codes, e.g. "he" to "iw"
89
86
  * @returns {string|undefined} Normalized locale or <code>undefined</code> if the locale can't be normalized
90
87
  * @private
91
88
  */
@@ -133,7 +130,7 @@ sap.ui.define([
133
130
  * @param {string} sLocale locale (aka 'language tag') to be normalized.
134
131
  * Can either be a BCP47 language tag or a JDK compatible locale string (e.g. "en-GB", "en_GB" or "fr");
135
132
  * @param {boolean} [bPreserveLanguage=false] whether to keep the language untouched, otherwise
136
- * the language is mapped from modern to legacy ISO639 codes, e.g. "sr" to "sh"
133
+ * the language is mapped from modern to legacy ISO639 codes, e.g. "he" to "iw"
137
134
  * @returns {string} normalized locale
138
135
  * @throws {TypeError} Will throw an error if the locale is not a valid BCP47 language tag.
139
136
  * @private
@@ -733,8 +730,8 @@ sap.ui.define([
733
730
  * (e.g. "en-GB", "en_GB" or "en"). An empty string (<code>""</code>) represents the 'raw' bundle.
734
731
  * <b>Note:</b> The given language tags can use modern or legacy ISO639 language codes. Whatever
735
732
  * language code is used in the list of supported locales will also be used when requesting a file
736
- * from the server. If the <code>locale</code> contains a legacy language code like "sh" and the
737
- * <code>supportedLocales</code> contains [...,"sr",...], "sr" will be used in the URL.
733
+ * from the server. If the <code>locale</code> contains a legacy language code like "iw" and the
734
+ * <code>supportedLocales</code> contains [...,"he",...], "he" will be used in the URL.
738
735
  * This mapping works in both directions.
739
736
  * @property {string} [fallbackLocale="en"] A fallback locale to be used after all locales
740
737
  * derived from <code>locale</code> have been tried, but before the 'raw' bundle is used.
@@ -768,8 +765,8 @@ sap.ui.define([
768
765
  * (e.g. "en-GB", "en_GB" or "en"). An empty string (<code>""</code>) represents the 'raw' bundle.
769
766
  * <b>Note:</b> The given language tags can use modern or legacy ISO639 language codes. Whatever
770
767
  * language code is used in the list of supported locales will also be used when requesting a file
771
- * from the server. If the <code>locale</code> contains a legacy language code like "sh" and the
772
- * <code>supportedLocales</code> contains [...,"sr",...], "sr" will be used in the URL.
768
+ * from the server. If the <code>locale</code> contains a legacy language code like "iw" and the
769
+ * <code>supportedLocales</code> contains [...,"he",...], "he" will be used in the URL.
773
770
  * This mapping works in both directions.
774
771
  * @public
775
772
  */
@@ -896,8 +893,8 @@ sap.ui.define([
896
893
  * (e.g. "en-GB", "en_GB" or "en"). An empty string (<code>""</code>) represents the 'raw' bundle.
897
894
  * <b>Note:</b> The given language tags can use modern or legacy ISO639 language codes. Whatever
898
895
  * language code is used in the list of supported locales will also be used when requesting a file
899
- * from the server. If the <code>locale</code> contains a legacy language code like "sh" and the
900
- * <code>supportedLocales</code> contains [...,"sr",...], "sr" will be used in the URL.
896
+ * from the server. If the <code>locale</code> contains a legacy language code like "iw" and the
897
+ * <code>supportedLocales</code> contains [...,"he",...], "he" will be used in the URL.
901
898
  * This mapping works in both directions.
902
899
  * @param {string} [mParams.fallbackLocale="en"] A fallback locale to be used after all locales
903
900
  * derived from <code>locale</code> have been tried, but before the 'raw' bundle is used.
@@ -1008,28 +1005,28 @@ sap.ui.define([
1008
1005
  * is contained in the list, the alternative locale is returned.
1009
1006
  *
1010
1007
  * If there is no match, <code>undefined</code> is returned.
1011
- * @param {string} sLocale Locale, using legacy ISO639 language code, e.g. sh_RS
1012
- * @param {string[]} aSupportedLocales List of supported locales, e.g. ["sr_RS"]
1008
+ * @param {string} sLocale Locale, using legacy ISO639 language code, e.g. iw_IL
1009
+ * @param {string[]} aSupportedLocales List of supported locales, e.g. ["he_IL"]
1013
1010
  * @returns {string} The match in the supportedLocales (using either modern or legacy ISO639 language codes),
1014
- * e.g. "sr_RS"; <code>undefined</code> if not matched
1011
+ * e.g. "he_IL"; <code>undefined</code> if not matched
1015
1012
  */
1016
1013
  function findSupportedLocale(sLocale, aSupportedLocales) {
1017
1014
 
1018
1015
  // if supportedLocales array is empty or undefined or if it contains the given locale,
1019
1016
  // return that locale (with a legacy ISO639 language code)
1020
- if (!aSupportedLocales || aSupportedLocales.length === 0 || aSupportedLocales.indexOf(sLocale) >= 0) {
1017
+ if (!aSupportedLocales || aSupportedLocales.length === 0 || aSupportedLocales.includes(sLocale)) {
1021
1018
  return sLocale;
1022
1019
  }
1023
1020
 
1024
1021
  // determine an alternative locale, using a modern ISO639 language code
1025
- // (converts "sh_RS" to "sr-RS")
1022
+ // (converts "iw_IL" to "he-IL")
1026
1023
  sLocale = convertLocaleToBCP47(sLocale, true);
1027
1024
  if (sLocale) {
1028
1025
  // normalize it to JDK syntax for easier comparison
1029
- // (converts "sr-RS" to "sr_RS" - using an underscore ("_") between the segments)
1026
+ // (converts "he-IL" to "he_IL" - using an underscore ("_") between the segments)
1030
1027
  sLocale = normalize(sLocale, true);
1031
1028
  }
1032
- if (aSupportedLocales.indexOf(sLocale) >= 0) {
1029
+ if (aSupportedLocales.includes(sLocale)) {
1033
1030
  // return the alternative locale (with a modern ISO639 language code)
1034
1031
  return sLocale;
1035
1032
  }
@@ -10,7 +10,7 @@ sap.ui.define([], function() {
10
10
  * Static collection of utility functions to handle time zone related conversions
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @namespace
15
15
  * @alias module:sap/base/i18n/date/TimezoneUtils
16
16
  * @private
@@ -26,7 +26,7 @@
26
26
  * @alias module:sap/base/util/restricted/_CancelablePromise
27
27
  * @author SAP SE
28
28
  * @since 1.79
29
- * @version 1.120.3
29
+ * @version 1.120.4
30
30
  * @private
31
31
  * @ui5-restricted
32
32
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_castArray
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_compact
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_curry
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_debounce
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_difference
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_differenceBy
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_differenceWith
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMap
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMapDeep
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatMapDepth
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flatten
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flattenDeep
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_flattenDepth
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersection
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersectionBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_intersectionWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isEqual
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isEqualWith
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_isNil
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_max
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_merge
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_mergeWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_min
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_omit
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_pick
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_pickBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_throttle
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_toArray
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_union
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_unionBy
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_unionWith
11
11
  * @author SAP SE
12
12
  * @since 1.81
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniq
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniqBy
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_uniqWith
11
11
  * @author SAP SE
12
12
  * @since 1.71
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_without
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_xor
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_xorBy
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */
@@ -10,7 +10,7 @@
10
10
  * @alias module:sap/base/util/restricted/_xorWith
11
11
  * @author SAP SE
12
12
  * @since 1.80
13
- * @version 1.120.3
13
+ * @version 1.120.4
14
14
  * @private
15
15
  * @ui5-restricted
16
16
  */