@openui5/sap.ui.core 1.71.47 → 1.71.51

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 (231) 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/i18n/ResourceBundle.js +11 -6
  8. package/src/sap/base/security/URLWhitelist.js +35 -2
  9. package/src/sap/base/util/restricted/_castArray.js +1 -1
  10. package/src/sap/base/util/restricted/_curry.js +1 -1
  11. package/src/sap/base/util/restricted/_debounce.js +1 -1
  12. package/src/sap/base/util/restricted/_intersection.js +1 -1
  13. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  14. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  15. package/src/sap/base/util/restricted/_max.js +1 -1
  16. package/src/sap/base/util/restricted/_merge.js +1 -1
  17. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  18. package/src/sap/base/util/restricted/_min.js +1 -1
  19. package/src/sap/base/util/restricted/_omit.js +1 -1
  20. package/src/sap/base/util/restricted/_pick.js +1 -1
  21. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  22. package/src/sap/base/util/restricted/_throttle.js +1 -1
  23. package/src/sap/base/util/restricted/_uniq.js +1 -1
  24. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  25. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  26. package/src/sap/ui/Device.js +3 -3
  27. package/src/sap/ui/Global.js +4 -4
  28. package/src/sap/ui/base/Event.js +1 -1
  29. package/src/sap/ui/base/EventProvider.js +1 -1
  30. package/src/sap/ui/base/Interface.js +1 -1
  31. package/src/sap/ui/base/ManagedObject.js +1 -1
  32. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  33. package/src/sap/ui/base/Metadata.js +1 -1
  34. package/src/sap/ui/base/Object.js +1 -1
  35. package/src/sap/ui/base/ObjectPool.js +1 -1
  36. package/src/sap/ui/core/.library +1 -1
  37. package/src/sap/ui/core/BusyIndicator.js +1 -1
  38. package/src/sap/ui/core/Component.js +1 -1
  39. package/src/sap/ui/core/ComponentContainer.js +1 -1
  40. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  41. package/src/sap/ui/core/ComponentSupport.js +1 -1
  42. package/src/sap/ui/core/Configuration.js +9 -10
  43. package/src/sap/ui/core/Control.js +1 -1
  44. package/src/sap/ui/core/Core.js +1 -1
  45. package/src/sap/ui/core/CustomData.js +1 -1
  46. package/src/sap/ui/core/CustomizingConfiguration.js +1 -1
  47. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  48. package/src/sap/ui/core/Element.js +1 -1
  49. package/src/sap/ui/core/ElementMetadata.js +1 -1
  50. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  51. package/src/sap/ui/core/EventBus.js +1 -1
  52. package/src/sap/ui/core/Fragment.js +1 -1
  53. package/src/sap/ui/core/HTML.js +1 -1
  54. package/src/sap/ui/core/History.js +1 -1
  55. package/src/sap/ui/core/Icon.js +1 -1
  56. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  57. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  58. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  59. package/src/sap/ui/core/InvisibleText.js +1 -1
  60. package/src/sap/ui/core/Item.js +1 -1
  61. package/src/sap/ui/core/LabelEnablement.js +1 -1
  62. package/src/sap/ui/core/LayoutData.js +1 -1
  63. package/src/sap/ui/core/ListItem.js +1 -1
  64. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  65. package/src/sap/ui/core/Locale.js +124 -41
  66. package/src/sap/ui/core/LocaleData.js +51 -4
  67. package/src/sap/ui/core/Manifest.js +1 -1
  68. package/src/sap/ui/core/Message.js +1 -1
  69. package/src/sap/ui/core/RenderManager.js +1 -1
  70. package/src/sap/ui/core/Renderer.js +1 -1
  71. package/src/sap/ui/core/ResizeHandler.js +1 -1
  72. package/src/sap/ui/core/ScrollBar.js +1 -1
  73. package/src/sap/ui/core/SeparatorItem.js +1 -1
  74. package/src/sap/ui/core/Title.js +1 -1
  75. package/src/sap/ui/core/TooltipBase.js +1 -1
  76. package/src/sap/ui/core/UIArea.js +1 -1
  77. package/src/sap/ui/core/UIComponent.js +1 -1
  78. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  79. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  80. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  81. package/src/sap/ui/core/XMLComposite.js +1 -1
  82. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  83. package/src/sap/ui/core/cldr/sr_Latn.json +4934 -0
  84. package/src/sap/ui/core/date/Buddhist.js +15 -13
  85. package/src/sap/ui/core/date/CalendarUtils.js +92 -0
  86. package/src/sap/ui/core/date/CalendarWeekNumbering.js +77 -0
  87. package/src/sap/ui/core/date/Japanese.js +42 -4
  88. package/src/sap/ui/core/date/UniversalDate.js +190 -38
  89. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  90. package/src/sap/ui/core/delegate/ScrollEnablement.js +15 -1
  91. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  92. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  93. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  94. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  95. package/src/sap/ui/core/format/DateFormat.js +38 -10
  96. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  97. package/src/sap/ui/core/library.js +6 -5
  98. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  99. package/src/sap/ui/core/message/Message.js +1 -1
  100. package/src/sap/ui/core/message/MessageManager.js +1 -1
  101. package/src/sap/ui/core/message/MessageParser.js +1 -1
  102. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  103. package/src/sap/ui/core/messagebundle_fr.properties +32 -32
  104. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  105. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  106. package/src/sap/ui/core/mvc/JSView.js +1 -1
  107. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  108. package/src/sap/ui/core/mvc/View.js +1 -1
  109. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  110. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  111. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  112. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  113. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  114. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  115. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  116. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  117. package/src/sap/ui/core/service/Service.js +1 -1
  118. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  119. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  120. package/src/sap/ui/core/support/Plugin.js +1 -1
  121. package/src/sap/ui/core/support/Support.js +1 -1
  122. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  123. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  124. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  125. package/src/sap/ui/core/support/plugins/MessageTest.js +1 -1
  126. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  127. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  128. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  129. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  130. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  131. package/src/sap/ui/core/themes/base/base.less +1 -0
  132. package/src/sap/ui/core/themes/base/global.less +1 -0
  133. package/src/sap/ui/core/themes/base/shared.less +1 -0
  134. package/src/sap/ui/core/themes/sap_hcb/global.less +1 -0
  135. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  136. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  137. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  138. package/src/sap/ui/core/tmpl/Template.js +1 -1
  139. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  140. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  141. package/src/sap/ui/core/util/Export.js +1 -1
  142. package/src/sap/ui/core/util/ExportCell.js +1 -1
  143. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  144. package/src/sap/ui/core/util/ExportRow.js +1 -1
  145. package/src/sap/ui/core/util/ExportType.js +1 -1
  146. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  147. package/src/sap/ui/core/util/File.js +1 -1
  148. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  149. package/src/sap/ui/core/util/MockServer.js +1 -1
  150. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  151. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  152. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  153. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  154. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  155. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  156. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  157. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  158. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  159. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  160. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  161. package/src/sap/ui/debug/ControlTree.js +1 -1
  162. package/src/sap/ui/debug/DebugEnv.js +1 -1
  163. package/src/sap/ui/debug/PropertyList.js +1 -1
  164. package/src/sap/ui/model/ClientModel.js +1 -1
  165. package/src/sap/ui/model/CompositeDataState.js +1 -1
  166. package/src/sap/ui/model/CompositeType.js +1 -1
  167. package/src/sap/ui/model/DataState.js +1 -1
  168. package/src/sap/ui/model/MetaModel.js +1 -1
  169. package/src/sap/ui/model/Model.js +1 -1
  170. package/src/sap/ui/model/SelectionModel.js +1 -1
  171. package/src/sap/ui/model/SimpleType.js +1 -1
  172. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  173. package/src/sap/ui/model/Type.js +1 -1
  174. package/src/sap/ui/model/control/ControlModel.js +1 -1
  175. package/src/sap/ui/model/json/JSONModel.js +1 -1
  176. package/src/sap/ui/model/message/MessageModel.js +1 -1
  177. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  178. package/src/sap/ui/model/odata/ODataMessageParser.js +27 -6
  179. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  180. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  181. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  182. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +25 -32
  183. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  184. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  185. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  186. package/src/sap/ui/model/odata/type/Date.js +1 -1
  187. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  188. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  189. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  190. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  191. package/src/sap/ui/model/odata/type/Double.js +1 -1
  192. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  193. package/src/sap/ui/model/odata/type/Int.js +1 -1
  194. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  195. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  196. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  197. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  198. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  199. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  200. package/src/sap/ui/model/odata/type/Single.js +1 -1
  201. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  202. package/src/sap/ui/model/odata/type/String.js +1 -1
  203. package/src/sap/ui/model/odata/type/Time.js +1 -1
  204. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  205. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  206. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  207. package/src/sap/ui/model/odata/v2/ODataModel.js +47 -2
  208. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  209. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  210. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  211. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  212. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  213. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  214. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  215. package/src/sap/ui/model/type/Boolean.js +1 -1
  216. package/src/sap/ui/model/type/Currency.js +1 -1
  217. package/src/sap/ui/model/type/Date.js +1 -1
  218. package/src/sap/ui/model/type/DateInterval.js +1 -1
  219. package/src/sap/ui/model/type/DateTime.js +1 -1
  220. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  221. package/src/sap/ui/model/type/FileSize.js +1 -1
  222. package/src/sap/ui/model/type/Float.js +1 -1
  223. package/src/sap/ui/model/type/Integer.js +1 -1
  224. package/src/sap/ui/model/type/String.js +1 -1
  225. package/src/sap/ui/model/type/Time.js +1 -1
  226. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  227. package/src/sap/ui/model/type/Unit.js +1 -1
  228. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  229. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  230. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  231. package/src/sap/ui/util/Storage.js +1 -1
