@openui5/sap.ui.core 1.97.1 → 1.99.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (403) hide show
  1. package/.eslintrc.json +92 -2
  2. package/.reuse/dep5 +25 -30
  3. package/THIRDPARTY.txt +14 -21
  4. package/package.json +1 -1
  5. package/src/jquery.sap.global.js +1 -1
  6. package/src/jquery.sap.mobile.js +29 -19
  7. package/src/jquery.sap.properties.js +1 -1
  8. package/src/jquery.sap.resources.js +1 -1
  9. package/src/jquery.sap.script.js +1 -1
  10. package/src/jquery.sap.storage.js +3 -3
  11. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  12. package/src/sap/base/util/restricted/_castArray.js +1 -1
  13. package/src/sap/base/util/restricted/_compact.js +1 -1
  14. package/src/sap/base/util/restricted/_curry.js +1 -1
  15. package/src/sap/base/util/restricted/_debounce.js +1 -1
  16. package/src/sap/base/util/restricted/_difference.js +1 -1
  17. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  18. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  20. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  21. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  22. package/src/sap/base/util/restricted/_flatten.js +1 -1
  23. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  24. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  25. package/src/sap/base/util/restricted/_intersection.js +1 -1
  26. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  27. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  29. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  30. package/src/sap/base/util/restricted/_isNil.js +1 -1
  31. package/src/sap/base/util/restricted/_max.js +1 -1
  32. package/src/sap/base/util/restricted/_merge.js +1 -1
  33. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  34. package/src/sap/base/util/restricted/_min.js +1 -1
  35. package/src/sap/base/util/restricted/_omit.js +1 -1
  36. package/src/sap/base/util/restricted/_pick.js +1 -1
  37. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  38. package/src/sap/base/util/restricted/_throttle.js +1 -1
  39. package/src/sap/base/util/restricted/_toArray.js +1 -1
  40. package/src/sap/base/util/restricted/_union.js +1 -1
  41. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  42. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  43. package/src/sap/base/util/restricted/_uniq.js +1 -1
  44. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  45. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  46. package/src/sap/base/util/restricted/_without.js +1 -1
  47. package/src/sap/base/util/restricted/_xor.js +1 -1
  48. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  49. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  50. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  51. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  52. package/src/sap/ui/Device.js +80 -168
  53. package/src/sap/ui/Global.js +4 -4
  54. package/src/sap/ui/VersionInfo.js +13 -10
  55. package/src/sap/ui/base/BindingParser.js +34 -7
  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 +48 -27
  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 +2 -2
  65. package/src/sap/ui/core/BusyIndicator.js +1 -1
  66. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  67. package/src/sap/ui/core/Component.js +3 -3
  68. package/src/sap/ui/core/ComponentContainer.js +1 -1
  69. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  70. package/src/sap/ui/core/ComponentSupport.js +1 -1
  71. package/src/sap/ui/core/Configuration.js +79 -14
  72. package/src/sap/ui/core/Control.js +3 -2
  73. package/src/sap/ui/core/Core.js +3 -6
  74. package/src/sap/ui/core/CustomData.js +1 -1
  75. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  76. package/src/sap/ui/core/Element.js +5 -7
  77. package/src/sap/ui/core/ElementMetadata.js +1 -1
  78. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  79. package/src/sap/ui/core/EventBus.js +1 -1
  80. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  81. package/src/sap/ui/core/FocusHandler.js +1 -1
  82. package/src/sap/ui/core/Fragment.js +1 -1
  83. package/src/sap/ui/core/HTML.js +1 -1
  84. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  85. package/src/sap/ui/core/History.js +1 -1
  86. package/src/sap/ui/core/Icon.js +2 -3
  87. package/src/sap/ui/core/IconRenderer.js +1 -1
  88. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  89. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  90. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  91. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  92. package/src/sap/ui/core/InvisibleText.js +1 -1
  93. package/src/sap/ui/core/Item.js +1 -1
  94. package/src/sap/ui/core/LabelEnablement.js +9 -2
  95. package/src/sap/ui/core/LayoutData.js +1 -1
  96. package/src/sap/ui/core/ListItem.js +1 -1
  97. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  98. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +2 -2
  99. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  100. package/src/sap/ui/core/Locale.js +1 -1
  101. package/src/sap/ui/core/LocaleData.js +37 -2
  102. package/src/sap/ui/core/Manifest.js +1 -1
  103. package/src/sap/ui/core/Message.js +1 -1
  104. package/src/sap/ui/core/Placeholder.js +28 -28
  105. package/src/sap/ui/core/Popup.js +3 -3
  106. package/src/sap/ui/core/RenderManager.js +1 -1
  107. package/src/sap/ui/core/Renderer.js +1 -1
  108. package/src/sap/ui/core/ResizeHandler.js +1 -1
  109. package/src/sap/ui/core/ScrollBar.js +1 -1
  110. package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
  111. package/src/sap/ui/core/SeparatorItem.js +1 -1
  112. package/src/sap/ui/core/Title.js +1 -1
  113. package/src/sap/ui/core/TooltipBase.js +2 -2
  114. package/src/sap/ui/core/UIArea.js +1 -1
  115. package/src/sap/ui/core/UIComponent.js +1 -1
  116. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  117. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  118. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  119. package/src/sap/ui/core/XMLComposite.js +1 -1
  120. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  121. package/src/sap/ui/core/_IconRegistry.js +10 -1
  122. package/src/sap/ui/core/date/Japanese.js +1 -1
  123. package/src/sap/ui/core/date/UniversalDateUtils.js +175 -5
  124. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  125. package/src/sap/ui/core/delegate/ScrollEnablement.js +9 -6
  126. package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
  127. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  128. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  129. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  130. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  131. package/src/sap/ui/core/format/DateFormat.js +562 -174
  132. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +43 -0
  133. package/src/sap/ui/core/format/ListFormat.js +2 -2
  134. package/src/sap/ui/core/format/NumberFormat.js +190 -56
  135. package/src/sap/ui/core/format/TimezoneUtil.js +248 -0
  136. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  137. package/src/sap/ui/core/library.js +45 -8
  138. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  139. package/src/sap/ui/core/message/Message.js +1 -1
  140. package/src/sap/ui/core/message/MessageManager.js +1 -1
  141. package/src/sap/ui/core/message/MessageMixin.js +2 -1
  142. package/src/sap/ui/core/message/MessageParser.js +1 -1
  143. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  144. package/src/sap/ui/core/messagebundle.properties +4 -0
  145. package/src/sap/ui/core/messagebundle_ar.properties +2 -0
  146. package/src/sap/ui/core/messagebundle_bg.properties +7 -5
  147. package/src/sap/ui/core/messagebundle_ca.properties +2 -0
  148. package/src/sap/ui/core/messagebundle_cs.properties +2 -0
  149. package/src/sap/ui/core/messagebundle_cy.properties +2 -0
  150. package/src/sap/ui/core/messagebundle_da.properties +2 -0
  151. package/src/sap/ui/core/messagebundle_de.properties +3 -1
  152. package/src/sap/ui/core/messagebundle_el.properties +2 -0
  153. package/src/sap/ui/core/messagebundle_en.properties +2 -0
  154. package/src/sap/ui/core/messagebundle_en_GB.properties +2 -0
  155. package/src/sap/ui/core/messagebundle_en_US_sappsd.properties +2 -0
  156. package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +1 -0
  157. package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +2 -0
  158. package/src/sap/ui/core/messagebundle_es.properties +2 -0
  159. package/src/sap/ui/core/messagebundle_es_MX.properties +2 -0
  160. package/src/sap/ui/core/messagebundle_et.properties +2 -0
  161. package/src/sap/ui/core/messagebundle_fi.properties +2 -0
  162. package/src/sap/ui/core/messagebundle_fr.properties +2 -0
  163. package/src/sap/ui/core/messagebundle_fr_CA.properties +2 -0
  164. package/src/sap/ui/core/messagebundle_hi.properties +2 -0
  165. package/src/sap/ui/core/messagebundle_hr.properties +2 -0
  166. package/src/sap/ui/core/messagebundle_hu.properties +2 -0
  167. package/src/sap/ui/core/messagebundle_id.properties +4 -2
  168. package/src/sap/ui/core/messagebundle_it.properties +3 -1
  169. package/src/sap/ui/core/messagebundle_iw.properties +2 -0
  170. package/src/sap/ui/core/messagebundle_ja.properties +2 -0
  171. package/src/sap/ui/core/messagebundle_kk.properties +2 -0
  172. package/src/sap/ui/core/messagebundle_ko.properties +2 -0
  173. package/src/sap/ui/core/messagebundle_lt.properties +2 -0
  174. package/src/sap/ui/core/messagebundle_lv.properties +3 -1
  175. package/src/sap/ui/core/messagebundle_ms.properties +2 -0
  176. package/src/sap/ui/core/messagebundle_nl.properties +2 -0
  177. package/src/sap/ui/core/messagebundle_no.properties +6 -4
  178. package/src/sap/ui/core/messagebundle_pl.properties +2 -0
  179. package/src/sap/ui/core/messagebundle_pt.properties +2 -0
  180. package/src/sap/ui/core/messagebundle_pt_PT.properties +2 -0
  181. package/src/sap/ui/core/messagebundle_ro.properties +2 -0
  182. package/src/sap/ui/core/messagebundle_ru.properties +2 -0
  183. package/src/sap/ui/core/messagebundle_sh.properties +2 -0
  184. package/src/sap/ui/core/messagebundle_sk.properties +2 -0
  185. package/src/sap/ui/core/messagebundle_sl.properties +2 -0
  186. package/src/sap/ui/core/messagebundle_sv.properties +2 -0
  187. package/src/sap/ui/core/messagebundle_th.properties +2 -0
  188. package/src/sap/ui/core/messagebundle_tr.properties +2 -0
  189. package/src/sap/ui/core/messagebundle_uk.properties +2 -0
  190. package/src/sap/ui/core/messagebundle_vi.properties +2 -0
  191. package/src/sap/ui/core/messagebundle_zh_CN.properties +2 -0
  192. package/src/sap/ui/core/messagebundle_zh_TW.properties +2 -0
  193. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  194. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  195. package/src/sap/ui/core/mvc/JSONView.js +2 -1
  196. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  197. package/src/sap/ui/core/mvc/JSView.js +1 -1
  198. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  199. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  200. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  201. package/src/sap/ui/core/mvc/View.js +2 -1
  202. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  203. package/src/sap/ui/core/mvc/XMLView.js +16 -3
  204. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  205. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  206. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  207. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  208. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  209. package/src/sap/ui/core/routing/Route.js +6 -6
  210. package/src/sap/ui/core/routing/Router.js +4 -3
  211. package/src/sap/ui/core/routing/Targets.js +17 -13
  212. package/src/sap/ui/core/rules/Model.support.js +95 -8
  213. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  214. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  215. package/src/sap/ui/core/service/Service.js +1 -1
  216. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  217. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  218. package/src/sap/ui/core/support/Plugin.js +1 -1
  219. package/src/sap/ui/core/support/Support.js +1 -1
  220. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  221. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  222. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  223. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  224. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  225. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  226. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  227. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  228. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -5
  229. package/src/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +0 -0
  230. package/src/sap/ui/core/themes/base/parameterClasses.less +21 -21
  231. package/src/sap/ui/core/theming/Parameters.js +22 -142
  232. package/src/sap/ui/core/theming/ThemeHelper.js +26 -37
  233. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  234. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  235. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  236. package/src/sap/ui/core/tmpl/Template.js +1 -1
  237. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  238. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  239. package/src/sap/ui/core/util/DraftEnabledMockServer.js +21 -16
  240. package/src/sap/ui/core/util/Export.js +1 -1
  241. package/src/sap/ui/core/util/ExportCell.js +1 -1
  242. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  243. package/src/sap/ui/core/util/ExportRow.js +1 -1
  244. package/src/sap/ui/core/util/ExportType.js +1 -1
  245. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  246. package/src/sap/ui/core/util/File.js +1 -1
  247. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  248. package/src/sap/ui/core/util/MockServer.js +156 -57
  249. package/src/sap/ui/core/util/PasteHelper.js +4 -4
  250. package/src/sap/ui/core/util/XMLPreprocessor.js +16 -4
  251. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +4 -0
  252. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +26 -16
  253. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
  254. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  255. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  256. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  257. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  258. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  259. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  260. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  261. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  262. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  263. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  264. package/src/sap/ui/debug/ControlTree.js +1 -1
  265. package/src/sap/ui/debug/DebugEnv.js +1 -1
  266. package/src/sap/ui/debug/PropertyList.js +1 -1
  267. package/src/sap/ui/dom/includeStylesheet.js +8 -3
  268. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  269. package/src/sap/ui/events/jquery/EventSimulation.js +3 -13
  270. package/src/sap/ui/model/Binding.js +4 -3
  271. package/src/sap/ui/model/ClientModel.js +1 -1
  272. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  273. package/src/sap/ui/model/CompositeBinding.js +1 -1
  274. package/src/sap/ui/model/CompositeDataState.js +26 -4
  275. package/src/sap/ui/model/CompositeType.js +1 -1
  276. package/src/sap/ui/model/ContextBinding.js +1 -1
  277. package/src/sap/ui/model/DataState.js +27 -6
  278. package/src/sap/ui/model/ListBinding.js +2 -2
  279. package/src/sap/ui/model/MetaModel.js +2 -3
  280. package/src/sap/ui/model/Model.js +2 -2
  281. package/src/sap/ui/model/SelectionModel.js +1 -1
  282. package/src/sap/ui/model/SimpleType.js +1 -1
  283. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  284. package/src/sap/ui/model/Type.js +1 -1
  285. package/src/sap/ui/model/analytics/AnalyticalBinding.js +40 -30
  286. package/src/sap/ui/model/analytics/ODataModelAdapter.js +2 -15
  287. package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
  288. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  289. package/src/sap/ui/model/json/JSONModel.js +1 -1
  290. package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
  291. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  292. package/src/sap/ui/model/message/MessageModel.js +1 -1
  293. package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
  294. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  295. package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
  296. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  297. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  298. package/src/sap/ui/model/odata/ODataMetadata.js +3 -3
  299. package/src/sap/ui/model/odata/ODataModel.js +2 -2
  300. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  301. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  302. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  303. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  304. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  305. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  306. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  307. package/src/sap/ui/model/odata/type/Date.js +1 -1
  308. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  309. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  310. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  311. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +338 -0
  312. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  313. package/src/sap/ui/model/odata/type/Double.js +1 -1
  314. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  315. package/src/sap/ui/model/odata/type/Int.js +1 -1
  316. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  317. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  318. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  319. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  320. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  321. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  322. package/src/sap/ui/model/odata/type/Single.js +1 -1
  323. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  324. package/src/sap/ui/model/odata/type/String.js +1 -1
  325. package/src/sap/ui/model/odata/type/Time.js +1 -1
  326. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  327. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  328. package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
  329. package/src/sap/ui/model/odata/v2/Context.js +57 -4
  330. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  331. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +8 -4
  332. package/src/sap/ui/model/odata/v2/ODataListBinding.js +216 -87
  333. package/src/sap/ui/model/odata/v2/ODataModel.js +89 -50
  334. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +6 -4
  335. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +65 -5
  336. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +21 -22
  337. package/src/sap/ui/model/odata/v4/Context.js +208 -83
  338. package/src/sap/ui/model/odata/v4/ODataBinding.js +53 -27
  339. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +252 -218
  340. package/src/sap/ui/model/odata/v4/ODataListBinding.js +395 -233
  341. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +131 -100
  342. package/src/sap/ui/model/odata/v4/ODataModel.js +341 -259
  343. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +85 -85
  344. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +85 -79
  345. package/src/sap/ui/model/odata/v4/ODataUtils.js +5 -5
  346. package/src/sap/ui/model/odata/v4/SubmitMode.js +0 -1
  347. package/src/sap/ui/model/odata/v4/ValueListType.js +0 -1
  348. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +20 -20
  349. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +3 -5
  350. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -4
  351. package/src/sap/ui/model/odata/v4/lib/_Batch.js +21 -20
  352. package/src/sap/ui/model/odata/v4/lib/_Cache.js +183 -103
  353. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  354. package/src/sap/ui/model/odata/v4/lib/_Helper.js +22 -18
  355. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +62 -61
  356. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  357. package/src/sap/ui/model/odata/v4/lib/_Parser.js +52 -43
  358. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +54 -43
  359. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +147 -147
  360. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +14 -13
  361. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +66 -67
  362. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  363. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  364. package/src/sap/ui/model/type/Boolean.js +1 -1
  365. package/src/sap/ui/model/type/Currency.js +1 -1
  366. package/src/sap/ui/model/type/Date.js +1 -1
  367. package/src/sap/ui/model/type/DateInterval.js +1 -1
  368. package/src/sap/ui/model/type/DateTime.js +1 -1
  369. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  370. package/src/sap/ui/model/type/FileSize.js +1 -1
  371. package/src/sap/ui/model/type/Float.js +1 -1
  372. package/src/sap/ui/model/type/Integer.js +1 -1
  373. package/src/sap/ui/model/type/String.js +1 -1
  374. package/src/sap/ui/model/type/Time.js +1 -1
  375. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  376. package/src/sap/ui/model/type/Unit.js +1 -1
  377. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  378. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  379. package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
  380. package/src/sap/ui/performance/trace/Passport.js +3 -3
  381. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  382. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  383. package/src/sap/ui/test/BlanketReporter.js +1 -1
  384. package/src/sap/ui/test/Opa5.js +1 -1
  385. package/src/sap/ui/test/TestUtils.js +2 -2
  386. package/src/sap/ui/test/_LogCollector.js +1 -1
  387. package/src/sap/ui/test/actions/Action.js +4 -2
  388. package/src/sap/ui/test/actions/Press.js +51 -2
  389. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  390. package/src/sap/ui/test/starter/createSuite.js +3 -3
  391. package/src/sap/ui/thirdparty/IPv6.js +1 -1
  392. package/src/sap/ui/thirdparty/SecondLevelDomains.js +1 -1
  393. package/src/sap/ui/thirdparty/URI.js +7 -3
  394. package/src/sap/ui/thirdparty/URITemplate.js +1 -1
  395. package/src/sap/ui/thirdparty/jquery-mobile-custom.js +3 -6
  396. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-datepicker.js +143 -3
  397. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-position.js +8 -1
  398. package/src/sap/ui/thirdparty/jszip.js +18 -7
  399. package/src/sap/ui/thirdparty/mobify-carousel.js +1 -1
  400. package/src/sap/ui/util/Mobile.js +17 -0
  401. package/src/sap/ui/util/Storage.js +1 -1
  402. package/src/sap/ui/util/XMLHelper.js +53 -30
  403. package/src/ui5loader.js +4 -4
