@openui5/sap.ui.core 1.142.1 → 1.143.1

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 (273) hide show
  1. package/package.json +1 -1
  2. package/src/jquery.sap.global.js +1 -1
  3. package/src/jquery.sap.properties.js +1 -1
  4. package/src/jquery.sap.resources.js +1 -1
  5. package/src/jquery.sap.script.js +1 -1
  6. package/src/jquery.sap.storage.js +3 -3
  7. package/src/sap/base/Event.js +1 -1
  8. package/src/sap/base/Eventing.js +1 -1
  9. package/src/sap/base/config.js +1 -1
  10. package/src/sap/base/i18n/LanguageTag.js +1 -1
  11. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  12. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  13. package/src/sap/base/util/restricted/_castArray.js +1 -1
  14. package/src/sap/base/util/restricted/_compact.js +1 -1
  15. package/src/sap/base/util/restricted/_curry.js +1 -1
  16. package/src/sap/base/util/restricted/_debounce.js +1 -1
  17. package/src/sap/base/util/restricted/_difference.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  19. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  22. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  23. package/src/sap/base/util/restricted/_flatten.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  25. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  26. package/src/sap/base/util/restricted/_intersection.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  28. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  30. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  31. package/src/sap/base/util/restricted/_isNil.js +1 -1
  32. package/src/sap/base/util/restricted/_max.js +1 -1
  33. package/src/sap/base/util/restricted/_merge.js +1 -1
  34. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  35. package/src/sap/base/util/restricted/_min.js +1 -1
  36. package/src/sap/base/util/restricted/_omit.js +1 -1
  37. package/src/sap/base/util/restricted/_pick.js +1 -1
  38. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  39. package/src/sap/base/util/restricted/_throttle.js +1 -1
  40. package/src/sap/base/util/restricted/_toArray.js +1 -1
  41. package/src/sap/base/util/restricted/_union.js +1 -1
  42. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  43. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  44. package/src/sap/base/util/restricted/_uniq.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  46. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  47. package/src/sap/base/util/restricted/_without.js +1 -1
  48. package/src/sap/base/util/restricted/_xor.js +1 -1
  49. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  50. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  52. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  53. package/src/sap/ui/Device.js +3 -3
  54. package/src/sap/ui/Global.js +3 -3
  55. package/src/sap/ui/base/Event.js +1 -1
  56. package/src/sap/ui/base/EventProvider.js +1 -1
  57. package/src/sap/ui/base/Exception.js +9 -7
  58. package/src/sap/ui/base/ExpressionParser.js +8 -7
  59. package/src/sap/ui/base/Interface.js +1 -1
  60. package/src/sap/ui/base/ManagedObject.js +1 -1
  61. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  62. package/src/sap/ui/base/Metadata.js +1 -1
  63. package/src/sap/ui/base/Object.js +1 -1
  64. package/src/sap/ui/base/ObjectPool.js +1 -1
  65. package/src/sap/ui/core/.library +2 -2
  66. package/src/sap/ui/core/BusyIndicator.js +1 -1
  67. package/src/sap/ui/core/Component.js +7 -6
  68. package/src/sap/ui/core/ComponentContainer.js +1 -1
  69. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  70. package/src/sap/ui/core/ComponentSupport.js +1 -1
  71. package/src/sap/ui/core/Configuration.js +1 -1
  72. package/src/sap/ui/core/Control.js +1 -1
  73. package/src/sap/ui/core/Core.js +6 -3
  74. package/src/sap/ui/core/CustomData.js +1 -1
  75. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  76. package/src/sap/ui/core/Element.js +1 -1
  77. package/src/sap/ui/core/ElementMetadata.js +1 -1
  78. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  79. package/src/sap/ui/core/EventBus.js +1 -1
  80. package/src/sap/ui/core/Fragment.js +1 -1
  81. package/src/sap/ui/core/HTML.js +1 -1
  82. package/src/sap/ui/core/History.js +1 -1
  83. package/src/sap/ui/core/Icon.js +1 -1
  84. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  85. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  86. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  87. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  88. package/src/sap/ui/core/InvisibleText.js +1 -1
  89. package/src/sap/ui/core/Item.js +1 -1
  90. package/src/sap/ui/core/LabelEnablement.js +6 -4
  91. package/src/sap/ui/core/LayoutData.js +1 -1
  92. package/src/sap/ui/core/ListItem.js +1 -1
  93. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  94. package/src/sap/ui/core/Locale.js +1 -1
  95. package/src/sap/ui/core/LocaleData.js +1 -1
  96. package/src/sap/ui/core/Manifest.js +1 -1
  97. package/src/sap/ui/core/Message.js +1 -1
  98. package/src/sap/ui/core/RenderManager.js +1 -1
  99. package/src/sap/ui/core/Renderer.js +1 -1
  100. package/src/sap/ui/core/ResizeHandler.js +1 -1
  101. package/src/sap/ui/core/ScrollBar.js +1 -1
  102. package/src/sap/ui/core/SeparatorItem.js +1 -1
  103. package/src/sap/ui/core/ShortcutHintsMixin.js +1 -13
  104. package/src/sap/ui/core/Title.js +1 -1
  105. package/src/sap/ui/core/TooltipBase.js +1 -1
  106. package/src/sap/ui/core/UIArea.js +1 -1
  107. package/src/sap/ui/core/UIComponent.js +1 -1
  108. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  109. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  110. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  111. package/src/sap/ui/core/XMLComposite.js +1 -1
  112. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  113. package/src/sap/ui/core/date/UI5Date.js +1 -1
  114. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  115. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  116. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  117. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  118. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  119. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  120. package/src/sap/ui/core/format/FormatUtils.js +1 -1
  121. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  122. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  123. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  124. package/src/sap/ui/core/library.js +11 -11
  125. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  126. package/src/sap/ui/core/message/Message.js +1 -1
  127. package/src/sap/ui/core/message/MessageManager.js +1 -1
  128. package/src/sap/ui/core/message/MessageParser.js +1 -1
  129. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  130. package/src/sap/ui/core/messagebundle_de.properties +1 -1
  131. package/src/sap/ui/core/messagebundle_es.properties +20 -20
  132. package/src/sap/ui/core/messagebundle_id.properties +2 -2
  133. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  134. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  135. package/src/sap/ui/core/mvc/JSView.js +1 -1
  136. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  137. package/src/sap/ui/core/mvc/View.js +1 -1
  138. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  139. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  140. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  141. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  142. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  143. package/src/sap/ui/core/routing/History.js +8 -4
  144. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  145. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  146. package/src/sap/ui/core/service/Service.js +1 -1
  147. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  148. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  149. package/src/sap/ui/core/support/Plugin.js +1 -1
  150. package/src/sap/ui/core/support/Support.js +1 -1
  151. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  152. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  153. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  154. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  155. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  156. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  157. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  158. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  159. package/src/sap/ui/core/themes/base/BrowserScrollbar.less +1 -1
  160. package/src/sap/ui/core/themes/base/DragAndDrop.less +21 -20
  161. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  162. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  163. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  164. package/src/sap/ui/core/tmpl/Template.js +1 -1
  165. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  166. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  167. package/src/sap/ui/core/util/Export.js +1 -1
  168. package/src/sap/ui/core/util/ExportCell.js +1 -1
  169. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  170. package/src/sap/ui/core/util/ExportRow.js +1 -1
  171. package/src/sap/ui/core/util/ExportType.js +1 -1
  172. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  173. package/src/sap/ui/core/util/File.js +1 -1
  174. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  175. package/src/sap/ui/core/util/MockServer.js +1 -1
  176. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  177. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +2 -2
  178. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
  179. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +2 -2
  180. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  181. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  182. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  183. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  184. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  185. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  186. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  187. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  188. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  189. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  190. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  191. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  192. package/src/sap/ui/debug/ControlTree.js +1 -1
  193. package/src/sap/ui/debug/DebugEnv.js +1 -1
  194. package/src/sap/ui/debug/PropertyList.js +1 -1
  195. package/src/sap/ui/model/ClientModel.js +1 -1
  196. package/src/sap/ui/model/ClientTreeBinding.js +56 -7
  197. package/src/sap/ui/model/CompositeDataState.js +1 -1
  198. package/src/sap/ui/model/CompositeType.js +1 -1
  199. package/src/sap/ui/model/DataState.js +1 -1
  200. package/src/sap/ui/model/MetaModel.js +1 -1
  201. package/src/sap/ui/model/Model.js +1 -1
  202. package/src/sap/ui/model/SelectionModel.js +1 -1
  203. package/src/sap/ui/model/SimpleType.js +1 -1
  204. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  205. package/src/sap/ui/model/Type.js +1 -1
  206. package/src/sap/ui/model/json/JSONModel.js +2 -2
  207. package/src/sap/ui/model/message/MessageModel.js +1 -1
  208. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  209. package/src/sap/ui/model/odata/ODataMessageParser.js +31 -64
  210. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  211. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  212. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  213. package/src/sap/ui/model/odata/type/Boolean.js +8 -4
  214. package/src/sap/ui/model/odata/type/Byte.js +8 -4
  215. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  216. package/src/sap/ui/model/odata/type/Date.js +2 -2
  217. package/src/sap/ui/model/odata/type/DateTime.js +2 -2
  218. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  219. package/src/sap/ui/model/odata/type/DateTimeOffset.js +8 -4
  220. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  221. package/src/sap/ui/model/odata/type/Decimal.js +8 -4
  222. package/src/sap/ui/model/odata/type/Double.js +8 -4
  223. package/src/sap/ui/model/odata/type/Guid.js +8 -4
  224. package/src/sap/ui/model/odata/type/Int.js +9 -4
  225. package/src/sap/ui/model/odata/type/Int16.js +8 -4
  226. package/src/sap/ui/model/odata/type/Int32.js +8 -4
  227. package/src/sap/ui/model/odata/type/Int64.js +8 -4
  228. package/src/sap/ui/model/odata/type/ODataType.js +6 -7
  229. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  230. package/src/sap/ui/model/odata/type/SByte.js +8 -4
  231. package/src/sap/ui/model/odata/type/Single.js +8 -4
  232. package/src/sap/ui/model/odata/type/Stream.js +2 -2
  233. package/src/sap/ui/model/odata/type/String.js +8 -4
  234. package/src/sap/ui/model/odata/type/Time.js +2 -2
  235. package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
  236. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  237. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  238. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  239. package/src/sap/ui/model/odata/v2/ODataModel.js +6 -11
  240. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  241. package/src/sap/ui/model/odata/v4/Context.js +2 -1
  242. package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -0
  243. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  244. package/src/sap/ui/model/odata/v4/ODataListBinding.js +19 -2
  245. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +7 -29
  246. package/src/sap/ui/model/odata/v4/ODataModel.js +17 -16
  247. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +13 -8
  248. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  249. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +26 -11
  250. package/src/sap/ui/model/odata/v4/lib/_Cache.js +5 -3
  251. package/src/sap/ui/model/odata/v4/lib/_Helper.js +45 -31
  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/model/xml/XMLTreeBinding.js +10 -0
  268. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  269. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  270. package/src/sap/ui/test/generic/TestBase.js +1 -1
  271. package/src/sap/ui/thirdparty/caja-html-sanitizer.js +6 -0
  272. package/src/sap/ui/util/Storage.js +1 -1
  273. package/src/ui5loader.js +2 -8