@@ -10,7 +10,10 @@ sap.ui.define([
10
10
  'sap/ui/core/Locale',
11
11
  'sap/ui/core/LocaleData',
12
12
  'sap/ui/core/date/UniversalDate',
13
+ 'sap/ui/core/date/CalendarUtils',
14
+ 'sap/ui/core/date/CalendarWeekNumbering',
13
15
  "sap/base/util/deepEqual",
16
+ 'sap/base/util/values',
14
17
  "sap/base/strings/formatMessage",
15
18
  "sap/base/Log",
16
19
  "sap/ui/thirdparty/jquery"
@@ -20,7 +23,10 @@ sap.ui.define([
20
23
  Locale,
21
24
  LocaleData,
22
25
  UniversalDate,
26
+ CalendarUtils,
27
+ CalendarWeekNumbering,
23
28
  deepEqual,
29
+ values,
24
30
  formatMessage,
25
31
  Log,
26
32
  jQuery
@@ -142,6 +148,9 @@ sap.ui.define([
142
148
  * Get a date instance of the DateFormat, which can be used for formatting.
143
149
  *
144
150
  * @param {object} [oFormatOptions] Object which defines the format options
151
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [oFormatOptions.calendarWeekNumbering] @since 1.71.52 specifies the calendar week numbering.
152
+ * Note: This API has been introduced with version 1.108 and downported to this release with
153
+ * patch level 52.
145
154
  * @param {string} [oFormatOptions.format] @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern in the used locale, which matches the wanted symbols best.
146
155
  * The symbols must be in canonical order, that is: Era (G), Year (y/Y), Quarter (q/Q), Month (M/L), Week (w/W), Day-Of-Week (E/e/c), Day (d/D), Hour (h/H/k/K/j/J), Minute (m), Second (s), Timezone (z/Z/v/V/O/X/x)
147
156
  * See http://unicode.org/reports/tr35/tr35-dates.html#availableFormats_appendItems
@@ -161,6 +170,7 @@ sap.ui.define([
161
170
  * @return {sap.ui.core.format.DateFormat} date instance of the DateFormat
162
171
  * @static
163
172
  * @public
173
+ * @throws {TypeError} If the <code>calendarWeekNumbering</code> format option has an unsupported value
164
174
  */
165
175
  DateFormat.getDateInstance = function(oFormatOptions, oLocale) {
166
176
  return this.createInstance(oFormatOptions, oLocale, this.oDateInfo);
@@ -170,6 +180,9 @@ sap.ui.define([
170
180
  * Get a datetime instance of the DateFormat, which can be used for formatting.
171
181
  *
172
182
  * @param {object} [oFormatOptions] Object which defines the format options
183
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [oFormatOptions.calendarWeekNumbering] @since 1.71.52 specifies the calendar week numbering.
184
+ * Note: This API has been introduced with version 1.108 and downported to this release with
185
+ * patch level 52.
173
186
  * @param {string} [oFormatOptions.format] @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern in the used locale, which matches the wanted symbols best.
174
187
  * The symbols must be in canonical order, that is: Era (G), Year (y/Y), Quarter (q/Q), Month (M/L), Week (w/W), Day-Of-Week (E/e/c), Day (d/D), Hour (h/H/k/K/j/J), Minute (m), Second (s), Timezone (z/Z/v/V/O/X/x)
175
188
  * See http://unicode.org/reports/tr35/tr35-dates.html#availableFormats_appendItems
@@ -189,6 +202,7 @@ sap.ui.define([
189
202
  * @return {sap.ui.core.format.DateFormat} datetime instance of the DateFormat
190
203
  * @static
191
204
  * @public
205
+ * @throws {TypeError} If the <code>calendarWeekNumbering</code> format option has an unsupported value
192
206
  */
193
207
  DateFormat.getDateTimeInstance = function(oFormatOptions, oLocale) {
194
208
  return this.createInstance(oFormatOptions, oLocale, this.oDateTimeInfo);
@@ -198,6 +212,9 @@ sap.ui.define([
198
212
  * Get a time instance of the DateFormat, which can be used for formatting.
199
213
  *
200
214
  * @param {object} [oFormatOptions] Object which defines the format options
215
+ * @param {sap.ui.core.date.CalendarWeekNumbering} [oFormatOptions.calendarWeekNumbering] @since 1.71.52 specifies the calendar week numbering.
216
+ * Note: This API has been introduced with version 1.108 and downported to this release with
217
+ * patch level 52.
201
218
  * @param {string} [oFormatOptions.format] @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern in the used locale, which matches the wanted symbols best.
202
219
  * The symbols must be in canonical order, that is: Era (G), Year (y/Y), Quarter (q/Q), Month (M/L), Week (w/W), Day-Of-Week (E/e/c), Day (d/D), Hour (h/H/k/K/j/J), Minute (m), Second (s), Timezone (z/Z/v/V/O/X/x)
203
220
  * See http://unicode.org/reports/tr35/tr35-dates.html#availableFormats_appendItems
@@ -217,6 +234,7 @@ sap.ui.define([
217
234
  * @return {sap.ui.core.format.DateFormat} time instance of the DateFormat
218
235
  * @static
219
236
  * @public
237
+ * @throws {TypeError} If the <code>calendarWeekNumbering</code> format option has an unsupported value
220
238
  */
221
239
  DateFormat.getTimeInstance = function(oFormatOptions, oLocale) {
222
240
  return this.createInstance(oFormatOptions, oLocale, this.oTimeInfo);
@@ -238,6 +256,7 @@ sap.ui.define([
238
256
  * @return {sap.ui.core.format.DateFormat} time instance of the DateFormat
239
257
  * @static
240
258
  * @private
259
+ * @throws {TypeError} If the <code>calendarWeekNumbering</code> format option has an unsupported value
241
260
  */
242
261
  DateFormat.createInstance = function(oFormatOptions, oLocale, oInfo) {
243
262
  // Create an instance of the DateFormat
@@ -264,6 +283,10 @@ sap.ui.define([
264
283
  oFormat.oFormatOptions.calendarType = sap.ui.getCore().getConfiguration().getCalendarType();
265
284
  }
266
285
 
286
+ if (oFormat.oFormatOptions.calendarWeekNumbering && values(CalendarWeekNumbering).indexOf(oFormat.oFormatOptions.calendarWeekNumbering) < 0) {
287
+ throw new TypeError("Illegal format option calendarWeekNumbering: '" + oFormat.oFormatOptions.calendarWeekNumbering + "'");
288
+ }
289
+
267
290
  if (!oFormat.oFormatOptions.pattern) {
268
291
  if (oFormat.oFormatOptions.format) {
269
292
  oFormat.oFormatOptions.pattern = oFormat.oLocaleData.getCustomDateTimePattern(oFormat.oFormatOptions.format, oFormat.oFormatOptions.calendarType);
@@ -662,7 +685,7 @@ sap.ui.define([
662
685
  "Y": {
663
686
  name: "weekYear",
664
687
  format: function(oField, oDate, bUTC, oFormat) {
665
- var oWeek = bUTC ? oDate.getUTCWeek() : oDate.getWeek();
688
+ var oWeek = bUTC ? oDate.getUTCWeek(oFormat.oLocale, oFormat.oFormatOptions.calendarWeekNumbering) : oDate.getWeek(oFormat.oLocale, oFormat.oFormatOptions.calendarWeekNumbering);
666
689
  var iWeekYear = oWeek.year;
667
690
  var sWeekYear = String(iWeekYear);
668
691
  var sCalendarType = oFormat.oFormatOptions.calendarType;
@@ -808,7 +831,7 @@ sap.ui.define([
808
831
  "w": {
809
832
  name: "weekInYear",
810
833
  format: function(oField, oDate, bUTC, oFormat) {
811
- var oWeek = bUTC ? oDate.getUTCWeek() : oDate.getWeek();
834
+ var oWeek = bUTC ? oDate.getUTCWeek(oFormat.oLocale, oFormat.oFormatOptions.calendarWeekNumbering) : oDate.getWeek(oFormat.oLocale, oFormat.oFormatOptions.calendarWeekNumbering);
812
835
  var iWeek = oWeek.week;
813
836
  var sWeek = String(iWeek + 1);
814
837
  if (oField.digits < 3) {
@@ -1718,7 +1741,7 @@ sap.ui.define([
1718
1741
 
1719
1742
  // recreate javascript date object from the given oDateValues.
1720
1743
  // In case of oDateValue.valid == false, null value will be returned
1721
- var fnCreateDate = function(oDateValue, sCalendarType, bUTC, bStrict) {
1744
+ var fnCreateDate = function(oDateValue, sCalendarType, bUTC, bStrict, oFormatOptions, oLocale) {
1722
1745
  var oDate,
1723
1746
  iYear = typeof oDateValue.year === "number" ? oDateValue.year : 1970;
1724
1747
 
@@ -1747,9 +1770,9 @@ sap.ui.define([
1747
1770
  oDate.setUTCWeek({
1748
1771
  year: oDateValue.weekYear || oDateValue.year,
1749
1772
  week: oDateValue.week
1750
- });
1773
+ }, oLocale, oFormatOptions.calendarWeekNumbering);
1751
1774
 
1752
- //add the dayNumberOfWeek to the current day
1775
+ // add the dayNumberOfWeek to the current day
1753
1776
  if (oDateValue.dayNumberOfWeek !== undefined) {
1754
1777
  oDate.setUTCDate(oDate.getUTCDate() + oDateValue.dayNumberOfWeek - 1);
1755
1778
  }
@@ -1774,7 +1797,7 @@ sap.ui.define([
1774
1797
  oDate.setWeek({
1775
1798
  year: oDateValue.weekYear || oDateValue.year,
1776
1799
  week: oDateValue.week
1777
- });
1800
+ }, oLocale, oFormatOptions.calendarWeekNumbering);
1778
1801
 
1779
1802
  //add the dayNumberOfWeek to the current day
1780
1803
  if (oDateValue.dayNumberOfWeek !== undefined) {
@@ -1866,7 +1889,8 @@ sap.ui.define([
1866
1889
  oDateValue.valid = false;
1867
1890
  }
1868
1891
 
1869
- oJSDate = fnCreateDate(oDateValue, sCalendarType, bUTC, bStrict);
1892
+
1893
+ oJSDate = fnCreateDate(oDateValue, sCalendarType, bUTC, bStrict, this.oFormatOptions, this.oLocale);
1870
1894
 
1871
1895
  if (oJSDate) {
1872
1896
  return oJSDate;
@@ -1880,8 +1904,10 @@ sap.ui.define([
1880
1904
  var oDateValue1 = mergeWithoutOverwrite(aDateValues[0], aDateValues[1]);
1881
1905
  var oDateValue2 = mergeWithoutOverwrite(aDateValues[1], aDateValues[0]);
1882
1906
 
1883
- oJSDate1 = fnCreateDate(oDateValue1, sCalendarType, bUTC, bStrict);
1884
- oJSDate2 = fnCreateDate(oDateValue2, sCalendarType, bUTC, bStrict);
1907
+
1908
+ oJSDate1 = fnCreateDate(oDateValue1, sCalendarType, bUTC, bStrict, this.oFormatOptions, this.oLocale);
1909
+ oJSDate2 = fnCreateDate(oDateValue2, sCalendarType, bUTC, bStrict, this.oFormatOptions, this.oLocale);
1910
+
1885
1911
 
1886
1912
  if (oJSDate1 && oJSDate2) {
1887
1913
 
@@ -2245,7 +2271,9 @@ sap.ui.define([
2245
2271
  DateFormat.prototype._adaptDayOfWeek = function(iDayOfWeek) {
2246
2272
  // day of week depends on the format locale
2247
2273
  // the DateFormat's locale is independent
2248
- var iFirstDayOfWeek = LocaleData.getInstance(sap.ui.getCore().getConfiguration().getFormatSettings().getFormatLocale()).getFirstDayOfWeek();
2274
+ var sCalendarWeekParameter = this.oFormatOptions.calendarWeekNumbering;
2275
+ var iFirstDayOfWeek = CalendarUtils.getWeekConfigurationValues(sCalendarWeekParameter, this.oLocale).firstDayOfWeek;
2276
+
2249
2277
  var iDayNumberOfWeek = iDayOfWeek - (iFirstDayOfWeek - 1);
2250
2278
 
2251
2279
  if (iDayNumberOfWeek <= 0) {
@@ -466,7 +466,7 @@ function (ManagedObject, Log, deepEqual, Locale, LocaleData) {
466
466
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
467
467
  * @extends sap.ui.base.ManagedObject
468
468
  * @author SAP SE
469
- * @version 1.71.47
469
+ * @version 1.71.51
470
470
  * @hideconstructor
471
471
  * @public
472
472
  * @since 1.60
@@ -7,14 +7,14 @@
7
7
  /**
8
8
  * Initialization Code and shared classes of library sap.ui.core.
9
9
  */
10
- sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
11
- function(DataType, CalendarType) {
10
+ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './date/CalendarWeekNumbering', './Core'],
11
+ function(DataType, CalendarType, CalendarWeekNumbering) {
12
12
  "use strict";
13
13
 
14
14
  // delegate further initialization of this library to the Core
15
15
  sap.ui.getCore().initLibrary({
16
16
  name : "sap.ui.core",
17
- version: "1.71.47",
17
+ version: "1.71.51",
18
18
  designtime: "sap/ui/core/designtime/library.designtime",
19
19
  types: [
20
20
 
@@ -61,6 +61,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
61
61
  "sap.ui.core.ValueState",
62
62
  "sap.ui.core.VerticalAlign",
63
63
  "sap.ui.core.Wrapping",
64
+ "sap.ui.core.date.CalendarWeekNumbering",
64
65
  "sap.ui.core.dnd.DropEffect",
65
66
  "sap.ui.core.dnd.DropLayout",
66
67
  "sap.ui.core.dnd.DropPosition",
@@ -148,7 +149,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
148
149
  * @namespace
149
150
  * @alias sap.ui.core
150
151
  * @author SAP SE
151
- * @version 1.71.47
152
+ * @version 1.71.51
152
153
  * @public
153
154
  */
154
155
  var thisLib = sap.ui.core;
@@ -1405,7 +1406,7 @@ sap.ui.define(['sap/ui/base/DataType', './CalendarType', './Core'],
1405
1406
  /**
1406
1407
  * Sort order of a column.
1407
1408
  *
1408
- * @version 1.71.47
1409
+ * @version 1.71.51
1409
1410
  * @enum {string}
1410
1411
  * @public
1411
1412
  * @since 1.61.0
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor', "sap/ui/thirdparty/jquery
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.47
32
+ * @version 1.71.51
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.Object
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.47
30
+ * @version 1.71.51
31
31
  *
32
32
  * @param {object} [mParameters] a map which contains the following parameter properties:
33
33
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.base.EventProvider
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.71.47
49
+ * @version 1.71.51
50
50
  *
51
51
  * @public
52
52
  * @alias sap.ui.core.message.MessageManager
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.71.47
27
+ * @version 1.71.51
28
28
  * @public
29
29
  * @abstract
30
30
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.47
30
+ * @version 1.71.51
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -110,48 +110,48 @@ YES=Oui
110
110
  #YMSG: Enter "{0}" or "{1}"
111
111
  EnterYesOrNo=Entrez "{0}" ou "{1}".
112
112
  #YMSG: Enter only digits
113
- EnterDigitsOnly=Indiquez uniquement des chiffres.
113
+ EnterDigitsOnly=Entrez uniquement des chiffres.
114
114
  #YMSG: Enter a maximum of {0} digits
115
115
  EnterMaximumOfDigits=Indiquez {0} chiffres maximum.
116
116
  #YMSG: Enter a number
117
- EnterNumber=Indiquez un nombre.
117
+ EnterNumber=Entrez un nombre.
118
118
  #YMSG: Enter a number with a maximum of {0} digits, including any decimal places
119
- EnterNumberPrecision=Entrez un nombre \u00E0 {0} chiffres maximum y compris les d\u00E9cimales.
119
+ EnterNumberPrecision=Entrez un nombre \u00E0 {0} chiffres au maximum, y compris les d\u00E9cimales.
120
120
  #YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator
121
- EnterNumberInteger=Entrez un nombre \u00E0 {0} chiffres situ\u00E9s \u00E0 gauche du signe d\u00E9cimal.
121
+ EnterNumberInteger=Entrez un nombre \u00E0 {0} chiffres au maximum \u00E0 gauche du s\u00E9parateur d\u00E9cimal.
122
122
  #YMSG: Enter a number with a maximum of {0} decimal places
123
- EnterNumberFraction=Entrez un nombre \u00E0 {0} d\u00E9cimales maximum.
123
+ EnterNumberFraction=Indiquez un nombre \u00E0 {0} d\u00E9cimales maximum.
124
124
  #YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places
125
- EnterNumberIntegerFraction=Entrez un nombre \u00E0 {0} chiffres situ\u00E9s \u00E0 gauche du signe d\u00E9cimal et {1} d\u00E9cimales au maximum.
125
+ EnterNumberIntegerFraction=Entrez un nombre \u00E0 {0} chiffres au maximum \u00E0 gauche du s\u00E9parateur d\u00E9cimal et {1} d\u00E9cimales au maximum.
126
126
  #YMSG: Enter a number with a minimum value of {0}
127
- EnterNumberMin=Entrez un nombre sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
127
+ EnterNumberMin=Entrez un nombre avec une valeur minimale de {0}.
128
128
  #YMSG: Enter a number greater than {0}
129
- EnterNumberMinExclusive=Entrez un nombre sup\u00E9rieur \u00E0 {0}.
129
+ EnterNumberMinExclusive=Saisissez un nombre sup\u00E9rieur \u00E0 {0}.
130
130
  #YMSG: Enter a number with a maximum value of {0}
131
- EnterNumberMax=Entrez un nombre inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
131
+ EnterNumberMax=Entrez un nombre avec une valeur maximale de {0}.
132
132
  #YMSG: Enter a number less than {0}
133
- EnterNumberMaxExclusive=Entrez un nombre inf\u00E9rieur \u00E0 {0}.
133
+ EnterNumberMaxExclusive=Saisissez un nombre inf\u00E9rieur \u00E0 {0}.
134
134
  #YMSG: Enter a text
135
135
  EnterText=Entrez un texte.
136
136
  #YMSG: Enter a text with a maximum of {0} characters and spaces
137
- EnterTextMaxLength=Entrez un texte comportant au maximum {0} caract\u00E8res, espaces compris.
137
+ EnterTextMaxLength=Saisissez un texte comportant au maximum {0} caract\u00E8res, espaces compris.
138
138
  #YMSG: Enter a number with no decimal places
139
- EnterInt=Entrez un nombre sans d\u00E9cimales.
139
+ EnterInt=Saisissez un nombre sans d\u00E9cimales.
140
140
  #YMSG: Enter a valid date and a valid time in the following format\: {0}
141
- EnterDateTime=Entrez une date et une heure valides au format suivant\u00A0\: {0}
141
+ EnterDateTime=Entrez une date et une heure valides au format suivant\u00A0\: {0}.
142
142
  #YMSG: Enter a valid date in the following format\: {0}
143
- EnterDate=Entrez une date valide au format suivant\u00A0\: {0}
143
+ EnterDate=Indiquez une date valide au format suivant \: {0}.
144
144
  #YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
145
- EnterGuid=Entrez un GUID au format suivant \: 12345678-90AB-CDEF-1234-567890ABCDEF
145
+ EnterGuid=Entrez un GUID au format suivant\u00A0\: 12345678-90AB-CDEF-1234-567890ABCDEF.
146
146
  #YMSG: Enter a valid time in the following format\: {0}
147
- EnterTime=Entrez une heure valide au format suivant\u00A0\: {0}
147
+ EnterTime=Indiquez une heure valide au format suivant \: {0}.
148
148
 
149
149
  #########
150
150
  # Texts for sap.ui.model.type.*
151
151
  #########
152
152
 
153
153
  #YMSG,100: Enter a valid boolean
154
- Boolean.Invalid=Saisissez une expression bool\u00E9enne valide.
154
+ Boolean.Invalid=Entrez une valeur bool\u00E9enne valide.
155
155
 
156
156
  #YMSG,100: Enter a valid number
157
157
  Integer.Invalid=Entrez un nombre valide.
@@ -170,18 +170,18 @@ Float.Maximum=Entrez un nombre inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
170
170
  #YMSG,100: Enter a valid currency amount
171
171
  Currency.Invalid=Entrez un montant en devise valide.
172
172
  #YMSG,100: Enter an amount greater than or equal to {0}
173
- Currency.Minimum=Entrez un nombre sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
173
+ Currency.Minimum=Entrez un montant sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
174
174
  #YMSG,100: Enter an amount lower than or equal to {0}
175
- Currency.Maximum=Entrez un nombre inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
175
+ Currency.Maximum=Entrez un montant inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
176
176
 
177
177
  #YMSG,100: Enter a valid unit amount
178
178
  Unit.Invalid=Entrez un nombre en unit\u00E9 valide.
179
179
  #YMSG,100: Enter an amount greater than or equal to {0}
180
- Unit.Minimum=Entrez un nombre sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
180
+ Unit.Minimum=Entrez un montant sup\u00E9rieur ou \u00E9gal \u00E0 {0}.
181
181
  #YMSG,100: Enter an amount lower than or equal to {0}
182
- Unit.Maximum=Entrez un nombre inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
182
+ Unit.Maximum=Entrez un montant inf\u00E9rieur ou \u00E9gal \u00E0 {0}.
183
183
  #YMSG,100: Enter an amount with less decimals than {0}
184
- Unit.Decimals=Entrez un nombre avec moins de d\u00E9cimales que {0}.
184
+ Unit.Decimals=Entrez un montant avec un nombre de d\u00E9cimales inf\u00E9rieur \u00E0 {0}.
185
185
 
186
186
  #YMSG,100: Enter a valid file size
187
187
  FileSize.Invalid=Entrez une taille de fichier valide.
@@ -200,30 +200,30 @@ Date.Maximum=Entrez une date ant\u00E9rieure au {0}.
200
200
  #YMSG,100: Enter a valid time
201
201
  Time.Invalid=Entrez une heure valide.
202
202
  #YMSG,100: Enter a time after {0}
203
- Time.Minimum=Entrez une heure post\u00E9rieure au {0}.
203
+ Time.Minimum=Entrez une heure post\u00E9rieure \u00E0 {0}.
204
204
  #YMSG,100: Enter a time before {0}
205
- Time.Maximum=Entrez une heure ant\u00E9rieure au {0}.
205
+ Time.Maximum=Entrez une heure ant\u00E9rieure \u00E0 {0}.
206
206
 
207
207
  #YMSG,100: Enter a valid date and time
208
208
  DateTime.Invalid=Entrez une date et une heure valides.
209
209
  #YMSG,100: Enter a date and time after {0}
210
- DateTime.Minimum=Entrez une date et une heure post\u00E9rieures au/\u00E0 {0}.
210
+ DateTime.Minimum=Indiquez une date et une heure post\u00E9rieures \u00E0 {0}.
211
211
  #YMSG,100: Enter a date and time before {0}
212
- DateTime.Maximum=Entrez une date et une heure ant\u00E9rieures au/\u00E0 {0}.
212
+ DateTime.Maximum=Indiquez une date et une heure ant\u00E9rieures \u00E0 {0}.
213
213
 
214
214
  #YMSG,100: Enter a valid date interval
215
- DateInterval.Invalid=Saisissez un intervalle de dates valide.
215
+ DateInterval.Invalid=Entrez un intervalle de dates valide.
216
216
 
217
217
  #YMSG,100: Enter a value with at least {0} characters
218
- String.MinLength=Saisissez une valeur comportant au moins {0} caract\u00E8re(s).
218
+ String.MinLength=Entrez une valeur comportant au moins {0} caract\u00E8res.
219
219
  #YMSG,100: Enter a value with no more than {0} characters
220
220
  String.MaxLength=Entrez une valeur comportant au maximum {0} caract\u00E8res.
221
221
  #YMSG,100: Enter a value starting with "{0}"
222
222
  String.StartsWith=Entrez une valeur commen\u00E7ant par "{0}".
223
223
  #YMSG,100: Enter a value ending with "{0}"
224
- String.EndsWith=Entrez une valeur se terminant par "{0}".
224
+ String.EndsWith=Entrez une valeur se terminant par "{0}"
225
225
  #YMSG,100: Enter a value containing "{0}"
226
- String.Contains=Entrez une valeur comtenant "{0}".
226
+ String.Contains=Entrez une valeur contenant "{0}".
227
227
  #YMSG,100: Enter value "{0}"
228
228
  String.Equals=Entrez la valeur "{0}".
229
229
  #YMSG,100: Enter a valid value
@@ -265,7 +265,7 @@ Icon.collapse-group=R\u00E9duire groupe
265
265
  #XTXT: Crop parts of an image
266
266
  Icon.crop=Rogner
267
267
  #XTXT: To decline an offer
268
- Icon.decline=Refuser
268
+ Icon.decline=Fermer
269
269
  #XTXT
270
270
  Icon.delete=Supprimer
271
271
  #XTXT
@@ -293,7 +293,7 @@ Icon.flag=S\u00E9lectionner
293
293
  #XTXT: To forward an item to a recipients
294
294
  Icon.forward=Faire suivre
295
295
  #XTXT
296
- Icon.full-screen=Activer mode plein \u00E9cran
296
+ Icon.full-screen=Activer le mode plein \u00E9cran
297
297
  #XTXT
298
298
  Icon.generate-shortcut=Cr\u00E9er relation
299
299
  #XTXT: To group items
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.mvc.View
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.71.47
46
+ * @version 1.71.51
47
47
  *
48
48
  * @public
49
49
  * @since 1.9.2
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @class
45
45
  * A View defined using JSON.
46
46
  * @extends sap.ui.core.mvc.View
47
- * @version 1.71.47
47
+ * @version 1.71.51
48
48
  *
49
49
  * @public
50
50
  * @alias sap.ui.core.mvc.JSONView
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * A View defined/constructed by JavaScript code.
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.71.47
30
+ * @version 1.71.51
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.mvc.JSView
@@ -29,7 +29,7 @@ function(library, View, TemplateViewRenderer, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.47
32
+ * @version 1.71.51
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * Also see {@link topic:91f28be26f4d1014b6dd926db0e91070 "Support for Unique IDs"} in the documentation.
57
57
  *
58
58
  * @extends sap.ui.core.Control
59
- * @version 1.71.47
59
+ * @version 1.71.51
60
60
  *
61
61
  * @public
62
62
  * @alias sap.ui.core.mvc.View
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * control's dependents aggregation or add it by using {@link sap.ui.core.mvc.XMLView#addDependent}.
70
70
  *
71
71
  * @extends sap.ui.core.mvc.View
72
- * @version 1.71.47
72
+ * @version 1.71.51
73
73
  *
74
74
  * @public
75
75
  * @alias sap.ui.core.mvc.XMLView
@@ -19,7 +19,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/DeclarativeSupport', "sap/base/L
19
19
  * @see sap.ui.core.DeclarativeSupport
20
20
  * @public
21
21
  * @since 1.7.0
22
- * @version 1.71.47
22
+ * @version 1.71.51
23
23
  * @alias sap.ui.core.plugin.DeclarativeSupport
24
24
  */
25
25
  var DeclarativeSupport = function() {
@@ -37,7 +37,7 @@
37
37
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
38
38
  *
39
39
  * @author Peter Muessig
40
- * @version 1.71.47
40
+ * @version 1.71.51
41
41
  * @private
42
42
  * @alias sap.ui.core.plugin.LessSupport
43
43
  */
@@ -18,7 +18,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/tmpl/Template', "sap/base/Log"],
18
18
  * @author Peter Muessig
19
19
  * @public
20
20
  * @since 1.15.0
21
- * @version 1.71.47
21
+ * @version 1.71.51
22
22
  * @alias sap.ui.core.plugin.TemplatingSupport
23
23
  */
24
24
  var TemplatingSupport = function() {
@@ -38,7 +38,7 @@ function (
38
38
  * @alias sap.ui.core.postmessage.Bus
39
39
  * @author SAP SE
40
40
  * @since 1.56.0
41
- * @version 1.71.47
41
+ * @version 1.71.51
42
42
  * @private
43
43
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
44
44
  */
@@ -13,7 +13,7 @@ sap.ui.define(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.71.47
16
+ * @version 1.71.51
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
28
28
  * @extends sap.ui.core.search.SearchProvider
29
- * @version 1.71.47
29
+ * @version 1.71.51
30
30
  *
31
31
  * @public
32
32
  * @alias sap.ui.core.search.OpenSearchProvider
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/library', "sap/base/Log"],
23
23
  *
24
24
  * Do not create instances of this class, but use a concrete subclass instead.
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.71.47
26
+ * @version 1.71.51
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.search.SearchProvider
@@ -71,7 +71,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
71
71
  *
72
72
  * @extends sap.ui.base.Object
73
73
  * @author SAP SE
74
- * @version 1.71.47
74
+ * @version 1.71.51
75
75
  * @alias sap.ui.core.service.Service
76
76
  * @abstract
77
77
  * @private
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
83
83
  *
84
84
  * @extends sap.ui.base.Object
85
85
  * @author SAP SE
86
- * @version 1.71.47
86
+ * @version 1.71.51
87
87
  * @alias sap.ui.core.service.ServiceFactory
88
88
  * @private
89
89
  * @ui5-restricted sap.ushell
@@ -18,7 +18,7 @@ sap.ui.define(['./ServiceFactory', "sap/base/assert"],
18
18
  * The service factory registry.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.71.47
21
+ * @version 1.71.51
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/util/
17
17
  *
18
18
  * @abstract
19
19
  * @extends sap.ui.base.Object
20
- * @version 1.71.47
20
+ * @version 1.71.51
21
21
  * @private
22
22
  * @ui5-restricted
23
23
  * @alias sap.ui.core.support.Plugin
@@ -26,7 +26,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Plugin', 'sap/ui/Device', "sap/ba
26
26
  * @class This class provides the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
27
27
  *
28
28
  * @extends sap.ui.base.EventProvider
29
- * @version 1.71.47
29
+ * @version 1.71.51
30
30
  * @private
31
31
  * @alias sap.ui.core.support.Support
32
32
  */
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @class This class represents the ControlTree plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
51
51
  *
52
52
  * @extends sap.ui.core.support.Plugin
53
- * @version 1.71.47
53
+ * @version 1.71.51
54
54
  * @private
55
55
  * @alias sap.ui.core.support.plugins.ControlTree
56
56
  */
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * With this plugIn the performance measurements are displayed
39
39
  *
40
40
  * @extends sap.ui.core.support.Plugin
41
- * @version 1.71.47
41
+ * @version 1.71.51
42
42
  * @private
43
43
  * @alias sap.ui.core.support.plugins.Interaction
44
44
  */
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/support/Plugin', "sap/base/Log"],
15
15
  * @class This class represents the LocalStorage plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
16
16
  *
17
17
  * @extends sap.ui.core.support.Plugin
18
- * @version 1.71.47
18
+ * @version 1.71.51
19
19
  * @private
20
20
  * @alias sap.ui.core.support.plugins.LocalStorage
21
21
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * This class is only for testing purposes for support tool communication.
21
21
  *
22
22
  * @extends sap.ui.core.support.Plugin
23
- * @version 1.71.47
23
+ * @version 1.71.51
24
24
  * @private
25
25
  * @alias sap.ui.core.support.plugins.MessageTest
26
26
  */