@@ -73,6 +73,8 @@ EnterText=Voer tekst in
73
73
  EnterTextMaxLength=Voer tekst met maximaal {0} tekens en spaties in
74
74
  EnterInt=Voer getal zonder decimalen in.
75
75
  EnterDateTime=Voer geldige datum en geldige tijd in volgende formaat in\: {0}
76
+ EnterDateTimeTimezone=Voer een geldige tijdzone in, bijvoorbeeld\: {0}
77
+ EnterDateTimeTimezoneFirst=Tijdzone is verplicht voor de invoer van een nieuwe waarde voor datum en tijd.
76
78
  EnterDate=Voer geldige datum in volgende formaat in\: {0}
77
79
  EnterGuid=Voer GUID in volgende opmaak in\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Voer geldige tijd in volgende formaat in\: {0}
@@ -73,6 +73,8 @@ EnterText=Oppgi en tekst
73
73
  EnterTextMaxLength=Oppgi en tekst med maksimalt {0} tegn og mellomrom
74
74
  EnterInt=Oppgi et tall uten desimaler.
75
75
  EnterDateTime=Oppgi gyldig dato og klokkeslett i f\u00F8lgende format\: {0}
76
+ EnterDateTimeTimezone=Oppgi en gyldig tidssone, for eksempel\: {0}
77
+ EnterDateTimeTimezoneFirst=Tidssone er obligatorisk n\u00E5r du oppgir en ny verdi for dato og klokkeslett
76
78
  EnterDate=Oppgi gyldig dato i f\u00F8lgende format\: {0}
