@openui5/sap.ui.core 1.114.12 → 1.114.14

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 (270) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +1 -1
  4. package/src/jquery.sap.global.js +1 -1
  5. package/src/jquery.sap.properties.js +1 -1
  6. package/src/jquery.sap.resources.js +1 -1
  7. package/src/jquery.sap.script.js +1 -1
  8. package/src/jquery.sap.storage.js +3 -3
  9. package/src/sap/base/config.js +1 -1
  10. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  11. package/src/sap/base/util/restricted/_castArray.js +1 -1
  12. package/src/sap/base/util/restricted/_compact.js +1 -1
  13. package/src/sap/base/util/restricted/_curry.js +1 -1
  14. package/src/sap/base/util/restricted/_debounce.js +1 -1
  15. package/src/sap/base/util/restricted/_difference.js +1 -1
  16. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  18. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  21. package/src/sap/base/util/restricted/_flatten.js +1 -1
  22. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  24. package/src/sap/base/util/restricted/_intersection.js +1 -1
  25. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  27. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  29. package/src/sap/base/util/restricted/_isNil.js +1 -1
  30. package/src/sap/base/util/restricted/_max.js +1 -1
  31. package/src/sap/base/util/restricted/_merge.js +1 -1
  32. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  33. package/src/sap/base/util/restricted/_min.js +1 -1
  34. package/src/sap/base/util/restricted/_omit.js +1 -1
  35. package/src/sap/base/util/restricted/_pick.js +1 -1
  36. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  37. package/src/sap/base/util/restricted/_throttle.js +1 -1
  38. package/src/sap/base/util/restricted/_toArray.js +1 -1
  39. package/src/sap/base/util/restricted/_union.js +1 -1
  40. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  41. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  42. package/src/sap/base/util/restricted/_uniq.js +1 -1
  43. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  45. package/src/sap/base/util/restricted/_without.js +1 -1
  46. package/src/sap/base/util/restricted/_xor.js +1 -1
  47. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  48. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  49. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  51. package/src/sap/ui/Device.js +3 -3
  52. package/src/sap/ui/Global.js +4 -4
  53. package/src/sap/ui/base/Event.js +1 -1
  54. package/src/sap/ui/base/EventProvider.js +1 -1
  55. package/src/sap/ui/base/Interface.js +1 -1
  56. package/src/sap/ui/base/ManagedObject.js +1 -1
  57. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  58. package/src/sap/ui/base/Metadata.js +1 -1
  59. package/src/sap/ui/base/Object.js +1 -1
  60. package/src/sap/ui/base/ObjectPool.js +1 -1
  61. package/src/sap/ui/core/.library +3 -3
  62. package/src/sap/ui/core/BusyIndicator.js +1 -1
  63. package/src/sap/ui/core/Component.js +1 -1
  64. package/src/sap/ui/core/ComponentContainer.js +1 -1
  65. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  66. package/src/sap/ui/core/ComponentSupport.js +1 -1
  67. package/src/sap/ui/core/Configuration.js +1 -1
  68. package/src/sap/ui/core/Control.js +1 -1
  69. package/src/sap/ui/core/Core.js +1 -1
  70. package/src/sap/ui/core/CustomData.js +1 -1
  71. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  72. package/src/sap/ui/core/Element.js +1 -1
  73. package/src/sap/ui/core/ElementMetadata.js +1 -1
  74. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  75. package/src/sap/ui/core/EventBus.js +1 -1
  76. package/src/sap/ui/core/Fragment.js +1 -1
  77. package/src/sap/ui/core/HTML.js +1 -1
  78. package/src/sap/ui/core/History.js +1 -1
  79. package/src/sap/ui/core/Icon.js +1 -1
  80. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  81. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  82. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  83. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  84. package/src/sap/ui/core/InvisibleText.js +1 -1
  85. package/src/sap/ui/core/Item.js +1 -1
  86. package/src/sap/ui/core/LabelEnablement.js +1 -1
  87. package/src/sap/ui/core/LayoutData.js +1 -1
  88. package/src/sap/ui/core/ListItem.js +1 -1
  89. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  90. package/src/sap/ui/core/Locale.js +1 -1
  91. package/src/sap/ui/core/LocaleData.js +57 -12
  92. package/src/sap/ui/core/Manifest.js +1 -1
  93. package/src/sap/ui/core/Message.js +1 -1
  94. package/src/sap/ui/core/RenderManager.js +1 -1
  95. package/src/sap/ui/core/Renderer.js +1 -1
  96. package/src/sap/ui/core/ResizeHandler.js +1 -1
  97. package/src/sap/ui/core/ScrollBar.js +1 -1
  98. package/src/sap/ui/core/SeparatorItem.js +1 -1
  99. package/src/sap/ui/core/Title.js +1 -1
  100. package/src/sap/ui/core/TooltipBase.js +1 -1
  101. package/src/sap/ui/core/UIArea.js +1 -1
  102. package/src/sap/ui/core/UIComponent.js +1 -1
  103. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  104. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  105. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  106. package/src/sap/ui/core/XMLComposite.js +1 -1
  107. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  108. package/src/sap/ui/core/cldr/Unicode-Data-Files-LICENSE.txt +1 -1
  109. package/src/sap/ui/core/cldr/cy.json +12 -3
  110. package/src/sap/ui/core/cldr/en_AU.json +36 -9
  111. package/src/sap/ui/core/cldr/en_GB.json +24 -6
  112. package/src/sap/ui/core/cldr/en_HK.json +24 -6
  113. package/src/sap/ui/core/cldr/en_IE.json +24 -6
  114. package/src/sap/ui/core/cldr/en_IN.json +24 -6
  115. package/src/sap/ui/core/cldr/en_NZ.json +24 -6
  116. package/src/sap/ui/core/cldr/en_PG.json +24 -6
  117. package/src/sap/ui/core/cldr/en_SG.json +24 -6
  118. package/src/sap/ui/core/cldr/en_ZA.json +24 -6
  119. package/src/sap/ui/core/cldr/es.json +288 -72
  120. package/src/sap/ui/core/cldr/es_AR.json +288 -72
  121. package/src/sap/ui/core/cldr/es_BO.json +288 -72
  122. package/src/sap/ui/core/cldr/es_CL.json +144 -36
  123. package/src/sap/ui/core/cldr/es_CO.json +144 -36
  124. package/src/sap/ui/core/cldr/es_MX.json +288 -72
  125. package/src/sap/ui/core/cldr/fa.json +48 -12
  126. package/src/sap/ui/core/cldr/id.json +56 -14
  127. package/src/sap/ui/core/cldr/pt.json +288 -72
  128. package/src/sap/ui/core/cldr/pt_PT.json +288 -72
  129. package/src/sap/ui/core/date/UI5Date.js +1 -1
  130. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  131. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  132. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  133. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  134. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  135. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  136. package/src/sap/ui/core/format/DateFormat.js +27 -12
  137. package/src/sap/ui/core/format/TimezoneUtil.js +43 -6
  138. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  139. package/src/sap/ui/core/library.js +3 -3
  140. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  141. package/src/sap/ui/core/message/Message.js +1 -1
  142. package/src/sap/ui/core/message/MessageManager.js +1 -1
  143. package/src/sap/ui/core/message/MessageParser.js +1 -1
  144. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  145. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  146. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  147. package/src/sap/ui/core/mvc/JSView.js +1 -1
  148. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  149. package/src/sap/ui/core/mvc/View.js +1 -1
  150. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  151. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  152. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  153. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  154. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  155. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  156. package/src/sap/ui/core/routing/Route.js +1 -1
  157. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  158. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  159. package/src/sap/ui/core/service/Service.js +1 -1
  160. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  161. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  162. package/src/sap/ui/core/support/Plugin.js +1 -1
  163. package/src/sap/ui/core/support/Support.js +1 -1
  164. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  165. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  166. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  167. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  168. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  169. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  170. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  171. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  172. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  173. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  174. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  175. package/src/sap/ui/core/tmpl/Template.js +1 -1
  176. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  177. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  178. package/src/sap/ui/core/util/Export.js +1 -1
  179. package/src/sap/ui/core/util/ExportCell.js +1 -1
  180. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  181. package/src/sap/ui/core/util/ExportRow.js +1 -1
  182. package/src/sap/ui/core/util/ExportType.js +1 -1
  183. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  184. package/src/sap/ui/core/util/File.js +1 -1
  185. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  186. package/src/sap/ui/core/util/MockServer.js +1 -1
  187. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  188. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  189. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  190. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  191. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  192. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  193. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  194. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  195. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  196. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  197. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  198. package/src/sap/ui/debug/ControlTree.js +1 -1
  199. package/src/sap/ui/debug/DebugEnv.js +1 -1
  200. package/src/sap/ui/debug/PropertyList.js +1 -1
  201. package/src/sap/ui/model/ClientModel.js +1 -1
  202. package/src/sap/ui/model/CompositeDataState.js +1 -1
  203. package/src/sap/ui/model/CompositeType.js +1 -1
  204. package/src/sap/ui/model/DataState.js +1 -1
  205. package/src/sap/ui/model/MetaModel.js +1 -1
  206. package/src/sap/ui/model/Model.js +1 -1
  207. package/src/sap/ui/model/SelectionModel.js +1 -1
  208. package/src/sap/ui/model/SimpleType.js +1 -1
  209. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  210. package/src/sap/ui/model/Type.js +1 -1
  211. package/src/sap/ui/model/json/JSONModel.js +1 -1
  212. package/src/sap/ui/model/message/MessageModel.js +1 -1
  213. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  214. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  215. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  216. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  217. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  218. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  219. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  220. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  221. package/src/sap/ui/model/odata/type/Date.js +1 -1
  222. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  223. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  224. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  225. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  226. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  227. package/src/sap/ui/model/odata/type/Double.js +1 -1
  228. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  229. package/src/sap/ui/model/odata/type/Int.js +1 -1
  230. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  231. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  232. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  233. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  234. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  235. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  236. package/src/sap/ui/model/odata/type/Single.js +1 -1
  237. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  238. package/src/sap/ui/model/odata/type/String.js +1 -1
  239. package/src/sap/ui/model/odata/type/Time.js +1 -1
  240. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  241. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  242. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  243. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  244. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  245. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  246. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  247. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  248. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  249. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  250. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  251. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  252. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  253. package/src/sap/ui/model/type/Boolean.js +1 -1
  254. package/src/sap/ui/model/type/Currency.js +1 -1
  255. package/src/sap/ui/model/type/Date.js +1 -1
  256. package/src/sap/ui/model/type/DateInterval.js +1 -1
  257. package/src/sap/ui/model/type/DateTime.js +1 -1
  258. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  259. package/src/sap/ui/model/type/FileSize.js +1 -1
  260. package/src/sap/ui/model/type/Float.js +1 -1
  261. package/src/sap/ui/model/type/Integer.js +1 -1
  262. package/src/sap/ui/model/type/String.js +1 -1
  263. package/src/sap/ui/model/type/Time.js +1 -1
  264. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  265. package/src/sap/ui/model/type/Unit.js +1 -1
  266. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  267. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  268. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  269. package/src/sap/ui/test/generic/TestBase.js +1 -1
  270. package/src/sap/ui/util/Storage.js +1 -1
