@openui5/sap.ui.core 1.104.0 → 1.105.0

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 (291) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +1 -1
  4. package/src/jquery.sap.global.js +1 -1
  5. package/src/jquery.sap.properties.js +1 -1
  6. package/src/jquery.sap.resources.js +1 -1
  7. package/src/jquery.sap.script.js +1 -1
  8. package/src/jquery.sap.storage.js +3 -3
  9. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  10. package/src/sap/base/util/restricted/_castArray.js +1 -1
  11. package/src/sap/base/util/restricted/_compact.js +1 -1
  12. package/src/sap/base/util/restricted/_curry.js +1 -1
  13. package/src/sap/base/util/restricted/_debounce.js +1 -1
  14. package/src/sap/base/util/restricted/_difference.js +1 -1
  15. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  16. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  17. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  18. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  20. package/src/sap/base/util/restricted/_flatten.js +1 -1
  21. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  22. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  23. package/src/sap/base/util/restricted/_intersection.js +1 -1
  24. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  25. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  26. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  27. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isNil.js +1 -1
  29. package/src/sap/base/util/restricted/_max.js +1 -1
  30. package/src/sap/base/util/restricted/_merge.js +1 -1
  31. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  32. package/src/sap/base/util/restricted/_min.js +1 -1
  33. package/src/sap/base/util/restricted/_omit.js +1 -1
  34. package/src/sap/base/util/restricted/_pick.js +1 -1
  35. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  36. package/src/sap/base/util/restricted/_throttle.js +1 -1
  37. package/src/sap/base/util/restricted/_toArray.js +1 -1
  38. package/src/sap/base/util/restricted/_union.js +1 -1
  39. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  40. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  41. package/src/sap/base/util/restricted/_uniq.js +1 -1
  42. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  43. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  44. package/src/sap/base/util/restricted/_without.js +1 -1
  45. package/src/sap/base/util/restricted/_xor.js +1 -1
  46. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  47. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  48. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  49. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  50. package/src/sap/ui/Device.js +5 -5
  51. package/src/sap/ui/Global.js +4 -4
  52. package/src/sap/ui/base/Event.js +1 -1
  53. package/src/sap/ui/base/EventProvider.js +1 -1
  54. package/src/sap/ui/base/Interface.js +1 -1
  55. package/src/sap/ui/base/ManagedObject.js +1 -1
  56. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  57. package/src/sap/ui/base/ManagedObjectObserver.js +2 -2
  58. package/src/sap/ui/base/Metadata.js +1 -1
  59. package/src/sap/ui/base/Object.js +1 -1
  60. package/src/sap/ui/base/ObjectPool.js +1 -1
  61. package/src/sap/ui/core/.library +54 -51
  62. package/src/sap/ui/core/AccessKeysEnablement.js +173 -0
  63. package/src/sap/ui/core/BusyIndicator.js +1 -1
  64. package/src/sap/ui/core/Component.js +1 -1
  65. package/src/sap/ui/core/ComponentContainer.js +1 -1
  66. package/src/sap/ui/core/ComponentMetadata.js +11 -11
  67. package/src/sap/ui/core/ComponentSupport.js +1 -1
  68. package/src/sap/ui/core/Configuration.js +33 -5
  69. package/src/sap/ui/core/Control.js +1 -1
  70. package/src/sap/ui/core/Core.js +1 -1
  71. package/src/sap/ui/core/CustomData.js +1 -1
  72. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  73. package/src/sap/ui/core/Element.js +1 -1
  74. package/src/sap/ui/core/ElementMetadata.js +6 -4
  75. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  76. package/src/sap/ui/core/EventBus.js +1 -1
  77. package/src/sap/ui/core/ExtensionPoint.js +2 -2
  78. package/src/sap/ui/core/Fragment.js +1 -1
  79. package/src/sap/ui/core/HTML.js +1 -1
  80. package/src/sap/ui/core/History.js +1 -1
  81. package/src/sap/ui/core/Icon.js +1 -1
  82. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  83. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  84. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  85. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  86. package/src/sap/ui/core/InvisibleText.js +1 -1
  87. package/src/sap/ui/core/Item.js +1 -1
  88. package/src/sap/ui/core/LabelEnablement.js +1 -1
  89. package/src/sap/ui/core/LayoutData.js +1 -1
  90. package/src/sap/ui/core/ListItem.js +1 -1
  91. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  92. package/src/sap/ui/core/Locale.js +1 -1
  93. package/src/sap/ui/core/LocaleData.js +2 -3
  94. package/src/sap/ui/core/Manifest.js +3 -5
  95. package/src/sap/ui/core/Message.js +1 -1
  96. package/src/sap/ui/core/RenderManager.js +1 -1
  97. package/src/sap/ui/core/Renderer.js +1 -1
  98. package/src/sap/ui/core/ResizeHandler.js +1 -1
  99. package/src/sap/ui/core/ScrollBar.js +1 -1
  100. package/src/sap/ui/core/SeparatorItem.js +1 -1
  101. package/src/sap/ui/core/Title.js +1 -1
  102. package/src/sap/ui/core/TooltipBase.js +1 -1
  103. package/src/sap/ui/core/UIArea.js +1 -1
  104. package/src/sap/ui/core/UIComponent.js +1 -1
  105. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  106. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  107. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  108. package/src/sap/ui/core/XMLComposite.js +4 -1
  109. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  110. package/src/sap/ui/core/_IconRegistry.js +1 -1
  111. package/src/sap/ui/core/date/Buddhist.js +4 -4
  112. package/src/sap/ui/core/date/UniversalDate.js +144 -34
  113. package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
  114. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  115. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  116. package/src/sap/ui/core/dnd/DragDropInfo.js +3 -3
  117. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  118. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  119. package/src/sap/ui/core/format/DateFormat.js +31 -9
  120. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  121. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  122. package/src/sap/ui/core/library.js +44 -3
  123. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  124. package/src/sap/ui/core/message/Message.js +1 -1
  125. package/src/sap/ui/core/message/MessageManager.js +1 -1
  126. package/src/sap/ui/core/message/MessageParser.js +1 -1
  127. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  128. package/src/sap/ui/core/messagebundle.properties +2 -0
  129. package/src/sap/ui/core/messagebundle_cy.properties +1 -1
  130. package/src/sap/ui/core/messagebundle_el.properties +1 -1
  131. package/src/sap/ui/core/messagebundle_en.properties +57 -56
  132. package/src/sap/ui/core/messagebundle_en_GB.properties +57 -56
  133. package/src/sap/ui/core/messagebundle_fr.properties +1 -1
  134. package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -1
  135. package/src/sap/ui/core/messagebundle_hi.properties +1 -1
  136. package/src/sap/ui/core/messagebundle_hu.properties +1 -1
  137. package/src/sap/ui/core/messagebundle_ko.properties +4 -4
  138. package/src/sap/ui/core/messagebundle_sh.properties +1 -1
  139. package/src/sap/ui/core/messagebundle_vi.properties +1 -1
  140. package/src/sap/ui/core/mvc/Controller.js +12 -12
  141. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  142. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  143. package/src/sap/ui/core/mvc/JSView.js +1 -1
  144. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  145. package/src/sap/ui/core/mvc/View.js +7 -7
  146. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  147. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  148. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  149. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  150. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  151. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  152. package/src/sap/ui/core/routing/Router.js +3 -3
  153. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  154. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  155. package/src/sap/ui/core/service/Service.js +1 -1
  156. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  157. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  158. package/src/sap/ui/core/support/Plugin.js +1 -1
  159. package/src/sap/ui/core/support/Support.js +2 -3
  160. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  161. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  162. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  163. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  164. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  165. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  166. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  167. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  168. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -3
  169. package/src/sap/ui/core/themes/base/Icon.less +4 -0
  170. package/src/sap/ui/core/themes/base/global.less +5 -1
  171. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  172. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  173. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  174. package/src/sap/ui/core/tmpl/Template.js +1 -1
  175. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  176. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  177. package/src/sap/ui/core/util/Export.js +1 -1
  178. package/src/sap/ui/core/util/ExportCell.js +1 -1
  179. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  180. package/src/sap/ui/core/util/ExportRow.js +1 -1
  181. package/src/sap/ui/core/util/ExportType.js +1 -1
  182. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  183. package/src/sap/ui/core/util/File.js +1 -1
  184. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  185. package/src/sap/ui/core/util/MockServer.js +1 -1
  186. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  187. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +0 -3
  188. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  189. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  190. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  191. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  192. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  193. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  194. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  195. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  196. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  197. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  198. package/src/sap/ui/debug/ControlTree.js +1 -1
  199. package/src/sap/ui/debug/DebugEnv.js +1 -1
  200. package/src/sap/ui/debug/PropertyList.js +1 -1
  201. package/src/sap/ui/model/ClientModel.js +1 -1
  202. package/src/sap/ui/model/CompositeDataState.js +1 -1
  203. package/src/sap/ui/model/CompositeType.js +1 -1
  204. package/src/sap/ui/model/DataState.js +1 -1
  205. package/src/sap/ui/model/MetaModel.js +1 -1
  206. package/src/sap/ui/model/Model.js +1 -1
  207. package/src/sap/ui/model/SelectionModel.js +1 -1
  208. package/src/sap/ui/model/SimpleType.js +1 -1
  209. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  210. package/src/sap/ui/model/Type.js +1 -1
  211. package/src/sap/ui/model/_Helper.js +3 -1
  212. package/src/sap/ui/model/base/ManagedObjectModel.js +2 -2
  213. package/src/sap/ui/model/json/JSONModel.js +1 -1
  214. package/src/sap/ui/model/message/MessageModel.js +1 -1
  215. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  216. package/src/sap/ui/model/odata/ODataMessageParser.js +4 -4
  217. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  218. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  219. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  220. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +310 -153
  221. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  222. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  223. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  224. package/src/sap/ui/model/odata/type/Date.js +1 -1
  225. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  226. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  227. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  228. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  229. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  230. package/src/sap/ui/model/odata/type/Double.js +1 -1
  231. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  232. package/src/sap/ui/model/odata/type/Int.js +1 -1
  233. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  234. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  235. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  236. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  237. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  238. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  239. package/src/sap/ui/model/odata/type/Single.js +1 -1
  240. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  241. package/src/sap/ui/model/odata/type/String.js +1 -1
  242. package/src/sap/ui/model/odata/type/Time.js +1 -1
  243. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  244. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  245. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  246. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  247. package/src/sap/ui/model/odata/v2/ODataListBinding.js +25 -0
  248. package/src/sap/ui/model/odata/v2/ODataModel.js +50 -19
  249. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +4 -1
  250. package/src/sap/ui/model/odata/v4/Context.js +84 -30
  251. package/src/sap/ui/model/odata/v4/ODataBinding.js +4 -8
  252. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +26 -27
  253. package/src/sap/ui/model/odata/v4/ODataListBinding.js +120 -93
  254. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  255. package/src/sap/ui/model/odata/v4/ODataModel.js +3 -2
  256. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +10 -13
  257. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -4
  258. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +135 -28
  259. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +133 -16
  260. package/src/sap/ui/model/odata/v4/lib/_Cache.js +267 -137
  261. package/src/sap/ui/model/odata/v4/lib/_Helper.js +31 -9
  262. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +5 -5
  263. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  264. package/src/sap/ui/model/type/Boolean.js +1 -1
  265. package/src/sap/ui/model/type/Currency.js +1 -1
  266. package/src/sap/ui/model/type/Date.js +1 -1
  267. package/src/sap/ui/model/type/DateInterval.js +1 -1
  268. package/src/sap/ui/model/type/DateTime.js +1 -1
  269. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  270. package/src/sap/ui/model/type/FileSize.js +1 -1
  271. package/src/sap/ui/model/type/Float.js +1 -1
  272. package/src/sap/ui/model/type/Integer.js +1 -1
  273. package/src/sap/ui/model/type/String.js +1 -1
  274. package/src/sap/ui/model/type/Time.js +1 -1
  275. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  276. package/src/sap/ui/model/type/Unit.js +1 -1
  277. package/src/sap/ui/model/xml/XMLModel.js +4 -2
  278. package/src/sap/ui/performance/trace/FESR.js +27 -24
  279. package/src/sap/ui/performance/trace/Interaction.js +66 -16
  280. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  281. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  282. package/src/sap/ui/test/actions/Press.js +7 -0
  283. package/src/sap/ui/test/generic/TestBase.js +1 -1
  284. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +2 -3
  285. package/src/sap/ui/test/matchers/AggregationFilled.js +2 -3
  286. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +2 -3
  287. package/src/sap/ui/test/opaQunit.js +11 -6
  288. package/src/sap/ui/test/pipelines/ActionPipeline.js +2 -3
  289. package/src/sap/ui/test/pipelines/MatcherPipeline.js +2 -3
  290. package/src/sap/ui/test/pipelines/PipelineFactory.js +2 -3
  291. package/src/sap/ui/util/Storage.js +1 -1
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @public
37
37
  * @class