77
79
  EnterGuid=Oppgi GUID med f\u00F8lgende format\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Oppgi gyldig tidspunkt i f\u00F8lgende format\: {0}
@@ -137,10 +139,10 @@ CLOSE=Lukk
137
139
 
138
140
  Icon.action-settings=Innstillinger
139
141
  Icon.activate=Aktiver
140
- Icon.add=Tilf\u00F8y
141
- Icon.add-contact=Tilf\u00F8y kontaktperson
142
- Icon.add-filter=Tilf\u00F8y filter
143
- Icon.add-photo=Tilf\u00F8y foto
142
+ Icon.add=Legg til
143
+ Icon.add-contact=Legg til kontaktperson
144
+ Icon.add-filter=Legg til filter
145
+ Icon.add-photo=Legg til foto
144
146
  Icon.back-to-top=Til toppen
145
147
  Icon.collapse=Komprimer
146
148
  Icon.collapse-group=Komprimer gruppe
@@ -73,6 +73,8 @@ EnterText=Wprowad\u017A tekst
73
73
  EnterTextMaxLength=Wprowad\u017A tekst sk\u0142adaj\u0105cy si\u0119 maksymalnie z {0} znak\u00F3w i spacji
74
74
  EnterInt=Wprowad\u017A liczb\u0119 bez miejsc dziesi\u0119tnych.