@@ -26,7 +26,7 @@ sap.ui.define(['./Metadata', "sap/base/Log"],
26
26
  * @class Base class for all SAPUI5 Objects.
27
27
  * @abstract
28
28
  * @author Malte Wedel
29
- * @version 1.114.12
29
+ * @version 1.114.14
30
30
  * @public
31
31
  * @alias sap.ui.base.Object
32
32
  * @throws {Error} When an instance of the class or its subclasses is created without the <code>new</code> operator.
@@ -59,7 +59,7 @@ sap.ui.define(['./Object'],
59
59
  *
60
60
  * @extends sap.ui.base.Object
61
61
  * @author SAP SE
62
- * @version 1.114.12
62
+ * @version 1.114.14
63
63
  * @alias sap.ui.base.ObjectPool
64
64
  * @public
65
65
  */
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.12</version>
9
+ <version>1.114.14</version>
10
10
 
11
11
  <documentation>The SAPUI5 Core Runtime.
12
12
 
@@ -279,9 +279,9 @@
279
279
  <copyright>Google Inc.</copyright>
280
280
  <pattern>sap/ui/thirdparty/caja-html-sanitizer.js</pattern>
281
281
  </lib>
282
- <lib name="cldr" displayName="Unicode Common Locale Data Repository" npmName="cldr-core" version="41" hash="42c6ef1e814f4b110339ad801d570123" homepage="http://cldr.unicode.org/" id="73555000106100020909">
282
+ <lib name="cldr" displayName="Unicode Common Locale Data Repository" npmName="cldr-core" version="41" hash="e5174ded6db7e1149e4196d4762fdc8d" homepage="http://cldr.unicode.org/" id="73555000106100020909">
283
283
  <license url="http://www.unicode.org/copyright.html" type="Unicode-DFS-2015" />
284
- <copyright>1991-2014 Unicode, Inc.</copyright>
284
+ <copyright>1991-2022 Unicode, Inc.</copyright>
285
285
  <pattern>sap/ui/core/cldr/*</pattern>
286
286
  </lib>
287
287
  <lib name="mobiscroll" displayName="MobiScroll" npmName="n/a" version="2.9.0" hash="2a76d1439bbc5afaf10324b2108e4d9c" homepage="http://mobiscroll.com" id="73554900106100005562">
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * Provides methods to show or hide a waiting animation covering the whole
41
41
  * page and blocking user interaction.
42
42
  * @namespace
43
- * @version 1.114.12
43
+ * @version 1.114.14
44
44
  * @public
45
45
  * @alias sap.ui.core.BusyIndicator
46
46
  */
@@ -225,7 +225,7 @@ sap.ui.define([
225
225
  * @extends sap.ui.base.ManagedObject
226
226
  * @abstract
227
227
  * @author SAP SE
228
- * @version 1.114.12
228
+ * @version 1.114.14
229
229
  * @alias sap.ui.core.Component
230
230
  * @since 1.9.2
231
231
  */
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * See also {@link module:sap/ui/core/ComponentSupport}.
62
62
  *
63
63
  * @extends sap.ui.core.Control
64
- * @version 1.114.12
64
+ * @version 1.114.14
65
65
  *
66
66
  * @public
67
67
  * @alias sap.ui.core.ComponentContainer
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @public
32
32
  * @class
33
33
  * @author SAP SE
34
- * @version 1.114.12
34
+ * @version 1.114.14
35
35
  * @since 1.9.2
36
36
  * @alias sap.ui.core.ComponentMetadata
37
37
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @author SAP SE
98
98
  * @public
99
99
  * @since 1.58.0
100
- * @version 1.114.12
100
+ * @version 1.114.14
101
101
  * @namespace
102
102
  * @alias module:sap/ui/core/ComponentSupport
103
103
  */
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  // Singleton instance for configuration
51
51
  var oConfiguration;
52
52
  var M_SETTINGS;
53
- var VERSION = "1.114.12";
53
+ var VERSION = "1.114.14";
54
54
 
55
55
  // Helper Functions
56
56
  var Object_hasOwn = Function.prototype.call.bind(Object.prototype.hasOwnProperty);
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * @extends sap.ui.core.Element
80
80
  * @abstract
81
81
  * @author SAP SE
82
- * @version 1.114.12
82
+ * @version 1.114.14
83
83
  * @alias sap.ui.core.Control
84
84
  */
85
85
  var Control = Element.extend("sap.ui.core.Control", /** @lends sap.ui.core.Control.prototype */ {
@@ -174,7 +174,7 @@ sap.ui.define([
174
174
  * @extends sap.ui.base.Object
175
175
  * @final
176
176
  * @author SAP SE
177
- * @version 1.114.12
177
+ * @version 1.114.14
178
178
  * @alias sap.ui.core.Core
179
179
  * @public
180
180
  * @hideconstructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * in the documentation.
25
25
  *
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.114.12
27
+ * @version 1.114.14
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.CustomData
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class Static class for enabling declarative UI support.
41
41
  *
42
42
  * @author Peter Muessig, Tino Butz
43
- * @version 1.114.12
43
+ * @version 1.114.14
44
44
  * @since 1.7.0
45
45
  * @public
46
46
  * @alias sap.ui.core.DeclarativeSupport
@@ -130,7 +130,7 @@ sap.ui.define([
130
130
  *
131
131
  * @extends sap.ui.base.ManagedObject
132
132
  * @author SAP SE
133
- * @version 1.114.12
133
+ * @version 1.114.14
134
134
  * @public
135
135
  * @alias sap.ui.core.Element
136
136
  */
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  *
39
39
  * @class
40
40
  * @author SAP SE
41
- * @version 1.114.12
41
+ * @version 1.114.14
42
42
  * @since 0.8.6
43
43
  * @alias sap.ui.core.ElementMetadata
44
44
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  *
44
44
  * @param {boolean} [bDefault=true] Value that should be used as default value for the enhancement of the control.
45
45
  * @param {boolean} [bLegacy=false] Whether the introduced property should use the old name <code>Enabled</code>.
46
- * @version 1.114.12
46
+ * @version 1.114.14
47
47
  * @public
48
48
  * @class
49
49
  * @alias sap.ui.core.EnabledPropagator
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @extends sap.ui.base.Object
32
32
  * @author SAP SE
33
- * @version 1.114.12
33
+ * @version 1.114.14
34
34
  * @public
35
35
  * @since 1.8.0
36
36
  * @alias sap.ui.core.EventBus
@@ -60,7 +60,7 @@ function(
60
60
  * @class
61
61
  * @extends sap.ui.base.ManagedObject
62
62
  * @author SAP SE
63
- * @version 1.114.12
63
+ * @version 1.114.14
64
64
  * @public
65
65
  * @alias sap.ui.core.Fragment
66
66
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.114.12
47
+ * @version 1.114.14
48
48
  *
49
49
  * @public
50
50
  * @alias sap.ui.core.HTML
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/util/Storage"],
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  * @author SAP SE
25
- * @version 1.114.12
25
+ * @version 1.114.14
26
26
  * @alias sap.ui.core.History
27
27
  * @protected
28
28
  */
@@ -75,7 +75,7 @@ sap.ui.define([
75
75
  * @implements sap.ui.core.IFormContent
76
76
  *
77
77
  * @author SAP SE
78
- * @version 1.114.12
78
+ * @version 1.114.14
79
79
  *
80
80
  * @public
81
81
  * @since 1.11.1
@@ -16,7 +16,7 @@ sap.ui.define(['./library', 'sap/ui/core/Lib'],
16
16
  * Helper functionality for indication color support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.114.12
19
+ * @version 1.114.14
20
20
  * @public
21
21
  * @namespace sap.ui.core.IndicationColorSupport
22
22
  * @since 1.66
@@ -23,7 +23,7 @@ sap.ui.define(['../base/Object', './EventBus', "sap/base/assert"],
23
23
  *
24
24
  * @extends sap.ui.base.Object
25
25
  * @author SAP SE
26
- * @version 1.114.12
26
+ * @version 1.114.14
27
27
  * @public
28
28
  * @since 1.11.0
29
29
  * @alias sap.ui.core.IntervalTrigger
@@ -32,7 +32,7 @@ function (coreLibrary, ManagedObject, Log) {
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.114.12
35
+ * @version 1.114.14
36
36
  * @hideconstructor
37
37
  * @public
38
38
  * @since 1.78
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  * Provides the default renderer for the controls that have set their <code>visible</code> property to <code>false</code>.
13
13
  *
14
14
  * @author SAP SE
15
- * @version 1.114.12
15
+ * @version 1.114.14
16
16
  * @alias module:sap/ui/core/InvisibleRenderer
17
17
  * @since 1.66.0
18
18
  * @protected
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.114.12
34
+ * @version 1.114.14
35
35
  *
36
36
  * @public
37
37
  * @since 1.27.0
@@ -24,7 +24,7 @@ sap.ui.define(['./Element', './library'],
24
24
  * @extends sap.ui.core.Element
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.114.12
27
+ * @version 1.114.14
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.Item
@@ -136,7 +136,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
136
136
  * @see sap.ui.core.LabelEnablement#enrich
137
137
  *
138
138
  * @author SAP SE
139
- * @version 1.114.12
139
+ * @version 1.114.14
140
140
  * @protected
141
141
  * @alias sap.ui.core.LabelEnablement
142
142
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define(['./Element', "sap/ui/thirdparty/jquery", './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.114.12
26
+ * @version 1.114.14
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.LayoutData
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.114.12
26
+ * @version 1.114.14
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.ListItem
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.114.12
35
+ * @version 1.114.14
36
36
  *
37
37
  * @public
38
38
  * @since 1.11.0
@@ -38,7 +38,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/base/assert', './CalendarType'],
38
38
  *
39
39
  * @extends sap.ui.base.Object
40
40
  * @author SAP SE
41
- * @version 1.114.12
41
+ * @version 1.114.14
42
42
  * @public
43
43
  * @alias sap.ui.core.Locale
44
44
  */
@@ -35,7 +35,8 @@ sap.ui.define([
35
35
  "torque-pound-foot": "torque-pound-force-foot"
36
36
  },
37
37
  rNumberInScientificNotation = /^([+-]?)((\d+)(?:\.(\d+))?)[eE]([+-]?\d+)$/,
38
- rTrailingZeroes = /0+$/;
38
+ rTrailingZeroes = /0+$/,
39
+ aSupportedWidths = ["narrow", "abbreviated", "wide"];
39
40
 
40
41
  /**
41
42
  * Creates an instance of LocaleData for the given locale.
@@ -46,7 +47,7 @@ sap.ui.define([
46
47
  *
47
48
  * @extends sap.ui.base.Object
48
49
  * @author SAP SE
49
- * @version 1.114.12
50
+ * @version 1.114.14
50
51
  * @public
51
52
  * @alias sap.ui.core.LocaleData
52
53
  */
@@ -77,6 +78,39 @@ sap.ui.define([
77
78
  return this._get.apply(this, arguments);
78
79
  },
79
80
 
81
+ /**
82
+ * Get month names in width "narrow", "abbreviated" or "wide". Result may contain alternative month names.
83
+ *
84
+ * @param {"narrow"|"abbreviated"|"wide"} sWidth
85
+ * The required width for the month names
86
+ * @param {sap.ui.core.CalendarType} [sCalendarType]
87
+ * The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
88
+ * @returns {array}
89
+ * The array of month names; if no alternative exists the entry for the month is its name as a string; if
90
+ * there are alternative month names the entry for the month is an array of strings with the alternative names
91
+ * @private
92
+ */
93
+ _getMonthsWithAlternatives: function(sWidth, sCalendarType) {
94
+ return this._get(getCLDRCalendarName(sCalendarType), "months", "format", sWidth);
95
+ },
96
+
97
+ /**
98
+ * Get standalone month names in width "narrow", "abbreviated" or "wide". Result may contain alternative month
99
+ * names.
100
+ *
101
+ * @param {"narrow"|"abbreviated"|"wide"} sWidth
102
+ * The required width for the month names
103
+ * @param {sap.ui.core.CalendarType} [sCalendarType]
104
+ * The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
105
+ * @returns {array}
106
+ * The array of month names; if no alternative exists the entry for the month is its name as a string; if
107
+ * there are alternative month names the entry for the month is an array of strings with the alternative names
108
+ * @private
109
+ */
110
+ _getMonthsStandAloneWithAlternatives: function(sWidth, sCalendarType) {
111
+ return this._get(getCLDRCalendarName(sCalendarType), "months", "stand-alone", sWidth);
112
+ },
113
+
80
114
  _getDeep: function(oObject, aPropertyNames) {
81
115
  var oResult = oObject;
82
116
  for (var i = 0; i < aPropertyNames.length; i++) {
@@ -174,27 +208,38 @@ sap.ui.define([
174
208
  /**
175
209
  * Get month names in width "narrow", "abbreviated" or "wide".
176
210
  *
177
- * @param {string} sWidth the required width for the month names
178
- * @param {sap.ui.core.CalendarType} [sCalendarType] the type of calendar. If it's not set, it falls back to the calendar type either set in configuration or calculated from locale.
179
- * @returns {array} array of month names (starting with January)
211
+ * @param {"narrow"|"abbreviated"|"wide"} sWidth
212
+ * The required width for the month names
213
+ * @param {sap.ui.core.CalendarType} [sCalendarType]
214
+ * The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
215
+ * @returns {string[]}
216
+ * The array of month names
180
217
  * @public
181
218
  */
182
219
  getMonths: function(sWidth, sCalendarType) {
183
- assert(sWidth == "narrow" || sWidth == "abbreviated" || sWidth == "wide", "sWidth must be narrow, abbreviated or wide");
184
- return this._get(getCLDRCalendarName(sCalendarType), "months", "format", sWidth);
220
+ assert(aSupportedWidths.includes(sWidth), "sWidth must be narrow, abbreviated or wide");
221
+ return this._get(getCLDRCalendarName(sCalendarType), "months", "format", sWidth).map(function (vMonthName) {
222
+ return Array.isArray(vMonthName) ? vMonthName[0] : vMonthName;
223
+ });
185
224
  },
186
225
 
187
226
  /**
188
227
  * Get standalone month names in width "narrow", "abbreviated" or "wide".
189
228
  *
190
- * @param {string} sWidth the required width for the month names
191
- * @param {sap.ui.core.CalendarType} [sCalendarType] the type of calendar. If it's not set, it falls back to the calendar type either set in configuration or calculated from locale.
192
- * @returns {array} array of month names (starting with January)
229
+ * @param {"narrow"|"abbreviated"|"wide"} sWidth
230
+ * The required width for the month names
231
+ * @param {sap.ui.core.CalendarType} [sCalendarType]
232
+ * The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
233
+ * @returns {string[]}
234
+ * The array of standalone month names
193
235
  * @public
194
236
  */
195
237
  getMonthsStandAlone: function(sWidth, sCalendarType) {
196
- assert(sWidth == "narrow" || sWidth == "abbreviated" || sWidth == "wide", "sWidth must be narrow, abbreviated or wide");
197
- return this._get(getCLDRCalendarName(sCalendarType), "months", "stand-alone", sWidth);
238
+ assert(aSupportedWidths.includes(sWidth), "sWidth must be narrow, abbreviated or wide");
239
+ return this._get(getCLDRCalendarName(sCalendarType), "months", "stand-alone", sWidth)
240
+ .map(function (vMonthName) {
241
+ return Array.isArray(vMonthName) ? vMonthName[0] : vMonthName;
242
+ });
198
243
  },
199
244
 
200
245
  /**
@@ -143,7 +143,7 @@ sap.ui.define([
143
143
  * @class The Manifest class.
144
144
  * @extends sap.ui.base.Object
145
145
  * @author SAP SE
146
- * @version 1.114.12
146
+ * @version 1.114.14
147
147
  * @alias sap.ui.core.Manifest
148
148
  * @since 1.33.0
149
149
  */
@@ -26,7 +26,7 @@ sap.ui.define(['./Element', './library', "sap/base/Log", "sap/ui/core/Configurat
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.114.12
29
+ * @version 1.114.14
30
30
  *
31
31
  * @public
32
32
  * @alias sap.ui.core.Message
@@ -234,7 +234,7 @@ sap.ui.define([
234
234
  *
235
235
  * @extends Object
236
236
  * @author SAP SE
237
- * @version 1.114.12
237
+ * @version 1.114.14
238
238
  * @alias sap.ui.core.RenderManager
239
239
  * @public
240
240
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @classdesc Base Class for a Renderer.
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.114.12
22
+ * @version 1.114.14
23
23
  * @namespace
24
24
  * @public
25
25
  * @alias sap.ui.core.Renderer
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @alias sap.ui.core.ResizeHandler
37
37
  * @extends sap.ui.base.Object
38
38
  * @author SAP SE
39
- * @version 1.114.12
39
+ * @version 1.114.14
40
40
  * @public
41
41
  */
42
42
 
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * The ScrollBar control can be used for virtual scrolling of a certain area.
45
45
  * This means: to simulate a very large scrollable area when technically the area is small and the control takes care of displaying the respective part only. E.g. a Table control can take care of only rendering the currently visible rows and use this ScrollBar control to make the user think he actually scrolls through a long list.
46
46
  * @extends sap.ui.core.Control
47
- * @version 1.114.12
47
+ * @version 1.114.14
48
48
  *
49
49
  * @public
50
50
  * @deprecated as of version 1.56
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.114.12
26
+ * @version 1.114.14
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.SeparatorItem
@@ -25,7 +25,7 @@ sap.ui.define(['./Element', './library'],
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.114.12
28
+ * @version 1.114.14
29
29
  *
30
30
  * @public
31
31
  * @since 1.16.0
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @class
31
31
  * Abstract class that can be extended in order to implement any extended tooltip. For example, RichTooltip Control is based on it. It provides the opening/closing behavior and the main "text" property.
32
32
  * @extends sap.ui.core.Control
33
- * @version 1.114.12
33
+ * @version 1.114.14
34
34
  *
35
35
  * @public
36
36
  * @alias sap.ui.core.TooltipBase
@@ -185,7 +185,7 @@ sap.ui.define([
185
185
  *
186
186
  * @extends sap.ui.base.ManagedObject
187
187
  * @author SAP SE
188
- * @version 1.114.12
188
+ * @version 1.114.14
189
189
  * @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
190
190
  * @public
191
191
  * @alias sap.ui.core.UIArea
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @extends sap.ui.core.Component
56
56
  * @abstract
57
57
  * @author SAP SE
58
- * @version 1.114.12
58
+ * @version 1.114.14
59
59
  * @alias sap.ui.core.UIComponent
60
60
  * @since 1.9.2
61
61
  */
@@ -18,7 +18,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
18
18
  * @experimental Since 1.15.1. The Component concept is still under construction, so some implementation details can be changed in future.
19
19
  * @class
20
20
  * @author SAP SE
21
- * @version 1.114.12
21
+ * @version 1.114.14
22
22
  * @since 1.15.1
23
23
  * @alias sap.ui.core.UIComponentMetadata
24
24
  * @extends sap.ui.core.ComponentMetadata
@@ -16,7 +16,7 @@ sap.ui.define(['./Element', './library', './Lib', "sap/base/assert"],
16
16
  * Helper functionality for value state support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.114.12
19
+ * @version 1.114.14
20
20
  * @public
21
21
  * @namespace sap.ui.core.ValueStateSupport
22
22
  */
@@ -20,7 +20,7 @@ sap.ui.define(['./LayoutData', './library'],
20
20
  * @class
21
21
  * Allows to add multiple LayoutData to one control in case that an easy switch of layouts (e.g. in a Form) is needed.
22
22
  * @extends sap.ui.core.LayoutData
23
- * @version 1.114.12
23
+ * @version 1.114.14
24
24
  *
25
25
  * @public
26
26
  * @since 1.9.2
@@ -146,7 +146,7 @@ sap.ui.define([
146
146
  * @extends sap.ui.core.Control
147
147
  *
148
148
  * @author SAP SE
149
- * @version 1.114.12
149
+ * @version 1.114.14
150
150
  * @since 1.56.0
151
151
  * @alias sap.ui.core.XMLComposite
152
152
  * @see {@link topic:b83a4dcb7d0e46969027345b8d32fd44 XML Composite Controls}
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @param {object} oClassInfo static info to construct the metadata from
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.114.12
33
+ * @version 1.114.14
34
34
  * @since 1.50.0
35
35
  * @alias sap.ui.core.XMLCompositeMetadata
36
36
  * @extends sap.ui.core.ElementMetadata
@@ -1,4 +1,4 @@
1
- Copyright © 1991-2014 Unicode, Inc. All rights reserved.
1
+ Copyright © 1991-2022 Unicode, Inc. All rights reserved.
2
2
  Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining a copy of the