@openui5/sap.ui.core 1.97.1 → 1.98.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 (305) hide show
  1. package/.eslintrc.json +61 -2
  2. package/.reuse/dep5 +25 -30
  3. package/THIRDPARTY.txt +13 -20
  4. package/package.json +1 -1
  5. package/src/jquery.sap.global.js +1 -1
  6. package/src/jquery.sap.mobile.js +0 -8
  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/base/Event.js +1 -1
  55. package/src/sap/ui/base/EventProvider.js +1 -1
  56. package/src/sap/ui/base/Interface.js +1 -1
  57. package/src/sap/ui/base/ManagedObject.js +17 -6
  58. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  59. package/src/sap/ui/base/Metadata.js +1 -1
  60. package/src/sap/ui/base/Object.js +1 -1
  61. package/src/sap/ui/base/ObjectPool.js +1 -1
  62. package/src/sap/ui/core/.library +1 -1
  63. package/src/sap/ui/core/BusyIndicator.js +1 -1
  64. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  65. package/src/sap/ui/core/Component.js +1 -1
  66. package/src/sap/ui/core/ComponentContainer.js +1 -1
  67. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  68. package/src/sap/ui/core/ComponentSupport.js +1 -1
  69. package/src/sap/ui/core/Configuration.js +2 -4
  70. package/src/sap/ui/core/Control.js +2 -2
  71. package/src/sap/ui/core/Core.js +1 -4
  72. package/src/sap/ui/core/CustomData.js +1 -1
  73. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  74. package/src/sap/ui/core/Element.js +2 -1
  75. package/src/sap/ui/core/ElementMetadata.js +1 -1
  76. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  77. package/src/sap/ui/core/EventBus.js +1 -1
  78. package/src/sap/ui/core/Fragment.js +1 -1
  79. package/src/sap/ui/core/HTML.js +1 -1
  80. package/src/sap/ui/core/History.js +1 -1
  81. package/src/sap/ui/core/Icon.js +2 -3
  82. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  83. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  84. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  85. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  86. package/src/sap/ui/core/InvisibleText.js +1 -1
  87. package/src/sap/ui/core/Item.js +1 -1
  88. package/src/sap/ui/core/LabelEnablement.js +1 -1
  89. package/src/sap/ui/core/LayoutData.js +1 -1
  90. package/src/sap/ui/core/ListItem.js +1 -1
  91. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  92. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  93. package/src/sap/ui/core/Locale.js +1 -1
  94. package/src/sap/ui/core/LocaleData.js +1 -1
  95. package/src/sap/ui/core/Manifest.js +1 -1
  96. package/src/sap/ui/core/Message.js +1 -1
  97. package/src/sap/ui/core/Placeholder.js +28 -28
  98. package/src/sap/ui/core/Popup.js +1 -1
  99. package/src/sap/ui/core/RenderManager.js +1 -1
  100. package/src/sap/ui/core/Renderer.js +1 -1
  101. package/src/sap/ui/core/ResizeHandler.js +1 -1
  102. package/src/sap/ui/core/ScrollBar.js +1 -1
  103. package/src/sap/ui/core/SeparatorItem.js +1 -1
  104. package/src/sap/ui/core/Title.js +1 -1
  105. package/src/sap/ui/core/TooltipBase.js +2 -2
  106. package/src/sap/ui/core/UIArea.js +1 -1
  107. package/src/sap/ui/core/UIComponent.js +1 -1
  108. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  109. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  110. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  111. package/src/sap/ui/core/XMLComposite.js +1 -1
  112. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  113. package/src/sap/ui/core/date/UniversalDateUtils.js +175 -5
  114. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  115. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  116. package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
  117. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  118. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  119. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  120. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  121. package/src/sap/ui/core/format/DateFormat.js +44 -8
  122. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  123. package/src/sap/ui/core/library.js +43 -6
  124. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  125. package/src/sap/ui/core/message/Message.js +1 -1
  126. package/src/sap/ui/core/message/MessageManager.js +1 -1
  127. package/src/sap/ui/core/message/MessageMixin.js +2 -1
  128. package/src/sap/ui/core/message/MessageParser.js +1 -1
  129. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  130. package/src/sap/ui/core/messagebundle_it.properties +1 -1
  131. package/src/sap/ui/core/messagebundle_no.properties +4 -4
  132. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  133. package/src/sap/ui/core/mvc/JSONView.js +2 -1
  134. package/src/sap/ui/core/mvc/JSView.js +1 -1
  135. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  136. package/src/sap/ui/core/mvc/View.js +2 -1
  137. package/src/sap/ui/core/mvc/XMLView.js +16 -3
  138. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  139. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  140. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  141. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  142. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  143. package/src/sap/ui/core/routing/Route.js +6 -6
  144. package/src/sap/ui/core/routing/Router.js +3 -2
  145. package/src/sap/ui/core/routing/Targets.js +17 -13
  146. package/src/sap/ui/core/rules/Model.support.js +95 -8
  147. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  148. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  149. package/src/sap/ui/core/service/Service.js +1 -1
  150. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  151. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  152. package/src/sap/ui/core/support/Plugin.js +1 -1
  153. package/src/sap/ui/core/support/Support.js +1 -1
  154. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  155. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  156. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  157. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  158. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  159. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  160. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  161. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  162. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -5
  163. package/src/sap/ui/core/themes/base/parameterClasses.less +21 -21
  164. package/src/sap/ui/core/theming/Parameters.js +22 -142
  165. package/src/sap/ui/core/theming/ThemeHelper.js +26 -37
  166. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  167. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  168. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  169. package/src/sap/ui/core/tmpl/Template.js +1 -1
  170. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  171. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  172. package/src/sap/ui/core/util/DraftEnabledMockServer.js +21 -16
  173. package/src/sap/ui/core/util/Export.js +1 -1
  174. package/src/sap/ui/core/util/ExportCell.js +1 -1
  175. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  176. package/src/sap/ui/core/util/ExportRow.js +1 -1
  177. package/src/sap/ui/core/util/ExportType.js +1 -1
  178. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  179. package/src/sap/ui/core/util/File.js +1 -1
  180. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  181. package/src/sap/ui/core/util/MockServer.js +138 -41
  182. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  183. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +4 -0
  184. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +26 -16
  185. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  186. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  187. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  188. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  189. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  190. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  191. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  192. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  193. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  194. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  195. package/src/sap/ui/debug/ControlTree.js +1 -1
  196. package/src/sap/ui/debug/DebugEnv.js +1 -1
  197. package/src/sap/ui/debug/PropertyList.js +1 -1
  198. package/src/sap/ui/events/jquery/EventSimulation.js +3 -13
  199. package/src/sap/ui/model/ClientModel.js +1 -1
  200. package/src/sap/ui/model/CompositeDataState.js +26 -4
  201. package/src/sap/ui/model/CompositeType.js +1 -1
  202. package/src/sap/ui/model/DataState.js +27 -6
  203. package/src/sap/ui/model/ListBinding.js +2 -2
  204. package/src/sap/ui/model/MetaModel.js +2 -2
  205. package/src/sap/ui/model/Model.js +2 -2
  206. package/src/sap/ui/model/SelectionModel.js +1 -1
  207. package/src/sap/ui/model/SimpleType.js +1 -1
  208. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  209. package/src/sap/ui/model/Type.js +1 -1
  210. package/src/sap/ui/model/analytics/AnalyticalBinding.js +39 -28
  211. package/src/sap/ui/model/analytics/ODataModelAdapter.js +2 -15
  212. package/src/sap/ui/model/json/JSONModel.js +1 -1
  213. package/src/sap/ui/model/message/MessageModel.js +1 -1
  214. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  215. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  216. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  217. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  218. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  219. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  220. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  221. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  222. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  223. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  224. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  225. package/src/sap/ui/model/odata/type/Date.js +1 -1
  226. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  227. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  228. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  229. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  230. package/src/sap/ui/model/odata/type/Double.js +1 -1
  231. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  232. package/src/sap/ui/model/odata/type/Int.js +1 -1
  233. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  234. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  235. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  236. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  237. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  238. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  239. package/src/sap/ui/model/odata/type/Single.js +1 -1
  240. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  241. package/src/sap/ui/model/odata/type/String.js +1 -1
  242. package/src/sap/ui/model/odata/type/Time.js +1 -1
  243. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  244. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  245. package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
  246. package/src/sap/ui/model/odata/v2/Context.js +57 -4
  247. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  248. package/src/sap/ui/model/odata/v2/ODataListBinding.js +184 -61
  249. package/src/sap/ui/model/odata/v2/ODataModel.js +79 -45
  250. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  251. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +65 -5
  252. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +5 -5
  253. package/src/sap/ui/model/odata/v4/Context.js +122 -35
  254. package/src/sap/ui/model/odata/v4/ODataBinding.js +38 -19
  255. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +126 -51
  256. package/src/sap/ui/model/odata/v4/ODataListBinding.js +203 -67
  257. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +43 -40
  258. package/src/sap/ui/model/odata/v4/ODataModel.js +26 -11
  259. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +37 -60
  260. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +23 -20
  261. package/src/sap/ui/model/odata/v4/ODataUtils.js +5 -5
  262. package/src/sap/ui/model/odata/v4/SubmitMode.js +0 -1
  263. package/src/sap/ui/model/odata/v4/ValueListType.js +0 -1
  264. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +18 -19
  265. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +3 -5
  266. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -4
  267. package/src/sap/ui/model/odata/v4/lib/_Batch.js +21 -20
  268. package/src/sap/ui/model/odata/v4/lib/_Cache.js +150 -101
  269. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  270. package/src/sap/ui/model/odata/v4/lib/_Helper.js +16 -16
  271. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +60 -59
  272. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  273. package/src/sap/ui/model/odata/v4/lib/_Parser.js +52 -43
  274. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +34 -25
  275. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +147 -147
  276. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +13 -12
  277. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +66 -67
  278. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  279. package/src/sap/ui/model/type/Boolean.js +1 -1
  280. package/src/sap/ui/model/type/Currency.js +1 -1
  281. package/src/sap/ui/model/type/Date.js +1 -1
  282. package/src/sap/ui/model/type/DateInterval.js +1 -1
  283. package/src/sap/ui/model/type/DateTime.js +1 -1
  284. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  285. package/src/sap/ui/model/type/FileSize.js +1 -1
  286. package/src/sap/ui/model/type/Float.js +1 -1
  287. package/src/sap/ui/model/type/Integer.js +1 -1
  288. package/src/sap/ui/model/type/String.js +1 -1
  289. package/src/sap/ui/model/type/Time.js +1 -1
  290. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  291. package/src/sap/ui/model/type/Unit.js +1 -1
  292. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  293. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  294. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  295. package/src/sap/ui/test/BlanketReporter.js +1 -1
  296. package/src/sap/ui/test/TestUtils.js +2 -2
  297. package/src/sap/ui/test/_LogCollector.js +1 -1
  298. package/src/sap/ui/test/actions/Action.js +4 -2
  299. package/src/sap/ui/test/actions/Press.js +51 -2
  300. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  301. package/src/sap/ui/test/starter/createSuite.js +3 -3
  302. package/src/sap/ui/thirdparty/jquery-mobile-custom.js +3 -6
  303. package/src/sap/ui/util/Storage.js +1 -1
  304. package/src/sap/ui/util/XMLHelper.js +53 -30
  305. package/src/ui5loader.js +3 -3