75
75
  EnterDateTime=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 i godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
76
+ EnterDateTimeTimezone=Wprowad\u017A prawid\u0142ow\u0105 stref\u0119 czasow\u0105, np.\: {0}
77
+ EnterDateTimeTimezoneFirst=Strefa czasowa jest obowi\u0105zkowa przy wprowadzaniu nowej warto\u015Bci daty i godziny
76
78
  EnterDate=Wprowad\u017A prawid\u0142ow\u0105 dat\u0119 w nast\u0119puj\u0105cym formacie\: {0}
77
79
  EnterGuid=Wprowad\u017A GUID w prawid\u0142owym formacie\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Wprowad\u017A prawid\u0142ow\u0105 godzin\u0119 w nast\u0119puj\u0105cym formacie\: {0}
@@ -73,6 +73,8 @@ EnterText=Inserir um texto
73
73
  EnterTextMaxLength=Insira um texto com no m\u00E1ximo {0} caracteres e espa\u00E7os em branco
74
74
  EnterInt=Inserir um n\u00FAmero sem casas decimais.
75
75
  EnterDateTime=Insira uma data v\u00E1lida e uma hora v\u00E1lida no formato seguinte\: {0}
76
+ EnterDateTimeTimezone=Insira um fuso hor\u00E1rio v\u00E1lido, por exemplo\: {0}
77
+ EnterDateTimeTimezoneFirst=O fuso hor\u00E1rio \u00E9 obrigat\u00F3rio para inserir um novo valor de data e hora
76
78
  EnterDate=Insira uma data v\u00E1lida no formato seguinte\: {0}
77
79
  EnterGuid=Inserir um GUID no formato seguinte\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Insira uma hora v\u00E1lida no formato seguinte\: {0}
@@ -73,6 +73,8 @@ EnterText=Introduzir um texto
73
73
  EnterTextMaxLength=Introduzir um texto com um m\u00E1ximo de {0} carateres e espa\u00E7os
74
74
  EnterInt=Introduzir um n\u00FAmero sem casas decimais.
75
75
  EnterDateTime=Introduzir uma data v\u00E1lida e uma hora v\u00E1lida no seguinte formato\: {0}
76
+ EnterDateTimeTimezone=Introduzir um fuso hor\u00E1rio v\u00E1lido, por exemplo\: {0}
77
+ EnterDateTimeTimezoneFirst=Fuso hor\u00E1rio obrigat\u00F3rio para introduzir um novo valor de data e hora
76
78
  EnterDate=Introduzir uma data v\u00E1lida no seguinte formato\: {0}
77
79
  EnterGuid=Introduzir um GUID no seguinte formato\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Introduzir uma hora v\u00E1lida no seguinte formato\: {0}
@@ -73,6 +73,8 @@ EnterText=Introduce\u0163i un text
73
73
  EnterTextMaxLength=Introduce\u021Bi un text de maximum {0} caractere \u0219i spa\u021Bii
74
74
  EnterInt=Introduce\u021Bi un num\u0103r f\u0103r\u0103 zecimale.
75
75
  EnterDateTime=Introduce\u021Bi o dat\u0103 valabil\u0103 \u0219i o or\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
76
+ EnterDateTimeTimezone=Introduce\u021Bi un fus orar valabil; de exemplu\: {0}
77
+ EnterDateTimeTimezoneFirst=Fusul orar este obligatoriu pentru introducerea unei valori noi de dat\u0103 \u0219i or\u0103
76
78
  EnterDate=Introduce\u021Bi o dat\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
77
79
  EnterGuid=Introduce\u0163i un GUID \u00EEn urm\u0103torul format\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Introduce\u021Bi o or\u0103 valabil\u0103 \u00EEn urm\u0103torul format\: {0}
@@ -73,6 +73,8 @@ EnterText=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0
73
73
  EnterTextMaxLength=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432. \u0438 \u043F\u0440\u043E\u0431\u0435\u043B\u0430\u043C\u0438
74
74
  EnterInt=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u0445 \u0440\u0430\u0437\u0440\u044F\u0434\u043E\u0432.
75
75
  EnterDateTime=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0434\u0430\u0442\u0443 \u0438 \u0432\u0440\u0435\u043C\u044F \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
76
+ EnterDateTimeTimezone=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u044B\u0439 \u0447\u0430\u0441\u043E\u0432\u043E\u0439 \u043F\u043E\u044F\u0441, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440\: {0}
77
+ EnterDateTimeTimezoneFirst=\u041F\u0440\u0438 \u0432\u0432\u043E\u0434\u0435 \u043D\u043E\u0432\u043E\u0439 \u0434\u0430\u0442\u044B \u0438 \u0432\u0440\u0435\u043C\u0435\u043D\u0438 \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E \u0443\u043A\u0430\u0436\u0438\u0442\u0435 \u0447\u0430\u0441\u043E\u0432\u043E\u0439 \u043F\u043E\u044F\u0441.
76
78
  EnterDate=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0443\u044E \u0434\u0430\u0442\u0443 \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
77
79
  EnterGuid=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 GUID \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F \u0432 \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u043C \u0444\u043E\u0440\u043C\u0430\u0442\u0435\: {0}
@@ -73,6 +73,8 @@ EnterText=Unesite tekst
73
73
  EnterTextMaxLength=Unesite tekst s maksimalno {0} znakova i razmaka
74
74
  EnterInt=Unesite broj bez decimalnih mesta.
75
75
  EnterDateTime=Unesite va\u017Ee\u0107i datum i va\u017Ee\u0107e vreme u slede\u0107em formatu\: {0}
76
+ EnterDateTimeTimezone=Unesite va\u017Ee\u0107u vremensku zonu, na primer\: {0}
77
+ EnterDateTimeTimezoneFirst=Vremenska zona je obavezna za unos nove vrednosti datuma i vremena
76
78
  EnterDate=Unesite va\u017Ee\u0107i datum u slede\u0107em formatu\: {0}
