@openui5/sap.ui.core 1.96.12 → 1.96.13

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 (252) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +1 -1
  3. package/src/jquery.sap.global.js +1 -1
  4. package/src/jquery.sap.properties.js +1 -1
  5. package/src/jquery.sap.resources.js +1 -1
  6. package/src/jquery.sap.script.js +1 -1
  7. package/src/jquery.sap.storage.js +3 -3
  8. package/src/sap/base/security/URLListValidator.js +36 -3
  9. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  10. package/src/sap/base/util/restricted/_castArray.js +1 -1
  11. package/src/sap/base/util/restricted/_compact.js +1 -1
  12. package/src/sap/base/util/restricted/_curry.js +1 -1
  13. package/src/sap/base/util/restricted/_debounce.js +1 -1
  14. package/src/sap/base/util/restricted/_difference.js +1 -1
  15. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  16. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  17. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  18. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  20. package/src/sap/base/util/restricted/_flatten.js +1 -1
  21. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  22. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  23. package/src/sap/base/util/restricted/_intersection.js +1 -1
  24. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  25. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  26. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  27. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isNil.js +1 -1
  29. package/src/sap/base/util/restricted/_max.js +1 -1
  30. package/src/sap/base/util/restricted/_merge.js +1 -1
  31. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  32. package/src/sap/base/util/restricted/_min.js +1 -1
  33. package/src/sap/base/util/restricted/_omit.js +1 -1
  34. package/src/sap/base/util/restricted/_pick.js +1 -1
  35. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  36. package/src/sap/base/util/restricted/_throttle.js +1 -1
  37. package/src/sap/base/util/restricted/_toArray.js +1 -1
  38. package/src/sap/base/util/restricted/_union.js +1 -1
  39. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  40. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  41. package/src/sap/base/util/restricted/_uniq.js +1 -1
  42. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  43. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  44. package/src/sap/base/util/restricted/_without.js +1 -1
  45. package/src/sap/base/util/restricted/_xor.js +1 -1
  46. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  47. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  48. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  49. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  50. package/src/sap/ui/Device.js +3 -3
  51. package/src/sap/ui/Global.js +4 -4
  52. package/src/sap/ui/base/Event.js +1 -1
  53. package/src/sap/ui/base/EventProvider.js +1 -1
  54. package/src/sap/ui/base/Interface.js +1 -1
  55. package/src/sap/ui/base/ManagedObject.js +1 -1
  56. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  57. package/src/sap/ui/base/Metadata.js +1 -1
  58. package/src/sap/ui/base/Object.js +1 -1
  59. package/src/sap/ui/base/ObjectPool.js +1 -1
  60. package/src/sap/ui/core/.library +1 -1
  61. package/src/sap/ui/core/BusyIndicator.js +1 -1
  62. package/src/sap/ui/core/Component.js +1 -1
  63. package/src/sap/ui/core/ComponentContainer.js +1 -1
  64. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  65. package/src/sap/ui/core/ComponentSupport.js +1 -1
  66. package/src/sap/ui/core/Control.js +1 -1
  67. package/src/sap/ui/core/Core.js +1 -1
  68. package/src/sap/ui/core/CustomData.js +1 -1
  69. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  70. package/src/sap/ui/core/Element.js +1 -1
  71. package/src/sap/ui/core/ElementMetadata.js +1 -1
  72. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  73. package/src/sap/ui/core/EventBus.js +1 -1
  74. package/src/sap/ui/core/Fragment.js +1 -1
  75. package/src/sap/ui/core/HTML.js +1 -1
  76. package/src/sap/ui/core/History.js +1 -1
  77. package/src/sap/ui/core/Icon.js +1 -1
  78. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  79. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  80. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  81. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  82. package/src/sap/ui/core/InvisibleText.js +1 -1
  83. package/src/sap/ui/core/Item.js +1 -1
  84. package/src/sap/ui/core/LabelEnablement.js +1 -1
  85. package/src/sap/ui/core/LayoutData.js +1 -1
  86. package/src/sap/ui/core/ListItem.js +1 -1
  87. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  88. package/src/sap/ui/core/Locale.js +1 -1
  89. package/src/sap/ui/core/LocaleData.js +1 -1
  90. package/src/sap/ui/core/Manifest.js +1 -1
  91. package/src/sap/ui/core/Message.js +1 -1
  92. package/src/sap/ui/core/RenderManager.js +1 -1
  93. package/src/sap/ui/core/Renderer.js +1 -1
  94. package/src/sap/ui/core/ResizeHandler.js +1 -1
  95. package/src/sap/ui/core/ScrollBar.js +1 -1
  96. package/src/sap/ui/core/SeparatorItem.js +1 -1
  97. package/src/sap/ui/core/Title.js +1 -1
  98. package/src/sap/ui/core/TooltipBase.js +1 -1
  99. package/src/sap/ui/core/UIArea.js +1 -1
  100. package/src/sap/ui/core/UIComponent.js +1 -1
  101. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  102. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  103. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  104. package/src/sap/ui/core/XMLComposite.js +1 -1
  105. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  106. package/src/sap/ui/core/date/Buddhist.js +15 -13
  107. package/src/sap/ui/core/date/CalendarUtils.js +92 -0
  108. package/src/sap/ui/core/date/CalendarWeekNumbering.js +76 -0
  109. package/src/sap/ui/core/date/Japanese.js +42 -4
  110. package/src/sap/ui/core/date/UniversalDate.js +193 -40
  111. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  112. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  113. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  114. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  115. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  116. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  117. package/src/sap/ui/core/format/DateFormat.js +36 -10
  118. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  119. package/src/sap/ui/core/library.js +3 -3
  120. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  121. package/src/sap/ui/core/message/Message.js +1 -1
  122. package/src/sap/ui/core/message/MessageManager.js +1 -1
  123. package/src/sap/ui/core/message/MessageParser.js +1 -1
  124. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  125. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  126. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  127. package/src/sap/ui/core/mvc/JSView.js +1 -1
  128. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  129. package/src/sap/ui/core/mvc/View.js +1 -1
  130. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  131. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  132. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  133. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  134. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  135. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  136. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  137. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  138. package/src/sap/ui/core/service/Service.js +1 -1
  139. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  140. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  141. package/src/sap/ui/core/support/Plugin.js +1 -1
  142. package/src/sap/ui/core/support/Support.js +1 -1
  143. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  144. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  145. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  146. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  147. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  148. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  149. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  150. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  151. package/src/sap/ui/core/themes/base/base.less +1644 -97
  152. package/src/sap/ui/core/themes/base/global.less +1 -0
  153. package/src/sap/ui/core/themes/base/shared.less +1 -0
  154. package/src/sap/ui/core/themes/sap_hcb/global.less +1 -0
  155. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  156. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  157. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  158. package/src/sap/ui/core/tmpl/Template.js +1 -1
  159. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  160. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  161. package/src/sap/ui/core/util/Export.js +1 -1
  162. package/src/sap/ui/core/util/ExportCell.js +1 -1
  163. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  164. package/src/sap/ui/core/util/ExportRow.js +1 -1
  165. package/src/sap/ui/core/util/ExportType.js +1 -1
  166. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  167. package/src/sap/ui/core/util/File.js +1 -1
  168. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  169. package/src/sap/ui/core/util/MockServer.js +1 -1
  170. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  171. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  172. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  173. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  174. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  175. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  176. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  177. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  178. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  179. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  180. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  181. package/src/sap/ui/debug/ControlTree.js +1 -1
  182. package/src/sap/ui/debug/DebugEnv.js +1 -1
  183. package/src/sap/ui/debug/PropertyList.js +1 -1
  184. package/src/sap/ui/model/ClientModel.js +1 -1
  185. package/src/sap/ui/model/CompositeDataState.js +1 -1
  186. package/src/sap/ui/model/CompositeType.js +1 -1
  187. package/src/sap/ui/model/DataState.js +1 -1
  188. package/src/sap/ui/model/MetaModel.js +1 -1
  189. package/src/sap/ui/model/Model.js +1 -1
  190. package/src/sap/ui/model/SelectionModel.js +1 -1
  191. package/src/sap/ui/model/SimpleType.js +1 -1
  192. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  193. package/src/sap/ui/model/Type.js +1 -1
  194. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +28 -33
  195. package/src/sap/ui/model/json/JSONModel.js +1 -1
  196. package/src/sap/ui/model/message/MessageModel.js +1 -1
  197. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  198. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  199. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  200. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  201. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  202. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  203. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  204. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  205. package/src/sap/ui/model/odata/type/Date.js +1 -1
  206. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  207. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  208. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  209. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  210. package/src/sap/ui/model/odata/type/Double.js +1 -1
  211. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  212. package/src/sap/ui/model/odata/type/Int.js +1 -1
  213. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  214. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  215. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  216. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  217. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  218. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  219. package/src/sap/ui/model/odata/type/Single.js +1 -1
  220. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  221. package/src/sap/ui/model/odata/type/String.js +1 -1
  222. package/src/sap/ui/model/odata/type/Time.js +1 -1
  223. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  224. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  225. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  226. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  227. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  228. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  229. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  230. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  231. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  232. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  233. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  234. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  235. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  236. package/src/sap/ui/model/type/Boolean.js +1 -1
  237. package/src/sap/ui/model/type/Currency.js +1 -1
  238. package/src/sap/ui/model/type/Date.js +1 -1
  239. package/src/sap/ui/model/type/DateInterval.js +1 -1
  240. package/src/sap/ui/model/type/DateTime.js +1 -1
  241. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  242. package/src/sap/ui/model/type/FileSize.js +1 -1
  243. package/src/sap/ui/model/type/Float.js +1 -1
  244. package/src/sap/ui/model/type/Integer.js +1 -1
  245. package/src/sap/ui/model/type/String.js +1 -1
  246. package/src/sap/ui/model/type/Time.js +1 -1
  247. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  248. package/src/sap/ui/model/type/Unit.js +1 -1
  249. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  250. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  251. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  252. package/src/sap/ui/util/Storage.js +1 -1