@@ -22,112 +22,112 @@ sap.ui.define([
22
22
 
23
23
  // conversion tables
24
24
  mV2toV4 = {
25
- "creatable" : {
26
- "property" : "Insertable",
27
- "term" : "@Org.OData.Capabilities.V1.InsertRestrictions"
25
+ creatable : {
26
+ property : "Insertable",
27
+ term : "@Org.OData.Capabilities.V1.InsertRestrictions"
28
28
  },
29
- "deletable" : {
30
- "property" : "Deletable",
31
- "term" : "@Org.OData.Capabilities.V1.DeleteRestrictions"
29
+ deletable : {
30
+ property : "Deletable",
31
+ term : "@Org.OData.Capabilities.V1.DeleteRestrictions"
32
32
  },
33
33
  "deletable-path" : {
34
- "property" : "Deletable",
35
- "term" : "@Org.OData.Capabilities.V1.DeleteRestrictions"
34
+ property : "Deletable",
35
+ term : "@Org.OData.Capabilities.V1.DeleteRestrictions"
36
36
  },
37
37
  "field-control" : {
38
- "term" : "@com.sap.vocabularies.Common.v1.FieldControl"
38
+ term : "@com.sap.vocabularies.Common.v1.FieldControl"
39
39
  },
40
- "heading" : {
41
- "term" : "@com.sap.vocabularies.Common.v1.Heading"
40
+ heading : {
41
+ term : "@com.sap.vocabularies.Common.v1.Heading"
42
42
  },
43
- "label" : {
44
- "term" : "@com.sap.vocabularies.Common.v1.Label"
43
+ label : {
44
+ term : "@com.sap.vocabularies.Common.v1.Label"
45
45
  },
46
- "precision" : {
47
- "term" : "@Org.OData.Measures.V1.Scale"
46
+ precision : {
47
+ term : "@Org.OData.Measures.V1.Scale"
48
48
  },
49
- "quickinfo" : {
50
- "term" : "@com.sap.vocabularies.Common.v1.QuickInfo"
49
+ quickinfo : {
50
+ term : "@com.sap.vocabularies.Common.v1.QuickInfo"
51
51
  },
52
52
  "requires-filter" : {
53
- "property" : "RequiresFilter",
54
- "term" : "@Org.OData.Capabilities.V1.FilterRestrictions"
53
+ property : "RequiresFilter",
54
+ term : "@Org.OData.Capabilities.V1.FilterRestrictions"
55
55
  },
56
- "searchable" : {
57
- "property" : "Searchable",
58
- "term" : "@Org.OData.Capabilities.V1.SearchRestrictions"
56
+ searchable : {
57
+ property : "Searchable",
58
+ term : "@Org.OData.Capabilities.V1.SearchRestrictions"
59
59
  },
60
- "text" : {
61
- "term" : "@com.sap.vocabularies.Common.v1.Text"
60
+ text : {
61
+ term : "@com.sap.vocabularies.Common.v1.Text"
62
62
  },
63
- "topable" : {
64
- "term" : "@Org.OData.Capabilities.V1.TopSupported"
63
+ topable : {
64
+ term : "@Org.OData.Capabilities.V1.TopSupported"
65
65
  },
66
- "updatable" : {
67
- "property" : "Updatable",
68
- "term" : "@Org.OData.Capabilities.V1.UpdateRestrictions"
66
+ updatable : {
67
+ property : "Updatable",
68
+ term : "@Org.OData.Capabilities.V1.UpdateRestrictions"
69
69
  },
70
70
  "updatable-path" : {
71
- "property" : "Updatable",
72
- "term" : "@Org.OData.Capabilities.V1.UpdateRestrictions"
71
+ property : "Updatable",
72
+ term : "@Org.OData.Capabilities.V1.UpdateRestrictions"
73
73
  }
74
74
  },
75
75
  mV2toV4ComplexSemantics = {
76
- "bday" : {
76
+ bday : {
77
77
  TermName : "Contact"
78
78
  },
79
- "city" : {
79
+ city : {
80
80
  Path : "adr",
81
81
  TermName : "Contact",
82
82
  V4Attribute : "locality"
83
83
  },
84
- "country" : {
84
+ country : {
85
85
  Path : "adr",
86
86
  TermName : "Contact"
87
87
  },
88
- "email" : {
88
+ email : {
89
89
  Path : "address",
90
90
  TermName : "Contact",
91
91
  V4Attribute : "uri",
92
92
  typeMapping : {
93
- "home" : "home",
94
- "pref" : "preferred",
95
- "work" : "work"
93
+ home : "home",
94
+ pref : "preferred",
95
+ work : "work"
96
96
  },
97
97
  v4EnumType : "com.sap.vocabularies.Communication.v1.ContactInformationType",
98
98
  v4PropertyAnnotation : "@com.sap.vocabularies.Communication.v1.IsEmailAddress"
99
99
  },
100
- "familyname" : {
100
+ familyname : {
101
101
  Path : "n",
102
102
  TermName : "Contact",
103
103
  V4Attribute : "surname"
104
104
  },
105
- "givenname" : {
105
+ givenname : {
106
106
  Path : "n",
107
107
  TermName : "Contact",
108
108
  V4Attribute : "given"
109
109
  },
110
- "honorific" : {
110
+ honorific : {
111
111
  Path : "n",
112
112
  TermName : "Contact",
113
113
  V4Attribute : "prefix"
114
114
  },
115
- "middlename" : {
115
+ middlename : {
116
116
  Path : "n",
117
117
  TermName : "Contact",
118
118
  V4Attribute : "additional"
119
119
  },
120
- "name" : {
120
+ name : {
121
121
  TermName : "Contact",
122
122
  V4Attribute : "fn"
123
123
  },
124
- "nickname" : {
124
+ nickname : {
125
125
  TermName : "Contact"
126
126
  },
127
- "note" : {
127
+ note : {
128
128
  TermName : "Contact"
129
129
  },
130
- "org" : {
130
+ org : {
131
131
  TermName : "Contact"
132
132
  },
133
133
  "org-role" : {
@@ -138,119 +138,119 @@ sap.ui.define([
138
138
  TermName : "Contact",
139
139
  V4Attribute : "orgunit"
140
140
  },
141
- "photo" : {
141
+ photo : {
142
142
  TermName : "Contact"
143
143
  },
144
- "pobox" : {
144
+ pobox : {
145
145
  Path : "adr",
146
146
  TermName : "Contact"
147
147
  },
148
- "region" : {
148
+ region : {
149
149
  Path : "adr",
150
150
  TermName : "Contact"
151
151
  },
152
- "street" : {
152
+ street : {
153
153
  Path : "adr",
154
154
  TermName : "Contact"
155
155
  },
156
- "suffix" : {
156
+ suffix : {
157
157
  Path : "n",
158
158
  TermName : "Contact"
159
159
  },
160
- "tel" : {
160
+ tel : {
161
161
  Path : "tel",
162
162
  TermName : "Contact",
163
163
  V4Attribute : "uri",
164
164
  typeMapping : {
165
- "cell" : "cell",
166
- "fax" : "fax",
167
- "home" : "home",
168
- "pref" : "preferred",
169
- "video" : "video",
170
- "voice" : "voice",
171
- "work" : "work"
165
+ cell : "cell",
166
+ fax : "fax",
167
+ home : "home",
168
+ pref : "preferred",
169
+ video : "video",
170
+ voice : "voice",
171
+ work : "work"
172
172
  },
173
173
  v4EnumType : "com.sap.vocabularies.Communication.v1.PhoneType",
174
174
  v4PropertyAnnotation : "@com.sap.vocabularies.Communication.v1.IsPhoneNumber"
175
175
  },
176
- "title" : {
176
+ title : {
177
177
  TermName : "Contact"
178
178
  },
179
- "zip" : {
179
+ zip : {
180
180
  Path : "adr",
181
181
  TermName : "Contact",
182
182
  V4Attribute : "code"
183
183
  },
184
184
  // event annotations
185
- "class" : {
185
+ class : {
186
186
  TermName : "Event"
187
187
  },
188
- "dtend" : {
188
+ dtend : {
189
189
  TermName : "Event"
190
190
  },
191
- "dtstart" : {
191
+ dtstart : {
192
192
  TermName : "Event"
193
193
  },
194
- "duration" : {
194
+ duration : {
195
195
  TermName : "Event"
196
196
  },
197
- "fbtype" : {
197
+ fbtype : {
198
198
  TermName : "Event"
199
199
  },
200
- "location" : {
200
+ location : {
201
201
  TermName : "Event"
202
202
  },
203
- "status" : {
203
+ status : {
204
204
  TermName : "Event"
205
205
  },
206
- "transp" : {
206
+ transp : {
207
207
  TermName : "Event"
208
208
  },
209
- "wholeday" : {
209
+ wholeday : {
210
210
  TermName : "Event"
211
211
  },
212
212
  // message annotations
213
- "body" : {
213
+ body : {
214
214
  TermName : "Message"
215
215
  },
216
- "from" : {
216
+ from : {
217
217
  TermName : "Message"
218
218
  },
219
- "received" : {
219
+ received : {
220
220
  TermName : "Message"
221
221
  },
222
- "sender" : {
222
+ sender : {
223
223
  TermName : "Message"
224
224
  },
225
- "subject" : {
225
+ subject : {
226
226
  TermName : "Message"
227
227
  },
228
228
  // task annotations
229
- "completed" : {
229
+ completed : {
230
230
  TermName : "Task"
231
231
  },
232
- "due" : {
232
+ due : {
233
233
  TermName : "Task"
234
234
  },
235
235
  "percent-complete" : {
236
236
  TermName : "Task",
237
237
  V4Attribute : "percentcomplete"
238
238
  },
239
- "priority" : {
239
+ priority : {
240
240
  TermName : "Task"
241
241
  }
242
242
  },
243
243
  mV2toV4SimpleSemantics = {
244
244
  // calendar annotations
245
- "fiscalyear" : "@com.sap.vocabularies.Common.v1.IsFiscalYear",
246
- "fiscalyearperiod" : "@com.sap.vocabularies.Common.v1.IsFiscalYearPeriod",
247
- "year" : "@com.sap.vocabularies.Common.v1.IsCalendarYear",
248
- "yearmonth" : "@com.sap.vocabularies.Common.v1.IsCalendarYearMonth",
249
- "yearmonthday" : "@com.sap.vocabularies.Common.v1.IsCalendarDate",
250
- "yearquarter" : "@com.sap.vocabularies.Common.v1.IsCalendarYearQuarter",
251
- "yearweek" : "@com.sap.vocabularies.Common.v1.IsCalendarYearWeek",
245
+ fiscalyear : "@com.sap.vocabularies.Common.v1.IsFiscalYear",
246
+ fiscalyearperiod : "@com.sap.vocabularies.Common.v1.IsFiscalYearPeriod",
247
+ year : "@com.sap.vocabularies.Common.v1.IsCalendarYear",
248
+ yearmonth : "@com.sap.vocabularies.Common.v1.IsCalendarYearMonth",
249
+ yearmonthday : "@com.sap.vocabularies.Common.v1.IsCalendarDate",
250
+ yearquarter : "@com.sap.vocabularies.Common.v1.IsCalendarYearQuarter",
251
+ yearweek : "@com.sap.vocabularies.Common.v1.IsCalendarYearWeek",
252
252
  // OData core annotations
253
- "url" : "@Org.OData.Core.V1.IsURL"
253
+ url : "@Org.OData.Core.V1.IsURL"
254
254
  };
255
255
 
256
256
  //*********************************************************************************************
@@ -296,7 +296,7 @@ sap.ui.define([
296
296
  * logged for this name afterwards.
297
297
  *
298
298
  * @param {string} sName The name
299
- * @returns {string} The value or <code>undefined</code>
299
+ * @returns {string|undefined} The value or <code>undefined</code>
300
300
  */
301
301
  Annotatable.prototype.consume = function (sName) {
302
302
  return this.oConverter.consumeSapAnnotation(sName);
@@ -355,7 +355,7 @@ sap.ui.define([
355
355
  * Returns the value of the SAP annotation for the given name.
356
356
  *
357
357
  * @param {string} sName The name
358
- * @returns {string} The value or <code>undefined</code>
358
+ * @returns {string|undefined} The value or <code>undefined</code>
359
359
  */
360
360
  Annotatable.prototype.peek = function (sName) {
361
361
  return this.oConverter.mSapAnnotations[sName];
@@ -422,7 +422,7 @@ sap.ui.define([
422
422
  * Returns the value of the SAP annotation for the given name and removes it from the map.
423
423
  *
424
424
  * @param {string} sName The name
425
- * @returns {string} The value or <code>undefined</code>
425
+ * @returns {string|undefined} The value or <code>undefined</code>
426
426
  */
427
427
  _V2MetadataConverter.prototype.consumeSapAnnotation = function (sName) {
428
428
  var sValue = this.mSapAnnotations[sName];
@@ -585,7 +585,7 @@ sap.ui.define([
585
585
  oAnnotatable.consume("semantics");
586
586
  } else if (oV2toV4ComplexSemantic) {
587
587
  oPath = {
588
- "$Path" : this.sPropertyName
588
+ $Path : this.sPropertyName
589
589
  };
590
590
  oAnnotations = oAnnotatable.oParent.getOrCreateAnnotationRecord(
591
591
  "@com.sap.vocabularies.Communication.v1." + oV2toV4ComplexSemantic.TermName);
@@ -603,6 +603,7 @@ sap.ui.define([
603
603
  sEnum = aValue[1].split("=")[1];
604
604
  sEnum.split(",").forEach(function (sType) {
605
605
  var sTargetType = oV2toV4ComplexSemantic.typeMapping[sType];
606
+
606
607
  if (sTargetType) {
607
608
  aResult.push(oV2toV4ComplexSemantic.v4EnumType + "/" + sTargetType);
608
609
  } else {
@@ -611,7 +612,7 @@ sap.ui.define([
611
612
  }
612
613
  });
613
614
  if (aResult.length > 0) {
614
- oSemantics.type = {"EnumMember" : aResult.join(" ")};
615
+ oSemantics.type = {EnumMember : aResult.join(" ")};
615
616
  }
616
617
  }
617
618
  oAnnotations[oV2toV4ComplexSemantic.Path] = [oSemantics];
@@ -771,7 +772,7 @@ sap.ui.define([
771
772
  * @param {Element} oElement The element
772
773
  */
773
774
  _V2MetadataConverter.prototype.processComplexType = function (oElement) {
774
- this.processType(oElement, {"$kind" : "ComplexType"});
775
+ this.processType(oElement, {$kind : "ComplexType"});
775
776
  };
776
777
 
777
778
  /**
@@ -824,7 +825,7 @@ sap.ui.define([
824
825
  var sQualifiedName = this.namespace + oElement.getAttribute("Name");
825
826
 
826
827
  this.mEntityContainersOfSchema[sQualifiedName]
827
- = this.entityContainer = {"$kind" : "EntityContainer"};
828
+ = this.entityContainer = {$kind : "EntityContainer"};
828
829
  this.addToResult(sQualifiedName, this.entityContainer);
829
830
  if (oElement.getAttributeNS(sMicrosoftNamespace, "IsDefaultEntityContainer") === "true") {
830
831
  this.defaultEntityContainer = sQualifiedName;
@@ -872,8 +873,8 @@ sap.ui.define([
872
873
 
873
874
  this.processType(oElement, oType);
874
875
  this.processAttributes(oElement, oType, {
875
- "Abstract" : this.setIfTrue,
876
- "BaseType" : function (sType) {
876
+ Abstract : this.setIfTrue,
877
+ BaseType : function (sType) {
877
878
  return sType ? that.resolveAlias(sType) : undefined;
878
879
  }
879
880
  });
@@ -903,14 +904,14 @@ sap.ui.define([
903
904
  var that = this;
904
905
 
905
906
  this.processAttributes(oElement, oResult, {
906
- "DefaultValue" : this.setValue,
907
- "MaxLength" : function (sValue) {
907
+ DefaultValue : this.setValue,
908
+ MaxLength : function (sValue) {
908
909
  return sValue === "Max" ? undefined : that.setNumber(sValue);
909
910
  },
910
- "Nullable" : this.setIfFalse,
911
- "Precision" : this.setNumber,
912
- "Scale" : this.setNumber,
913
- "Unicode" : this.setIfFalse
911
+ Nullable : this.setIfFalse,
912
+ Precision : this.setNumber,
913
+ Scale : this.setNumber,
914
+ Unicode : this.setIfFalse
914
915
  });
915
916
  if (oElement.getAttribute("FixedLength") === "false") {
916
917
  oResult.$Scale = "variable";
@@ -940,7 +941,7 @@ sap.ui.define([
940
941
 
941
942
  oOperationImport["$" + sKind] = sQualifiedName;
942
943
  this.processAttributes(oElement, oOperationImport, {
943
- "EntitySet" : this.setValue
944
+ EntitySet : this.setValue
944
945
  });
945
946
  if (sReturnType) {
946
947
  oOperation.$ReturnType = oReturnType = {};
@@ -964,9 +965,9 @@ sap.ui.define([
964
965
  if (sAnnotationActionFor) {
965
966
  oOperation.$IsBound = true;
966
967
  oOperation.$Parameter = [{
967
- "$Name" : null,
968
- "$Nullable" : false,
969
- "$Type" : this.resolveAlias(sAnnotationActionFor)
968
+ $Name : null,
969
+ $Nullable : false,
970
+ $Type : this.resolveAlias(sAnnotationActionFor)
970
971
  }];
971
972
  this.aBoundOperations.push(oOperation);
972
973
  this.consumeSapAnnotation("applicable-path");
@@ -1052,7 +1053,7 @@ sap.ui.define([
1052
1053
  var sSchemaVersion = this.consumeSapAnnotation("schema-version");
1053
1054
 
1054
1055
  this.namespace = oElement.getAttribute("Namespace") + ".";
1055
- this.schema = {"$kind" : "Schema"};
1056
+ this.schema = {$kind : "Schema"};
1056
1057
  this.addToResult(this.namespace, this.schema);
1057
1058
  if (sSchemaVersion) {
1058
1059
  this.schema["@Org.Odata.Core.V1.SchemaVersion"] = sSchemaVersion;
@@ -1161,7 +1162,7 @@ sap.ui.define([
1161
1162
  this.v2annotatable(sName);
1162
1163
 
1163
1164
  if (sCreatable) {
1164
- oNavigationPropertyPath = {"$NavigationPropertyPath" : sName};
1165
+ oNavigationPropertyPath = {$NavigationPropertyPath : sName};
1165
1166
  if (sCreatablePath) {
1166
1167
  Log.warning("Inconsistent metadata in '" + this.url + "'",
1167
1168
  "Use either 'sap:creatable' or 'sap:creatable-path' at navigation property '"
@@ -1171,10 +1172,10 @@ sap.ui.define([
1171
1172
  }
1172
1173
  } else if (sCreatablePath) {
1173
1174
  oNavigationPropertyPath = {
1174
- "$If" : [{
1175
- "$Not" : {"$Path" : sCreatablePath}
1175
+ $If : [{
1176
+ $Not : {$Path : sCreatablePath}
1176
1177
  }, {
1177
- "$NavigationPropertyPath" : sName
1178
+ $NavigationPropertyPath : sName
1178
1179
  }]
1179
1180
  };
1180
1181
  }
@@ -1184,11 +1185,11 @@ sap.ui.define([
1184
1185
  }
1185
1186
  if (sFilterable === "false") {
1186
1187
  oFilterablePath = {
1187
- "NavigationProperty" : {
1188
- "$NavigationPropertyPath" : sName
1188
+ NavigationProperty : {
1189
+ $NavigationPropertyPath : sName
1189
1190
  },
1190
- "FilterRestrictions" : {
1191
- "Filterable" : false
1191
+ FilterRestrictions : {
1192
+ Filterable : false
1192
1193
  }
1193
1194
  };
1194
1195
  pushPropertyPath("@Org.OData.Capabilities.V1.NavigationRestrictions",
@@ -1208,7 +1209,7 @@ sap.ui.define([
1208
1209
  vHere,
1209
1210
  sName = oElement.getAttribute("Name"),
1210
1211
  oProperty = {
1211
- "$kind" : "Property"
1212
+ $kind : "Property"
1212
1213
  },
1213
1214
  that = this;
1214
1215
 
@@ -1224,7 +1225,7 @@ sap.ui.define([
1224
1225
  that.mEntityType2EntitySetAnnotation, that.sTypeName);
1225
1226
  vHere = that.getOrCreateObject(vHere, sTerm);
1226
1227
  vHere = that.getOrCreateArray(vHere, sProperty);
1227
- vHere.push({"$PropertyPath" : sName});
1228
+ vHere.push({$PropertyPath : sName});
1228
1229
  } else {
1229
1230
  Log.warning("Unsupported SAP annotation at a complex type in '"
1230
1231
  + that.url + "'", "sap:" + sAnnotation + " at property '" + oAnnotatable.sPath
@@ -1274,11 +1275,11 @@ sap.ui.define([
1274
1275
  vHere = this.getOrCreateArray(
1275
1276
  vHere, "@com.sap.vocabularies.Common.v1.FilterExpressionRestrictions");
1276
1277
  vHere.push({
1277
- "AllowedExpressions" : {
1278
- "EnumMember" : "com.sap.vocabularies.Common.v1.FilterExpressionType/"
1278
+ AllowedExpressions : {
1279
+ EnumMember : "com.sap.vocabularies.Common.v1.FilterExpressionType/"
1279
1280
  + sEnumMember
1280
1281
  },
1281
- "Property" : {"$PropertyPath" : sName}
1282
+ Property : {$PropertyPath : sName}
1282
1283
  });
1283
1284
  } else {
1284
1285
  Log.warning("Unsupported SAP annotation at a complex type in '"
@@ -1367,7 +1368,7 @@ sap.ui.define([
1367
1368
  that.result[_Helper.namespace(sPropertyPath) + "."], "$Annotations");
1368
1369
  vHere = that.getOrCreateObject(vHere, sPropertyPath);
1369
1370
  if (!(sUnitAnnotation in vHere)) { // existing V4 annotations won't be overridden
1370
- vHere[sUnitAnnotation] = {"$Path" : sUnitPath};
1371
+ vHere[sUnitAnnotation] = {$Path : sUnitPath};
1371
1372
  }
1372
1373
  });
1373
1374
  };
@@ -1524,84 +1525,84 @@ sap.ui.define([
1524
1525
  $$.sRootNamespace = sEdmxNamespace;
1525
1526
 
1526
1527
  $$.oAliasConfig = {
1527
- "Reference" : {
1528
+ Reference : {
1528
1529
  __xmlns : _MetadataConverter.sEdmxNamespace,
1529
- "Include" : {
1530
+ Include : {
1530
1531
  __processor : $$.processAlias
1531
1532
  }
1532
1533
  },
1533
- "DataServices" : {
1534
- "Schema" : {
1534
+ DataServices : {
1535
+ Schema : {
1535
1536
  __processor : $$.processAlias
1536
1537
  }
1537
1538
  }
1538
1539
  };
1539
1540
 
1540
1541
  oStructuredTypeConfig = {
1541
- "NavigationProperty" : {
1542
+ NavigationProperty : {
1542
1543
  __processor : $$.processTypeNavigationProperty
1543
1544
  },
1544
- "Property" : {
1545
+ Property : {
1545
1546
  __processor : $$.processTypeProperty
1546
1547
  }
1547
1548
  };
1548
1549
 
1549
1550
  $$.oFullConfig = {
1550
1551
  __include : [$$.oReferenceInclude],
1551
- "DataServices" : {
1552
+ DataServices : {
1552
1553
  __processor : $$.processDataServices,
1553
- "Schema" : {
1554
+ Schema : {
1554
1555
  __postProcessor : $$.postProcessSchema,
1555
1556
  __processor : $$.processSchema,
1556
1557
  __include : [$$.oAnnotationsConfig],
1557
- "Association" : {
1558
+ Association : {
1558
1559
  __processor : $$.processAssociation,
1559
- "End" : {
1560
+ End : {
1560
1561
  __processor : $$.processAssociationEnd
1561
1562
  },
1562
- "ReferentialConstraint" : {
1563
+ ReferentialConstraint : {
1563
1564
  __processor : $$.processReferentialConstraint,
1564
- "Dependent" : {
1565
+ Dependent : {
1565
1566
  __processor : $$.processDependent,
1566
- "PropertyRef" : {
1567
+ PropertyRef : {
1567
1568
  __processor : $$.processReferentialConstraintPropertyRef
1568
1569
  }
1569
1570
  },
1570
- "Principal" : {
1571
+ Principal : {
1571
1572
  __processor : $$.processPrincipal,
1572
- "PropertyRef" : {
1573
+ PropertyRef : {
1573
1574
  __processor : $$.processReferentialConstraintPropertyRef
1574
1575
  }
1575
1576
  }
1576
1577
  }
1577
1578
  },
1578
- "ComplexType" : {
1579
+ ComplexType : {
1579
1580
  __processor : $$.processComplexType,
1580
1581
  __include : [oStructuredTypeConfig]
1581
1582
  },
1582
- "EntityContainer" : {
1583
+ EntityContainer : {
1583
1584
  __processor : $$.processEntityContainer,
1584
- "AssociationSet" : {
1585
+ AssociationSet : {
1585
1586
  __processor : $$.processAssociationSet,
1586
- "End" : {
1587
+ End : {
1587
1588
  __processor : $$.processAssociationSetEnd
1588
1589
  }
1589
1590
  },
1590
- "EntitySet" : {
1591
+ EntitySet : {
1591
1592
  __processor : $$.processEntitySet
1592
1593
  },
1593
- "FunctionImport" : {
1594
+ FunctionImport : {
1594
1595
  __processor : $$.processFunctionImport,
1595
- "Parameter" : {
1596
+ Parameter : {
1596
1597
  __processor : $$.processParameter
1597
1598
  }
1598
1599
  }
1599
1600
  },
1600
- "EntityType" : {
1601
+ EntityType : {
1601
1602
  __processor : $$.processEntityType,
1602
1603
  __include : [oStructuredTypeConfig],
1603
- "Key" : {
1604
- "PropertyRef" : {
1604
+ Key : {
1605
+ PropertyRef : {
1605
1606
  __processor : $$.processEntityTypeKeyPropertyRef
1606
1607
  }
1607
1608
  }
@@ -1609,8 +1610,7 @@ sap.ui.define([
1609
1610
  }
1610
1611
  }
1611
1612
  };
1612
-
1613
1613
  })(_V2MetadataConverter.prototype);
1614
1614
 
1615
1615
  return _V2MetadataConverter;
1616
- }, /* bExport= */false);
1616
+ }, /* bExport= */false);