77
79
  EnterGuid=Unesite GUID u slede\u0107em formatu\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Unesite va\u017Ee\u0107e vreme u slede\u0107em formatu\: {0}
@@ -73,6 +73,8 @@ EnterText=Zadajte text
73
73
  EnterTextMaxLength=Zadajte text s maxim\u00E1lne {0} znakmi a medzerami
74
74
  EnterInt=Zadajte \u010D\u00EDslo bez desatinn\u00FDch miest.
75
75
  EnterDateTime=Zadajte platn\u00FD d\u00E1tum a platn\u00FD \u010Das v nasledovnom form\u00E1te\: {0}
76
+ EnterDateTimeTimezone=Zadajte platn\u00FA \u010Dasov\u00FA z\u00F3nu, napr\u00EDklad\: {0}
77
+ EnterDateTimeTimezoneFirst=\u010Casov\u00E1 z\u00F3na je povinn\u00E1 pre zad\u00E1vanie novej hodnoty d\u00E1tumu a \u010Dasu
76
78
  EnterDate=Zadajte platn\u00FD d\u00E1tum v nasledovnom form\u00E1te\: {0}
77
79
  EnterGuid=Zadajte GUID v nasleduj\u00FAcom form\u00E1te\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Zadajte platn\u00FD \u010Das v nasledovnom form\u00E1te\: {0}
@@ -73,6 +73,8 @@ EnterText=Vnesite tekst
73
73
  EnterTextMaxLength=Vnesite tekst z najve\u010D {0} \u010Drkami in presledki
74
74
  EnterInt=Vnesite \u0161tevilko brez decimalnih mest.
75
75
  EnterDateTime=Vnesite veljavni datum in veljavni \u010Das v naslednji obliki\: {0}
76
+ EnterDateTimeTimezone=Vnesite veljaven \u010Dasovni pas, na primer\: {0}
77
+ EnterDateTimeTimezoneFirst=\u010Casovni pas je obvezen, \u010De \u017Eelite vnesti nov termin in vrednost \u010Dasa
76
78
  EnterDate=Vnesite veljavni datum v naslednji obliki\: {0}
77
79
  EnterGuid=Vnesite GUID v naslednji obliki\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Vnesite veljavni \u010Das v naslednji obliki\: {0}
@@ -73,6 +73,8 @@ EnterText=Ange en text
73
73
  EnterTextMaxLength=Ange en text med h\u00F6gst {0} bokst\u00E4ver och blanktecken
74
74
  EnterInt=Ange ett tal utan decimaler
75
75
  EnterDateTime=Ange ett giltigt datum och klockslag i f\u00F6ljande format\: {0}
76
+ EnterDateTimeTimezone=Ange en giltig tidszon, till exempel\: {0}
77
+ EnterDateTimeTimezoneFirst=Tidszon \u00E4r obligatorisk f\u00F6r inmatning av nytt tidpunktsv\u00E4rde
76
78
  EnterDate=Ange ett giltigt datum i f\u00F6ljande format\: {0}
77
79
  EnterGuid=Ange GUID i f\u00F6ljande format\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Ange ett giltigt klockslag i f\u00F6ljande format\: {0}
@@ -73,6 +73,8 @@ EnterText=\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21
73
73
  EnterTextMaxLength=\u0E1B\u0E49\u0E2D\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2D\u0E31\u0E01\u0E02\u0E23\u0E30\u0E41\u0E25\u0E30\u0E0A\u0E48\u0E2D\u0E07\u0E27\u0E48\u0E32\u0E07\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19 {0} \u0E15\u0E31\u0E27
74
74
  EnterInt=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21
75
75
  EnterDateTime=\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E25\u0E30\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
76
+ EnterDateTimeTimezone=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E02\u0E15\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07 \u0E40\u0E0A\u0E48\u0E19\: {0}
77
+ EnterDateTimeTimezoneFirst=\u0E40\u0E02\u0E15\u0E40\u0E27\u0E25\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E1A\u0E31\u0E07\u0E04\u0E31\u0E1A\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E25\u0E30\u0E40\u0E27\u0E25\u0E32\u0E43\u0E2B\u0E21\u0E48
76
78
  EnterDate=\u0E1B\u0E49\u0E2D\u0E19\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
77
79
  EnterGuid=\u0E1B\u0E49\u0E2D\u0E19 GUID \u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E27\u0E25\u0E32\u0E17\u0E35\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E15\u0E48\u0E2D\u0E44\u0E1B\u0E19\u0E35\u0E49\: {0}
@@ -73,6 +73,8 @@ EnterText=Metin girin
73
73
  EnterTextMaxLength=Azami {0} karakter ve bo\u015Fluk i\u00E7eren metin girin
74
74
  EnterInt=Ondal\u0131k basamak olmadan say\u0131 girin.
75
75
  EnterDateTime=Ge\u00E7erli tarih ve ge\u00E7erli saati \u015Fu bi\u00E7imde girin\: {0}
76
+ EnterDateTimeTimezone=Ge\u00E7erli saat dilimi girin, \u00F6rne\u011Fin\: {0}
77
+ EnterDateTimeTimezoneFirst=Yeni tarih ve saat de\u011Feri girmek i\u00E7in saat dilimi zorunlu
76
78
  EnterDate=Ge\u00E7erli tarihi \u015Fu bi\u00E7imde girin\: {0}
77
79
  EnterGuid=A\u015Fa\u011F\u0131daki bi\u00E7imde GUID girin\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Ge\u00E7erli saati \u015Fu bi\u00E7imde girin\: {0}
@@ -73,6 +73,8 @@ EnterText=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0442\u0435\u043A\u0441\u0
73
73
  EnterTextMaxLength=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0442\u0435\u043A\u0441\u0442 \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432 \u0442\u0430 \u043F\u0440\u043E\u0431\u0456\u043B\u0456\u0432
74
74
  EnterInt=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u043E\u043C\u0435\u0440 \u0431\u0435\u0437 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432.
75
75
  EnterDateTime=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0443 \u0434\u0430\u0442\u0443 \u0456 \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441 \u0443 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
76
+ EnterDateTimeTimezone=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441\u043E\u0432\u0438\u0439 \u043F\u043E\u044F\u0441, \u043D\u0430\u043F\u0440\u0438\u043A\u043B\u0430\u0434\: {0}
77
+ EnterDateTimeTimezoneFirst=\u0427\u0430\u0441\u043E\u0432\u0438\u0439 \u043F\u043E\u044F\u0441 \u0454 \u043E\u0431\u043E\u0432'\u044F\u0437\u043A\u043E\u0432\u0438\u0439 \u0434\u043B\u044F \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u044F \u043D\u043E\u0432\u043E\u0433\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0434\u0430\u0442\u0438 \u0442\u0430 \u0447\u0430\u0441\u0443
76
78
  EnterDate=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0443 \u0434\u0430\u0442\u0443 \u0432 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