@@ -0,0 +1,92 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides type sap.ui.core.date.CalendarUtils.
8
+ sap.ui.define([
9
+ "sap/ui/core/date/CalendarWeekNumbering",
10
+ "sap/ui/core/LocaleData"
11
+ ], function(
12
+ CalendarWeekNumbering,
13
+ LocaleData
14
+ ) {
15
+ "use strict";
16
+
17
+ var mWeekNumberingConfiguration = {
18
+ ISO_8601 : {
19
+ firstDayOfWeek : 1,
20
+ minimalDaysInFirstWeek : 4
21
+ },
22
+ MiddleEastern : {
23
+ firstDayOfWeek : 6,
24
+ minimalDaysInFirstWeek : 1
25
+ },
26
+ WesternTraditional : {
27
+ firstDayOfWeek : 0,
28
+ minimalDaysInFirstWeek : 1
29
+ }
30
+ };
31
+
32
+ /**
33
+ * Provides calendar-related utilities.
34
+ *
35
+ * Note: This API has been introduced with version 1.108 and downported to this release with
36
+ * patch level 15.
37
+ *
38
+ * @namespace
39
+ * @alias module:sap/ui/core/date/CalendarUtils
40
+ * @public
41
+ * @since 1.96.15
42
+ */
43
+ var CalendarUtils = {
44
+
45
+ /**
46
+ * Resolves calendar week configuration.
47
+ *
48
+ * Returns an object with the following fields:
49
+ * <ul>
50
+ * <li><code>firstDayOfWeek</code>: specifies the first day of the week starting with
51
+ * <code>0</code> (which is Sunday)</li>
52
+ * <li><code>minimalDaysInFirstWeek</code>: minimal days at the beginning of the year
53
+ * which define the first calendar week</li>
54
+ * </ul>
55
+ *
56
+ * Note: This API has been introduced with version 1.108 and downported to this release with
57
+ * patch level 15.
58
+ *
59
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering=Default]
60
+ * The calendar week numbering; if omitted, <code>Default</code> is used.
61
+ * @param {sap.ui.core.Locale} [oLocale]
62
+ * The locale to use; if not provided, this falls back to the format locale from the
63
+ * Configuration; see {@link sap.ui.core.Configuration.FormatSettings#getFormatLocale}.
64
+ * Is only used when <code>sCalendarWeekNumbering</code> is set to <code>Default</code>.
65
+ * @returns {{firstDayOfWeek: int, minimalDaysInFirstWeek: int}|undefined}
66
+ * The calendar week configuration, or <code>undefined<code> for an invalid value of
67
+ * <code>sap.ui.core.date.CalendarWeekNumbering</code>.
68
+ * @public
69
+ * @since 1.96.15
70
+ */
71
+ getWeekConfigurationValues : function (sCalendarWeekNumbering, oLocale) {
72
+ var oLocaleData;
73
+
74
+ if (mWeekNumberingConfiguration.hasOwnProperty(sCalendarWeekNumbering)) {
75
+ return mWeekNumberingConfiguration[sCalendarWeekNumbering];
76
+ }
77
+ sCalendarWeekNumbering = sCalendarWeekNumbering || CalendarWeekNumbering.Default;
78
+ if (sCalendarWeekNumbering === CalendarWeekNumbering.Default) {
79
+ oLocale = oLocale ||
80
+ sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale();
81
+ oLocaleData = LocaleData.getInstance(oLocale);
82
+ return {
83
+ firstDayOfWeek : oLocaleData.getFirstDayOfWeek(),
84
+ minimalDaysInFirstWeek : oLocaleData.getMinimalDaysInFirstWeek()
85
+ };
86
+ }
87
+ return undefined;
88
+ }
89
+ };
90
+
91
+ return CalendarUtils;
92
+ });
@@ -0,0 +1,76 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides type sap.ui.core.date.CalendarWeekNumbering.
8
+ sap.ui.define([], function() {
9
+ "use strict";
10
+
11
+ /**
12
+ * The <code>CalendarWeekNumbering</code> enum defines how to calculate calendar weeks. Each
13
+ * value defines:
14
+ * <ul>
15
+ * <li>The first day of the week,</li>
16
+ * <li>the first week of the year.</li>
17
+ * </ul>
18
+ *
19
+ * Note: This API has been introduced with version 1.108 and downported to this release with
20
+ * patch level 15.
21
+ *
22
+ * @enum {string}
23
+ * @public
24
+ * @since 1.96.15
25
+ * @alias sap.ui.core.date.CalendarWeekNumbering
26
+ */
27
+ var CalendarWeekNumbering = {
28
+
29
+ /**
30
+ * The default calendar week numbering:
31
+ *
32
+ * The framework determines the week numbering scheme; currently it is derived from the
33
+ * active format locale. Future versions of UI5 might select a different week numbering
34
+ * scheme.
35
+ *
36
+ * @public
37
+ */
38
+ Default : "Default",
39
+
40
+ /**
41
+ * Official calendar week numbering in most of Europe (ISO 8601 standard):
42
+ * <ul>
43
+ * <li>Monday is first day of the week,
44
+ * <li>the week containing January 4th is first week of the year.
45
+ * </ul>
46
+ *
47
+ * @public
48
+ */
49
+ ISO_8601 : "ISO_8601",
50
+
51
+ /**
52
+ * Official calendar week numbering in much of the Middle East (Middle Eastern calendar):
53
+ * <ul>
54
+ * <li>Saturday is first day of the week,
55
+ * <li>the week containing January 1st is first week of the year.
56
+ * </ul>
57
+ *
58
+ * @public
59
+ */
60
+ MiddleEastern : "MiddleEastern",
61
+
62
+ /**
63
+ * Official calendar week numbering in the United States, Canada, Brazil, Israel, Japan, and
64
+ * other countries (Western traditional calendar):
65
+ * <ul>
66
+ * <li>Sunday is first day of the week,
67
+ * <li>the week containing January 1st is first week of the year.
68
+ * </ul>
69
+ *
70
+ * @public
71
+ */
72
+ WesternTraditional : "WesternTraditional"
73
+ };
74
+
75
+ return CalendarWeekNumbering;
76
+ }, /* bExport= */ true);
@@ -230,11 +230,49 @@ sap.ui.define(['./UniversalDate', '../CalendarType', './_Calendars'],
230
230
  }