38
38
  * @author SAP SE
39
- * @version 1.104.0
39
+ * @version 1.105.0
40
40
  * @since 1.9.2
41
41
  * @alias sap.ui.core.ComponentMetadata
42
42
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -519,7 +519,7 @@ sap.ui.define([
519
519
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/dependencies")
520
520
  */
521
521
  ComponentMetadata.prototype.getDependencies = function() {
522
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getDependencies is deprecated!");
522
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getDependencies is deprecated!");
523
523
  if (!this._oLegacyDependencies) {
524
524
 
525
525
  var mDependencies = this.getManifestEntry("/sap.ui5/dependencies"),
@@ -559,7 +559,7 @@ sap.ui.define([
559
559
  */
560
560
  ComponentMetadata.prototype.getIncludes = function() {
561
561
  Log.warning(
562
- "Usage of sap.ui.core.ComponentMetadata.protoype.getIncludes() is deprecated. " +
562
+ "Usage of sap.ui.core.ComponentMetadata.prototype.getIncludes() is deprecated. " +
563
563
  "For CSS files, please use the '/sap.ui5/resources/css' section in your 'manifest.json'. ",
564
564
  "Deprecation",
565
565
  null,
@@ -606,7 +606,7 @@ sap.ui.define([
606
606
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/dependencies/minUI5Version")
607
607
  */
608
608
  ComponentMetadata.prototype.getUI5Version = function() {
609
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getUI5Version is deprecated!");
609
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getUI5Version is deprecated!");
610
610
  return this.getManifestEntry("/sap.ui5/dependencies/minUI5Version");
611
611
  };
612
612
 
@@ -625,7 +625,7 @@ sap.ui.define([
625
625
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/dependencies/components")
626
626
  */
627
627
  ComponentMetadata.prototype.getComponents = function() {
628
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getComponents is deprecated!");
628
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getComponents is deprecated!");
629
629
  return this.getDependencies().components;
630
630
  };
631
631
 
@@ -645,7 +645,7 @@ sap.ui.define([
645
645
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/dependencies/libs")
646
646
  */
647
647
  ComponentMetadata.prototype.getLibs = function() {
648
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getLibs is deprecated!");
648
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getLibs is deprecated!");
649
649
  return this.getDependencies().libs;
650
650
  };
651
651
 
@@ -679,7 +679,7 @@ sap.ui.define([
679
679
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/config")
680
680
  */
681
681
  ComponentMetadata.prototype.getConfig = function(sKey, bDoNotMerge) {
682
- //Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getConfig is deprecated!");
682
+ //Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getConfig is deprecated!");
683
683
  var mConfig = this.getManifestEntry("/sap.ui5/config", !bDoNotMerge);
684
684
 
685
685
  if (!mConfig) {
@@ -711,7 +711,7 @@ sap.ui.define([
711
711
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/extends/extensions")
712
712
  */
713
713
  ComponentMetadata.prototype.getCustomizing = function(bDoNotMerge) {
714
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getCustomizing is deprecated!");
714
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getCustomizing is deprecated!");
715
715
  return this.getManifestEntry("/sap.ui5/extends/extensions", !bDoNotMerge);
716
716
  };
717
717
 
@@ -734,7 +734,7 @@ sap.ui.define([
734
734
  * @deprecated Since 1.27.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/models")
735
735
  */
736
736
  ComponentMetadata.prototype.getModels = function(bDoNotMerge) {
737
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getModels is deprecated!");
737
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getModels is deprecated!");
738
738
  if (!this._oLegacyModels) {
739
739
  this._oLegacyModels = {};
740
740
  var mDataSources = this.getManifestEntry("/sap.ui5/models") || {};
@@ -773,7 +773,7 @@ sap.ui.define([
773
773
  * @deprecated Since 1.28.1. Please use {@link sap.ui.core.Component#getManifestEntry}("/sap.ui5/handleValidation")
774
774
  */
775
775
  ComponentMetadata.prototype.handleValidation = function() {
776
- // Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.handleValidation is deprecated!");
776
+ // Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.handleValidation is deprecated!");
777
777
  return this.getManifestEntry("/sap.ui5/handleValidation");
778
778
  };
779
779
 
@@ -794,7 +794,7 @@ sap.ui.define([
794
794
  * @deprecated Since 1.27.1. Please use the sap.ui.core.ComponentMetadata#getManifest
795
795
  */
796
796
  ComponentMetadata.prototype.getServices = function() {
797
- Log.warning("Usage of sap.ui.core.ComponentMetadata.protoype.getServices is deprecated!");
797
+ Log.warning("Usage of sap.ui.core.ComponentMetadata.prototype.getServices is deprecated!");
798
798
  // legacy API - for the manifest services has a different meaning!
799
799
  return this._oStaticInfo.services || {};
800
800
  };
@@ -97,7 +97,7 @@ sap.ui.define([
97
97
  * @author SAP SE
98
98
  * @public
99
99
  * @since 1.58.0
100
- * @version 1.104.0
100
+ * @version 1.105.0
101
101
  * @namespace
102
102
  * @alias module:sap/ui/core/ComponentSupport
103
103
  */
@@ -166,7 +166,8 @@ sap.ui.define([
166
166
  "xx-hyphenation" : { type : "string", defaultValue : ""}, // (empty string)|native|thirdparty|disable
167
167
  "xx-flexBundleRequestForced" : { type : "boolean", defaultValue : false },
168
168
  "xx-cssVariables" : { type : "string", defaultValue : "false" }, // false|true|additional (additional just includes the css_variables.css in addition)
169
- "statistics" : { type : "boolean", defaultValue : false }
169
+ "statistics" : { type : "boolean", defaultValue : false },
170
+ "xx-acc-keys" : { type : "boolean", defaultValue : false }
170
171
  };
171
172
 
172
173
  var M_COMPAT_FEATURES = {
@@ -377,9 +378,13 @@ sap.ui.define([
377
378
  if (oUriParams.has('sap-timezone')) {
378
379
  // validate the IANA timezone ID, but do not trigger a localizationChanged event
379
380
  // because the initialization should not trigger a "*Changed" event
381
+ Log.warning("Timezone configuration cannot be changed at the moment");
380
382
  var sTimezone = oUriParams.get('sap-timezone');
381
383
  if (checkTimezone(sTimezone)) {
384
+ /*
385
+ TODO Timezone Configuration: re-activate following line when re-enabling Configuration#setTimezone
382
386
  this.timezone = sTimezone;
387
+ */
383
388
  }
384
389
  }
385
390
 
@@ -705,14 +710,19 @@ sap.ui.define([
705
710
  },
706
711
 
707
712
  /**
708
- * Retrieves the configured IANA timezone ID
713
+ * <b>Note: Due to compatibility considerations, this function will always return the timezone of the browser/host system
714
+ * in this release</b>
715
+ *
716
+ * Retrieves the configured IANA timezone ID.
709
717
  *
710
718
  * @returns {string} The configured IANA timezone ID, e.g. "America/New_York"
711
719
  * @public
712
720
  * @since 1.99.0
713
721
  */
714
722
  getTimezone : function () {
715
- return this.timezone;
723
+ // TODO Timezone Configuration: re-activate following line when re-enabling Configuration#setTimezone
724
+ // return this.timezone;
725
+ return TimezoneUtil.getLocalTimezone();
716
726
  },
717
727
 
718
728
  /**
@@ -802,6 +812,9 @@ sap.ui.define([
802
812
  },
803
813
 
804
814
  /**
815
+ * <b>Note: Due to compatibility considerations, this function has no effect in this release.
816
+ * The timezone configuration will always reflect the timezone of the browser/host system.</b>
817
+ *
805
818
  * Sets the timezone such that all date and time based calculations use this timezone.
806
819
  *
807
820
  * When the timezone has changed, the Core will fire its
@@ -817,6 +830,10 @@ sap.ui.define([
817
830
  check(sTimezone == null || typeof sTimezone === 'string',
818
831
  "Configuration.setTimezone: sTimezone must be null or be a string", /* warn= */ true);
819
832
 
833
+ Log.warning("Timezone configuration cannot be changed at the moment");
834
+ sTimezone != null && checkTimezone(sTimezone);
835
+ /*
836
+ TODO Timezone Configuration: re-activate following code when re-enabling Configuration#setTimezone
820
837
  if (sTimezone == null || !checkTimezone(sTimezone)) {
821
838
  sTimezone = TimezoneUtil.getLocalTimezone();
822
839
  }
@@ -826,7 +843,7 @@ sap.ui.define([
826
843
  var mChanges = this._collect();
827
844
  mChanges.timezone = sTimezone;
828
845
  this._endCollect();
829
- }
846
+ } */
830
847
  return this;
831
848
  },
832
849
 
@@ -1522,8 +1539,8 @@ sap.ui.define([
1522
1539
  var mChanges = this.mChanges;
1523
1540
  if ( mChanges && (--mChanges.__count) === 0 ) {
1524
1541
  delete mChanges.__count;
1525
- this._oCore && this._oCore.fireLocalizationChanged(mChanges);
1526
1542
  delete this.mChanges;
1543
+ this._oCore && this._oCore.fireLocalizationChanged(mChanges);
1527
1544
  }
1528
1545
  },
1529
1546
 
@@ -1580,6 +1597,17 @@ sap.ui.define([
1580
1597
  return this["xx-hyphenation"];
1581
1598
  },
1582
1599
 
1600
+ /**
1601
+ * Gets if pressing alt key will highlight access keys enabled elements on the screen.
1602
+ *
1603
+ * @returns {boolean} whether access keys is enabled
1604
+ * @since 1.104.0
1605
+ * @experimental
1606
+ */
1607
+ getAccKeys: function () {
1608
+ return this["xx-acc-keys"];
1609
+ },
1610
+
1583
1611
  /**
1584
1612
  * Returns the list of active terminologies defined via the Configuration.
1585
1613
  *
@@ -77,7 +77,7 @@ sap.ui.define([
77
77
  * @extends sap.ui.core.Element
78
78
  * @abstract
79
79
  * @author SAP SE
80
- * @version 1.104.0
80
+ * @version 1.105.0
81
81
  * @alias sap.ui.core.Control
82
82
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
83
83
  */
@@ -211,7 +211,7 @@ sap.ui.define([
211
211
  * @extends sap.ui.base.Object
212
212
  * @final
213
213
  * @author SAP SE
214
- * @version 1.104.0
214
+ * @version 1.105.0
215
215
  * @alias sap.ui.core.Core
216
216
  * @public
217
217
  * @hideconstructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * in the documentation.
25
25
  *
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.104.0
27
+ * @version 1.105.0
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.104.0
43
+ * @version 1.105.0
44
44
  * @since 1.7.0
45
45
  * @public
46
46
  * @alias sap.ui.core.DeclarativeSupport
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  *
127
127
  * @extends sap.ui.base.ManagedObject
128
128
  * @author SAP SE
129
- * @version 1.104.0
129
+ * @version 1.105.0
130
130
  * @public
131
131
  * @alias sap.ui.core.Element
132
132
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  *
24
24
  * @class
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.0
27
27
  * @since 0.8.6
28
28
  * @alias sap.ui.core.ElementMetadata
29
29
  * @extends sap.ui.base.ManagedObjectMetadata
@@ -87,7 +87,9 @@ sap.ui.define([
87
87
 
88
88
  // check if renderer class exists already, in case it was passed inplace,
89
89
  // and written to the global namespace during applySettings().
90
- this._oRenderer = ObjectPath.get(sRendererName);
90
+ this._oRenderer =
91
+ sap.ui.require(sRendererName.replace(/\./g, "/"))
92
+ || ObjectPath.get(sRendererName);
91
93
  if (this._oRenderer) {
92
94
  return this._oRenderer;
93
95
  }
@@ -138,8 +140,8 @@ sap.ui.define([
138
140
  }
139
141
 
140
142
  // try to identify fully built renderers
141
- if ( typeof vRenderer === "object" && typeof vRenderer.render === "function" ) {
142
- var oRenderer = ObjectPath.get(this.getRendererName());
143
+ if ( (typeof vRenderer === "object" || typeof vRenderer === "function") && typeof vRenderer.render === "function" ) {
144
+ var oRenderer = sap.ui.require(this.getRendererName().replace(/\./g, "/")) || ObjectPath.get(this.getRendererName());
143
145
  if ( oRenderer === vRenderer ) {
144
146
  // the given renderer has been exported globally already, it can be used without further action
145
147
  this._oRenderer = vRenderer;
@@ -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.104.0
46
+ * @version 1.105.0
47
47
  * @public
48
48
  * @class
49
49
  * @alias sap.ui.core.EnabledPropagator
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @extends sap.ui.base.Object
32
32
  * @author SAP SE
33
- * @version 1.104.0
33
+ * @version 1.105.0
34
34
  * @public
35
35
  * @since 1.8.0
36
36
  * @alias sap.ui.core.EventBus
@@ -4,8 +4,8 @@
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
7
- sap.ui.define(["sap/base/Log", "sap/base/util/ObjectPath", "sap/ui/core/mvc/View", "sap/ui/core/Component"],
8
- function(Log, ObjectPath, View, Component) {
7
+ sap.ui.define(["sap/base/Log", "sap/ui/core/mvc/View", "sap/ui/core/Component"],
8
+ function(Log, View, Component) {
9
9
 
10
10
  "use strict";
11
11
 
@@ -60,7 +60,7 @@ function(
60
60
  * @class
61
61
  * @extends sap.ui.base.ManagedObject
62
62
  * @author SAP SE
63
- * @version 1.104.0
63
+ * @version 1.105.0
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.104.0
47
+ * @version 1.105.0
48
48
  *
49
49
  * @public
50
50
  * @alias sap.ui.core.HTML
@@ -22,7 +22,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/util/Storage"],
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  * @author SAP SE
25
- * @version 1.104.0
25
+ * @version 1.105.0
26
26
  * @alias sap.ui.core.History
27
27
  * @protected
28
28
  */
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * @implements sap.ui.core.IFormContent
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.104.0
76
+ * @version 1.105.0
77
77
  *
78
78
  * @public
79
79
  * @since 1.11.1
@@ -16,7 +16,7 @@ sap.ui.define(['./library'],
16
16
  * Helper functionality for indication color support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.104.0
19
+ * @version 1.105.0
20
20
  * @public
21
21
  * @namespace sap.ui.core.IndicationColorSupport
22
22
  * @since 1.66
@@ -23,7 +23,7 @@ sap.ui.define(['../base/Object', './EventBus', "sap/base/assert"],
23
23
  *
24
24
  * @extends sap.ui.base.Object
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.0
27
27
  * @public
28
28
  * @since 1.11.0
29
29
  * @alias sap.ui.core.IntervalTrigger
@@ -32,7 +32,7 @@ function (coreLibrary, ManagedObject, Log) {
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.104.0
35
+ * @version 1.105.0
36
36
  * @hideconstructor
37
37
  * @public
38
38
  * @since 1.78
@@ -12,7 +12,7 @@ sap.ui.define([], function() {
12
12
  * Provides the default renderer for the controls that have set their <code>visible</code> property to <code>false</code>.
13
13
  *
14
14
  * @author SAP SE
15
- * @version 1.104.0
15
+ * @version 1.105.0
16
16
  * @alias module:sap/ui/core/InvisibleRenderer
17
17
  * @since 1.66.0
18
18
  * @protected
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.core.Control
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.104.0
32
+ * @version 1.105.0
33
33
  *
34
34
  * @public
35
35
  * @since 1.27.0
@@ -24,7 +24,7 @@ sap.ui.define(['./Element', './library'],
24
24
  * @extends sap.ui.core.Element
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.104.0
27
+ * @version 1.105.0
28
28
  *
29
29
  * @public
30
30
  * @alias sap.ui.core.Item
@@ -136,7 +136,7 @@ sap.ui.define(['../base/ManagedObject', "sap/base/assert"],
136
136
  * @see sap.ui.core.LabelEnablement#enrich
137
137
  *
138
138
  * @author SAP SE
139
- * @version 1.104.0
139
+ * @version 1.105.0
140
140
  * @protected
141
141
  * @alias sap.ui.core.LabelEnablement
142
142
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define(['./Element', "sap/ui/thirdparty/jquery", './library'],
23
23
  * @extends sap.ui.core.Element
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.0
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.LayoutData
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.0
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.ListItem
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.core.Control
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.104.0
35
+ * @version 1.105.0
36
36
  *
37
37
  * @public
38
38
  * @since 1.11.0
@@ -38,7 +38,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/base/assert', './CalendarType'],
38
38
  *
39
39
  * @extends sap.ui.base.Object
40
40
  * @author SAP SE
41
- * @version 1.104.0
41
+ * @version 1.105.0
42
42
  * @public
43
43
  * @alias sap.ui.core.Locale
44
44
  */
@@ -18,7 +18,7 @@ sap.ui.define(['sap/base/util/extend', 'sap/ui/base/Object', './CalendarType', '
18
18
  *
19
19
  * @extends sap.ui.base.Object
20
20
  * @author SAP SE
21
- * @version 1.104.0
21
+ * @version 1.105.0
22
22
  * @public
23
23
  * @alias sap.ui.core.LocaleData
24
24
  */
@@ -2044,7 +2044,7 @@ sap.ui.define(['sap/base/util/extend', 'sap/ui/base/Object', './CalendarType', '
2044
2044
  * @param {string} [sKey=""] the key inside the node which should be processed
2045
2045
  * @param {object} [oResult={}] the result which is passed through the recursion
2046
2046
  * @param {string[]} [aParentTranslations=[]] the list of parent translations, e.g. ["A", "A1"]
2047
- * @returns {{string, string}} object map with key being the keys joined by "/" and the values joined by ", ".
2047
+ * @returns {Object<string, string>} object map with key being the keys joined by "/" and the values joined by ", ".
2048
2048
  * @private
2049
2049
  */
2050
2050
  function _resolveTimezoneTranslationStructure (oNode, sKey, oResult, aParentTranslations) {
@@ -2062,7 +2062,6 @@ sap.ui.define(['sap/base/util/extend', 'sap/ui/base/Object', './CalendarType', '
2062
2062
  }
2063
2063
  _resolveTimezoneTranslationStructure(vChildNode, sKey + sChildKey + "/", oResult, aParentTranslationForChild);
2064
2064
  } else if (typeof vChildNode === "string" && sChildKey !== "_parent") {
2065
- // Check if the time zones are valid and collect only the time zones which are supported by the browser.
2066
2065
  var sParents = aParentTranslations.length ? aParentTranslations.join(", ") + ", " : "";
2067
2066
  oResult[sKey + sChildKey] = sParents + vChildNode;
2068
2067
  }
@@ -16,8 +16,7 @@ sap.ui.define([
16
16
  'sap/base/util/uid',
17
17
  'sap/base/util/merge',
18
18
  'sap/base/util/isPlainObject',
19
- 'sap/base/util/LoaderExtensions',
20
- "sap/base/util/isEmptyObject"
19
+ 'sap/base/util/LoaderExtensions'
21
20
  ],
22
21
  function(
23
22
  BaseObject,
@@ -30,8 +29,7 @@ sap.ui.define([
30
29
  uid,
31
30
  merge,
32
31
  isPlainObject,
33
- LoaderExtensions,
34
- isEmptyObject
32
+ LoaderExtensions
35
33
  ) {
36
34
  "use strict";
37
35
 
@@ -139,7 +137,7 @@ sap.ui.define([
139
137
  * @class The Manifest class.
140
138
  * @extends sap.ui.base.Object
141
139
  * @author SAP SE
142
- * @version 1.104.0
140
+ * @version 1.105.0
143
141
  * @alias sap.ui.core.Manifest
144
142
  * @since 1.33.0
145
143
  */
@@ -26,7 +26,7 @@ sap.ui.define(['./Element', './library', "sap/base/Log"],
26
26
  * @extends sap.ui.core.Element
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.104.0
29
+ * @version 1.105.0
30
30
  *
31
31
  * @public
32
32
  * @alias sap.ui.core.Message
@@ -184,7 +184,7 @@ sap.ui.define([
184
184
  *
185
185
  * @extends Object
186
186
  * @author SAP SE
187
- * @version 1.104.0
187
+ * @version 1.105.0
188
188
  * @alias sap.ui.core.RenderManager
189
189
  * @public
190
190
  */
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @classdesc Base Class for a Renderer.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.104.0
21
+ * @version 1.105.0
22
22
  * @namespace
23
23
  * @public
24
24
  * @alias sap.ui.core.Renderer
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @alias sap.ui.core.ResizeHandler
34
34
  * @extends sap.ui.base.Object
35
35
  * @author SAP SE
36
- * @version 1.104.0
36
+ * @version 1.105.0
37
37
  * @public
38
38
  */
39
39
 
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * The ScrollBar control can be used for virtual scrolling of a certain area.
43
43
  * This means: to simulate a very large scrollable area when technically the area is small and the control takes care of displaying the respective part only. E.g. a Table control can take care of only rendering the currently visible rows and use this ScrollBar control to make the user think he actually scrolls through a long list.
44
44
  * @extends sap.ui.core.Control
45
- * @version 1.104.0
45
+ * @version 1.105.0
46
46
  *
47
47
  * @public
48
48
  * @deprecated as of version 1.56
@@ -23,7 +23,7 @@ sap.ui.define(['./Item', './library'],
23
23
  * @extends sap.ui.core.Item
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.104.0
26
+ * @version 1.105.0
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.SeparatorItem
@@ -25,7 +25,7 @@ sap.ui.define(['./Element', './library'],
25
25
  * @extends sap.ui.core.Element
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.104.0
28
+ * @version 1.105.0
29
29
  *
30
30
  * @public
31
31
  * @since 1.16.0
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class
32
32
  * 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.
33
33
  * @extends sap.ui.core.Control
34
- * @version 1.104.0
34
+ * @version 1.105.0
35
35
  *
36
36
  * @public
37
37
  * @alias sap.ui.core.TooltipBase
@@ -175,7 +175,7 @@ sap.ui.define([
175
175
  *
176
176
  * @extends sap.ui.base.ManagedObject
177
177
  * @author SAP SE
178
- * @version 1.104.0
178
+ * @version 1.105.0
179
179
  * @param {sap.ui.core.Core} oCore internal API of the <core>Core</code> that manages this UIArea
180
180
  * @param {object} [oRootNode] reference to the DOM element that should be 'hosting' the UI Area.
181
181
  * @public
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Component
55
55
  * @abstract
56
56
  * @author SAP SE
57
- * @version 1.104.0
57
+ * @version 1.105.0
58
58
  * @alias sap.ui.core.UIComponent
59
59
  * @since 1.9.2
60
60
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
@@ -18,7 +18,7 @@ sap.ui.define(['./ComponentMetadata', 'sap/ui/core/mvc/ViewType'],
18
18
  * @experimental Since 1.15.1. The Component concept is still under construction, so some implementation details can be changed in future.
19
19
  * @class
20
20
  * @author SAP SE
21
- * @version 1.104.0
21
+ * @version 1.105.0
22
22
  * @since 1.15.1
23
23
  * @alias sap.ui.core.UIComponentMetadata
24
24
  * @extends sap.ui.core.ComponentMetadata
@@ -16,7 +16,7 @@ sap.ui.define(['./Element', './library', "sap/base/assert"],
16
16
  * Helper functionality for value state support.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.104.0
19
+ * @version 1.105.0
20
20
  * @public
21
21
  * @namespace sap.ui.core.ValueStateSupport
22
22
  */