77
79
  EnterGuid=\u0412\u0432\u0435\u0441\u0442\u0438 GUID \u0432 \u043D\u0430\u0441\u0442\u0443\u043F\u043D\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0447\u0430\u0441 \u0443 \u0442\u0430\u043A\u043E\u043C\u0443 \u0444\u043E\u0440\u043C\u0430\u0442\u0456\: {0}
@@ -73,6 +73,8 @@ EnterText=Nh\u00E2\u0323p v\u0103n ba\u0309n
73
73
  EnterTextMaxLength=Nh\u00E2\u0323p v\u0103n ba\u0309n co\u0301 t\u00F4\u0301i \u0111a {0} ky\u0301 t\u01B0\u0323 va\u0300 khoa\u0309ng tr\u0103\u0301ng
74
74
  EnterInt=Nh\u00E2\u0323p s\u00F4\u0301 kh\u00F4ng co\u0301 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n.
75
75
  EnterDateTime=Nh\u00E2\u0323p nga\u0300y va\u0300 gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
76
+ EnterDateTimeTimezone=Nh\u00E2\u0323p mu\u0301i gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323, vi\u0301 du\u0323\: {0}
77
+ EnterDateTimeTimezoneFirst=M\u00FAi gi\u1EDD l\u00E0 b\u1EAFt bu\u1ED9c \u0111\u1EC3 nh\u1EADp gi\u00E1 tr\u1ECB ng\u00E0y v\u00E0 gi\u1EDD m\u1EDBi
76
78
  EnterDate=Nh\u00E2\u0323p nga\u0300y h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
77
79
  EnterGuid=Nh\u00E2\u0323p GUID theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=Nh\u00E2\u0323p gi\u01A1\u0300 h\u01A1\u0323p l\u00EA\u0323 theo \u0111i\u0323nh da\u0323ng sau \u0111\u00E2y\: {0}
@@ -73,6 +73,8 @@ EnterText=\u8F93\u5165\u6587\u672C
73
73
  EnterTextMaxLength=\u8F93\u5165\u6700\u591A\u6709 {0} \u4E2A\u5B57\u7B26\u548C\u7A7A\u683C\u7684\u6587\u672C
74
74
  EnterInt=\u8F93\u5165\u4E0D\u5E26\u5C0F\u6570\u7684\u6570\u5B57\u3002
75
75
  EnterDateTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\u548C\u6709\u6548\u65F6\u95F4\uFF1A {0}
76
+ EnterDateTimeTimezone=\u8F93\u5165\u6709\u6548\u65F6\u533A\uFF0C\u4F8B\u5982\uFF1A{0}
77
+ EnterDateTimeTimezoneFirst=\u987B\u6709\u65F6\u533A\u65B9\u53EF\u8F93\u5165\u65B0\u7684\u65E5\u671F\u548C\u65F6\u95F4\u503C
76
78
  EnterDate=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65E5\u671F\uFF1A {0}
77
79
  EnterGuid=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165 GUID\uFF1A12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=\u6309\u4EE5\u4E0B\u683C\u5F0F\u8F93\u5165\u6709\u6548\u65F6\u95F4\uFF1A{0}
@@ -73,6 +73,8 @@ EnterText=\u8F38\u5165\u6587\u5B57
73
73
  EnterTextMaxLength=\u8F38\u5165\u6700\u591A\u542B {0} \u500B\u5B57\u5143\u548C\u7A7A\u683C\u7684\u5167\u6587
74
74
  EnterInt=\u8F38\u5165\u4E0D\u542B\u5C0F\u6578\u4F4D\u7684\u6578\u5B57\u3002
75
75
  EnterDateTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\u548C\u6642\u9593\uFF1A{0}
76
+ EnterDateTimeTimezone=\u8F38\u5165\u6709\u6548\u6642\u5340\uFF0C\u4F8B\u5982\uFF1A{0}
77
+ EnterDateTimeTimezoneFirst=\u8F38\u5165\u65B0\u65E5\u671F\u548C\u6642\u9593\u503C\u9700\u8981\u6642\u5340
76
78
  EnterDate=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u65E5\u671F\uFF1A{0}
77
79
  EnterGuid=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165 GUID\uFF1A12345678-90AB-CDEF-1234-567890ABCDEF
78
80
  EnterTime=\u4EE5\u4E0B\u5217\u683C\u5F0F\u8F38\u5165\u6709\u6548\u7684\u6642\u9593\uFF1A {0}
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.core.mvc.View
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.97.1
48
+ * @version 1.99.1
49
49
  *
50
50
  * @public
51
51
  * @since 1.9.2
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
24
24
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
25
25
  *
26
26
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for rendering the view content
27
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
27
+ * @param {sap.ui.core.mvc.HTMLView} oControl an object representation of the control that should be rendered
28
28
  */
