@openui5/sap.ui.core 1.120.6 → 1.120.8

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 (308) 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/Formatting.js +18 -15
  11. package/src/sap/base/i18n/LanguageTag.js +1 -1
  12. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  13. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  14. package/src/sap/base/util/restricted/_castArray.js +1 -1
  15. package/src/sap/base/util/restricted/_compact.js +1 -1
  16. package/src/sap/base/util/restricted/_curry.js +1 -1
  17. package/src/sap/base/util/restricted/_debounce.js +1 -1
  18. package/src/sap/base/util/restricted/_difference.js +1 -1
  19. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  20. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  22. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  23. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  24. package/src/sap/base/util/restricted/_flatten.js +1 -1
  25. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  26. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  27. package/src/sap/base/util/restricted/_intersection.js +1 -1
  28. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  29. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  30. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  31. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  32. package/src/sap/base/util/restricted/_isNil.js +1 -1
  33. package/src/sap/base/util/restricted/_max.js +1 -1
  34. package/src/sap/base/util/restricted/_merge.js +1 -1
  35. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  36. package/src/sap/base/util/restricted/_min.js +1 -1
  37. package/src/sap/base/util/restricted/_omit.js +1 -1
  38. package/src/sap/base/util/restricted/_pick.js +1 -1
  39. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  40. package/src/sap/base/util/restricted/_throttle.js +1 -1
  41. package/src/sap/base/util/restricted/_toArray.js +1 -1
  42. package/src/sap/base/util/restricted/_union.js +1 -1
  43. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  44. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  45. package/src/sap/base/util/restricted/_uniq.js +1 -1
  46. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  47. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  48. package/src/sap/base/util/restricted/_without.js +1 -1
  49. package/src/sap/base/util/restricted/_xor.js +1 -1
  50. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  51. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  52. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  53. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  54. package/src/sap/ui/Device.js +3 -3
  55. package/src/sap/ui/Global.js +6 -6
  56. package/src/sap/ui/base/Event.js +1 -1
  57. package/src/sap/ui/base/EventProvider.js +1 -1
  58. package/src/sap/ui/base/Interface.js +1 -1
  59. package/src/sap/ui/base/ManagedObject.js +1 -1
  60. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  61. package/src/sap/ui/base/Metadata.js +1 -1
  62. package/src/sap/ui/base/Object.js +1 -1
  63. package/src/sap/ui/base/ObjectPool.js +1 -1
  64. package/src/sap/ui/core/.library +1 -1
  65. package/src/sap/ui/core/BusyIndicator.js +1 -1
  66. package/src/sap/ui/core/Component.js +1 -1
  67. package/src/sap/ui/core/ComponentContainer.js +1 -1
  68. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  69. package/src/sap/ui/core/ComponentSupport.js +1 -1
  70. package/src/sap/ui/core/Configuration.js +69 -67
  71. package/src/sap/ui/core/Control.js +1 -1
  72. package/src/sap/ui/core/Core.js +8 -9
  73. package/src/sap/ui/core/CustomData.js +1 -1
  74. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  75. package/src/sap/ui/core/Element.js +1 -1
  76. package/src/sap/ui/core/ElementMetadata.js +1 -1
  77. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  78. package/src/sap/ui/core/EventBus.js +1 -1
  79. package/src/sap/ui/core/Fragment.js +1 -1
  80. package/src/sap/ui/core/HTML.js +1 -1
  81. package/src/sap/ui/core/History.js +1 -1
  82. package/src/sap/ui/core/Icon.js +1 -1
  83. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  84. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  85. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  86. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  87. package/src/sap/ui/core/InvisibleText.js +1 -1
  88. package/src/sap/ui/core/Item.js +1 -1
  89. package/src/sap/ui/core/LabelEnablement.js +1 -1
  90. package/src/sap/ui/core/LayoutData.js +1 -1
  91. package/src/sap/ui/core/ListItem.js +1 -1
  92. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  93. package/src/sap/ui/core/Locale.js +1 -1
  94. package/src/sap/ui/core/LocaleData.js +1 -1
  95. package/src/sap/ui/core/Manifest.js +1 -1
  96. package/src/sap/ui/core/Message.js +1 -1
  97. package/src/sap/ui/core/RenderManager.js +1 -1
  98. package/src/sap/ui/core/Renderer.js +1 -1
  99. package/src/sap/ui/core/ResizeHandler.js +1 -1
  100. package/src/sap/ui/core/ScrollBar.js +1 -1
  101. package/src/sap/ui/core/SeparatorItem.js +1 -1
  102. package/src/sap/ui/core/Title.js +1 -1
  103. package/src/sap/ui/core/TooltipBase.js +1 -1
  104. package/src/sap/ui/core/UIArea.js +1 -1
  105. package/src/sap/ui/core/UIComponent.js +1 -1
  106. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  107. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  108. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  109. package/src/sap/ui/core/XMLComposite.js +1 -1
  110. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  111. package/src/sap/ui/core/date/UI5Date.js +1 -1
  112. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  113. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  114. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  115. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  116. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  117. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  118. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  119. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  120. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  121. package/src/sap/ui/core/library.js +3 -3
  122. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  123. package/src/sap/ui/core/message/Message.js +1 -1
  124. package/src/sap/ui/core/message/MessageManager.js +1 -1
  125. package/src/sap/ui/core/message/MessageParser.js +1 -1
  126. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  127. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  128. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  129. package/src/sap/ui/core/mvc/JSView.js +1 -1
  130. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  131. package/src/sap/ui/core/mvc/View.js +1 -1
  132. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  133. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  134. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  135. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  136. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  137. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  138. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  139. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  140. package/src/sap/ui/core/service/Service.js +1 -1
  141. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  142. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  143. package/src/sap/ui/core/support/Plugin.js +1 -1
  144. package/src/sap/ui/core/support/Support.js +1 -1
  145. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  146. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  147. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  148. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  149. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  150. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  151. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  152. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  153. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  154. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  155. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  156. package/src/sap/ui/core/tmpl/Template.js +1 -1
  157. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  158. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  159. package/src/sap/ui/core/util/Export.js +1 -1
  160. package/src/sap/ui/core/util/ExportCell.js +1 -1
  161. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  162. package/src/sap/ui/core/util/ExportRow.js +1 -1
  163. package/src/sap/ui/core/util/ExportType.js +1 -1
  164. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  165. package/src/sap/ui/core/util/File.js +1 -1
  166. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  167. package/src/sap/ui/core/util/MockServer.js +1 -1
  168. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  169. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  170. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  171. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  172. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  173. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  174. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  175. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  176. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  177. package/src/sap/ui/core/webc/WebComponentMetadata.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/json/JSONModel.js +1 -1
  195. package/src/sap/ui/model/message/MessageModel.js +1 -1
  196. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  197. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  198. package/src/sap/ui/model/odata/ODataMetaModel.js +4 -2
  199. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  200. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  201. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  202. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  203. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  204. package/src/sap/ui/model/odata/type/Date.js +1 -1
  205. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  206. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  207. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  208. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.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/test/generic/TestBase.js +1 -1
  253. package/src/sap/ui/util/Storage.js +1 -1
  254. package/test/sap/ui/core/demokit/sample/MessageManager/ODataBackendMessagesComp/ui5.yaml +1 -1
  255. package/test/sap/ui/core/demokit/sample/matcher/BindingPath/ui5.yaml +1 -1
  256. package/test/sap/ui/core/demokit/sample/matcher/Descendant/ui5.yaml +1 -1
  257. package/test/sap/ui/core/demokit/sample/matcher/I18NText/ui5.yaml +1 -1
  258. package/test/sap/ui/core/demokit/sample/matcher/LabelFor/ui5.yaml +1 -1
  259. package/test/sap/ui/core/demokit/tutorial/databinding/01/ui5.yaml +1 -1
  260. package/test/sap/ui/core/demokit/tutorial/databinding/02/ui5.yaml +1 -1
  261. package/test/sap/ui/core/demokit/tutorial/databinding/03/ui5.yaml +1 -1
  262. package/test/sap/ui/core/demokit/tutorial/databinding/04/ui5.yaml +1 -1
  263. package/test/sap/ui/core/demokit/tutorial/databinding/05/ui5.yaml +1 -1
  264. package/test/sap/ui/core/demokit/tutorial/databinding/06/ui5.yaml +1 -1
  265. package/test/sap/ui/core/demokit/tutorial/databinding/07/ui5.yaml +1 -1
  266. package/test/sap/ui/core/demokit/tutorial/databinding/08/ui5.yaml +1 -1
  267. package/test/sap/ui/core/demokit/tutorial/databinding/09/ui5.yaml +1 -1
  268. package/test/sap/ui/core/demokit/tutorial/databinding/10/ui5.yaml +1 -1
  269. package/test/sap/ui/core/demokit/tutorial/databinding/11/ui5.yaml +1 -1
  270. package/test/sap/ui/core/demokit/tutorial/databinding/12/ui5.yaml +1 -1
  271. package/test/sap/ui/core/demokit/tutorial/databinding/13/ui5.yaml +1 -1
  272. package/test/sap/ui/core/demokit/tutorial/databinding/14/ui5.yaml +1 -1
  273. package/test/sap/ui/core/demokit/tutorial/databinding/15/ui5.yaml +1 -1
  274. package/test/sap/ui/core/demokit/tutorial/mockserver/01/ui5.yaml +1 -1
  275. package/test/sap/ui/core/demokit/tutorial/mockserver/02/ui5.yaml +1 -1
  276. package/test/sap/ui/core/demokit/tutorial/mockserver/03/ui5.yaml +1 -1
  277. package/test/sap/ui/core/demokit/tutorial/mockserver/04/ui5.yaml +1 -1
  278. package/test/sap/ui/core/demokit/tutorial/navigation/01/ui5.yaml +1 -1
  279. package/test/sap/ui/core/demokit/tutorial/navigation/02/ui5.yaml +1 -1
  280. package/test/sap/ui/core/demokit/tutorial/navigation/03/ui5.yaml +1 -1
  281. package/test/sap/ui/core/demokit/tutorial/navigation/04/ui5.yaml +1 -1
  282. package/test/sap/ui/core/demokit/tutorial/navigation/05/ui5.yaml +1 -1
  283. package/test/sap/ui/core/demokit/tutorial/navigation/06/ui5.yaml +1 -1
  284. package/test/sap/ui/core/demokit/tutorial/navigation/07/ui5.yaml +1 -1
  285. package/test/sap/ui/core/demokit/tutorial/navigation/08/ui5.yaml +1 -1
  286. package/test/sap/ui/core/demokit/tutorial/navigation/09/ui5.yaml +1 -1
  287. package/test/sap/ui/core/demokit/tutorial/navigation/10/ui5.yaml +1 -1
  288. package/test/sap/ui/core/demokit/tutorial/navigation/11/ui5.yaml +1 -1
  289. package/test/sap/ui/core/demokit/tutorial/navigation/12/ui5.yaml +1 -1
  290. package/test/sap/ui/core/demokit/tutorial/navigation/13/ui5.yaml +1 -1
  291. package/test/sap/ui/core/demokit/tutorial/navigation/14/ui5.yaml +1 -1
  292. package/test/sap/ui/core/demokit/tutorial/navigation/15/ui5.yaml +1 -1
  293. package/test/sap/ui/core/demokit/tutorial/navigation/16/ui5.yaml +1 -1
  294. package/test/sap/ui/core/demokit/tutorial/navigation/17/ui5.yaml +1 -1
  295. package/test/sap/ui/core/demokit/tutorial/odatav4/01/ui5.yaml +1 -1
  296. package/test/sap/ui/core/demokit/tutorial/odatav4/02/ui5.yaml +1 -1
  297. package/test/sap/ui/core/demokit/tutorial/odatav4/03/ui5.yaml +1 -1
  298. package/test/sap/ui/core/demokit/tutorial/odatav4/04/ui5.yaml +1 -1
  299. package/test/sap/ui/core/demokit/tutorial/odatav4/05/ui5.yaml +1 -1
  300. package/test/sap/ui/core/demokit/tutorial/odatav4/06/ui5.yaml +1 -1
  301. package/test/sap/ui/core/demokit/tutorial/odatav4/07/ui5.yaml +1 -1
  302. package/test/sap/ui/core/demokit/tutorial/odatav4/08/ui5.yaml +1 -1
  303. package/test/sap/ui/core/demokit/tutorial/odatav4/09/ui5.yaml +1 -1
  304. package/test/sap/ui/core/demokit/tutorial/odatav4/10/ui5.yaml +1 -1
  305. package/test/sap/ui/core/demokit/tutorial/odatav4/11/ui5.yaml +1 -1
  306. package/test/sap/ui/core/demokit/tutorial/troubleshooting/01/ui5.yaml +1 -1
  307. package/test/sap/ui/core/qunit/odata/ODataMetaModel.qunit.js +35 -0
  308. package/test/sap/ui/core/relnotes/changes-1.120.json +10 -0
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  ) {
42
42
  "use strict";
43
43
 
44
- var oVersion = new Version("1.120.6");
44
+ var oVersion = new Version("1.120.8");
45
45
  var oFormatSettings;
46
46
 
47
47
  // Lazy dependency to core
@@ -130,7 +130,7 @@ sap.ui.define([
130
130
  *
131
131
  * @return {module:sap/base/util/Version} the version
132
132
  * @public
133
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/VersionInfo.load} instead.
133
+ * @deprecated As of Version 1.120. Please use the async {@link module:sap/ui/VersionInfo.load VersionInfo.load} instead.
134
134
  */
135
135
  getVersion: function () {
136
136
  return oVersion;
@@ -143,7 +143,7 @@ sap.ui.define([
143
143
  * @return {string} the theme name
144
144
  * @function
145
145
  * @public
146
- * @deprecated Since 1.119. Please use {@link module:sap/ui/core/Theming.getTheme} instead.
146
+ * @deprecated Since 1.119. Please use {@link module:sap/ui/core/Theming.getTheme Theming.getTheme} instead.
147
147
  */
148
148
  getTheme : Theming.getTheme,
149
149
 
@@ -152,7 +152,7 @@ sap.ui.define([
152
152
  * @param {string} sTheme the theme name
153
153
  * @return {this} <code>this</code> to allow method chaining
154
154
  * @public
155
- * @deprecated Since 1.119. Please use {@link module:sap/ui/core/Theming.setTheme} instead.
155
+ * @deprecated Since 1.119. Please use {@link module:sap/ui/core/Theming.setTheme Theming.setTheme} instead.
156
156
  */
157
157
  setTheme : function (sTheme) {
158
158
  Theming.setTheme(sTheme);
@@ -184,13 +184,14 @@ sap.ui.define([
184
184
  * represented as en-US with a private extension
185
185
  * </pre>
186
186
  *
187
- * For a normalized BCP47 tag, call {@link #getLanguageTag} or call {@link #getLocale} to get a
188
- * {@link sap.ui.core.Locale Locale} object matching the language.
187
+ * For a normalized BCP47 tag, call {@link #.getLanguageTag Configuration.getLanguageTag} or call
188
+ * {@link #.getLocale Configuration.getLocale} to get a {@link sap.ui.core.Locale Locale} object matching
189
+ * the language.
189
190
  *
190
191
  * @return {string} Language string as configured
191
192
  * @function
192
193
  * @public
193
- * @deprecated Since 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguage} instead.
194
+ * @deprecated Since 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguage Localization.getLanguage} instead.
194
195
  */
195
196
  getLanguage : Localization.getLanguage,
196
197
 
@@ -200,7 +201,7 @@ sap.ui.define([
200
201
  * functionality (e.g. formatting, data types, translated texts, ...).
201
202
  *
202
203
  * When the language can't be interpreted as a BCP47 language (using the relaxed syntax
203
- * described in {@link #getLanguage}, an error will be thrown.
204
+ * described in {@link #.getLanguage Configuration.getLanguage}, an error will be thrown.
204
205
  *
205
206
  * When the language has changed, the Core will fire its
206
207
  * {@link sap.ui.core.Core#event:localizationChanged localizationChanged} event.
@@ -237,7 +238,8 @@ sap.ui.define([
237
238
  *
238
239
  * config method does not accept SAP language codes for <code>sLanguage</code>. Instead, a second
239
240
  * parameter <code>sSAPLogonLanguage</code> can be provided with an SAP language code corresponding
240
- * to the given language. A given value will be returned by the {@link #getSAPLogonLanguage} method.
241
+ * to the given language. A given value will be returned by the {@link #.getSAPLogonLanguage
242
+ * Configuration.getSAPLogonLanguage} method.
241
243
  * It is up to the caller to provide a consistent pair of BCP47 language and SAP language code.
242
244
  * The SAP language code is only checked to be of length 2 and must consist of letters or digits only.
243
245
  *
@@ -256,7 +258,7 @@ sap.ui.define([
256
258
  * @see http://scn.sap.com/docs/DOC-14377
257
259
  * @function
258
260
  * @public
259
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setLanguage} instead.
261
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setLanguage Localization.setLanguage} instead.
260
262
  */
261
263
  setLanguage : function() {
262
264
  Localization.setLanguage.apply(Localization, arguments);
@@ -274,7 +276,7 @@ sap.ui.define([
274
276
  * @returns {string} The language tag for the current language, conforming to BCP47
275
277
  * @function
276
278
  * @public
277
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguageTag} instead.
279
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguageTag Localization.getLanguageTag} instead.
278
280
  */
279
281
  getLanguageTag : function () {
280
282
  return Localization.getLanguageTag().toString();
@@ -289,7 +291,7 @@ sap.ui.define([
289
291
  * @returns {string} The SAP logon language code for the current language
290
292
  * @function
291
293
  * @public
292
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getSAPLogonLanguage} instead.
294
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getSAPLogonLanguage Localization.getSAPLogonLanguage} instead.
293
295
  */
294
296
  getSAPLogonLanguage : Localization.getSAPLogonLanguage,
295
297
 
@@ -299,7 +301,7 @@ sap.ui.define([
299
301
  * @returns {string} The configured IANA timezone ID, e.g. "America/New_York"
300
302
  * @function
301
303
  * @public
302
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getTimezone} instead.
304
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getTimezone Localization.getTimezone} instead.
303
305
  */
304
306
  getTimezone : Localization.getTimezone,
305
307
 
@@ -323,7 +325,7 @@ sap.ui.define([
323
325
  * @public
324
326
  * @return {this} <code>this</code> to allow method chaining
325
327
  * @since 1.99.0
326
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setTimezone} instead.
328
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setTimezone Localization.setTimezone} instead.
327
329
  */
328
330
  setTimezone : function() {
329
331
  Localization.setTimezone.apply(Localization, arguments);
@@ -340,7 +342,7 @@ sap.ui.define([
340
342
  * @since 1.28.6
341
343
  * @function
342
344
  * @public
343
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getCalendarType} instead.
345
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getCalendarType Formatting.getCalendarType} instead.
344
346
  */
345
347
  getCalendarType: Formatting.getCalendarType,
346
348
 
@@ -352,7 +354,7 @@ sap.ui.define([
352
354
  * @function
353
355
  * @public
354
356
  * @since 1.113.0
355
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getCalendarWeekNumbering} instead.
357
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getCalendarWeekNumbering Formatting.getCalendarWeekNumbering} instead.
356
358
  */
357
359
  getCalendarWeekNumbering: Formatting.getCalendarWeekNumbering,
358
360
 
@@ -365,7 +367,7 @@ sap.ui.define([
365
367
  * @returns {boolean} whether the page uses the RTL text direction
366
368
  * @function
367
369
  * @public
368
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getRTL} instead.
370
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getRTL Localization.getRTL} instead.
369
371
  */
370
372
  getRTL :Localization.getRTL,
371
373
 
@@ -379,15 +381,15 @@ sap.ui.define([
379
381
  *
380
382
  * After changing the character orientation mode, the framework tries
381
383
  * to update localization specific parts of the UI. See the documentation of
382
- * {@link #setLanguage} for details and restrictions.
384
+ * {@link #.setLanguage} for details and restrictions.
383
385
  *
384
- * <b>Note</b>: See documentation of {@link #setLanguage} for restrictions.
386
+ * <b>Note</b>: See documentation of {@link #.setLanguage} for restrictions.
385
387
  *
386
388
  * @param {boolean|null} bRTL new character orientation mode or <code>null</code>
387
389
  * @returns {this} <code>this</code> to allow method chaining
388
390
  * @function
389
391
  * @public
390
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setRTL} instead.
392
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.setRTL Localization.setRTL} instead.
391
393
  */
392
394
  setRTL : function() {
393
395
  Localization.setRTL.apply(Localization, arguments);
@@ -397,11 +399,11 @@ sap.ui.define([
397
399
  /**
398
400
  * Returns a Locale object for the current language.
399
401
  *
400
- * The Locale is derived from the {@link #getLanguage language} property.
402
+ * The Locale is derived from the {@link #.getLanguage language} property.
401
403
  *
402
404
  * @return {sap.ui.core.Locale} The locale
403
405
  * @public
404
- * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguageTag} instead.
406
+ * @deprecated As of Version 1.119. Please use {@link module:sap/base/i18n/Localization.getLanguageTag Localization.getLanguageTag} instead.
405
407
  */
406
408
  getLocale : function() {
407
409
  var oLanguageTag = Localization.getLanguageTag();
@@ -417,7 +419,7 @@ sap.ui.define([
417
419
  * @return {this} <code>this</code> to allow method chaining
418
420
  * @public
419
421
  * @since 1.28.6
420
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setCalendarType} instead.
422
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setCalendarType Formatting.setCalendarType} instead.
421
423
  */
422
424
  setCalendarType : function(sCalendarType) {
423
425
  Formatting.setCalendarType.apply(Formatting, arguments);
@@ -438,7 +440,7 @@ sap.ui.define([
438
440
  *
439
441
  * @public
440
442
  * @since 1.113.0
441
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setCalendarWeekNumbering} instead.
443
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setCalendarWeekNumbering Formatting.setCalendarWeekNumbering} instead.
442
444
  */
443
445
  setCalendarWeekNumbering: function(sCalendarWeekNumbering) {
444
446
  Formatting.setCalendarWeekNumbering.apply(Formatting, arguments);
@@ -451,7 +453,7 @@ sap.ui.define([
451
453
  *
452
454
  * @return {string} the format locale string with language and country code
453
455
  * @public
454
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getLanguageTag} instead.
456
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getLanguageTag Formatting.getLanguageTag} instead.
455
457
  */
456
458
  getFormatLocale : function() {
457
459
  return Formatting.getLanguageTag().toString();
@@ -467,21 +469,21 @@ sap.ui.define([
467
469
  * value) then locale specific formatters are retrieved for the current language.
468
470
  *
469
471
  * After changing the format locale, the framework tries to update localization
470
- * specific parts of the UI. See the documentation of {@link #setLanguage} for
472
+ * specific parts of the UI. See the documentation of {@link #.setLanguage} for
471
473
  * details and restrictions.
472
474
  *
473
475
  * <b>Note</b>: When a format locale is set, it has higher priority than a number,
474
476
  * date or time format defined with a call to <code>setLegacyNumberFormat</code>,
475
477
  * <code>setLegacyDateFormat</code> or <code>setLegacyTimeFormat</code>.
476
478
  *
477
- * <b>Note</b>: See documentation of {@link #setLanguage} for restrictions.
479
+ * <b>Note</b>: See documentation of {@link #.setLanguage} for restrictions.
478
480
  *
479
481
  * @param {string|null} sFormatLocale the new format locale as a BCP47 compliant language tag;
480
482
  * case doesn't matter and underscores can be used instead of dashes to separate
481
483
  * components (compatibility with Java Locale IDs)
482
484
  * @return {this} <code>this</code> to allow method chaining
483
485
  * @public
484
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setLanguageTag} instead.
486
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.setLanguageTag Formatting.setLanguageTag} instead.
485
487
  * @throws {Error} When <code>sFormatLocale</code> is given, but is not a valid BCP47 language
486
488
  * tag or Java locale identifier
487
489
  */
@@ -500,7 +502,7 @@ sap.ui.define([
500
502
  * @public
501
503
  * @since 1.20
502
504
  * @function
503
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.isAccessibilityEnabled} instead.
505
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.isAccessibilityEnabled ControlBehavior.isAccessibilityEnabled} instead.
504
506
  */
505
507
  getAccessibility : ControlBehavior.isAccessibilityEnabled,
506
508
 
@@ -520,7 +522,7 @@ sap.ui.define([
520
522
  * Returns whether the animations are globally used.
521
523
  * @return {boolean} whether the animations are globally used
522
524
  * @public
523
- * @deprecated As of version 1.50. Please use {@link sap.ui.core.Configuration#getAnimationMode} instead.
525
+ * @deprecated As of version 1.50. Since 1.20, please use {@link module:sap/ui/core/ControlBehavior.getAnimationMode ControlBehavior.getAnimationMode} instead.
524
526
  */
525
527
  getAnimation : function () {
526
528
  var sAnimationMode = Configuration.getAnimationMode();
@@ -535,7 +537,7 @@ sap.ui.define([
535
537
  * @since 1.50.0
536
538
  * @function
537
539
  * @public
538
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.getAnimationMode} instead.
540
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.getAnimationMode ControlBehavior.getAnimationMode} instead.
539
541
  */
540
542
  getAnimationMode : ControlBehavior.getAnimationMode,
541
543
 
@@ -553,7 +555,7 @@ sap.ui.define([
553
555
  * @since 1.50.0
554
556
  * @function
555
557
  * @public
556
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.setAnimationMode} instead.
558
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/ControlBehavior.setAnimationMode ControlBehavior.setAnimationMode} instead.
557
559
  */
558
560
  setAnimationMode : ControlBehavior.setAnimationMode,
559
561
 
@@ -591,7 +593,7 @@ sap.ui.define([
591
593
  getDebug : Supportability.isDebugModeEnabled,
592
594
 
593
595
  /**
594
- * Returns whether the UI5 control inspe ctor is displayed.
596
+ * Returns whether the UI5 control inspector is displayed.
595
597
  * Has only an effect when the sap-ui-debug module has been loaded
596
598
  * @return {boolean} whether the UI5 control inspector is displayed
597
599
  * @public
@@ -670,7 +672,7 @@ sap.ui.define([
670
672
  *
671
673
  * @returns {string} name of the application
672
674
  * @public
673
- * @deprecated As of Version 1.15.1. Please use {@link module:sap/ui/core/ComponentSupport} instead. See also {@link topic:82a0fcecc3cb427c91469bc537ebdddf Declarative API for Initial Components}.
675
+ * @deprecated As of Version 1.15.1. Please use {@link module:sap/ui/core/ComponentSupport ComponentSupport} instead. See also {@link topic:82a0fcecc3cb427c91469bc537ebdddf Declarative API for Initial Components}.
674
676
  */
675
677
  getApplication : function() {
676
678
  return BaseConfig.get({ name: "sapUiApplication", type: BaseConfig.Type.String, external: true });
@@ -681,7 +683,7 @@ sap.ui.define([
681
683
  *
682
684
  * @returns {string} name of the root component
683
685
  * @public
684
- * @deprecated As of Version 1.95. Please use {@link module:sap/ui/core/ComponentSupport} instead. See also {@link topic:82a0fcecc3cb427c91469bc537ebdddf Declarative API for Initial Components}.
686
+ * @deprecated As of Version 1.95. Please use {@link module:sap/ui/core/ComponentSupport ComponentSupport} instead. See also {@link topic:82a0fcecc3cb427c91469bc537ebdddf Declarative API for Initial Components}.
685
687
  */
686
688
  getRootComponent : function() {
687
689
  return BaseConfig.get({ name: "sapUiRootComponent", type: BaseConfig.Type.String });
@@ -727,7 +729,7 @@ sap.ui.define([
727
729
  * @returns {boolean} true if a Component should load the manifest first
728
730
  * @public
729
731
  * @since 1.33.0
730
- * @deprecated As of Version 1.120. 'manifest-first' is the default for the {@link sap.ui.core.Component.create} factory.
732
+ * @deprecated As of Version 1.120. 'manifest-first' is the default for the {@link sap.ui.core.Component.create Component.create} factory.
731
733
  */
732
734
  getManifestFirst : function() {
733
735
  return BaseConfig.get({name: "sapUiManifestFirst", type: BaseConfig.Type.Boolean, external: true});
@@ -777,7 +779,7 @@ sap.ui.define([
777
779
  *
778
780
  * @returns {sap.ui.core.Configuration.FormatSettings} A FormatSettings object.
779
781
  * @public
780
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting} instead.
782
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting Formatting} instead.
781
783
  */
782
784
  getFormatSettings : function() {
783
785
  return oFormatSettings;
@@ -789,7 +791,7 @@ sap.ui.define([
789
791
  * @return {string} frameOptions mode
790
792
  * @public
791
793
  * @function
792
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getFrameOptions} instead.
794
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getFrameOptions Security.getFrameOptions} instead.
793
795
  */
794
796
  getFrameOptions : Security.getFrameOptions,
795
797
 
@@ -799,7 +801,7 @@ sap.ui.define([
799
801
  * @return {string} whitelist service URL
800
802
  * @public
801
803
  * @function
802
- * @deprecated As of Version 1.85. Use {@link module:sap/ui/security/Security.getAllowlistService} instead.
804
+ * @deprecated As of Version 1.85. Use {@link module:sap/ui/security/Security.getAllowlistService Security.getAllowlistService} instead.
803
805
  * SAP strives to replace insensitive terms with inclusive language.
804
806
  * Since APIs cannot be renamed or immediately removed for compatibility reasons, this API has been deprecated.
805
807
  */
@@ -811,7 +813,7 @@ sap.ui.define([
811
813
  * @return {string} allowlist service URL
812
814
  * @public
813
815
  * @function
814
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getAllowlistService} instead.
816
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getAllowlistService Security.getAllowlistService} instead.
815
817
  */
816
818
  getAllowlistService : Security.getAllowlistService,
817
819
 
@@ -845,7 +847,7 @@ sap.ui.define([
845
847
  * @private
846
848
  * @function
847
849
  * @since 1.20.0
848
- * @deprecated As of Version 1.106. Renamed for clarity, use {@link sap.ui.core.Configuration#getStatisticsEnabled} instead.
850
+ * @deprecated As of Version 1.106. Renamed for clarity, use {@link sap.ui.core.Configuration.getStatisticsEnabled Configuration.getStatisticsEnabled} instead.
849
851
  */
850
852
  getStatistics : Configuration.getStatisticsEnabled,
851
853
 
@@ -882,7 +884,7 @@ sap.ui.define([
882
884
  * @since 1.77.0
883
885
  * @public
884
886
  * @function
885
- * @deprecated As of Version 1.118. Please use {@link module:sap/base/i18n/Localization.getActiveTerminologies} instead.
887
+ * @deprecated As of Version 1.118. Please use {@link module:sap/base/i18n/Localization.getActiveTerminologies Localization.getActiveTerminologies} instead.
886
888
  */
887
889
  getActiveTerminologies : Localization.getActiveTerminologies,
888
890
 
@@ -892,8 +894,8 @@ sap.ui.define([
892
894
  * @returns {Array<function(sap.ui.core.URI):Promise>} the security token handlers (an empty array if there are none)
893
895
  * @public
894
896
  * @function
895
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getSecurityTokenHandlers} instead.
896
- * @see #setSecurityTokenHandlers
897
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.getSecurityTokenHandlers Security.getSecurityTokenHandlers} instead.
898
+ * @see {@link #.setSecurityTokenHandlers}
897
899
  */
898
900
  getSecurityTokenHandlers : Security.getSecurityTokenHandlers,
899
901
 
@@ -904,8 +906,8 @@ sap.ui.define([
904
906
  * @param {Array<function(sap.ui.core.URI):Promise>} aSecurityTokenHandlers - The security token handlers
905
907
  * @public
906
908
  * @function
907
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.setSecurityTokenHandlers} instead.
908
- * @see #getSecurityTokenHandlers
909
+ * @deprecated As of Version 1.120. Please use {@link module:sap/ui/security/Security.setSecurityTokenHandlers Security.setSecurityTokenHandlers} instead.
910
+ * @see {@link #.getSecurityTokenHandlers}
909
911
  */
910
912
  setSecurityTokenHandlers : Security.setSecurityTokenHandlers,
911
913
 
@@ -995,7 +997,7 @@ sap.ui.define([
995
997
  * @name sap.ui.core.Configuration.AnimationMode
996
998
  * @since 1.50.0
997
999
  * @public
998
- * @deprecated As of Version 1.120. Please use {@link module:sap/ui/core/AnimationMode} instead.
1000
+ * @deprecated As of Version 1.120. Please use module {@link module:sap/ui/core/AnimationMode AnimationMode} instead.
999
1001
  */
1000
1002
 
1001
1003
  /**
@@ -1044,7 +1046,7 @@ sap.ui.define([
1044
1046
  * @alias sap.ui.core.Configuration.FormatSettings
1045
1047
  * @extends sap.ui.base.Object
1046
1048
  * @public
1047
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting} instead.
1049
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting Formatting} instead.
1048
1050
  * @borrows module:sap/base/i18n/Formatting.getCustomUnits as #getCustomUnits
1049
1051
  * @borrows module:sap/base/i18n/Formatting.setCustomUnits as #setCustomUnits
1050
1052
  * @borrows module:sap/base/i18n/Formatting.addCustomUnits as #addCustomUnits
@@ -1077,7 +1079,7 @@ sap.ui.define([
1077
1079
  * Returns the locale to be used for formatting.
1078
1080
  *
1079
1081
  * If no such locale has been defined, this method falls back to the language,
1080
- * see {@link sap.ui.core.Configuration#getLanguage Configuration.getLanguage()}.
1082
+ * see {@link sap.ui.core.Configuration.getLanguage Configuration.getLanguage()}.
1081
1083
  *
1082
1084
  * If any user preferences for date, time or number formatting have been set,
1083
1085
  * and if no format locale has been specified, then a special private use subtag
@@ -1086,7 +1088,7 @@ sap.ui.define([
1086
1088
  *
1087
1089
  * @return {sap.ui.core.Locale} the format locale
1088
1090
  * @public
1089
- * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getLanguageTag} instead.
1091
+ * @deprecated As of Version 1.120. Please use {@link module:sap/base/i18n/Formatting.getLanguageTag Formatting.getLanguageTag} instead.
1090
1092
  */
1091
1093
  getFormatLocale : function() {
1092
1094
  var oLocale = Formatting.getLanguageTag();
@@ -1128,10 +1130,10 @@ sap.ui.define([
1128
1130
  *
1129
1131
  * If a pattern is defined, it will be preferred over patterns derived from the current locale.
1130
1132
  *
1131
- * See class {@link sap.ui.core.format.DateFormat} for details about the pattern syntax.
1133
+ * See class {@link sap.ui.core.format.DateFormat DateFormat} for details about the pattern syntax.
1132
1134
  *
1133
1135
  * After changing the date pattern, the framework tries to update localization
1134
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1136
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage Configuration.setLanguage}
1135
1137
  * for details and restrictions.
1136
1138
  *
1137
1139
  * @param {string} sStyle must be one of short, medium, long or full.
@@ -1154,11 +1156,11 @@ sap.ui.define([
1154
1156
  *
1155
1157
  * If a pattern is defined, it will be preferred over patterns derived from the current locale.
1156
1158
  *
1157
- * See class {@link sap.ui.core.format.DateFormat} for details about the pattern syntax.
1159
+ * See class {@link sap.ui.core.format.DateFormat DateFormat} for details about the pattern syntax.
1158
1160
  *
1159
1161
  * After changing the time pattern, the framework tries to update localization
1160
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1161
- * for details and restrictions.
1162
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1163
+ * Configuration.setLanguage} for details and restrictions.
1162
1164
  *
1163
1165
  * @param {string} sStyle must be one of short, medium, long or full.
1164
1166
  * @param {string} sPattern the format pattern to be used in LDML syntax.
@@ -1181,11 +1183,11 @@ sap.ui.define([
1181
1183
  *
1182
1184
  * If a symbol is defined, it will be preferred over symbols derived from the current locale.
1183
1185
  *
1184
- * See class {@link sap.ui.core.format.NumberFormat} for details about the symbols.
1186
+ * See class {@link sap.ui.core.format.NumberFormat NumberFormat} for details about the symbols.
1185
1187
  *
1186
1188
  * After changing the number symbol, the framework tries to update localization
1187
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1188
- * for details and restrictions.
1189
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1190
+ * Configuration.setLanguage} for details and restrictions.
1189
1191
  *
1190
1192
  * @param {"group"|"decimal"|"plusSign"|"minusSign"} sType the type of symbol
1191
1193
  * @param {string} sSymbol will be used to represent the given symbol type
@@ -1223,13 +1225,13 @@ sap.ui.define([
1223
1225
  * user locale.
1224
1226
  *
1225
1227
  * After changing the first day of week, the framework tries to update localization
1226
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1227
- * for details and restrictions.
1228
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1229
+ * Configuration.setLanguage} for details and restrictions.
1228
1230
  *
1229
1231
  * @param {int} iValue must be an integer value between 0 and 6
1230
1232
  * @returns {this} Returns <code>this</code> to allow method chaining
1231
1233
  * @public
1232
- * @deprecated As of Version 1.113. Use {@link sap.ui.core.Configuration.FormatSettings#setCalendarWeekNumbering} instead.
1234
+ * @deprecated As of Version 1.113. Use {@link sap.ui.core.Configuration.FormatSettings#setCalendarWeekNumbering FormatSettings#setCalendarWeekNumbering} instead.
1233
1235
  */
1234
1236
  setFirstDayOfWeek : function(iValue) {
1235
1237
  check(typeof iValue == "number" && iValue >= 0 && iValue <= 6, "iValue must be an integer value between 0 and 6");
@@ -1248,8 +1250,8 @@ sap.ui.define([
1248
1250
  * format. When called with a null or undefined format id, any previously applied format will be removed.
1249
1251
  *
1250
1252
  * After changing the legacy date format, the framework tries to update localization
1251
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1252
- * for details and restrictions.
1253
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1254
+ * Configuration.setLanguage} for details and restrictions.
1253
1255
  *
1254
1256
  * @param {""|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"|"A"|"B"|"C"} [sFormatId=""] ID of the ABAP date format,
1255
1257
  * <code>""</code> will reset the date patterns for 'short' and 'medium' style to the
@@ -1273,8 +1275,8 @@ sap.ui.define([
1273
1275
  * with a null or undefined format id, any previously applied format will be removed.
1274
1276
  *
1275
1277
  * After changing the legacy time format, the framework tries to update localization
1276
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1277
- * for details and restrictions.
1278
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1279
+ * Configuration.setLanguage} for details and restrictions.
1278
1280
  *
1279
1281
  * @param {""|"0"|"1"|"2"|"3"|"4"} [sFormatId=""] ID of the ABAP time format,
1280
1282
  * <code>""</code> will reset the time patterns for 'short' and 'medium' style and the day
@@ -1297,8 +1299,8 @@ sap.ui.define([
1297
1299
  * or undefined format id, any previously applied format will be removed.
1298
1300
  *
1299
1301
  * After changing the legacy number format, the framework tries to update localization
1300
- * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration#setLanguage}
1301
- * for details and restrictions.
1302
+ * specific parts of the UI. See the documentation of {@link sap.ui.core.Configuration.setLanguage
1303
+ * Configuration.setLanguage} for details and restrictions.
1302
1304
  *
1303
1305
  * @param {""|" "|"X"|"Y"} [sFormatId=""] ID of the ABAP number format set,
1304
1306
  * <code>""</code> will reset the 'group' and 'decimal' symbols to the locale-specific
@@ -83,7 +83,7 @@ sap.ui.define([
83
83
  * @extends sap.ui.core.Element
84
84
  * @abstract
85
85
  * @author SAP SE
86
- * @version 1.120.6
86
+ * @version 1.120.8
87
87
  * @alias sap.ui.core.Control
88
88
  */
89
89
  var Control = Element.extend("sap.ui.core.Control", /** @lends sap.ui.core.Control.prototype */ {
@@ -360,7 +360,7 @@ sap.ui.define([
360
360
  * @extends sap.ui.base.Object
361
361
  * @final
362
362
  * @author SAP SE
363
- * @version 1.120.6
363
+ * @version 1.120.8
364
364
  * @alias sap.ui.core.Core
365
365
  * @public
366
366
  * @hideconstructor
@@ -2064,7 +2064,7 @@ sap.ui.define([
2064
2064
  * @param {object} oControlEvent.getParameters
2065
2065
  * @param {string} oControlEvent.getParameters.theme Theme name
2066
2066
  * @public
2067
- * @deprecated since 1.118. See {@link sap.ui.core.Theming#applied Theming#applied} instead.
2067
+ * @deprecated since 1.118. See {@link module:sap/ui/core/Theming.applied Theming.applied} instead.
2068
2068
  */
2069
2069
 
2070
2070
  /**
@@ -2080,7 +2080,7 @@ sap.ui.define([
2080
2080
  * [oListener] Context object to call the event handler with. Defaults to a dummy event
2081
2081
  * provider object
2082
2082
  * @public
2083
- * @deprecated since 1.118. See {@link sap.ui.core.Theming#attachApplied Theming#attachApplied} instead.
2083
+ * @deprecated since 1.118. See {@link module:sap/ui/core/Theming.attachApplied Theming.attachApplied} instead.
2084
2084
  */
2085
2085
  Core.prototype.attachThemeChanged = function(fnFunction, oListener) {
2086
2086
  // preparation for letting the "themeChanged" event be forwarded from the ThemeManager to the Core
@@ -2098,7 +2098,7 @@ sap.ui.define([
2098
2098
  * @param {object}
2099
2099
  * [oListener] Object on which the given function had to be called.
2100
2100
  * @public
2101
- * @deprecated since 1.118. See {@link sap.ui.core.Theming#detachApplied Theming#detachApplied} instead.
2101
+ * @deprecated since 1.118. See {@link module:sap/ui/core/Theming.detachApplied Theming#detachApplied} instead.
2102
2102
  */
2103
2103
  Core.prototype.detachThemeChanged = function(fnFunction, oListener) {
2104
2104
  _oEventProvider.detachEvent(Core.M_EVENTS.ThemeChanged, fnFunction, oListener);
@@ -2160,7 +2160,7 @@ sap.ui.define([
2160
2160
  * @param {sap.ui.base.EventProvider} oEvent.getSource
2161
2161
  * @param {object} oEvent.getParameters
2162
2162
  * @param {object} oEvent.getParameters.changes a map of the changed localization properties
2163
- * @deprecated since 1.118. See {@link sap.base.i18n.Localization#change Localization#change} instead.
2163
+ * @deprecated since 1.118. See {@link module:sap/base/i18n/Localization.change Localization.change} instead.
2164
2164
  * @public
2165
2165
  */
2166
2166
 
@@ -2173,7 +2173,7 @@ sap.ui.define([
2173
2173
  * @param {function} fnFunction Callback to be called when the event occurs
2174
2174
  * @param {object} [oListener] Context object to call the function on
2175
2175
  * @public
2176
- * @deprecated since 1.118. Please use {@link sap.base.i18n.Localization#attachChange Localization#attachChange} instead.
2176
+ * @deprecated since 1.118. Please use {@link module:sap/base/i18n/Localization.attachChange Localization.attachChange} instead.
2177
2177
  */
2178
2178
  Core.prototype.attachLocalizationChanged = function(fnFunction, oListener) {
2179
2179
  _oEventProvider.attachEvent(Core.M_EVENTS.LocalizationChanged, fnFunction, oListener);
@@ -2188,7 +2188,7 @@ sap.ui.define([
2188
2188
  * @param {function} fnFunction Callback to be deregistered
2189
2189
  * @param {object} [oListener] Context object on which the given function had to be called
2190
2190
  * @public
2191
- * @deprecated since 1.118. Please use {@link sap.base.i18n.Localization#detachChange Localization#detachChange} instead.
2191
+ * @deprecated since 1.118. Please use {@link module:sap/base/i18n/Localization.detachChange Localization.detachChange} instead.
2192
2192
  */
2193
2193
  Core.prototype.detachLocalizationChanged = function(fnFunction, oListener) {
2194
2194
  _oEventProvider.detachEvent(Core.M_EVENTS.LocalizationChanged, fnFunction, oListener);
@@ -2743,8 +2743,7 @@ sap.ui.define([
2743
2743
  * @param {string|string[]} [vFieldGroupIds] ID of the field group or an array of field group IDs to match
2744
2744
  * @return {sap.ui.core.Control[]} The list of controls with matching field group IDs
2745
2745
  * @public
2746
- * @deprecated As of version 1.118, use {@link sap.ui.core.Control#getControlsByFieldGroup Control.prototype.getControlsByFieldGroup} instead.
2747
-
2746
+ * @deprecated As of version 1.118, use {@link sap.ui.core.Control.getControlsByFieldGroupId Control.getControlsByFieldGroupId} instead.
2748
2747
  */
2749
2748
  Core.prototype.byFieldGroupId = function(vFieldGroupIds) {
2750
2749
  return Element.registry.filter(function(oElement) {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * in the documentation.
25
25
  *
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.120.6
27
+ * @version 1.120.8
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.CustomData
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class Static class for enabling declarative UI support.
41
41
  *
42
42
  * @author Peter Muessig, Tino Butz
43
- * @version 1.120.6
43
+ * @version 1.120.8
44
44
  * @since 1.7.0
45
45
  * @public
46
46
  * @alias sap.ui.core.DeclarativeSupport
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  *
135
135
  * @extends sap.ui.base.ManagedObject
136
136
  * @author SAP SE
137
- * @version 1.120.6
137
+ * @version 1.120.8
138
138
  * @public
139
139
  * @alias sap.ui.core.Element
140
140
  */
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  *
37
37
  * @class
38
38
  * @author SAP SE
39
- * @version 1.120.6
39
+ * @version 1.120.8
40
40
  * @since 0.8.6
41
41
  * @alias sap.ui.core.ElementMetadata
42
42
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  *
44
44
  * @param {boolean} [bDefault=true] Value that should be used as default value for the enhancement of the control.
45
45
  * @param {boolean} [bLegacy=false] Whether the introduced property should use the old name <code>Enabled</code>.
46
- * @version 1.120.6
46
+ * @version 1.120.8
47
47
  * @public
48
48
  * @class
49
49
  * @alias sap.ui.core.EnabledPropagator
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @extends sap.ui.base.Object
33
33
  * @author SAP SE
34
- * @version 1.120.6
34
+ * @version 1.120.8
35
35
  * @public
36
36
  * @since 1.8.0
37
37
  * @alias sap.ui.core.EventBus
@@ -60,7 +60,7 @@ function(
60
60
  * @class
61
61
  * @extends sap.ui.base.ManagedObject
62
62
  * @author SAP SE
63
- * @version 1.120.6
63
+ * @version 1.120.8
64
64
  * @public
65
65
  * @alias sap.ui.core.Fragment
66
66
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @extends sap.ui.core.Control
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.120.6
47
+ * @version 1.120.8
48
48
  *
49
49
  * @public
50
50
  * @alias sap.ui.core.HTML