@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.
- package/.eslintrc.json +61 -2
- package/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +13 -20
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.mobile.js +0 -8
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +80 -168
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +17 -6
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +2 -4
- package/src/sap/ui/core/Control.js +2 -2
- package/src/sap/ui/core/Core.js +1 -4
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +2 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +2 -3
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/Placeholder.js +28 -28
- package/src/sap/ui/core/Popup.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +2 -2
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/date/UniversalDateUtils.js +175 -5
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +2 -2
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/DateFormat.js +44 -8
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +43 -6
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageMixin.js +2 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_it.properties +1 -1
- package/src/sap/ui/core/messagebundle_no.properties +4 -4
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +2 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +2 -1
- package/src/sap/ui/core/mvc/XMLView.js +16 -3
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/routing/Route.js +6 -6
- package/src/sap/ui/core/routing/Router.js +3 -2
- package/src/sap/ui/core/routing/Targets.js +17 -13
- package/src/sap/ui/core/rules/Model.support.js +95 -8
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -5
- package/src/sap/ui/core/themes/base/parameterClasses.less +21 -21
- package/src/sap/ui/core/theming/Parameters.js +22 -142
- package/src/sap/ui/core/theming/ThemeHelper.js +26 -37
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/DraftEnabledMockServer.js +21 -16
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +138 -41
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +4 -0
- package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +26 -16
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/events/jquery/EventSimulation.js +3 -13
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +26 -4
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +27 -6
- package/src/sap/ui/model/ListBinding.js +2 -2
- package/src/sap/ui/model/MetaModel.js +2 -2
- package/src/sap/ui/model/Model.js +2 -2
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +39 -28
- package/src/sap/ui/model/analytics/ODataModelAdapter.js +2 -15
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
- package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
- package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/type/UnitMixin.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +57 -4
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +184 -61
- package/src/sap/ui/model/odata/v2/ODataModel.js +79 -45
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +65 -5
- package/src/sap/ui/model/odata/v4/AnnotationHelper.js +5 -5
- package/src/sap/ui/model/odata/v4/Context.js +122 -35
- package/src/sap/ui/model/odata/v4/ODataBinding.js +38 -19
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +126 -51
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +203 -67
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +43 -40
- package/src/sap/ui/model/odata/v4/ODataModel.js +26 -11
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +37 -60
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +23 -20
- package/src/sap/ui/model/odata/v4/ODataUtils.js +5 -5
- package/src/sap/ui/model/odata/v4/SubmitMode.js +0 -1
- package/src/sap/ui/model/odata/v4/ValueListType.js +0 -1
- package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +18 -19
- package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +3 -5
- package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +5 -4
- package/src/sap/ui/model/odata/v4/lib/_Batch.js +21 -20
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +150 -101
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +16 -16
- package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +60 -59
- package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
- package/src/sap/ui/model/odata/v4/lib/_Parser.js +52 -43
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +34 -25
- package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +147 -147
- package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +13 -12
- package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +66 -67
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/BlanketReporter.js +1 -1
- package/src/sap/ui/test/TestUtils.js +2 -2
- package/src/sap/ui/test/_LogCollector.js +1 -1
- package/src/sap/ui/test/actions/Action.js +4 -2
- package/src/sap/ui/test/actions/Press.js +51 -2
- package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
- package/src/sap/ui/test/starter/createSuite.js +3 -3
- package/src/sap/ui/thirdparty/jquery-mobile-custom.js +3 -6
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/sap/ui/util/XMLHelper.js +53 -30
- package/src/ui5loader.js +3 -3
|
@@ -22,112 +22,112 @@ sap.ui.define([
|
|
|
22
22
|
|
|
23
23
|
// conversion tables
|
|
24
24
|
mV2toV4 = {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
creatable : {
|
|
26
|
+
property : "Insertable",
|
|
27
|
+
term : "@Org.OData.Capabilities.V1.InsertRestrictions"
|
|
28
28
|
},
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
deletable : {
|
|
30
|
+
property : "Deletable",
|
|
31
|
+
term : "@Org.OData.Capabilities.V1.DeleteRestrictions"
|
|
32
32
|
},
|
|
33
33
|
"deletable-path" : {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
property : "Deletable",
|
|
35
|
+
term : "@Org.OData.Capabilities.V1.DeleteRestrictions"
|
|
36
36
|
},
|
|
37
37
|
"field-control" : {
|
|
38
|
-
|
|
38
|
+
term : "@com.sap.vocabularies.Common.v1.FieldControl"
|
|
39
39
|
},
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
heading : {
|
|
41
|
+
term : "@com.sap.vocabularies.Common.v1.Heading"
|
|
42
42
|
},
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
label : {
|
|
44
|
+
term : "@com.sap.vocabularies.Common.v1.Label"
|
|
45
45
|
},
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
precision : {
|
|
47
|
+
term : "@Org.OData.Measures.V1.Scale"
|
|
48
48
|
},
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
quickinfo : {
|
|
50
|
+
term : "@com.sap.vocabularies.Common.v1.QuickInfo"
|
|
51
51
|
},
|
|
52
52
|
"requires-filter" : {
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
property : "RequiresFilter",
|
|
54
|
+
term : "@Org.OData.Capabilities.V1.FilterRestrictions"
|
|
55
55
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
searchable : {
|
|
57
|
+
property : "Searchable",
|
|
58
|
+
term : "@Org.OData.Capabilities.V1.SearchRestrictions"
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
text : {
|
|
61
|
+
term : "@com.sap.vocabularies.Common.v1.Text"
|
|
62
62
|
},
|
|
63
|
-
|
|
64
|
-
|
|
63
|
+
topable : {
|
|
64
|
+
term : "@Org.OData.Capabilities.V1.TopSupported"
|
|
65
65
|
},
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
updatable : {
|
|
67
|
+
property : "Updatable",
|
|
68
|
+
term : "@Org.OData.Capabilities.V1.UpdateRestrictions"
|
|
69
69
|
},
|
|
70
70
|
"updatable-path" : {
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
property : "Updatable",
|
|
72
|
+
term : "@Org.OData.Capabilities.V1.UpdateRestrictions"
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
mV2toV4ComplexSemantics = {
|
|
76
|
-
|
|
76
|
+
bday : {
|
|
77
77
|
TermName : "Contact"
|
|
78
78
|
},
|
|
79
|
-
|
|
79
|
+
city : {
|
|
80
80
|
Path : "adr",
|
|
81
81
|
TermName : "Contact",
|
|
82
82
|
V4Attribute : "locality"
|
|
83
83
|
},
|
|
84
|
-
|
|
84
|
+
country : {
|
|
85
85
|
Path : "adr",
|
|
86
86
|
TermName : "Contact"
|
|
87
87
|
},
|
|
88
|
-
|
|
88
|
+
email : {
|
|
89
89
|
Path : "address",
|
|
90
90
|
TermName : "Contact",
|
|
91
91
|
V4Attribute : "uri",
|
|
92
92
|
typeMapping : {
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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
|
-
|
|
100
|
+
familyname : {
|
|
101
101
|
Path : "n",
|
|
102
102
|
TermName : "Contact",
|
|
103
103
|
V4Attribute : "surname"
|
|
104
104
|
},
|
|
105
|
-
|
|
105
|
+
givenname : {
|
|
106
106
|
Path : "n",
|
|
107
107
|
TermName : "Contact",
|
|
108
108
|
V4Attribute : "given"
|
|
109
109
|
},
|
|
110
|
-
|
|
110
|
+
honorific : {
|
|
111
111
|
Path : "n",
|
|
112
112
|
TermName : "Contact",
|
|
113
113
|
V4Attribute : "prefix"
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
middlename : {
|
|
116
116
|
Path : "n",
|
|
117
117
|
TermName : "Contact",
|
|
118
118
|
V4Attribute : "additional"
|
|
119
119
|
},
|
|
120
|
-
|
|
120
|
+
name : {
|
|
121
121
|
TermName : "Contact",
|
|
122
122
|
V4Attribute : "fn"
|
|
123
123
|
},
|
|
124
|
-
|
|
124
|
+
nickname : {
|
|
125
125
|
TermName : "Contact"
|
|
126
126
|
},
|
|
127
|
-
|
|
127
|
+
note : {
|
|
128
128
|
TermName : "Contact"
|
|
129
129
|
},
|
|
130
|
-
|
|
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
|
-
|
|
141
|
+
photo : {
|
|
142
142
|
TermName : "Contact"
|
|
143
143
|
},
|
|
144
|
-
|
|
144
|
+
pobox : {
|
|
145
145
|
Path : "adr",
|
|
146
146
|
TermName : "Contact"
|
|
147
147
|
},
|
|
148
|
-
|
|
148
|
+
region : {
|
|
149
149
|
Path : "adr",
|
|
150
150
|
TermName : "Contact"
|
|
151
151
|
},
|
|
152
|
-
|
|
152
|
+
street : {
|
|
153
153
|
Path : "adr",
|
|
154
154
|
TermName : "Contact"
|
|
155
155
|
},
|
|
156
|
-
|
|
156
|
+
suffix : {
|
|
157
157
|
Path : "n",
|
|
158
158
|
TermName : "Contact"
|
|
159
159
|
},
|
|
160
|
-
|
|
160
|
+
tel : {
|
|
161
161
|
Path : "tel",
|
|
162
162
|
TermName : "Contact",
|
|
163
163
|
V4Attribute : "uri",
|
|
164
164
|
typeMapping : {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
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
|
-
|
|
176
|
+
title : {
|
|
177
177
|
TermName : "Contact"
|
|
178
178
|
},
|
|
179
|
-
|
|
179
|
+
zip : {
|
|
180
180
|
Path : "adr",
|
|
181
181
|
TermName : "Contact",
|
|
182
182
|
V4Attribute : "code"
|
|
183
183
|
},
|
|
184
184
|
// event annotations
|
|
185
|
-
|
|
185
|
+
class : {
|
|
186
186
|
TermName : "Event"
|
|
187
187
|
},
|
|
188
|
-
|
|
188
|
+
dtend : {
|
|
189
189
|
TermName : "Event"
|
|
190
190
|
},
|
|
191
|
-
|
|
191
|
+
dtstart : {
|
|
192
192
|
TermName : "Event"
|
|
193
193
|
},
|
|
194
|
-
|
|
194
|
+
duration : {
|
|
195
195
|
TermName : "Event"
|
|
196
196
|
},
|
|
197
|
-
|
|
197
|
+
fbtype : {
|
|
198
198
|
TermName : "Event"
|
|
199
199
|
},
|
|
200
|
-
|
|
200
|
+
location : {
|
|
201
201
|
TermName : "Event"
|
|
202
202
|
},
|
|
203
|
-
|
|
203
|
+
status : {
|
|
204
204
|
TermName : "Event"
|
|
205
205
|
},
|
|
206
|
-
|
|
206
|
+
transp : {
|
|
207
207
|
TermName : "Event"
|
|
208
208
|
},
|
|
209
|
-
|
|
209
|
+
wholeday : {
|
|
210
210
|
TermName : "Event"
|
|
211
211
|
},
|
|
212
212
|
// message annotations
|
|
213
|
-
|
|
213
|
+
body : {
|
|
214
214
|
TermName : "Message"
|
|
215
215
|
},
|
|
216
|
-
|
|
216
|
+
from : {
|
|
217
217
|
TermName : "Message"
|
|
218
218
|
},
|
|
219
|
-
|
|
219
|
+
received : {
|
|
220
220
|
TermName : "Message"
|
|
221
221
|
},
|
|
222
|
-
|
|
222
|
+
sender : {
|
|
223
223
|
TermName : "Message"
|
|
224
224
|
},
|
|
225
|
-
|
|
225
|
+
subject : {
|
|
226
226
|
TermName : "Message"
|
|
227
227
|
},
|
|
228
228
|
// task annotations
|
|
229
|
-
|
|
229
|
+
completed : {
|
|
230
230
|
TermName : "Task"
|
|
231
231
|
},
|
|
232
|
-
|
|
232
|
+
due : {
|
|
233
233
|
TermName : "Task"
|
|
234
234
|
},
|
|
235
235
|
"percent-complete" : {
|
|
236
236
|
TermName : "Task",
|
|
237
237
|
V4Attribute : "percentcomplete"
|
|
238
238
|
},
|
|
239
|
-
|
|
239
|
+
priority : {
|
|
240
240
|
TermName : "Task"
|
|
241
241
|
}
|
|
242
242
|
},
|
|
243
243
|
mV2toV4SimpleSemantics = {
|
|
244
244
|
// calendar annotations
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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 = {
|
|
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, {
|
|
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 = {
|
|
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
|
-
|
|
876
|
-
|
|
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
|
-
|
|
907
|
-
|
|
907
|
+
DefaultValue : this.setValue,
|
|
908
|
+
MaxLength : function (sValue) {
|
|
908
909
|
return sValue === "Max" ? undefined : that.setNumber(sValue);
|
|
909
910
|
},
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
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
|
-
|
|
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
|
-
|
|
968
|
-
|
|
969
|
-
|
|
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 = {
|
|
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 = {
|
|
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
|
-
|
|
1175
|
-
|
|
1175
|
+
$If : [{
|
|
1176
|
+
$Not : {$Path : sCreatablePath}
|
|
1176
1177
|
}, {
|
|
1177
|
-
|
|
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
|
-
|
|
1188
|
-
|
|
1188
|
+
NavigationProperty : {
|
|
1189
|
+
$NavigationPropertyPath : sName
|
|
1189
1190
|
},
|
|
1190
|
-
|
|
1191
|
-
|
|
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
|
-
|
|
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({
|
|
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
|
-
|
|
1278
|
-
|
|
1278
|
+
AllowedExpressions : {
|
|
1279
|
+
EnumMember : "com.sap.vocabularies.Common.v1.FilterExpressionType/"
|
|
1279
1280
|
+ sEnumMember
|
|
1280
1281
|
},
|
|
1281
|
-
|
|
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] = {
|
|
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
|
-
|
|
1528
|
+
Reference : {
|
|
1528
1529
|
__xmlns : _MetadataConverter.sEdmxNamespace,
|
|
1529
|
-
|
|
1530
|
+
Include : {
|
|
1530
1531
|
__processor : $$.processAlias
|
|
1531
1532
|
}
|
|
1532
1533
|
},
|
|
1533
|
-
|
|
1534
|
-
|
|
1534
|
+
DataServices : {
|
|
1535
|
+
Schema : {
|
|
1535
1536
|
__processor : $$.processAlias
|
|
1536
1537
|
}
|
|
1537
1538
|
}
|
|
1538
1539
|
};
|
|
1539
1540
|
|
|
1540
1541
|
oStructuredTypeConfig = {
|
|
1541
|
-
|
|
1542
|
+
NavigationProperty : {
|
|
1542
1543
|
__processor : $$.processTypeNavigationProperty
|
|
1543
1544
|
},
|
|
1544
|
-
|
|
1545
|
+
Property : {
|
|
1545
1546
|
__processor : $$.processTypeProperty
|
|
1546
1547
|
}
|
|
1547
1548
|
};
|
|
1548
1549
|
|
|
1549
1550
|
$$.oFullConfig = {
|
|
1550
1551
|
__include : [$$.oReferenceInclude],
|
|
1551
|
-
|
|
1552
|
+
DataServices : {
|
|
1552
1553
|
__processor : $$.processDataServices,
|
|
1553
|
-
|
|
1554
|
+
Schema : {
|
|
1554
1555
|
__postProcessor : $$.postProcessSchema,
|
|
1555
1556
|
__processor : $$.processSchema,
|
|
1556
1557
|
__include : [$$.oAnnotationsConfig],
|
|
1557
|
-
|
|
1558
|
+
Association : {
|
|
1558
1559
|
__processor : $$.processAssociation,
|
|
1559
|
-
|
|
1560
|
+
End : {
|
|
1560
1561
|
__processor : $$.processAssociationEnd
|
|
1561
1562
|
},
|
|
1562
|
-
|
|
1563
|
+
ReferentialConstraint : {
|
|
1563
1564
|
__processor : $$.processReferentialConstraint,
|
|
1564
|
-
|
|
1565
|
+
Dependent : {
|
|
1565
1566
|
__processor : $$.processDependent,
|
|
1566
|
-
|
|
1567
|
+
PropertyRef : {
|
|
1567
1568
|
__processor : $$.processReferentialConstraintPropertyRef
|
|
1568
1569
|
}
|
|
1569
1570
|
},
|
|
1570
|
-
|
|
1571
|
+
Principal : {
|
|
1571
1572
|
__processor : $$.processPrincipal,
|
|
1572
|
-
|
|
1573
|
+
PropertyRef : {
|
|
1573
1574
|
__processor : $$.processReferentialConstraintPropertyRef
|
|
1574
1575
|
}
|
|
1575
1576
|
}
|
|
1576
1577
|
}
|
|
1577
1578
|
},
|
|
1578
|
-
|
|
1579
|
+
ComplexType : {
|
|
1579
1580
|
__processor : $$.processComplexType,
|
|
1580
1581
|
__include : [oStructuredTypeConfig]
|
|
1581
1582
|
},
|
|
1582
|
-
|
|
1583
|
+
EntityContainer : {
|
|
1583
1584
|
__processor : $$.processEntityContainer,
|
|
1584
|
-
|
|
1585
|
+
AssociationSet : {
|
|
1585
1586
|
__processor : $$.processAssociationSet,
|
|
1586
|
-
|
|
1587
|
+
End : {
|
|
1587
1588
|
__processor : $$.processAssociationSetEnd
|
|
1588
1589
|
}
|
|
1589
1590
|
},
|
|
1590
|
-
|
|
1591
|
+
EntitySet : {
|
|
1591
1592
|
__processor : $$.processEntitySet
|
|
1592
1593
|
},
|
|
1593
|
-
|
|
1594
|
+
FunctionImport : {
|
|
1594
1595
|
__processor : $$.processFunctionImport,
|
|
1595
|
-
|
|
1596
|
+
Parameter : {
|
|
1596
1597
|
__processor : $$.processParameter
|
|
1597
1598
|
}
|
|
1598
1599
|
}
|
|
1599
1600
|
},
|
|
1600
|
-
|
|
1601
|
+
EntityType : {
|
|
1601
1602
|
__processor : $$.processEntityType,
|
|
1602
1603
|
__include : [oStructuredTypeConfig],
|
|
1603
|
-
|
|
1604
|
-
|
|
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);
|