@openui5/sap.ui.core 1.97.1 → 1.100.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 (441) hide show
  1. package/.eslintrc.json +92 -2
  2. package/.reuse/dep5 +25 -30
  3. package/THIRDPARTY.txt +15 -22
  4. package/package.json +1 -1
  5. package/src/jquery.sap.global.js +6 -3
  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/Log.js +1 -1
  12. package/src/sap/base/strings/whitespaceReplacer.js +1 -1
  13. package/src/sap/base/util/LoaderExtensions.js +1 -10
  14. package/src/sap/base/util/UriParameters.js +2 -2
  15. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  16. package/src/sap/base/util/restricted/_castArray.js +1 -1
  17. package/src/sap/base/util/restricted/_compact.js +1 -1
  18. package/src/sap/base/util/restricted/_curry.js +1 -1
  19. package/src/sap/base/util/restricted/_debounce.js +1 -1
  20. package/src/sap/base/util/restricted/_difference.js +1 -1
  21. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  22. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  23. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  24. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  25. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  26. package/src/sap/base/util/restricted/_flatten.js +1 -1
  27. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  28. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  29. package/src/sap/base/util/restricted/_intersection.js +1 -1
  30. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  31. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  32. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  33. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  34. package/src/sap/base/util/restricted/_isNil.js +1 -1
  35. package/src/sap/base/util/restricted/_max.js +1 -1
  36. package/src/sap/base/util/restricted/_merge.js +1 -1
  37. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  38. package/src/sap/base/util/restricted/_min.js +1 -1
  39. package/src/sap/base/util/restricted/_omit.js +1 -1
  40. package/src/sap/base/util/restricted/_pick.js +1 -1
  41. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  42. package/src/sap/base/util/restricted/_throttle.js +1 -1
  43. package/src/sap/base/util/restricted/_toArray.js +1 -1
  44. package/src/sap/base/util/restricted/_union.js +1 -1
  45. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  46. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  47. package/src/sap/base/util/restricted/_uniq.js +1 -1
  48. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  49. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  50. package/src/sap/base/util/restricted/_without.js +1 -1
  51. package/src/sap/base/util/restricted/_xor.js +1 -1
  52. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  53. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  54. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  55. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  56. package/src/sap/ui/Device.js +80 -168
  57. package/src/sap/ui/Global.js +4 -4
  58. package/src/sap/ui/VersionInfo.js +13 -10
  59. package/src/sap/ui/base/BindingParser.js +34 -7
  60. package/src/sap/ui/base/Event.js +1 -1
  61. package/src/sap/ui/base/EventProvider.js +1 -1
  62. package/src/sap/ui/base/ExpressionParser.js +1 -1
  63. package/src/sap/ui/base/Interface.js +1 -1
  64. package/src/sap/ui/base/ManagedObject.js +48 -27
  65. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  66. package/src/sap/ui/base/ManagedObjectObserver.js +2 -0
  67. package/src/sap/ui/base/Metadata.js +1 -1
  68. package/src/sap/ui/base/Object.js +1 -1
  69. package/src/sap/ui/base/ObjectPool.js +1 -1
  70. package/src/sap/ui/core/.library +2 -2
  71. package/src/sap/ui/core/BusyIndicator.js +1 -1
  72. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  73. package/src/sap/ui/core/Component.js +3 -3
  74. package/src/sap/ui/core/ComponentContainer.js +1 -1
  75. package/src/sap/ui/core/ComponentMetadata.js +2 -2
  76. package/src/sap/ui/core/ComponentSupport.js +1 -1
  77. package/src/sap/ui/core/Configuration.js +82 -15
  78. package/src/sap/ui/core/Control.js +3 -2
  79. package/src/sap/ui/core/Core.js +5 -6
  80. package/src/sap/ui/core/CustomData.js +1 -1
  81. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  82. package/src/sap/ui/core/Element.js +5 -7
  83. package/src/sap/ui/core/ElementMetadata.js +1 -1
  84. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  85. package/src/sap/ui/core/EventBus.js +1 -1
  86. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  87. package/src/sap/ui/core/FocusHandler.js +1 -1
  88. package/src/sap/ui/core/Fragment.js +1 -1
  89. package/src/sap/ui/core/HTML.js +1 -1
  90. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  91. package/src/sap/ui/core/History.js +1 -1
  92. package/src/sap/ui/core/Icon.js +18 -5
  93. package/src/sap/ui/core/IconRenderer.js +1 -1
  94. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  95. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  96. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  97. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  98. package/src/sap/ui/core/InvisibleText.js +1 -1
  99. package/src/sap/ui/core/Item.js +1 -1
  100. package/src/sap/ui/core/LabelEnablement.js +9 -2
  101. package/src/sap/ui/core/LayoutData.js +1 -1
  102. package/src/sap/ui/core/ListItem.js +1 -1
  103. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  104. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +2 -2
  105. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  106. package/src/sap/ui/core/Locale.js +1 -1
  107. package/src/sap/ui/core/LocaleData.js +60 -6
  108. package/src/sap/ui/core/Manifest.js +1 -1
  109. package/src/sap/ui/core/Message.js +1 -1
  110. package/src/sap/ui/core/Patcher.js +3 -3
  111. package/src/sap/ui/core/Placeholder.js +28 -28
  112. package/src/sap/ui/core/Popup.js +12 -9
  113. package/src/sap/ui/core/RenderManager.js +1 -1
  114. package/src/sap/ui/core/Renderer.js +1 -1
  115. package/src/sap/ui/core/ResizeHandler.js +1 -1
  116. package/src/sap/ui/core/ScrollBar.js +1 -1
  117. package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
  118. package/src/sap/ui/core/SeparatorItem.js +1 -1
  119. package/src/sap/ui/core/Title.js +1 -1
  120. package/src/sap/ui/core/TooltipBase.js +2 -2
  121. package/src/sap/ui/core/UIArea.js +1 -1
  122. package/src/sap/ui/core/UIComponent.js +1 -1
  123. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  124. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  125. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  126. package/src/sap/ui/core/XMLComposite.js +1 -1
  127. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  128. package/src/sap/ui/core/XMLTemplateProcessor.js +7 -6
  129. package/src/sap/ui/core/_IconRegistry.js +13 -3
  130. package/src/sap/ui/core/cache/CacheManager.js +1 -1
  131. package/src/sap/ui/core/cache/LRUPersistentCache.js +2 -1
  132. package/src/sap/ui/core/cldr/en_AU.json +1 -1
  133. package/src/sap/ui/core/date/Buddhist.js +3 -3
  134. package/src/sap/ui/core/date/Japanese.js +4 -4
  135. package/src/sap/ui/core/date/UniversalDate.js +10 -0
  136. package/src/sap/ui/core/date/UniversalDateUtils.js +175 -5
  137. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  138. package/src/sap/ui/core/delegate/ScrollEnablement.js +9 -6
  139. package/src/sap/ui/core/dnd/DragAndDrop.js +21 -18
  140. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  141. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  142. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  143. package/src/sap/ui/core/dnd/DropInfo.js +3 -3
  144. package/src/sap/ui/core/format/DateFormat.js +654 -202
  145. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +44 -0
  146. package/src/sap/ui/core/format/ListFormat.js +2 -2
  147. package/src/sap/ui/core/format/NumberFormat.js +502 -216
  148. package/src/sap/ui/core/format/TimezoneUtil.js +248 -0
  149. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  150. package/src/sap/ui/core/library.js +126 -53
  151. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  152. package/src/sap/ui/core/message/Message.js +1 -1
  153. package/src/sap/ui/core/message/MessageManager.js +1 -1
  154. package/src/sap/ui/core/message/MessageMixin.js +2 -1
  155. package/src/sap/ui/core/message/MessageParser.js +1 -1
  156. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  157. package/src/sap/ui/core/messagebundle.properties +2 -0
  158. package/src/sap/ui/core/messagebundle_ar.properties +1 -0
  159. package/src/sap/ui/core/messagebundle_bg.properties +6 -5
  160. package/src/sap/ui/core/messagebundle_ca.properties +1 -0
  161. package/src/sap/ui/core/messagebundle_cs.properties +1 -0
  162. package/src/sap/ui/core/messagebundle_cy.properties +1 -0
  163. package/src/sap/ui/core/messagebundle_da.properties +1 -0
  164. package/src/sap/ui/core/messagebundle_de.properties +2 -1
  165. package/src/sap/ui/core/messagebundle_el.properties +1 -0
  166. package/src/sap/ui/core/messagebundle_en.properties +1 -0
  167. package/src/sap/ui/core/messagebundle_en_GB.properties +1 -0
  168. package/src/sap/ui/core/messagebundle_en_US_sappsd.properties +1 -0
  169. package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +1 -0
  170. package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +1 -0
  171. package/src/sap/ui/core/messagebundle_es.properties +1 -0
  172. package/src/sap/ui/core/messagebundle_es_MX.properties +1 -0
  173. package/src/sap/ui/core/messagebundle_et.properties +1 -0
  174. package/src/sap/ui/core/messagebundle_fi.properties +1 -0
  175. package/src/sap/ui/core/messagebundle_fr.properties +1 -0
  176. package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -0
  177. package/src/sap/ui/core/messagebundle_hi.properties +1 -0
  178. package/src/sap/ui/core/messagebundle_hr.properties +1 -0
  179. package/src/sap/ui/core/messagebundle_hu.properties +1 -0
  180. package/src/sap/ui/core/messagebundle_id.properties +3 -2
  181. package/src/sap/ui/core/messagebundle_it.properties +2 -1
  182. package/src/sap/ui/core/messagebundle_iw.properties +1 -0
  183. package/src/sap/ui/core/messagebundle_ja.properties +1 -0
  184. package/src/sap/ui/core/messagebundle_kk.properties +1 -0
  185. package/src/sap/ui/core/messagebundle_ko.properties +2 -1
  186. package/src/sap/ui/core/messagebundle_lt.properties +1 -0
  187. package/src/sap/ui/core/messagebundle_lv.properties +2 -1
  188. package/src/sap/ui/core/messagebundle_ms.properties +1 -0
  189. package/src/sap/ui/core/messagebundle_nl.properties +1 -0
  190. package/src/sap/ui/core/messagebundle_no.properties +5 -4
  191. package/src/sap/ui/core/messagebundle_pl.properties +1 -0
  192. package/src/sap/ui/core/messagebundle_pt.properties +1 -0
  193. package/src/sap/ui/core/messagebundle_pt_PT.properties +1 -0
  194. package/src/sap/ui/core/messagebundle_ro.properties +1 -0
  195. package/src/sap/ui/core/messagebundle_ru.properties +1 -0
  196. package/src/sap/ui/core/messagebundle_sh.properties +1 -0
  197. package/src/sap/ui/core/messagebundle_sk.properties +1 -0
  198. package/src/sap/ui/core/messagebundle_sl.properties +1 -0
  199. package/src/sap/ui/core/messagebundle_sv.properties +1 -0
  200. package/src/sap/ui/core/messagebundle_th.properties +1 -0
  201. package/src/sap/ui/core/messagebundle_tr.properties +1 -0
  202. package/src/sap/ui/core/messagebundle_uk.properties +1 -0
  203. package/src/sap/ui/core/messagebundle_vi.properties +1 -0
  204. package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -0
  205. package/src/sap/ui/core/messagebundle_zh_TW.properties +1 -0
  206. package/src/sap/ui/core/mvc/Controller.js +1 -1
  207. package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
  208. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  209. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  210. package/src/sap/ui/core/mvc/JSONView.js +2 -1
  211. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  212. package/src/sap/ui/core/mvc/JSView.js +1 -1
  213. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  214. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  215. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  216. package/src/sap/ui/core/mvc/View.js +2 -1
  217. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  218. package/src/sap/ui/core/mvc/XMLView.js +24 -3
  219. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  220. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  221. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  222. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  223. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  224. package/src/sap/ui/core/routing/Route.js +6 -6
  225. package/src/sap/ui/core/routing/Router.js +4 -3
  226. package/src/sap/ui/core/routing/Targets.js +17 -13
  227. package/src/sap/ui/core/rules/Misc.support.js +8 -3
  228. package/src/sap/ui/core/rules/Model.support.js +95 -8
  229. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  230. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  231. package/src/sap/ui/core/service/Service.js +1 -1
  232. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  233. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  234. package/src/sap/ui/core/support/Plugin.js +1 -1
  235. package/src/sap/ui/core/support/Support.js +3 -3
  236. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  237. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  238. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  239. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  240. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  241. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  242. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  243. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  244. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -5
  245. package/src/sap/ui/core/themes/base/CommandShortcutHints.less +1 -1
  246. package/src/sap/ui/core/themes/base/base.less +1108 -35
  247. package/src/sap/ui/core/themes/base/fonts/SAP-icons.woff2 +0 -0
  248. package/src/sap/ui/core/themes/base/global.less +158 -4
  249. package/src/sap/ui/core/themes/base/parameterClasses.less +21 -21
  250. package/src/sap/ui/core/themes/sap_hcb/global.less +157 -2
  251. package/src/sap/ui/core/theming/Parameters.js +22 -142
  252. package/src/sap/ui/core/theming/ThemeHelper.js +26 -37
  253. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  254. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  255. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  256. package/src/sap/ui/core/tmpl/Template.js +1 -1
  257. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  258. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  259. package/src/sap/ui/core/util/DraftEnabledMockServer.js +21 -16
  260. package/src/sap/ui/core/util/Export.js +1 -1
  261. package/src/sap/ui/core/util/ExportCell.js +1 -1
  262. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  263. package/src/sap/ui/core/util/ExportRow.js +1 -1
  264. package/src/sap/ui/core/util/ExportType.js +1 -1
  265. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  266. package/src/sap/ui/core/util/File.js +1 -1
  267. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  268. package/src/sap/ui/core/util/MockServer.js +157 -57
  269. package/src/sap/ui/core/util/PasteHelper.js +5 -5
  270. package/src/sap/ui/core/util/XMLPreprocessor.js +17 -4
  271. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +4 -0
  272. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +26 -16
  273. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
  274. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  275. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  276. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  277. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  278. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  279. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  280. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  281. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  282. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  283. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  284. package/src/sap/ui/debug/ControlTree.js +1 -1
  285. package/src/sap/ui/debug/DebugEnv.js +1 -1
  286. package/src/sap/ui/debug/LogViewer.js +2 -2
  287. package/src/sap/ui/debug/PropertyList.js +1 -1
  288. package/src/sap/ui/dom/includeStylesheet.js +8 -3
  289. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  290. package/src/sap/ui/events/jquery/EventSimulation.js +3 -13
  291. package/src/sap/ui/model/Binding.js +4 -3
  292. package/src/sap/ui/model/ClientModel.js +1 -1
  293. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  294. package/src/sap/ui/model/CompositeBinding.js +4 -1
  295. package/src/sap/ui/model/CompositeDataState.js +26 -4
  296. package/src/sap/ui/model/CompositeType.js +13 -1
  297. package/src/sap/ui/model/ContextBinding.js +1 -1
  298. package/src/sap/ui/model/DataState.js +27 -6
  299. package/src/sap/ui/model/ListBinding.js +2 -2
  300. package/src/sap/ui/model/MetaModel.js +2 -3
  301. package/src/sap/ui/model/Model.js +2 -2
  302. package/src/sap/ui/model/SelectionModel.js +1 -1
  303. package/src/sap/ui/model/SimpleType.js +1 -1
  304. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  305. package/src/sap/ui/model/Type.js +1 -1
  306. package/src/sap/ui/model/_Helper.js +22 -0
  307. package/src/sap/ui/model/analytics/AnalyticalBinding.js +68 -42
  308. package/src/sap/ui/model/analytics/ODataModelAdapter.js +2 -15
  309. package/src/sap/ui/model/base/ManagedObjectModel.js +9 -7
  310. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  311. package/src/sap/ui/model/json/JSONModel.js +15 -8
  312. package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
  313. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  314. package/src/sap/ui/model/message/MessageModel.js +1 -1
  315. package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
  316. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  317. package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
  318. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  319. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  320. package/src/sap/ui/model/odata/ODataMetadata.js +3 -3
  321. package/src/sap/ui/model/odata/ODataModel.js +2 -2
  322. package/src/sap/ui/model/odata/ODataPropertyBinding.js +3 -1
  323. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  324. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
  325. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  326. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  327. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  328. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  329. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  330. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  331. package/src/sap/ui/model/odata/type/Date.js +1 -1
  332. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  333. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  334. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  335. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +346 -0
  336. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  337. package/src/sap/ui/model/odata/type/Double.js +1 -1
  338. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  339. package/src/sap/ui/model/odata/type/Int.js +1 -1
  340. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  341. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  342. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  343. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  344. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  345. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  346. package/src/sap/ui/model/odata/type/Single.js +1 -1
  347. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  348. package/src/sap/ui/model/odata/type/String.js +1 -1
  349. package/src/sap/ui/model/odata/type/Time.js +1 -1
  350. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  351. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  352. package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
  353. package/src/sap/ui/model/odata/v2/Context.js +62 -5
  354. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  355. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +8 -4
  356. package/src/sap/ui/model/odata/v2/ODataListBinding.js +324 -112
  357. package/src/sap/ui/model/odata/v2/ODataModel.js +324 -94
  358. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +3 -4
  359. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +65 -5
  360. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +21 -22
  361. package/src/sap/ui/model/odata/v4/Context.js +224 -101
  362. package/src/sap/ui/model/odata/v4/ODataBinding.js +99 -55
  363. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +272 -210
  364. package/src/sap/ui/model/odata/v4/ODataListBinding.js +557 -258
  365. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +131 -100
  366. package/src/sap/ui/model/odata/v4/ODataModel.js +503 -260
  367. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +106 -138
  368. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +87 -80
  369. package/src/sap/ui/model/odata/v4/ODataUtils.js +5 -5
  370. package/src/sap/ui/model/odata/v4/SubmitMode.js +0 -1
  371. package/src/sap/ui/model/odata/v4/ValueListType.js +0 -1
  372. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +20 -20
  373. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +3 -5
  374. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -4
  375. package/src/sap/ui/model/odata/v4/lib/_Batch.js +21 -20
  376. package/src/sap/ui/model/odata/v4/lib/_Cache.js +322 -127
  377. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +5 -1
  378. package/src/sap/ui/model/odata/v4/lib/_Helper.js +28 -21
  379. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +62 -61
  380. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  381. package/src/sap/ui/model/odata/v4/lib/_Parser.js +52 -43
  382. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +216 -51
  383. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +147 -147
  384. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +14 -13
  385. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +66 -67
  386. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  387. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  388. package/src/sap/ui/model/type/Boolean.js +1 -1
  389. package/src/sap/ui/model/type/Currency.js +1 -1
  390. package/src/sap/ui/model/type/Date.js +1 -1
  391. package/src/sap/ui/model/type/DateInterval.js +1 -1
  392. package/src/sap/ui/model/type/DateTime.js +1 -1
  393. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  394. package/src/sap/ui/model/type/FileSize.js +1 -1
  395. package/src/sap/ui/model/type/Float.js +1 -1
  396. package/src/sap/ui/model/type/Integer.js +1 -1
  397. package/src/sap/ui/model/type/String.js +1 -1
  398. package/src/sap/ui/model/type/Time.js +1 -1
  399. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  400. package/src/sap/ui/model/type/Unit.js +1 -1
  401. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  402. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  403. package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
  404. package/src/sap/ui/performance/trace/FESR.js +1 -1
  405. package/src/sap/ui/performance/trace/FESRHelper.js +72 -0
  406. package/src/sap/ui/performance/trace/Interaction.js +6 -2
  407. package/src/sap/ui/performance/trace/Passport.js +3 -3
  408. package/src/sap/ui/qunit/qunit-2-css.js +4 -4
  409. package/src/sap/ui/qunit/qunit-css.js +4 -4
  410. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  411. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  412. package/src/sap/ui/test/BlanketReporter.js +1 -1
  413. package/src/sap/ui/test/BranchTracking.js +1 -0
  414. package/src/sap/ui/test/Opa5.js +1 -1
  415. package/src/sap/ui/test/OpaBuilder.js +7 -7
  416. package/src/sap/ui/test/TestUtils.js +12 -2
  417. package/src/sap/ui/test/_LogCollector.js +1 -1
  418. package/src/sap/ui/test/_UsageReport.js +1 -1
  419. package/src/sap/ui/test/actions/Action.js +4 -2
  420. package/src/sap/ui/test/actions/Press.js +51 -2
  421. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  422. package/src/sap/ui/test/generic/GenericTestCollection.js +176 -0
  423. package/src/sap/ui/test/generic/TestBase.js +151 -0
  424. package/src/sap/ui/test/generic/Utils.js +284 -0
  425. package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +9 -8
  426. package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
  427. package/src/sap/ui/test/starter/_setupAndStart.js +4 -0
  428. package/src/sap/ui/test/starter/createSuite.js +3 -3
  429. package/src/sap/ui/thirdparty/IPv6.js +1 -1
  430. package/src/sap/ui/thirdparty/SecondLevelDomains.js +1 -1
  431. package/src/sap/ui/thirdparty/URI.js +7 -3
  432. package/src/sap/ui/thirdparty/URITemplate.js +1 -1
  433. package/src/sap/ui/thirdparty/jquery-mobile-custom.js +3 -6
  434. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-datepicker.js +143 -3
  435. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-position.js +8 -1
  436. package/src/sap/ui/thirdparty/jszip.js +17 -7
  437. package/src/sap/ui/thirdparty/mobify-carousel.js +1 -1
  438. package/src/sap/ui/util/Mobile.js +17 -0
  439. package/src/sap/ui/util/Storage.js +1 -1
  440. package/src/sap/ui/util/XMLHelper.js +53 -30
  441. package/src/ui5loader.js +4 -4