231
231
  return this._setUTCJapanese(oJapanese);
232
232
  };
233
- Japanese.prototype.getWeek = function() {
234
- return UniversalDate.getWeekByDate(this.sCalendarType, this.oDate.getFullYear(), this.getMonth(), this.getDate());
233
+
234
+ /**
235
+ * Retrieves the calendar week
236
+ *
237
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation
238
+ * properties, defaults to the formatLocale
239
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
240
+ * calendar week numbering, the default is derived from <code>oLocale</code> but this
241
+ * parameter has precedence over oLocale if both are provided. If calendar week numbering is
242
+ * not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
243
+ * @returns {{week: int, year: int}} resulting calendar week, note: week index starts with
244
+ * <code>0</code>, the year is the Gregorian year
245
+ * @private
246
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering
247
+ * value
248
+ */
249
+ Japanese.prototype.getWeek = function(oLocale, sCalendarWeekNumbering) {
250
+ // use the full year of the Gregorian date (this.oDate) because the Japanese constructor is
251
+ // able to calculate the era and emperor year from it.
252
+ return UniversalDate.getWeekByDate(this.sCalendarType, this.oDate.getFullYear(),
253
+ this.getMonth(), this.getDate(), oLocale, sCalendarWeekNumbering);
235
254
  };
236
- Japanese.prototype.getUTCWeek = function() {
237
- return UniversalDate.getWeekByDate(this.sCalendarType, this.oDate.getUTCFullYear(), this.getUTCMonth(), this.getUTCDate());
255
+
256
+ /**
257
+ * Retrieves the UTC calendar week
258
+ *
259
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation
260
+ * properties, defaults to the formatLocale
261
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
262
+ * calendar week numbering, the default is derived from <code>oLocale</code> but this
263
+ * parameter has precedence over oLocale if both are provided. If calendar week numbering is
264
+ * not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
265
+ * @returns {{week: int, year: int}} resulting calendar week, note: week index starts with
266
+ * <code>0</code>, the year is the Gregorian year
267
+ * @private
268
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering
269
+ * value
270
+ */
271
+ Japanese.prototype.getUTCWeek = function(oLocale, sCalendarWeekNumbering) {
272
+ // use the full year of the Gregorian date (this.oDate) because the Japanese constructor is
273
+ // able to calculate the era and emperor year from it.
274
+ return UniversalDate.getWeekByDate(this.sCalendarType, this.oDate.getUTCFullYear(),
275
+ this.getUTCMonth(), this.getUTCDate(), oLocale, sCalendarWeekNumbering);
238
276
  };
239
277
 
240
278
  _Calendars.set(CalendarType.Japanese, Japanese);
@@ -5,8 +5,21 @@
5
5
  */
6
6
 
7
7
  // Provides class sap.ui.core.date.UniversalDate
8
- sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData', './_Calendars'],
9
- function(BaseObject, LocaleData, _Calendars) {
8
+ sap.ui.define([
9
+ 'sap/ui/base/Object',
10
+ 'sap/ui/core/Locale',
11
+ 'sap/ui/core/LocaleData',
12
+ './_Calendars',
13
+ './CalendarUtils',
14
+ './CalendarWeekNumbering'
15
+ ], function(
16
+ BaseObject,
17
+ Locale,
18
+ LocaleData,
19
+ _Calendars,
20
+ CalendarUtils,
21
+ CalendarWeekNumbering
22
+ ) {
10
23
  "use strict";
11
24
 
12
25
 
@@ -148,18 +161,76 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData', './_Calendars'],
148
161
  UniversalDate.prototype.setUTCEra = function(iEra) {
149
162
  // The default implementation does not support setting the era
150
163
  };
151
- UniversalDate.prototype.getWeek = function() {
152
- return UniversalDate.getWeekByDate(this.sCalendarType, this.getFullYear(), this.getMonth(), this.getDate());
164
+
165
+ /**
166
+ * Retrieves the calendar week
167
+ *
168
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation properties, defaults to the formatLocale
169
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
170
+ * calendar week numbering,
171
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
172
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
173
+ * @returns {{week: int, year: int}} resulting calendar week, note: week index starts with <code>0</code>
174
+ * @private
175
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
176
+ */
177
+ UniversalDate.prototype.getWeek = function(oLocale, sCalendarWeekNumbering) {
178
+ checkWeekConfig(sCalendarWeekNumbering);
179
+ return UniversalDate.getWeekByDate(this.sCalendarType, this.getFullYear(), this.getMonth(), this.getDate(), oLocale, sCalendarWeekNumbering);
153
180
  };
154
- UniversalDate.prototype.setWeek = function(oWeek) {
155
- var oDate = UniversalDate.getFirstDateOfWeek(this.sCalendarType, oWeek.year || this.getFullYear(), oWeek.week);
181
+
182
+ /**
183
+ * Sets the calendar week
184
+ *
185
+ * @param {{week: int, year: int}} oWeek the calendar week, note: week index starts with <code>0</code>,
186
+ * <code>oWeek.year</code> is optional and defaults to {@link sap.ui.core.date.UniversalDate#getFullYear}
187
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation properties, defaults to the formatLocale
188
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
189
+ * calendar week numbering,
190
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
191
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
192
+ * @private
193
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
194
+ */
195
+ UniversalDate.prototype.setWeek = function(oWeek, oLocale, sCalendarWeekNumbering) {
196
+ checkWeekConfig(sCalendarWeekNumbering);
197
+ var oDate = UniversalDate.getFirstDateOfWeek(this.sCalendarType, oWeek.year || this.getFullYear(), oWeek.week, oLocale, sCalendarWeekNumbering);
156
198
  this.setFullYear(oDate.year, oDate.month, oDate.day);
157
199
  };
158
- UniversalDate.prototype.getUTCWeek = function() {
159
- return UniversalDate.getWeekByDate(this.sCalendarType, this.getUTCFullYear(), this.getUTCMonth(), this.getUTCDate());
200
+
201
+ /**
202
+ * Retrieves the UTC calendar week
203
+ *
204
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation properties, defaults to the formatLocale
205
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
206
+ * calendar week numbering,
207
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
208
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
209
+ * @returns {{week: int, year: int}} resulting calendar week, note: week index starts with <code>0</code>
210
+ * @private
211
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
212
+ */
213
+ UniversalDate.prototype.getUTCWeek = function(oLocale, sCalendarWeekNumbering) {
214
+ checkWeekConfig(sCalendarWeekNumbering);
215
+ return UniversalDate.getWeekByDate(this.sCalendarType, this.getUTCFullYear(), this.getUTCMonth(), this.getUTCDate(), oLocale, sCalendarWeekNumbering);
160
216
  };
161
- UniversalDate.prototype.setUTCWeek = function(oWeek) {
162
- var oDate = UniversalDate.getFirstDateOfWeek(this.sCalendarType, oWeek.year || this.getFullYear(), oWeek.week);
217
+
218
+ /**
219
+ * Sets the UTC calendar week
220
+ *
221
+ * @param {{week: int, year: int}} oWeek the calendar week, note: week index starts with <code>0</code>,
222
+ * <code>oWeek.year</code> is optional and defaults to {@link sap.ui.core.date.UniversalDate#getFullYear}
223
+ * @param {sap.ui.core.Locale} [oLocale] the locale used to get the calendar week calculation properties, defaults to the formatLocale
224
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
225
+ * calendar week numbering,
226
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
227
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
228
+ * @private
229
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
230
+ */
231
+ UniversalDate.prototype.setUTCWeek = function(oWeek, oLocale, sCalendarWeekNumbering) {
232
+ checkWeekConfig(sCalendarWeekNumbering);
233
+ var oDate = UniversalDate.getFirstDateOfWeek(this.sCalendarType, oWeek.year || this.getFullYear(), oWeek.week, oLocale, sCalendarWeekNumbering);
163
234
  this.setUTCFullYear(oDate.year, oDate.month, oDate.day);
164
235
  };
165
236
  UniversalDate.prototype.getQuarter = function() {
@@ -202,22 +273,38 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData', './_Calendars'],
202
273
  */
203
274
  var iMillisecondsInWeek = 7 * 24 * 60 * 60 * 1000;
204
275
 
205
- UniversalDate.getWeekByDate = function(sCalendarType, iYear, iMonth, iDay) {
206
- var oLocale = sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale(),
207
- oLocaleData = LocaleData.getInstance(oLocale),
208
- clDate = this.getClass(sCalendarType),
209
- oFirstDay = getFirstDayOfFirstWeek(clDate, iYear),
210
- oDate = new clDate(clDate.UTC(iYear, iMonth, iDay)),
211
- iWeek, iLastYear, iNextYear, oLastFirstDay, oNextFirstDay;
212
- // If region is US, always calculate the week for the current year, otherwise
213
- // the week might be the last week of the previous year or first week of next year
214
- if (oLocaleData.firstDayStartsFirstWeek()) {
276
+ /**
277
+ * Retrieves the calendar week for a given date, specified by year, month, and day.
278
+ *
279
+ * @param {string} sCalendarType the calendar type, e.g. <code>"Gregorian"</code>
280
+ * @param {int} iYear year, e.g. <code>2016</code>
281
+ * @param {int} iMonth the month, e.g. <code>2</code>
282
+ * @param {int} iDay the date, e.g. <code>3</code>
283
+ * @param {sap.ui.core.Locale} [oLocale] the locale used for the week calculation, if oWeekConfig is not provided (falls back to the formatLocale)
284
+ * e.g. <code>new Locale("de-DE")</code>
285
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
286
+ * calendar week numbering,
287
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
288
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
289
+ * @returns {{week: int, year: int}} resulting calendar week, note: week index starts with <code>0</code>, e.g. <code>{year: 2016, week: 8}</code>
290
+ * @private
291
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
292
+ */
293
+ UniversalDate.getWeekByDate = function(sCalendarType, iYear, iMonth, iDay, oLocale, sCalendarWeekNumbering) {
294
+ checkWeekConfig(sCalendarWeekNumbering);
295
+ oLocale = oLocale || sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale();
296
+ var clDate = this.getClass(sCalendarType);
297
+ var oFirstDay = getFirstDayOfFirstWeek(clDate, iYear, oLocale, sCalendarWeekNumbering);
298
+ var oDate = new clDate(clDate.UTC(iYear, iMonth, iDay));
299
+ var iWeek, iLastYear, iNextYear, oLastFirstDay, oNextFirstDay;
300
+ var bSplitWeek = isSplitWeek(sCalendarWeekNumbering, oLocale);
301
+ if (bSplitWeek) {
215
302
  iWeek = calculateWeeks(oFirstDay, oDate);
216
303
  } else {
217
304
  iLastYear = iYear - 1;
218
305
  iNextYear = iYear + 1;
219
- oLastFirstDay = getFirstDayOfFirstWeek(clDate, iLastYear);
220
- oNextFirstDay = getFirstDayOfFirstWeek(clDate, iNextYear);
306
+ oLastFirstDay = getFirstDayOfFirstWeek(clDate, iLastYear, oLocale, sCalendarWeekNumbering);
307
+ oNextFirstDay = getFirstDayOfFirstWeek(clDate, iNextYear, oLocale, sCalendarWeekNumbering);
221
308
  if (oDate >= oNextFirstDay) {
222
309
  iYear = iNextYear;
223
310
  iWeek = 0;
@@ -234,17 +321,30 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData', './_Calendars'],
234
321
  };
235
322
  };
236
323
 
237
- UniversalDate.getFirstDateOfWeek = function(sCalendarType, iYear, iWeek) {
238
- var oLocale = sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale(),
239
- oLocaleData = LocaleData.getInstance(oLocale),
240
- clDate = this.getClass(sCalendarType),
241
- oFirstDay = getFirstDayOfFirstWeek(clDate, iYear),
242
- oDate = new clDate(oFirstDay.valueOf() + iWeek * iMillisecondsInWeek),
243
- bIsRegionUS = oLocaleData.firstDayStartsFirstWeek();
244
- //If first day of week is in last year and region is US, return the
245
- //1st of January instead for symmetric behaviour
246
-
247
- if (bIsRegionUS && iWeek === 0 && oFirstDay.getUTCFullYear() < iYear) {
324
+ /**
325
+ * Retrieves the first day's date of the given week in the given year.
326
+ *
327
+ * @param {string} sCalendarType the calendar type, e.g. <code>"Gregorian"</code>
328
+ * @param {int} iYear year, e.g. <code>2016</code>
329
+ * @param {int} iWeek the calendar week index, e.g. <code>8</code>
330
+ * @param {sap.ui.core.Locale} [oLocale] the locale used for the week calculation, if oWeekConfig is not provided (falls back to the formatLocale)
331
+ * e.g. <code>new Locale("de-DE")</code>
332
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
333
+ * calendar week numbering,
334
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
335
+ * If calendar week numbering is not determined from the locale then {@link LocaleData#firstDayStartsFirstWeek} is ignored.
336
+ * @returns {{month: int, year: int, day: int}} the resulting date, e.g. <code>{year: 2016, month: 1, day: 29}</code>
337
+ * @private
338
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
339
+ */
340
+ UniversalDate.getFirstDateOfWeek = function(sCalendarType, iYear, iWeek, oLocale, sCalendarWeekNumbering) {
341
+ checkWeekConfig(sCalendarWeekNumbering);
342
+ oLocale = oLocale || sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale();
343
+ var clDate = this.getClass(sCalendarType);
344
+ var oFirstDay = getFirstDayOfFirstWeek(clDate, iYear, oLocale, sCalendarWeekNumbering);
345
+ var oDate = new clDate(oFirstDay.valueOf() + iWeek * iMillisecondsInWeek);
346
+ var bSplitWeek = isSplitWeek(sCalendarWeekNumbering, oLocale);
347
+ if (bSplitWeek && iWeek === 0 && oFirstDay.getUTCFullYear() < iYear) {
248
348
  return {
249
349
  year: iYear,
250
350
  month: 0,
@@ -258,13 +358,66 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/LocaleData', './_Calendars'],
258
358
  };
259
359
  };
260
360
 
261
- function getFirstDayOfFirstWeek(clDate, iYear) {
262
- var oLocale = sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale(),
263
- oLocaleData = LocaleData.getInstance(oLocale),
264
- iMinDays = oLocaleData.getMinimalDaysInFirstWeek(),
265
- iFirstDayOfWeek = oLocaleData.getFirstDayOfWeek(),
266
- oFirstDay = new clDate(clDate.UTC(iYear, 0, 1)),
267
- iDayCount = 7;
361
+ /**
362
+ * Determines if the split week algorithm should be applied (the first day of the first calendar
363
+ * week of the year is January 1st).
364
+ *
365
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
366
+ * calendar week numbering
367
+ * @param {sap.ui.core.Locale} [oLocale] the locale used for the week calculation
368
+ * @returns {boolean} if the split week should be applied
369
+ * @private
370
+ */
371
+ function isSplitWeek(sCalendarWeekNumbering, oLocale) {
372
+ oLocale = oLocale || sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale();
373
+ var oLocaleData = LocaleData.getInstance(oLocale);
374
+ return (!sCalendarWeekNumbering ||
375
+ sCalendarWeekNumbering === CalendarWeekNumbering.Default)
376
+ && oLocaleData.firstDayStartsFirstWeek();
377
+ }
378
+
379
+ /**
380
+ * Checks the calendar week configuration
381
+ *
382
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
383
+ * calendar week numbering
384
+ * @throws {TypeError} If <code>sCalendarWeekNumbering</code> has an invalid week numbering value
385
+ * @private
386
+ */
387
+ function checkWeekConfig(sCalendarWeekNumbering) {
388
+ if (sCalendarWeekNumbering && !Object.values(CalendarWeekNumbering).includes(sCalendarWeekNumbering)) {
389
+ throw new TypeError("Illegal format option calendarWeekNumbering: '" + sCalendarWeekNumbering + "'");
390
+ }
391
+ }
392
+
393
+ /**
394
+ * Returns the first day of the first week in the given year.
395
+ *
396
+ * @param {UniversalDate} clDate the date class
397
+ * @param {int} iYear year, e.g. <code>2016</code>
398
+ * @param {sap.ui.core.Locale} [oLocale] the locale used for the week calculation, if oWeekConfig is not provided (falls back to the formatLocale)
399
+ * e.g. <code>new Locale("de-DE")</code>
400
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [sCalendarWeekNumbering]
401
+ * calendar week numbering,
402
+ * the default is derived from <code>oLocale</code> but this parameter has precedence over oLocale if both are provided.
403
+ * @returns {Date} first day of the first week in the given year, e.g. <code>Mon Jan 04 2016 01:00:00 GMT+0100</code>
404
+ * @private
405
+ */
406
+ function getFirstDayOfFirstWeek(clDate, iYear, oLocale, sCalendarWeekNumbering) {
407
+ oLocale = oLocale || sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale();
408
+
409
+ var oWeekConfig = CalendarUtils.getWeekConfigurationValues(sCalendarWeekNumbering, oLocale);
410
+ var iMinDays = oWeekConfig.minimalDaysInFirstWeek;
411
+ var iFirstDayOfWeek = oWeekConfig.firstDayOfWeek;
412
+
413
+ var oFirstDay = new clDate(clDate.UTC(iYear, 0, 1));
414
+ var iDayCount = 7;
415
+
416
+ if (isNaN(oFirstDay.getTime())) {
417
+ throw new Error("Could not determine the first day of the week, because the date " +
418
+ "object is invalid");
419
+ }
420
+
268
421
  // Find the first day of the first week of the year
269
422
  while (oFirstDay.getUTCDay() !== iFirstDayOfWeek) {
270
423
  oFirstDay.setUTCDate(oFirstDay.getUTCDate() - 1);
@@ -82,7 +82,7 @@ sap.ui.define([
82
82
  * @param {Element[]} aItemDomRefs Array of DOM references representing the items for the navigation
83
83
  * @param {boolean} [bNotInTabChain=false] Whether the selected element should be in the tab chain or not
84
84
  *
85
- * @version 1.96.12
85
+ * @version 1.96.13
86
86
  * @alias sap.ui.core.delegate.ItemNavigation
87
87
  * @public
88
88
  */
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  *
59
59
  * @protected
60
60
  * @alias sap.ui.core.delegate.ScrollEnablement
61
- * @version 1.96.12
61
+ * @version 1.96.13
62
62
  * @author SAP SE
63
63
  */
64
64
  var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  *
39
39
  * @extends sap.ui.core.Element
40
40
  * @author SAP SE
41
- * @version 1.96.12
41
+ * @version 1.96.13
42
42
  *
43
43
  * @public
44
44
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["./DragInfo", "./DropInfo", "sap/ui/Device", "sap/base/Log"],
22
22
  * @extends sap.ui.core.dnd.DropInfo
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.12
25
+ * @version 1.96.13
26
26
  *
27
27
  * @public
28
28
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["./DragDropBase"],
22
22
  * @extends sap.ui.core.dnd.DragDropBase
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.12
25
+ * @version 1.96.13
26
26
  *
27
27
  * @public
28
28
  * @since 1.56
@@ -21,7 +21,7 @@ sap.ui.define(["./DragDropBase"],
21
21
  * @extends sap.ui.core.dnd.DragDropBase
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.12
24
+ * @version 1.96.13
25
25
  *
26
26
  * @public
27
27
  * @since 1.56