@@ -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.142.1
28
+ * @version 1.143.1
29
29
  *
30
30
  * @public
31
31
  * @since 1.16.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @class
33
33
  * 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.
34
34
  * @extends sap.ui.core.Control
35
- * @version 1.142.1
35
+ * @version 1.143.1
36
36
  *
37
37
  * @public
38
38
  * @alias sap.ui.core.TooltipBase
@@ -170,7 +170,7 @@ sap.ui.define([
170
170
  *
171
171
  * @extends sap.ui.base.ManagedObject
172
172
  * @author SAP SE
173
- * @version 1.142.1
173
+ * @version 1.143.1
174
174
  * @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
175
175
  * @public
176
176
  * @alias sap.ui.core.UIArea
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  * @extends sap.ui.core.Component
68
68
  * @abstract
69
69
  * @author SAP SE
70
- * @version 1.142.1
70
+ * @version 1.143.1
71
71
  * @alias sap.ui.core.UIComponent
72
72
  * @since 1.9.2
73
73
  */
@@ -17,7 +17,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
17
17
  *
18
18
  * @class
19
19
  * @author SAP SE
20
- * @version 1.142.1
20
+ * @version 1.143.1
21
21
  * @since 1.15.1
22
22
  * @alias sap.ui.core.UIComponentMetadata
23
23
  * @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.142.1
19
+ * @version 1.143.1
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.142.1
23
+ * @version 1.143.1
24
24
  *
25
25
  * @public
26
26
  * @since 1.9.2
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  * @extends sap.ui.core.Control
149
149
  *
150
150
  * @author SAP SE
151
- * @version 1.142.1
151
+ * @version 1.143.1
152
152
  * @since 1.56.0
153
153
  * @alias sap.ui.core.XMLComposite
154
154
  * @see {@link topic:b83a4dcb7d0e46969027345b8d32fd44 XML Composite Controls}
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @param {object} oClassInfo static info to construct the metadata from
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.142.1
32
+ * @version 1.143.1
33
33
  * @since 1.50.0
34
34
  * @alias sap.ui.core.XMLCompositeMetadata
35
35
  * @extends sap.ui.core.ElementMetadata
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  * @hideconstructor
67
67
  * @public
68
68
  * @since 1.111.0
69
- * @version 1.142.1
69
+ * @version 1.143.1
70
70
  */
71
71
  function UI5Date(vDateParts, sTimezoneID) {
72
72
  var oDateInstance = UI5Date._createDateInstance(vDateParts);
@@ -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.142.1
85
+ * @version 1.143.1
86
86
  * @alias sap.ui.core.delegate.ItemNavigation
87
87
  * @public
88
88
  */
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  *
62
62
  * @protected
63
63
  * @alias sap.ui.core.delegate.ScrollEnablement
64
- * @version 1.142.1
64
+ * @version 1.143.1
65
65
  * @author SAP SE
66
66
  */
67
67
  var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @extends sap.ui.core.Element
39
39
  * @author SAP SE
40
- * @version 1.142.1
40
+ * @version 1.143.1
41
41
  *
42
42
  * @public
43
43
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/core/Element", "./DragInfo", "./DropInfo", "sap/base/Log"
22
22
  * @extends sap.ui.core.dnd.DropInfo
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.142.1
25
+ * @version 1.143.1
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.142.1
25
+ * @version 1.143.1
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.142.1
24
+ * @version 1.143.1
25
25
  *
26
26
  * @public
27
27
  * @since 1.56
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * Formatter related utility functions
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.142.1
14
+ * @version 1.143.1
15
15
  * @namespace
16
16
  * @private
17
17
  */
@@ -13,7 +13,7 @@ sap.ui.define([
13
13
  * Static collection of utility functions to handle time zone related conversions.
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.142.1
16
+ * @version 1.143.1
17
17
  * @namespace
18
18
  * @name module:sap/ui/core/format/TimezoneUtil
19
19
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
 
17
17
  const BASE_CVERS = Version("1.14");
18
18
 
19
- const VERSION = "1.142.1";
19
+ const VERSION = "1.143.1";
20
20
 
21
21
  var M_COMPAT_FEATURES = {
22
22
  "xx-test" : "1.15", //for testing purposes only
@@ -401,7 +401,7 @@ sap.ui.define([
401
401
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
402
402
  * @extends sap.ui.base.ManagedObject
403
403
  * @author SAP SE
404
- * @version 1.142.1
404
+ * @version 1.143.1
405
405
  * @hideconstructor
406
406
  * @public
407
407
  * @since 1.60
@@ -27,13 +27,13 @@ sap.ui.define([
27
27
  * @namespace
28
28
  * @alias sap.ui.core
29
29
  * @author SAP SE
30
- * @version 1.142.1
30
+ * @version 1.143.1
31
31
  * @since 0.8
32
32
  * @public
33
33
  */
34
34
  var thisLib = Library.init({
35
35
  name: "sap.ui.core",
36
- version: "1.142.1",
36
+ version: "1.143.1",
37
37
  designtime: "sap/ui/core/designtime/library.designtime",
38
38
  apiVersion: 2,
39
39
  ...{
@@ -1646,7 +1646,7 @@ sap.ui.define([
1646
1646
  /**
1647
1647
  * Sort order of a column.
1648
1648
  *
1649
- * @version 1.142.1
1649
+ * @version 1.143.1
1650
1650
  * @enum {string}
1651
1651
  * @public
1652
1652
  * @since 1.61.0
@@ -2038,11 +2038,11 @@ sap.ui.define([
2038
2038
  */
2039
2039
 
2040
2040
  /**
2041
- * Marker interface for controls that can be used as content of <code>sap.ui.layout.form.Form</code>
2042
- * or <code>sap.ui.layout.form.SimpleForm</code>.
2041
+ * Marker interface for controls that can be used as content of {@link sap.ui.layout.form.Form}
2042
+ * or {@link sap.ui.layout.form.SimpleForm}.
2043
2043
  *
2044
- * If the control's width must not be adjusted by the <code>Form</code> control to meet the cell's width, the
2045
- * control must implement the <code>getFormDoNotAdjustWidth</code> function and return <code>true</code>.
2044
+ * If the control's width must not be adjusted by the {@link sap.ui.layout.form.Form Form} control to meet the cell's width, the
2045
+ * control must implement the {@link sap.ui.core.IFormContent.getFormDoNotAdjustWidth getFormDoNotAdjustWidth} function and return <code>true</code>.
2046
2046
  *
2047
2047
  * @since 1.48.0
2048
2048
  * @name sap.ui.core.IFormContent
@@ -2063,15 +2063,15 @@ sap.ui.define([
2063
2063
 
2064
2064
 
2065
2065
  /**
2066
- * Whether a control wants to keep its original width even when used in a <code>Form</code>.
2066
+ * Whether a control wants to keep its original width even when used in a {@link sap.ui.layout.form.Form Form}.
2067
2067
  *
2068
- * In the <code>Form</code> control, all content controls are positioned on a grid cell base. By default,
2068
+ * In the {@link sap.ui.layout.form.Form Form} control, all content controls are positioned on a grid cell base. By default,
2069
2069
  * the controls use the full width of the used grid cell. But for some controls (like image controls),
2070
2070
  * this is not the desired behavior. In this case the control must keep its original width.
2071
2071
  *
2072
2072
  * This is an optional method. When not defined, the width of the control might be adjusted.
2073
2073
  *
2074
- * @returns {boolean} true if the <code>Form</code> is not allowed to adjust the width of the control to use the cell's width
2074
+ * @returns {boolean} <code>true</code> if the {@link sap.ui.layout.form.Form Form} is not allowed to adjust the width of the control to use the cell's width
2075
2075
  * @since 1.48.0
2076
2076
  * @public
2077
2077
  * @function
@@ -2081,7 +2081,7 @@ sap.ui.define([
2081
2081
  /**
2082
2082
  * Marker interface for controls that can be used as content of {@link sap.ui.layout.form.SemanticFormElement SemanticFormElement}.
2083
2083
  *
2084
- * If the value-holding property of the control is not <code>value</code or <code>text</code>, the name of the
2084
+ * If the value-holding property of the control is not <code>value</code> or <code>text</code>, the name of the
2085
2085
  * value-holding property must be returned in the {@link sap.ui.core.ISemanticFormContent.getFormValueProperty getFormValueProperty} function.
2086
2086
  *
2087
2087
  * If the value of the control needs some special output formatting (to show a description instead of a key), this
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.142.1
32
+ * @version 1.143.1
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.142.1
38
+ * @version 1.143.1
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.base.Object
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.142.1
40
+ * @version 1.143.1
41
41
  *
42
42
  * @public
43
43
  * @alias sap.ui.core.message.MessageManager
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
17
17
  * @extends sap.ui.base.Object
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.142.1
20
+ * @version 1.143.1
21
21
  * @public
22
22
  * @abstract
23
23
  * @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.142.1
30
+ * @version 1.143.1
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -72,7 +72,7 @@ EnterDigitsOnly=Geben Sie nur Ziffern ein
72
72
  EnterMaximumOfDigits=Geben Sie maximal {0} Ziffern an.
73
73
  EnterNumber=Geben Sie eine Zahl ein
74
74
  EnterNumberPrecision=Geben Sie eine Zahl mit maximal {0} Ziffern einschlie\u00DFlich Dezimalstellen ein
75
- EnterNumberSignificantDigits=Enter a number with a maximum of {0} digits, excluding any leading and trailing zeros
75
+ EnterNumberSignificantDigits=Geben Sie eine Zahl mit maximal {0} Ziffern ohne f\u00FChrende oder nachgestellte Nullen ein
76
76
  EnterNumberInteger=Geben Sie eine Zahl mit maximal {0} Ziffern links des Dezimaltrennzeichens ein
77
77
  EnterNumberFraction=Geben Sie eine Zahl mit maximal {0} Dezimalstellen ein
78
78
  EnterNumberIntegerFraction=Geben Sie eine Zahl mit maximal {0} Ziffern links des Dezimaltrennzeichens und maximal {1} Dezimalstellen ein
@@ -7,26 +7,26 @@ VALUE_STATE_WARNING=Advertencia emitida
7
7
  VALUE_STATE_SUCCESS=Entrada validada correctamente
8
8
  VALUE_STATE_INFORMATION=Entrada informativa
9
9
 
10
- INDICATION_STATE_INDICATION01=Color de indicaci\u00F3n 1
11
- INDICATION_STATE_INDICATION02=Color de indicaci\u00F3n 2
12
- INDICATION_STATE_INDICATION03=Color de indicaci\u00F3n 3
13
- INDICATION_STATE_INDICATION04=Color de indicaci\u00F3n 4
14
- INDICATION_STATE_INDICATION05=Color de indicaci\u00F3n 5
15
- INDICATION_STATE_INDICATION06=Color de indicaci\u00F3n 6
16
- INDICATION_STATE_INDICATION07=Color de indicaci\u00F3n 7
17
- INDICATION_STATE_INDICATION08=Color de indicaci\u00F3n 8
18
- INDICATION_STATE_INDICATION09=Color de indicaci\u00F3n 9
19
- INDICATION_STATE_INDICATION10=Color de indicaci\u00F3n 10
20
- INDICATION_STATE_INDICATION11=Color de indicaci\u00F3n 11
21
- INDICATION_STATE_INDICATION12=Color de indicaci\u00F3n 12
22
- INDICATION_STATE_INDICATION13=Color de indicaci\u00F3n 13
23
- INDICATION_STATE_INDICATION14=Color de indicaci\u00F3n 14
24
- INDICATION_STATE_INDICATION15=Color de indicaci\u00F3n 15
25
- INDICATION_STATE_INDICATION16=Color de indicaci\u00F3n 16
26
- INDICATION_STATE_INDICATION17=Color de indicaci\u00F3n 17
27
- INDICATION_STATE_INDICATION18=Color de indicaci\u00F3n 18
28
- INDICATION_STATE_INDICATION19=Color de indicaci\u00F3n 19
29
- INDICATION_STATE_INDICATION20=Color de indicaci\u00F3n 20
10
+ INDICATION_STATE_INDICATION01=Color de visualizaci\u00F3n 1
11
+ INDICATION_STATE_INDICATION02=Color de visualizaci\u00F3n 2
12
+ INDICATION_STATE_INDICATION03=Color de visualizaci\u00F3n 3
13
+ INDICATION_STATE_INDICATION04=Color de visualizaci\u00F3n 4
14
+ INDICATION_STATE_INDICATION05=Color de visualizaci\u00F3n 5
15
+ INDICATION_STATE_INDICATION06=Color de visualizaci\u00F3n 6
16
+ INDICATION_STATE_INDICATION07=Color de visualizaci\u00F3n 7
17
+ INDICATION_STATE_INDICATION08=Color de visualizaci\u00F3n 8
18
+ INDICATION_STATE_INDICATION09=Color de visualizaci\u00F3n 9
19
+ INDICATION_STATE_INDICATION10=Color de visualizaci\u00F3n 10
20
+ INDICATION_STATE_INDICATION11=Color de visualizaci\u00F3n 11
21
+ INDICATION_STATE_INDICATION12=Color de visualizaci\u00F3n 12
22
+ INDICATION_STATE_INDICATION13=Color de visualizaci\u00F3n 13
23
+ INDICATION_STATE_INDICATION14=Color de visualizaci\u00F3n 14
24
+ INDICATION_STATE_INDICATION15=Color de visualizaci\u00F3n 15
25
+ INDICATION_STATE_INDICATION16=Color de visualizaci\u00F3n 16
26
+ INDICATION_STATE_INDICATION17=Color de visualizaci\u00F3n 17
27
+ INDICATION_STATE_INDICATION18=Color de visualizaci\u00F3n 18
28
+ INDICATION_STATE_INDICATION19=Color de visualizaci\u00F3n 19
29
+ INDICATION_STATE_INDICATION20=Color de visualizaci\u00F3n 20
30
30
 
31
31
  BUSY_TEXT=Espere
32
32
  BUSY_VALUE_TEXT=Ocupado
@@ -158,7 +158,7 @@ Icon.collapse=Ciutkan
158
158
  Icon.collapse-group=Ciutkan Grup
159
159
  Icon.crop=Potong
160
160
  Icon.decline=Tolak
161
- Icon.delete=Tombol Delete
161
+ Icon.delete=Hapus
162
162
  Icon.display=Tampilkan
163
163
  Icon.down=Turun
164
164
  Icon.download=Unduh
@@ -352,7 +352,7 @@ TestRecorder.SettingsDialog.CloseButton.Text=Tutup
352
352
  Generic.Keyboard.Interaction.Text=Pintasan Papan Ketik Umum
353
353
 
354
354
  SAP_CREATE=Buat
355
- SAP_DELETE=Tombol Delete
355
+ SAP_DELETE=Hapus
356
356
  SAP_EDIT=Edit
357
357
  SAP_SAVE=Simpan
358
358
  SAP_SHARE=Bagikan
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.mvc.View
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.142.1
50
+ * @version 1.143.1
51
51
  *
52
52
  * @public
53
53
  * @since 1.9.2
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @class
48
48
  * A View defined using JSON.
49
49
  * @extends sap.ui.core.mvc.View
50
- * @version 1.142.1
50
+ * @version 1.143.1
51
51
  *
52
52
  * @public
53
53
  * @alias sap.ui.core.mvc.JSONView
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @param {object} [mSettings] initial settings for the new control
31
31
  *
32
32
  * @extends sap.ui.core.mvc.View
33
- * @version 1.142.1
33
+ * @version 1.143.1
34
34
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
35
35
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
36
36
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.142.1
32
+ * @version 1.143.1
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -153,7 +153,7 @@ sap.ui.define([
153
153
  * </ul>
154
154
  *
155
155
  * @extends sap.ui.core.Control
156
- * @version 1.142.1
156
+ * @version 1.143.1
157
157
  *
158
158
  * @public
159
159
  * @alias sap.ui.core.mvc.View
@@ -117,7 +117,7 @@ sap.ui.define([
117
117
  * bound content aggregation. An error will be thrown when the above combination is detected.
118
118
  *
119
119
  * @extends sap.ui.core.mvc.View
120
- * @version 1.142.1
120
+ * @version 1.143.1
121
121
  *
122
122
  * @public
123
123
  * @alias sap.ui.core.mvc.XMLView
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @see sap.ui.core.DeclarativeSupport
22
22
  * @public
23
23
  * @since 1.7.0
24
- * @version 1.142.1
24
+ * @version 1.143.1
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  * @deprecated since 1.120
27
27
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @public
22
22
  * @since 1.15.0
23
23
  * @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead
24
- * @version 1.142.1
24
+ * @version 1.143.1
25
25
  * @alias sap.ui.core.plugin.TemplatingSupport
26
26
  */
27
27
  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.142.1
41
+ * @version 1.143.1
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(["sap/ui/core/Lib"], function(Library) {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.142.1
16
+ * @version 1.143.1
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -4,11 +4,12 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
- 'sap/ui/core/library',
8
- './HashChanger',
7
+ "sap/ui/Device",
8
+ "sap/ui/core/library",
9
+ "./HashChanger",
9
10
  "sap/base/future",
10
11
  "sap/base/Log"
11
- ], function(library, HashChanger, future, Log) {
12
+ ], function(Device, library, HashChanger, future, Log) {
12
13
  "use strict";
13
14
 
14
15
  // shortcut for enum(s)
@@ -83,6 +84,9 @@ sap.ui.define([
83
84
  /*
84
85
  * Whether the push state API should be used.
85
86
  *
87
+ * In Safari, when the browser hash is changed, the browser doesn't clear the history state. Therefore we can't
88
+ * use push state API in Safari.
89
+ *
86
90
  * Within iframe, the usage of push state API has to be turned off because some browsers (Chrome, Firefox and Edge)
87
91
  * change the ownership of the last "hashchange" event to the outer frame as soon as the outer frame replaces the
88
92
  * current hash. This makes the state that is saved by using push state API incomplete in both outer and inner
@@ -90,7 +94,7 @@ sap.ui.define([
90
94
  *
91
95
  * @private
92
96
  */
93
- History._bUsePushState = window.self === window.top;
97
+ History._bUsePushState = !Device.browser.safari && window.self === window.top;
94
98
 
95
99
  /**
96
100
  * Returns the length difference between the history state stored in browser's
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
29
29
  * @extends sap.ui.core.search.SearchProvider
30
- * @version 1.142.1
30
+ * @version 1.143.1
31
31
  * @deprecated as of version 1.120. There is no API replacement.
32
32
  *
33
33
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
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.142.1
26
+ * @version 1.143.1
27
27
  * @deprecated since 1.120. There is no API replacement.
28
28
  *
29
29
  * @public
@@ -69,7 +69,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
69
69
  *
70
70
  * @extends sap.ui.base.Object
71
71
  * @author SAP SE
72
- * @version 1.142.1
72
+ * @version 1.143.1
73
73
  * @alias sap.ui.core.service.Service
74
74
  * @abstract
75
75
  * @private
@@ -123,7 +123,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
123
123
  *
124
124
  * @extends sap.ui.base.Object
125
125
  * @author SAP SE
126
- * @version 1.142.1
126
+ * @version 1.143.1
127
127
  * @alias sap.ui.core.service.ServiceFactory
128
128
  * @private
129
129
  * @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.142.1
21
+ * @version 1.143.1
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @abstract
23
23
  * @extends sap.ui.base.Object
24
- * @version 1.142.1
24
+ * @version 1.143.1
25
25
  * @private
26
26
  * @ui5-restricted
27
27
  * @alias sap.ui.core.support.Plugin
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @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.
32
32
  *
33
33
  * @extends sap.ui.base.EventProvider
34
- * @version 1.142.1
34
+ * @version 1.143.1
35
35
  * @private
36
36
  * @alias sap.ui.core.support.Support
37
37
  */
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @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.
60
60
  *
61
61
  * @extends sap.ui.core.support.Plugin
62
- * @version 1.142.1
62
+ * @version 1.143.1
63
63
  * @private
64
64
  * @alias sap.ui.core.support.plugins.ControlTree
65
65
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * With this plugIn the performance measurements are displayed
45
45
  *
46
46
  * @extends sap.ui.core.support.Plugin
47
- * @version 1.142.1
47
+ * @version 1.143.1
48
48
  * @private
49
49
  * @alias sap.ui.core.support.plugins.Interaction
50
50
  */
@@ -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.142.1
18
+ * @version 1.143.1
19
19
  * @private
20
20
  * @alias sap.ui.core.support.plugins.LocalStorage
21
21
  */