@@ -0,0 +1,248 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ sap.ui.define([], function() {
8
+ "use strict";
9
+
10
+ /**
11
+ * Static collection of utility functions to handle timezone related conversions
12
+ *
13
+ * @author SAP SE
14
+ * @version 1.100.0
15
+ * @namespace
16
+ * @alias sap.ui.core.format.TimezoneUtil
17
+ * @private
18
+ * @ui5-restricted sap.ui.core.Configuration, sap.ui.core.format.DateFormat
19
+ */
20
+ var TimezoneUtil = {};
21
+
22
+ var sLocalTimezone = "";
23
+
24
+ /**
25
+ * Cache for Intl.DateTimeFormat instances
26
+ */
27
+ var oIntlDateTimeFormatCache = {
28
+ _oCache: new Map(),
29
+ /**
30
+ * When cache limit is reached, it gets cleared
31
+ */
32
+ _iCacheLimit: 10,
33
+
34
+ /**
35
+ * Creates or gets an instance of Intl.DateTimeFormat.
36
+ *
37
+ * @param {string} sTimezone IANA timezone ID
38
+ * @returns {Intl.DateTimeFormat} Intl.DateTimeFormat instance
39
+ */
40
+ get: function (sTimezone) {
41
+ var cacheEntry = this._oCache.get(sTimezone);
42
+ if (cacheEntry) {
43
+ return cacheEntry;
44
+ }
45
+
46
+ var oOptions = {
47
+ hourCycle: "h23",
48
+ hour: "2-digit",
49
+ minute: "2-digit",
50
+ second: "2-digit",
51
+ fractionalSecondDigits: 3,
52
+ day: "2-digit",
53
+ month: "2-digit",
54
+ year: "numeric",
55
+ timeZone: sTimezone,
56
+ timeZoneName: 'short',
57
+ era: 'narrow'
58
+ };
59
+ var oInstance = new Intl.DateTimeFormat("en-US", oOptions);
60
+
61
+ // only store a limited number of entries in the cache
62
+ if (this._oCache.size === this._iCacheLimit) {
63
+ this._oCache = new Map();
64
+ }
65
+ this._oCache.set(sTimezone, oInstance);
66
+ return oInstance;
67
+ }
68
+ };
69
+
70
+ /**
71
+ * Uses the <code>Intl.DateTimeFormat</code> API to check if it can handle the given
72
+ * IANA timezone ID.
73
+ *
74
+ * @param {string} sTimezone The IANA timezone ID which is checked, e.g <code>"Europe/Berlin"</code>
75
+ * @returns {boolean} Whether the timezone is a valid IANA timezone ID
76
+ * @private
77
+ * @ui5-restricted sap.ui.core.Configuration, sap.ui.core.format.DateFormat
78
+ */
79
+ TimezoneUtil.isValidTimezone = function(sTimezone) {
80
+ if (!sTimezone) {
81
+ return false;
82
+ }
83
+
84
+ try {
85
+ oIntlDateTimeFormatCache.get(sTimezone);
86
+ return true;
87
+ } catch (oError) {
88
+ return false;
89
+ }
90
+ };
91
+
92
+ /**
93
+ * Converts a date to a specific timezone.
94
+ * The resulting date reflects the given timezone such that the "UTC" Date methods
95
+ * can be used, e.g. Date#getUTCHours() to display the hours in the given timezone.
96
+ *
97
+ * @example
98
+ * var oDate = new Date("2021-10-13T15:22:33Z"); // UTC
99
+ * // Timezone difference UTC-4 (DST)
100
+ * TimezoneUtil.convertToTimezone(oDate, "America/New_York");
101
+ * // 2021-10-13 11:22:33 in America/New_York
102
+ *
103
+ * @param {Date} oDate The date which should be converted.
104
+ * @param {string} sTargetTimezone The target IANA timezone ID, e.g <code>"Europe/Berlin"</code>
105
+ * @returns {Date} The new date in the target timezone.
106
+ * @private
107
+ * @ui5-restricted sap.ui.core.format.DateFormat
108
+ */
109
+ TimezoneUtil.convertToTimezone = function(oDate, sTargetTimezone) {
110
+ var oFormatParts = this._getParts(oDate, sTargetTimezone);
111
+ return TimezoneUtil._getDateFromParts(oFormatParts);
112
+ };
113
+
114
+ /**
115
+ * Uses the <code>Intl.DateTimeFormat</code> API to convert a date to a specific timezone.
116
+ *
117
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts
118
+ * @param {Date} oDate The date which should be converted.
119
+ * @param {string} sTargetTimezone The target IANA timezone ID, e.g <code>"Europe/Berlin"</code>
120
+ * @returns {{
121
+ * month: string,
122
+ * day: string,
123
+ * year: string,
124
+ * hour: string,
125
+ * minute: string,
126
+ * second: string,
127
+ * era: string,
128
+ * fractionalSecond: string,
129
+ * timeZoneName: string
130
+ * }} An object containing the date and time fields considering the target timezone.
131
+ * @private
132
+ */
133
+ TimezoneUtil._getParts = function(oDate, sTargetTimezone) {
134
+ var oIntlDate = oIntlDateTimeFormatCache.get(sTargetTimezone);
135
+ // clone the date object before passing it to the Intl API, to ensure that no
136
+ // UniversalDate gets passed to it
137
+ var oParts = oIntlDate.formatToParts(new Date(oDate.getTime()));
138
+ var oDateParts = Object.create(null);
139
+ for (var sKey in oParts) {
140
+ var oPart = oParts[sKey];
141
+ if (oPart.type !== "literal") {
142
+ oDateParts[oPart.type] = oPart.value;
143
+ }
144
+ }
145
+ return oDateParts;
146
+ };
147
+
148
+ /**
149
+ * Creates a Date from the provided date parts.
150
+ *
151
+ * @param {object} oParts Separated date and time fields as object, see {@link #_getParts}.
152
+ * @returns {Date} Returns the date object created from the provided parts.
153
+ * @private
154
+ */
155
+ TimezoneUtil._getDateFromParts = function(oParts) {
156
+ var oDate = new Date(0);
157
+
158
+ var iUTCYear = parseInt(oParts.year);
159
+ if (oParts.era === "B") {
160
+ // The JS Date uses astronomical year numbering which supports year zero and negative
161
+ // year numbers.
162
+ // The Intl.DateTimeFormat API uses eras (no year zero and no negative year numbers).
163
+ // years around zero overview:
164
+ // | Astronomical | In Era
165
+ // | 2 | 2 Anno Domini (era: "A")
166
+ // | 1 | 1 Anno Domini (era: "A")
167
+ // | 0 | 1 Before Christ (era: "B")
168
+ // | -1 | 2 Before Christ (era: "B")
169
+ // | -2 | 3 Before Christ (era: "B")
170
+ // For the conversion to the JS Date the parts returned by the Intl.DateTimeFormat API
171
+ // need to be adapted.
172
+ iUTCYear = (iUTCYear * -1) + 1;
173
+ }
174
+
175
+ // Date.UTC cannot be used here to be able to support dates before the UNIX epoch
176
+ oDate.setUTCFullYear(iUTCYear,
177
+ parseInt(oParts.month) - 1,
178
+ parseInt(oParts.day));
179
+ oDate.setUTCHours(
180
+ parseInt(oParts.hour),
181
+ parseInt(oParts.minute),
182
+ parseInt(oParts.second),
183
+ parseInt(oParts.fractionalSecond));
184
+
185
+ return oDate;
186
+ };
187
+
188
+ /**
189
+ * Gets the offset to UTC in seconds for a given date in the timezone specified.
190
+ *
191
+ * For non-unique points in time, the daylight saving time takes precedence over the standard
192
+ * time shortly after the switch back (e.g. clock gets set back 1 hour, duplicate hour).
193
+ *
194
+ * @example
195
+ * var oDate = new Date("2021-10-13T13:22:33Z");
196
+ * TimezoneUtil.calculateOffset(oDate, "America/New_York");
197
+ * // => +14400 seconds (4 * 60 * 60 seconds)
198
+ *
199
+ * TimezoneUtil.calculateOffset(oDate, "Europe/Berlin");
200
+ * // => -7200 seconds (-2 * 60 * 60 seconds)
201
+ *
202
+ * // daylight saving time (2018 Sun, 25 Mar, 02:00 CET → CEST +1 hour (DST start) UTC+2h)
203
+ * // the given date is taken as it is in the timezone
204
+ * TimezoneUtil.calculateOffset(new Date("2018-03-25T00:00:00Z"), "Europe/Berlin");
205
+ * // => -3600 seconds (-1 * 60 * 60 seconds), interpreted as: 2018-03-25 00:00:00 (CET)
206
+ *
207
+ * TimezoneUtil.calculateOffset(new Date("2018-03-25T03:00:00Z"), "Europe/Berlin");
208
+ * // => -7200 seconds (-2 * 60 * 60 seconds)
209
+ *
210
+ * var oHistoricalDate = new Date("1800-10-13T13:22:33Z");
211
+ * TimezoneUtil.calculateOffset(oHistoricalDate, "Europe/Berlin");
212
+ * // => -3208 seconds (-3208 seconds)
213
+ *
214
+ * @param {Date} oDate The date in the timezone used to calculate the offset to UTC.
215
+ * @param {string} sTimezoneSource The source IANA timezone ID, e.g <code>"Europe/Berlin"</code>
216
+ * @returns {number} The difference to UTC between the date in the timezone.
217
+ * @private
218
+ * @ui5-restricted sap.ui.core.format.DateFormat
219
+ */
220
+ TimezoneUtil.calculateOffset = function(oDate, sTimezoneSource) {
221
+ var oFirstGuess = this.convertToTimezone(oDate, sTimezoneSource);
222
+
223
+ var iInitialOffset = oDate.getTime() - oFirstGuess.getTime();
224
+
225
+ // to get the correct summer/wintertime (daylight saving time) handling use the source date (apply the diff)
226
+ var oDateSource = new Date(oDate.getTime() + iInitialOffset);
227
+ var oDateTarget = this.convertToTimezone(oDateSource, sTimezoneSource);
228
+
229
+ return (oDateSource.getTime() - oDateTarget.getTime()) / 1000;
230
+ };
231
+
232
+ /**
233
+ * Retrieves the browser's local IANA timezone ID.
234
+ *
235
+ * @returns {string} The local IANA timezone ID of the browser, e.g <code>"Europe/Berlin"</code>
236
+ * @private
237
+ * @ui5-restricted sap.ui.core.Configuration
238
+ */
239
+ TimezoneUtil.getLocalTimezone = function() {
240
+ if (sLocalTimezone) {
241
+ return sLocalTimezone;
242
+ }
243
+ sLocalTimezone = new Intl.DateTimeFormat().resolvedOptions().timeZone;
244
+ return sLocalTimezone;
245
+ };
246
+
247
+ return TimezoneUtil;
248
+ });
@@ -398,7 +398,7 @@ sap.ui.define([
398
398
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
399
399
  * @extends sap.ui.base.ManagedObject
400
400
  * @author SAP SE
401
- * @version 1.97.1
401
+ * @version 1.100.0
402
402
  * @hideconstructor
403
403
  * @public
404
404
  * @since 1.60
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  // delegate further initialization of this library to the Core
20
20
  sap.ui.getCore().initLibrary({
21
21
  name : "sap.ui.core",
22
- version: "1.97.1",
22
+ version: "1.100.0",
23
23
  designtime: "sap/ui/core/designtime/library.designtime",
24
24
  types: [
25
25
 
@@ -86,7 +86,8 @@ sap.ui.define([
86
86
  "sap.ui.core.IDScope",
87
87
  "sap.ui.core.ITitleContent",
88
88
  "sap.ui.core.IAsyncContentCreation",
89
- "sap.ui.core.IPlaceholderSupport"
89
+ "sap.ui.core.IPlaceholderSupport",
90
+ "sap.ui.core.IColumnHeaderMenu"
90
91
  ],
91
92
  controls: [
92
93
  "sap.ui.core.ComponentContainer",
@@ -159,7 +160,7 @@ sap.ui.define([
159
160
  * @namespace
160
161
  * @alias sap.ui.core
161
162
  * @author SAP SE
162
- * @version 1.97.1
163
+ * @version 1.100.0
163
164
  * @since 0.8
164
165
  * @public
165
166
  */
@@ -198,7 +199,7 @@ sap.ui.define([
198
199
  * Noteworthy details:
199
200
  * <ul>
200
201
  * <li>whitespace is mandatory around a '-' or '+' operator and optional otherwise</li>
201
- * <li>parentheses are accepted but not checked for being balanced (a limitation of regexp based checks)</li>
202
+ * <li>parentheses are accepted but not checked for being balanced (a restriction of regexp based checks)</li>
202
203
  * <li>semantic constraints like type restrictions are not checked</li>
203
204
  * </ul>
204
205
  *
@@ -890,7 +891,7 @@ sap.ui.define([
890
891
  * Noteworthy details:
891
892
  * <ul>
892
893
  * <li>whitespace is mandatory around a '-' or '+' operator and optional otherwise</li>
893
- * <li>parentheses are accepted but not checked for being balanced (a limitation of regexp based checks)</li>
894
+ * <li>parentheses are accepted but not checked for being balanced (a restriction of regexp based checks)</li>
894
895
  * <li>semantic constraints like type restrictions are not checked</li>
895
896
  * </ul>
896
897
  *
@@ -942,9 +943,11 @@ sap.ui.define([
942
943
  /**
943
944
  * @classdesc Collision behavior: horizontal/vertical.
944
945
  *
945
- * Defines how the position of an element should be adjusted in case it overflows the window in some direction. For both
946
- * directions this can be "flip", "fit" or "none". If only one behavior is provided it is applied to both directions.
947
- * Examples: "flip", "fit none".
946
+ * Defines how the position of an element should be adjusted in case it overflows the window in some direction.
947
+ * For both directions this can be "flip", "fit", "flipfit" or "none".
948
+ * If only one behavior is provided it is applied to both directions.
949
+ *
950
+ * Examples: "flip", "fit none", "flipfit fit"
948
951
  *
949
952
  * @final
950
953
  * @namespace
@@ -953,7 +956,7 @@ sap.ui.define([
953
956
  */
954
957
  thisLib.Collision = DataType.createType('sap.ui.core.Collision', {
955
958
  isValid : function(vValue) {
956
- return /^((flip|fit|none)( (flip|fit|none))?)$/.test(vValue);
959
+ return /^((flip|fit|flipfit|none)( (flip|fit|flipfit|none))?)$/.test(vValue);
957
960
  }
958
961
  },
959
962
  DataType.getType('string')
@@ -1511,7 +1514,7 @@ sap.ui.define([
1511
1514
  /**
1512
1515
  * Sort order of a column.
1513
1516
  *
1514
- * @version 1.97.1
1517
+ * @version 1.100.0
1515
1518
  * @enum {string}
1516
1519
  * @public
1517
1520
  * @since 1.61.0
@@ -1689,7 +1692,7 @@ sap.ui.define([
1689
1692
  * Marker interface for subclasses of <code>sap.ui.core.UIComponent</code>.
1690
1693
  *
1691
1694
  * Implementing this interface allows a {@link sap.ui.core.UIComponent} to be created fully asynchronously.
1692
- * This interface will implicitily set the component's rootView and router configuration to async.
1695
+ * This interface will implicitly set the component's rootView and router configuration to async.
1693
1696
  * Nested views will also be handled asynchronously.
1694
1697
  * Additionally the error handling during the processing of views is stricter and will fail if a view definition contains
1695
1698
  * errors, e.g. broken binding strings.
@@ -1727,6 +1730,42 @@ sap.ui.define([
1727
1730
  * @since 1.92.0
1728
1731
  */
1729
1732
 
1733
+ /**
1734
+ * Marker interface for controls that can serve as a menu for a table column header.
1735
+ *
1736
+ * Implementation of this interface implements the <code>openBy</code> and <code>getAriaHasPopupType</code> methods.
1737
+ *
1738
+ * @name sap.ui.core.IColumnHeaderMenu
1739
+ * @interface
1740
+ * @public
1741
+ * @experimental As of version 1.98
1742
+ * @since 1.98.0
1743
+ */
1744
+
1745
+ /**
1746
+ * Opens the menu using the column header.
1747
+ * @param {sap.ui.core.Control} oControl
1748
+ * Specifies the control where the menu is placed.
1749
+ *
1750
+ * @public
1751
+ * @function
1752
+ * @experimental As of version 1.98
1753
+ * @since 1.98.0
1754
+ * @name sap.ui.core.IColumnHeaderMenu.openBy
1755
+ */
1756
+
1757
+ /**
1758
+ * Returns the <code>sap.ui.core.aria.HasPopup<\code> type of the menu.
1759
+ *
1760
+ * @returns {sap.ui.core.aria.HasPopup} <code>sap.ui.core.aria.HasPopup<\code> type of the menu
1761
+ *
1762
+ * @public
1763
+ * @function
1764
+ * @experimental As of version 1.98
1765
+ * @since 1.98.0
1766
+ * @name sap.ui.core.IColumnHeaderMenu.getAriaHasPopupType
1767
+ */
1768
+
1730
1769
  /**
1731
1770
 
1732
1771
  * Marker interface for controls that can serve as a context menu.
@@ -2061,6 +2100,35 @@ sap.ui.define([
2061
2100
  OnOrBetween : "OnOrBetween"
2062
2101
  };
2063
2102
 
2103
+ /**
2104
+ * Drop positions relative to a dropped element.
2105
+ *
2106
+ * @enum {string}
2107
+ * @public
2108
+ * @since 1.100.0
2109
+ * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
2110
+ */
2111
+ thisLib.dnd.RelativeDropPosition = {
2112
+
2113
+ /**
2114
+ * Drop on the control.
2115
+ * @public
2116
+ */
2117
+ On : "On",
2118
+
2119
+ /**
2120
+ * Drop before the control.
2121
+ * @public
2122
+ */
2123
+ Before : "Before",
2124
+
2125
+ /**
2126
+ * Drop after the control.
2127
+ * @public
2128
+ */
2129
+ After : "After"
2130
+ };
2131
+
2064
2132
  /**
2065
2133
  * Configuration options for the layout of the droppable controls.
2066
2134
  *
@@ -2181,7 +2249,7 @@ sap.ui.define([
2181
2249
  * @public
2182
2250
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
2183
2251
  */
2184
- sap.ui.core.ComponentLifecycle = {
2252
+ thisLib.ComponentLifecycle = {
2185
2253
 
2186
2254
  /**
2187
2255
  * Legacy lifecycle means that the <code>ComponentContainer</code> takes care
@@ -2218,7 +2286,7 @@ sap.ui.define([
2218
2286
  * @since 1.78
2219
2287
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
2220
2288
  */
2221
- sap.ui.core.InvisibleMessageMode = {
2289
+ thisLib.InvisibleMessageMode = {
2222
2290
 
2223
2291
  /**
2224
2292
  * Indicates that updates to the region should be presented at the next graceful opportunity,
@@ -2235,49 +2303,54 @@ sap.ui.define([
2235
2303
 
2236
2304
  };
2237
2305
 
2238
- var lazy = sap.ui.lazyRequire;
2239
-
2240
- function each(sPackage,aClasses,sShortcutPkg) {
2241
- for (var i = 0; i < aClasses.length; i++) {
2242
- if ( sShortcutPkg ) {
2243
- lazy(sShortcutPkg, aClasses[i].toLowerCase(), sPackage + aClasses[i]);
2244
- } else {
2245
- lazy(sPackage + aClasses[i], "new extend getMetadata");
2306
+ /**
2307
+ * @deprecated since 1.56 as lazy loading implies sync loading
2308
+ */
2309
+ (function() {
2310
+ var lazy = sap.ui.lazyRequire;
2311
+
2312
+ function each(sPackage,aClasses,sShortcutPkg) {
2313
+ for (var i = 0; i < aClasses.length; i++) {
2314
+ if ( sShortcutPkg ) {
2315
+ lazy(sShortcutPkg, aClasses[i].toLowerCase(), sPackage + aClasses[i]);
2316
+ } else {
2317
+ lazy(sPackage + aClasses[i], "new extend getMetadata");
2318
+ }
2246
2319
  }
2247
2320
  }
2248
- }
2249
-
2250
- // lazy imports
2251
- lazy("sap.ui.core.BusyIndicator", "show hide attachOpen detachOpen attachClose detachClose");
2252
- lazy("sap.ui.core.tmpl.Template", "registerType unregisterType");
2253
- lazy("sap.ui.core.Fragment", "registerType byId createId");
2254
- lazy("sap.ui.core.IconPool", "createControlByURI addIcon getIconURI getIconInfo isIconURI getIconCollectionNames getIconNames getIconForMimeType");
2255
- lazy("sap.ui.core.service.ServiceFactoryRegistry", "register unregister get");
2256
2321
 
2257
- lazy("sap.ui.model.odata.AnnotationHelper", "createPropertySetting format getNavigationPath"
2258
- + " gotoEntitySet gotoEntityType gotoFunctionImport isMultiple resolvePath simplePath");
2259
- /* eslint-disable no-undef */
2260
- var AnnotationHelper = sap.ui.model && sap.ui.model.odata && sap.ui.model.odata.AnnotationHelper;
2261
- /* eslint-enable no-undef */
2262
- if ( AnnotationHelper ) { // ensure that lazy stub exists before enriching it
2263
- AnnotationHelper.format.requiresIContext = true;
2264
- AnnotationHelper.getNavigationPath.requiresIContext = true;
2265
- AnnotationHelper.isMultiple.requiresIContext = true;
2266
- AnnotationHelper.simplePath.requiresIContext = true;
2267
- }
2268
- lazy("sap.ui", "xmlfragment", "sap.ui.core.Fragment"); // cannot use "each" as it assumes a module to exist for each function name
2269
- lazy("sap.ui", "jsfragment", "sap.ui.core.Fragment");
2270
- lazy("sap.ui", "htmlfragment", "sap.ui.core.Fragment");
2271
-
2272
- each("sap.ui.model.", ["Filter","Sorter","json.JSONModel","resource.ResourceModel","odata.ODataModel","odata.v2.ODataModel","odata.v4.ODataModel","xml.XMLModel"]);
2273
- each("sap.ui.model.type.", ["Boolean","Integer","Float","String","Date","Time","DateTime","FileSize","Currency","Unit","DateInterval", "DateTimeInterval", "TimeInterval"]);
2274
- each("sap.ui.model.odata.type.", ["Boolean","Byte","Currency","Date","DateTime","DateTimeOffset","Double","Decimal","Guid","Int16","Int32","Int64","Raw","SByte","Single","Stream","String","Time","TimeOfDay","Unit"]);
2275
- each("sap.ui.core.", ["Locale","LocaleData","mvc.Controller", "UIComponent"]);
2276
- each("sap.ui.core.mvc.", ["Controller", "View", "JSView", "JSONView", "XMLView", "HTMLView", "TemplateView"], "sap.ui");
2277
- each("sap.ui.core.", ["Component"], "sap.ui");
2278
- each("sap.ui.core.tmpl.", ["Template"], "sap.ui");
2279
- each("sap.ui.core.routing.", ["HashChanger", "History", "Route", "Router", "Target", "Targets", "Views"]);
2280
- each("sap.ui.core.service.", ["ServiceFactory", "Service"]);
2322
+ // lazy imports
2323
+ lazy("sap.ui.core.BusyIndicator", "show hide attachOpen detachOpen attachClose detachClose");
2324
+ lazy("sap.ui.core.tmpl.Template", "registerType unregisterType");
2325
+ lazy("sap.ui.core.Fragment", "registerType byId createId");
2326
+ lazy("sap.ui.core.IconPool", "createControlByURI addIcon getIconURI getIconInfo isIconURI getIconCollectionNames getIconNames getIconForMimeType");
2327
+ lazy("sap.ui.core.service.ServiceFactoryRegistry", "register unregister get");
2328
+
2329
+ lazy("sap.ui.model.odata.AnnotationHelper", "createPropertySetting format getNavigationPath"
2330
+ + " gotoEntitySet gotoEntityType gotoFunctionImport isMultiple resolvePath simplePath");
2331
+ /* eslint-disable no-undef */
2332
+ var AnnotationHelper = sap.ui.model && sap.ui.model.odata && sap.ui.model.odata.AnnotationHelper;
2333
+ /* eslint-enable no-undef */
2334
+ if ( AnnotationHelper ) { // ensure that lazy stub exists before enriching it
2335
+ AnnotationHelper.format.requiresIContext = true;
2336
+ AnnotationHelper.getNavigationPath.requiresIContext = true;
2337
+ AnnotationHelper.isMultiple.requiresIContext = true;
2338
+ AnnotationHelper.simplePath.requiresIContext = true;
2339
+ }
2340
+ lazy("sap.ui", "xmlfragment", "sap.ui.core.Fragment"); // cannot use "each" as it assumes a module to exist for each function name
2341
+ lazy("sap.ui", "jsfragment", "sap.ui.core.Fragment");
2342
+ lazy("sap.ui", "htmlfragment", "sap.ui.core.Fragment");
2343
+
2344
+ each("sap.ui.model.", ["Filter","Sorter","json.JSONModel","resource.ResourceModel","odata.ODataModel","odata.v2.ODataModel","odata.v4.ODataModel","xml.XMLModel"]);
2345
+ each("sap.ui.model.type.", ["Boolean","Integer","Float","String","Date","Time","DateTime","FileSize","Currency","Unit","DateInterval", "DateTimeInterval", "TimeInterval"]);
2346
+ each("sap.ui.model.odata.type.", ["Boolean","Byte","Currency","Date","DateTime","DateTimeOffset","DateTimeWithTimezone","Decimal","Double","Guid","Int16","Int32","Int64","Raw","SByte","Single","Stream","String","Time","TimeOfDay","Unit"]);
2347
+ each("sap.ui.core.", ["Locale","LocaleData","mvc.Controller", "UIComponent"]);
2348
+ each("sap.ui.core.mvc.", ["Controller", "View", "JSView", "JSONView", "XMLView", "HTMLView", "TemplateView"], "sap.ui");
2349
+ each("sap.ui.core.", ["Component"], "sap.ui");
2350
+ each("sap.ui.core.tmpl.", ["Template"], "sap.ui");
2351
+ each("sap.ui.core.routing.", ["HashChanger", "History", "Route", "Router", "Target", "Targets", "Views"]);
2352
+ each("sap.ui.core.service.", ["ServiceFactory", "Service"]);
2353
+ }());
2281
2354
 
2282
2355
  return sap.ui.core;
2283
2356
 
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.97.1
32
+ * @version 1.100.0
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.97.1
38
+ * @version 1.100.0
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.base.EventProvider
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.97.1
49
+ * @version 1.100.0
50
50
  *
51
51
  * @public
52
52
  * @alias sap.ui.core.message.MessageManager
@@ -91,7 +91,8 @@ sap.ui.define(["sap/ui/core/library", "sap/base/Log", "sap/ui/core/LabelEnableme
91
91
  var oBindingInfo = this.mBindingInfos[sName];
92
92
  if (oBindingInfo.binding) {
93
93
  var oDataState = oBindingInfo.binding.getDataState();
94
- var aMessages = oDataState.getMessages();
94
+ var aMessages = oDataState.getAllMessages();
95
+
95
96
  aMessages.forEach(removeControlID);
96
97
  }
97
98
  }
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.100.0
28
28
  * @public
29
29
  * @abstract
30
30
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.97.1
30
+ * @version 1.100.0
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -149,6 +149,8 @@ EnterTextMaxLength=Enter a text with a maximum of {0} characters and spaces
149
149
  EnterInt=Enter a number with no decimal places
150
150
  #YMSG: Enter a valid date and a valid time in the following format\: {0}
151
151
  EnterDateTime=Enter a valid date and a valid time in the following format\: {0}
152
+ #YMSG: Enter a valid time zone, for example\: {0}
153
+ EnterDateTimeTimezone=Enter a valid time zone, for example\: {0}
152
154
  #YMSG: Enter a valid date in the following format\: {0}
153
155
  EnterDate=Enter a valid date in the following format\: {0}
154
156
  #YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF
@@ -73,6 +73,7 @@ EnterText=\u0623\u062F\u062E\u0644 \u0646\u0635\u064B\u0627
73
73
  EnterTextMaxLength=\u0623\u062F\u062E\u0644 \u0646\u0635\u064B\u0627 \u0628\u062D\u062F \u0623\u0642\u0635\u0649 {0} \u0645\u0646 \u0627\u0644\u0623\u062D\u0631\u0641 \u0648\u0627\u0644\u0645\u0633\u0627\u0641\u0627\u062A
74
74
  EnterInt=\u0623\u062F\u062E\u0644 \u0631\u0642\u0645\u064B\u0627 \u0628\u062F\u0648\u0646 \u0645\u0646\u0627\u0632\u0644 \u0639\u0634\u0631\u064A\u0629.
75
75
  EnterDateTime=\u0623\u062F\u062E\u0644 \u062A\u0627\u0631\u064A\u062E\u064B\u0627 \u0648\u0648\u0642\u062A\u064B\u0627 \u0635\u0627\u0644\u062D\u064A\u0646 \u0628\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\: {0}
76
+ EnterDateTimeTimezone=\u0623\u062F\u062E\u0644 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064A\u0629 \u0627\u0644\u0635\u0627\u0644\u062D\u0629\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\: {0}
76
77
  EnterDate=\u0623\u062F\u062E\u0644 \u062A\u0627\u0631\u064A\u062E\u064B\u0627 \u0635\u0627\u0644\u062D\u064B\u0627 \u0628\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\: {0}
77
78
  EnterGuid=\u0623\u062F\u062E\u0644 \u0645\u0639\u0631\u0641\u064B\u0627 \u0641\u0631\u064A\u062F\u064B\u0627 \u0634\u0627\u0645\u0644\u0627\u064B \u0628\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\: 12345678-90AB-CDEF-1234-567890ABCDEF.
78
79
  EnterTime=\u0623\u062F\u062E\u0644 \u0648\u0642\u062A\u064B\u0627 \u0635\u0627\u0644\u062D\u064B\u0627 \u0628\u0627\u0644\u062A\u0646\u0633\u064A\u0642 \u0627\u0644\u062A\u0627\u0644\u064A\: {0}
@@ -24,8 +24,8 @@ date.week.calendarweek.wide=\u041A\u0430\u043B\u0435\u043D\u0434\u0430\u0440\u04
24
24
  date.week.calendarweek.narrow=\u041A\u0421 {0}
25
25
 
26
26
 
27
- FileSize.Byte={0} \u0411\u0430\u0439\u0442
28
- FileSize.Bytes={0} \u0411\u0430\u0439\u0442\u043E\u0432\u0435
27
+ FileSize.Byte={0} \u0431\u0430\u0439\u0442
28
+ FileSize.Bytes={0} \u0431\u0430\u0439\u0442\u0430
29
29
 
30
30
  FileSize.Kilobyte={0} KB
31
31
  FileSize.Megabyte={0} MB
@@ -73,6 +73,7 @@ EnterText=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0
73
73
  EnterTextMaxLength=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0442\u0435\u043A\u0441\u0442 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0438 \u0438\u043D\u0442\u0435\u0440\u0432\u0430\u043B\u0438
74
74
  EnterInt=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0431\u0435\u0437 \u0434\u0435\u0441\u0435\u0442\u0438\u0447\u043D\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438.
75
75
  EnterDateTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0438 \u0434\u0430\u0442\u0430 \u0438 \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
76
+ EnterDateTimeTimezone=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0447\u0430\u0441\u043E\u0432\u0438 \u043F\u043E\u044F\u0441, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440\: {0}
76
77
  EnterDate=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0434\u0430\u0442\u0430 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
77
78
  EnterGuid=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 GUID \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: 12345678-90AB-CDEF-1234-567890ABCDEF
78
79
  EnterTime=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0447\u0430\u0441 \u0432 \u0441\u043B\u0435\u0434\u043D\u0438\u044F \u0444\u043E\u0440\u043C\u0430\u0442\: {0}
@@ -149,7 +150,7 @@ Icon.decline=\u041E\u0442\u043A\u0430\u0437
149
150
  Icon.delete=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435
150
151
  Icon.display=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435
151
152
  Icon.down=\u0414\u043E\u043B\u0443
152
- Icon.download=\u041B\u043E\u043A\u0430\u043B\u043D\u043E \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435
153
+ Icon.download=\u0418\u0437\u0442\u0435\u0433\u043B\u044F\u043D\u0435
153
154
  Icon.drill-down=\u0420\u0430\u0437\u0431\u0438\u0432\u043A\u0430
154
155
  Icon.drill-up=\u041E\u0431\u0440\u0430\u0442\u043D\u0430 \u0440\u0430\u0437\u0431\u0438\u0432\u043A\u0430
155
156
  Icon.error=\u0413\u0440\u0435\u0448\u043A\u0430
@@ -174,7 +175,7 @@ Icon.message-success=\u0423\u0441\u043F\u0435\u0448\u0435\u043D
174
175
  Icon.message-warning=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
175
176
  Icon.move=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435
176
177
  Icon.multi-select=\u041C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D \u0438\u0437\u0431\u043E\u0440
177
- Icon.nav-back=\u041D\u0430\u0432\u0438\u0433\u0438\u0440\u0430\u043D\u0435 \u043D\u0430\u0437\u0430\u0434
178
+ Icon.nav-back=\u041D\u0430\u0437\u0430\u0434
178
179
  Icon.overflow=\u041E\u0449\u0435
179
180
  Icon.redo=\u041F\u043E\u0432\u0442\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u043E \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435
180
181
  Icon.refresh=\u041E\u043F\u0440\u0435\u0441\u043D\u044F\u0432\u0430\u043D\u0435
@@ -330,6 +331,6 @@ TestRecorder.TitleBar.Window.New.Tooltip=\u041E\u0442\u0432\u0430\u0440\u044F\u0
330
331
  TestRecorder.TitleBar.Window.Close.Tooltip=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
331
332
 
332
333
  TestRecorder.SettingsDialog.Title=\u0422\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u0437\u0430 \u0437\u0430\u043F\u0438\u0441
333
- TestRecorder.SettingsDialog.IDCheckBox.Text=\u0418\u0414 \u043D\u0430 \u0430\u0441\u043F\u0435\u043A\u0442 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430 \u043F\u0440\u0435\u0434 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0438\u044F \u0418\u0414
334
+ TestRecorder.SettingsDialog.IDCheckBox.Text=\u0418\u0414 \u043D\u0430 \u0438\u0437\u0433\u043B\u0435\u0434\u0430 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430 \u043F\u0440\u0435\u0434 \u0433\u043B\u043E\u0431\u0430\u043B\u043D\u0438\u044F \u0418\u0414
334
335
  TestRecorder.SettingsDialog.POMethodCheckBox.Text=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0444\u0440\u0430\u0433\u043C\u0435\u043D\u0442\u0438 \u0432 \u043C\u0435\u0442\u043E\u0434\u0438\u0442\u0435 \u043D\u0430 \u043E\u0431\u0435\u043A\u0442\u0438 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438
335
336
  TestRecorder.SettingsDialog.CloseButton.Text=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435