29
29
  HTMLViewRenderer.render = function(rm, oControl){
30
30
  // write the HTML into the render manager
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class
44
44
  * A View defined using JSON.
45
45
  * @extends sap.ui.core.mvc.View
46
- * @version 1.97.1
46
+ * @version 1.99.1
47
47
  *
48
48
  * @public
49
49
  * @alias sap.ui.core.mvc.JSONView
@@ -68,6 +68,7 @@ sap.ui.define([
68
68
  * The given controller instance overrides the controller defined in the view definition. Sharing a controller instance
69
69
  * between multiple views is not supported.
70
70
  * @public
71
+ * @since 1.56.0
71
72
  * @static
72
73
  * @returns {Promise<sap.ui.core.mvc.JSONView>} A promise which resolves with the created <code>JSONView</code> instance.
73
74
  */
@@ -23,7 +23,7 @@ sap.ui.define(['./ViewRenderer'],
23
23
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
24
24
  *
25
25
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
26
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
26
+ * @param {sap.ui.core.mvc.JSONView} oControl an object representation of the control that should be rendered
27
27
  */
28
28
  JSONViewRenderer.render = function(rm, oControl){
29
29
  rm.openStart("div", oControl);
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  *
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.97.1
30
+ * @version 1.99.1
31
31
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
32
32
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
33
33
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
24
24
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
25
25
  *
26
26
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
27
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
27
+ * @param {sap.ui.core.mvc.JSView} oControl an object representation of the control that should be rendered
28
28
  */
29
29
  JSViewRenderer.render = function(rm, oControl){
30
30
  rm.openStart("div", oControl);
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.99.1
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -24,7 +24,7 @@ sap.ui.define(['./ViewRenderer'],
24
24
  * Renders the Template, using the provided {@link sap.ui.core.RenderManager}.
25
25
  *
26
26
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for rendering the view content
27
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
27
+ * @param {sap.ui.core.mvc.TemplateView} oControl an object representation of the control that should be rendered
28
28
  */
29
29
  TemplateViewRenderer.render = function(rm, oControl){
30
30
  // write the HTML into the render manager
@@ -145,7 +145,7 @@ sap.ui.define([
145
145
  * The default implementation of this method returns <code>false</code>.
146
146
  *
147
147
  * @extends sap.ui.core.Control
148
- * @version 1.97.1
148
+ * @version 1.99.1
149
149
  *
150
150
  * @public
151
151
  * @alias sap.ui.core.mvc.View
@@ -925,6 +925,7 @@ sap.ui.define([
925
925
  * <code>bSyncSupport</code> flag to <code>true</code>.
926
926
  *
927
927
  * @protected
928
+ * @since 1.30
928
929
  * @static
929
930
  * @param {string} sType
930
931
  * the type of content to be processed
@@ -22,7 +22,7 @@ sap.ui.define(function() {
22
22
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
23
23
  *
24
24
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the Render-Output-Buffer
25
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
25
+ * @param {sap.ui.core.mvc.View} oControl an object representation of the control that should be rendered
26
26
  */
27
27
  ViewRenderer.render = function(rm, oControl) {
28
28
  rm.openStart("div", oControl);
@@ -96,7 +96,7 @@ sap.ui.define([
96
96
  * control's dependents aggregation or add it by using {@link sap.ui.core.mvc.XMLView#addDependent}.
97
97
  *
98
98
  * @extends sap.ui.core.mvc.View
99
- * @version 1.97.1
99
+ * @version 1.99.1
100
100
  *
101
101
  * @public
102
102
  * @alias sap.ui.core.mvc.XMLView
@@ -233,6 +233,7 @@ sap.ui.define([
233
233
  * <strong>Note</strong>: These preprocessors are only available to this instance.
234
234
  * For global or on-demand availability use {@link sap.ui.core.mvc.XMLView.registerPreprocessor}.
235
235
  * @public
236
+ * @since 1.56.0
236
237
  * @static
237
238
  * @returns {Promise<sap.ui.core.mvc.XMLView>} A Promise that resolves with the view instance or rejects with any thrown error.
238
239
  */
@@ -469,7 +470,11 @@ sap.ui.define([
469
470
  // we don't want to write the key into the cache
470
471
  var sKey = mCacheInput.key;
471
472
  delete mCacheInput.key;
473
+ var vAdditionalData = mCacheInput.additionalData;
472
474
  mCacheInput.xml = XMLHelper.serialize(xContent);
475
+ if (vAdditionalData && vAdditionalData.setAdditionalCacheData && vAdditionalData.getAdditionalCacheData) {
476
+ mCacheInput.additionalData = vAdditionalData.getAdditionalCacheData();
477
+ }
473
478
  return Cache.set(sKey, mCacheInput);
474
479
  }
475
480
 
@@ -479,8 +484,14 @@ sap.ui.define([
479
484
  if (mCacheOutput && mCacheOutput.componentManifest == mCacheInput.componentManifest) {
480
485
  mCacheOutput.xml = XMLHelper.parse(mCacheOutput.xml, "application/xml").documentElement;
481
486
  if (mCacheOutput.additionalData) {
482
- // extend the additionalData which was passed into cache configuration dynamically
483
- merge(mCacheInput.additionalData, mCacheOutput.additionalData);
487
+ var vAdditionalData = mCacheInput.additionalData;
488
+ if (vAdditionalData && vAdditionalData.setAdditionalCacheData && vAdditionalData.getAdditionalCacheData) {
489
+ vAdditionalData.setAdditionalCacheData(mCacheOutput.additionalData);
490
+ } else {
491
+ // extend the additionalData which was passed into cache configuration dynamically
492
+ Log.error("Deprecated: Don't use an object reference for caching additional Data! Use a CacheDataProvider instead!");
493
+ merge(mCacheInput.additionalData, mCacheOutput.additionalData);
494
+ }
484
495
  }
485
496
  return mCacheOutput;
486
497
  }
@@ -752,6 +763,7 @@ sap.ui.define([
752
763
  * bSyncSupport flag to true.
753
764
  *
754
765
  * @public
766
+ * @since 1.30
755
767
  * @static
756
768
  * @param {string|sap.ui.core.mvc.XMLView.PreprocessorType} sType
757
769
  * the type of content to be processed
@@ -797,6 +809,7 @@ sap.ui.define([
797
809
  * @see sap.ui.core.mvc.XMLView
798
810
  * @see sap.ui.core.mvc.View.Preprocessor
799
811
  * @enum {string}
812
+ * @since 1.34
800
813
  * @public
801
814
  */
802
815
  XMLView.PreprocessorType = {
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @see sap.ui.core.DeclarativeSupport
22
22
  * @public
23
23
  * @since 1.7.0
24
- * @version 1.97.1
24
+ * @version 1.99.1
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  */
27
27
  var DeclarativeSupportPlugin = function() {
@@ -37,7 +37,7 @@
37
37
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
38
38
  *
39
39
  * @author Peter Muessig
40
- * @version 1.97.1
40
+ * @version 1.99.1
41
41
  * @private
42
42
  * @alias sap.ui.core.plugin.LessSupport
43
43
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @author Peter Muessig
21
21
  * @public
22
22
  * @since 1.15.0
23
- * @version 1.97.1
23
+ * @version 1.99.1
24
24
  * @alias sap.ui.core.plugin.TemplatingSupport
25
25
  */
26
26
  var TemplatingSupport = function() {
@@ -38,7 +38,7 @@ function (
38
38
  * @alias sap.ui.core.postmessage.Bus
39
39
  * @author SAP SE
40
40
  * @since 1.56.0
41
- * @version 1.97.1
41
+ * @version 1.99.1
42
42
  * @private
43
43
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
44
44
  */
@@ -13,7 +13,7 @@ sap.ui.define(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.97.1
16
+ * @version 1.99.1
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  "use strict";
20
20
 
21
21
  /**
22
- * Instantiates an SAPUI5 Route
22
+ * Instantiates a route
23
23
  *
24
24
  * @class
25
25
  * @param {sap.ui.core.routing.Router} oRouter
@@ -70,17 +70,17 @@ sap.ui.define([
70
70
  * the view created by a component, or if the Route is a subroute the view of the parent route is taken.
71
71
  * You only need to specify this, if you are not using a router created by a component on your top level routes
72
72
  * @param {string} [oConfig.targetControl]
73
- * <b>Deprecated since 1.28, use <code>target.controlId</code> instead.</b></br> Views will be put into a container Control, this might be a
74
- * {@link sap.ui.ux3.Shell} control or a {@link sap.m.NavContainer} if working with mobile, or any other container.
73
+ * <b>Deprecated since 1.28, use <code>target.controlId</code> instead.</b></br> Views will be put into a container Control, this might be an
74
+ * {@link sap.ui.ux3.Shell} control or an {@link sap.m.NavContainer} if working with mobile, or any other container.
75
75
  * The id of this control has to be put in here
76
76
  * @param {string} [oConfig.targetAggregation]
77
77
  * <b>Deprecated since 1.28, use <code>target.controlAggregation</code> instead.</b></br> The name of an aggregation of the targetControl,
78
- * that contains views. Eg: a {@link sap.m.NavContainer} has an aggregation "pages", another Example is the
78
+ * that contains views. Eg: an {@link sap.m.NavContainer} has an aggregation "pages", another Example is the
79
79
  * {@link sap.ui.ux3.Shell} it has "content".
80
80
  * @param {boolean} [oConfig.clearTarget=false]
81
81
  * <b>Deprecated since 1.28, use <code>target.clearControlAggregation</code> instead.</b></br> Defines a boolean that
82
- * can be passed to specify if the aggregation should be cleared before adding the View to it. When using a
83
- * {@link sap.ui.ux3.Shell} this should be true. For a {@link sap.m.NavContainer} it should be false
82
+ * can be passed to specify if the aggregation should be cleared before adding the View to it. When using an
83
+ * {@link sap.ui.ux3.Shell} this should be true. For an {@link sap.m.NavContainer} it should be false
84
84
  * @param {object} [oConfig.subroutes]
85
85
  * <b>Deprecated since 1.28, use <code>targets.parent</code> instead.</b> one or multiple route configs taking all of these parameters again.
86
86
  * If a subroute is hit, it will fire the routeMatched event for all its parents. The routePatternMatched event
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  var oRouters = {};
44
44
 
45
45
  /**
46
- * Instantiates a SAPUI5 Router
46
+ * Instantiates a router
47
47
  *
48
48
  * @class
49
49
  * @extends sap.ui.base.EventProvider
@@ -164,7 +164,8 @@ sap.ui.define([
164
164
  * {
165
165
  * //same name as in the config.bypassed.target
166
166
  * notFound: {
167
- * viewName: "notFound",
167
+ * type: "View"
168
+ * name: "notFound",
168
169
  * ...
169
170
  * // more properties to place the view in the correct container
170
171
  * }
@@ -659,7 +660,7 @@ sap.ui.define([
659
660
  },
660
661
 
661
662
  /**
662
- * @typedef {Object} sap.ui.core.routing.RouteInfo
663
+ * @typedef {object} sap.ui.core.routing.RouteInfo
663
664
  * @property {string} name The route name
664
665
  * @property {Object.<string, string>} arguments The route data
665
666
  * @public
@@ -25,7 +25,8 @@ sap.ui.define([
25
25
  * If you are using the mobile library, please use {@link sap.m.routing.Targets} instead of this class.
26
26
  * @extends sap.ui.base.EventProvider
27
27
  * @param {object} oOptions
28
- * @param {sap.ui.core.routing.Views} oOptions.views the views instance will create the views of all the targets defined, so if 2 targets have the same viewName, the same instance of the view will be displayed.
28
+ * @param {sap.ui.core.routing.Views} oOptions.views the views instance will create the instances of all the targets defined, so if 2 targets have the same
29
+ * <code>type</code> and <code>name</code> set, the same instance of the target will be displayed.
29
30
  * @param {object} [oOptions.config] this config allows all the values oOptions.targets.anyName allows, these will be the default values for properties used in the target.<br/>
30
31
  * For example if you are only using xmlViews in your app you can specify viewType="XML" so you don't have to repeat this in every target.<br/>
31
32
  * If a target specifies viewType="JS", the JS will be stronger than the XML here is an example.
@@ -126,9 +127,11 @@ sap.ui.define([
126
127
  * </pre>
127
128
  *
128
129
  * @param {string} oOptions.targets.anyName.type Defines whether the target creates an instance of 'View' or 'Component'.
129
- * @param {string} [oOptions.targets.anyName.name] Defines the name of the View or Component that will be created. For type 'Component', use option 'usage' instead if an owner component exists.
130
- * To place the view or component into a Control, use the options 'controlAggregation' and 'controlId'. Instance of View or Component will only be created once per 'name' or 'usage' combined
131
- * with 'id'.
130
+ * @param {string} [oOptions.targets.anyName.name] Defines the name of the View or Component that will be
131
+ * created. For type 'Component', use option 'usage' instead if an owner component exists.
132
+ * To place the view or component into a Control, use the options <code>controlAggregation</code> and
133
+ * <code>controlId</code>. Instance of View or Component will only be created once per <code>name</code> or
134
+ * <code>usage</code> combined with <code>id</code>.
132
135
  * <pre>
133
136
  * <code>
134
137
  * {
@@ -160,21 +163,22 @@ sap.ui.define([
160
163
  * <code>
161
164
  * {
162
165
  * targets: {
163
- * // If display("masterWelcome") is called, the master viewName will be placed in the 'MasterPages' of a control with the id splitContainter
166
+ * // If display("masterWelcome") is called, the view with name "Welcome" will be placed in the 'MasterPages' of a control with the id splitContainter
164
167
  * masterWelcome: {
165
168
  * type: "View",
166
169
  * name: "Welcome",
167
- * controlId: "splitContainer",
168
- * controlAggregation: "masterPages",
169
170
  * id: "masterWelcome",
171
+ * controlId: "splitContainer",
172
+ * controlAggregation: "masterPages"
170
173
  * },
171
- * // If display("detailWelcome") is called after the masterWelcome, a second instance with an own controller instance will be added in the detail pages.
174
+ * // If display("detailWelcome") is called after the "masterWelcome" target, a second instance of the same view with its own controller instance will be added in the detail pages.
172
175
  * detailWelcome: {
173
176
  * type: "View",
174
- * name: "WelcomeWithAlias",
177
+ * name: "Welcome",
178
+ * // another instance will be created because a different id is used
179
+ * id: "detailWelcome",
175
180
  * controlId: "splitContainer",
176
- * controlAggregation: "detailPages",
177
- * id: "detailWelcome"
181
+ * controlAggregation: "detailPages"
178
182
  * }
179
183
  * }
180
184
  * }
@@ -186,8 +190,8 @@ sap.ui.define([
186
190
  * @param {string} [oOptions.targets.anyName.viewType=oOptions.config.viewType] The type of the view that is going to be created. These are the supported types: {@link sap.ui.core.mvc.ViewType}.
187
191
  * You always have to provide a viewType except if <code>oOptions.config.viewType</code> is set or when using {@link sap.ui.core.routing.Views#setView}.
188
192
  * @param {string} [oOptions.targets.anyName.path]
189
- * A prefix that will be prepended in front of the name.<br/>
190
- * <b>Example:</b> name is set to "myView" and path is set to "myApp" - the created view name will be "myApp.myView".
193
+ * A prefix that will be prepended in front of the <code>name</code>.<br/>
194
+ * <b>Example:</b> <code>name</code> is set to "myView" and <code>path</code> is set to "myApp" - the created view's name will be "myApp.myView".
191
195
  * @param {string} [oOptions.targets.anyName.id] The ID of the created instance.
192
196
  * This is will be prefixed with the id of the component set to the views instance provided in oOptions.views. For details see {@link sap.ui.core.routing.Views#getView}.
193
197
  * @param {string} [oOptions.targets.anyName.targetParent]