openui5-fhir
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/SAP/openui5-fhir/compare/v1.0.0...v1.0.1) (2019-07-09) | ||
### Bug Fixes | ||
* enable code uglifying by consuming apps ([5ad61e1](https://github.com/SAP/openui5-fhir/commit/5ad61e1)) | ||
# 1.0.0 (2019-07-03) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "openui5-fhir", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "SAP SE", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -11,3 +11,3 @@ sap.ui.define(function() { | ||
* @author SAP SE | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* @public | ||
@@ -17,3 +17,3 @@ */ | ||
name : "sap.fhir", | ||
version : "1.0.0", | ||
version : "1.0.1", | ||
noLibraryCSS: true, | ||
@@ -20,0 +20,0 @@ dependencies : [ "sap.ui.core" ], |
@@ -34,3 +34,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* | ||
@@ -37,0 +37,0 @@ * @see sap.fhir.model.r4.Context.create |
@@ -36,3 +36,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -39,0 +39,0 @@ var FHIRContextBinding = ContextBinding.extend("sap.fhir.model.r4.FHIRContextBinding", { |
@@ -25,3 +25,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -28,0 +28,0 @@ var FHIRFilterOperatorUtils = {}; |
@@ -25,3 +25,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -28,0 +28,0 @@ var FHIRFilterProcessor = {}; |
@@ -48,3 +48,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -51,0 +51,0 @@ var FHIRListBinding = ListBinding.extend("sap.fhir.model.r4.FHIRListBinding", { |
@@ -31,2 +31,3 @@ /*! | ||
"sap/fhir/model/r4/lib/HTTPMethod", | ||
"sap/fhir/model/r4/lib/FHIRBundle", | ||
"sap/ui/model/ChangeReason", | ||
@@ -43,3 +44,3 @@ "sap/fhir/model/r4/lib/FHIRUrl", | ||
], function(Model, FHIRListBinding, FHIRPropertyBinding, | ||
FHIRContextBinding, FHIRTreeBinding, FHIRUtils, OperationMode, URI, BindingInfo, Sliceable, SubmitMode, FHIRRequestor, HTTPMethod, ChangeReason, FHIRUrl, Log, deepEqual, each, Context, Message, coreLibrary, FHIRFilterProcessor, FHIRFilterOperator) { | ||
FHIRContextBinding, FHIRTreeBinding, FHIRUtils, OperationMode, URI, BindingInfo, Sliceable, SubmitMode, FHIRRequestor, HTTPMethod, FHIRBundle, ChangeReason, FHIRUrl, Log, deepEqual, each, Context, Message, coreLibrary, FHIRFilterProcessor, FHIRFilterOperator) { | ||
@@ -68,3 +69,3 @@ "use strict"; | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -682,3 +683,3 @@ var FHIRModel = Model.extend("sap.fhir.model.r4.FHIRModel", { | ||
mRequestHandles = mRequestHandles ? mRequestHandles : {}; | ||
if (vRequestHandle.constructor.name === "FHIRBundle" && !mRequestHandles[vRequestHandle.getGroupId()]) { | ||
if (vRequestHandle instanceof FHIRBundle && !mRequestHandles[vRequestHandle.getGroupId()]) { | ||
mRequestHandles[vRequestHandle.getGroupId()] = {}; | ||
@@ -685,0 +686,0 @@ } else if (!mRequestHandles.direct) { |
@@ -33,3 +33,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -36,0 +36,0 @@ var FHIRPropertyBinding = PropertyBinding.extend("sap.fhir.model.r4.FHIRPropertyBinding", { |
@@ -27,3 +27,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -30,0 +30,0 @@ var FHIRUtils = {}; |
@@ -31,3 +31,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -34,0 +34,0 @@ var BindingInfo = function(sResourceId, sResourceType, sResourcePath, sRelativePath, sAbsolutePath, aBinding, sGroupId, sRequestPath, aResourcePath, sResourceServerPath, sEtag) { |
@@ -21,3 +21,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -24,0 +24,0 @@ var FHIRBundle = function(sBundleType, sGroupId) { |
@@ -23,3 +23,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -26,0 +26,0 @@ var FHIRBundleEntry = function(sFullUrl, oResource, oRequest) { |
@@ -31,3 +31,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -34,0 +34,0 @@ var FHIRBundleRequest = function(oBinding, sMethod, sUrl, fnSuccess, fnError, sIfMatch, sIfNoneMatch, sIfNoneExist, sIfModifiedSince) { |
@@ -36,3 +36,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -107,3 +107,3 @@ var FHIRRequestor = function(sServiceUrl, oModel, bCSRF, sPrefer) { | ||
oRequestHandle = this._mBundleQueue[sGroupId]; | ||
if (oRequestHandle && oRequestHandle.constructor.name === "RequestHandle"){ | ||
if (oRequestHandle && oRequestHandle instanceof RequestHandle){ | ||
oRequestHandle.getRequest().abort(); | ||
@@ -354,3 +354,3 @@ } | ||
oFHIRBundle = new FHIRBundle(this._getBundleTypeBySubmitMode(this._getGroupSubmitMode(sGroupId)), sGroupId); | ||
} else if (oFHIRBundle.constructor.name === "RequestHandle"){ | ||
} else if (oFHIRBundle instanceof RequestHandle){ | ||
oFHIRBundle = oFHIRBundle.getBundle(); | ||
@@ -357,0 +357,0 @@ } |
@@ -22,3 +22,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -25,0 +25,0 @@ var FHIRUrl = function(sUrl, sServiceUrl) { |
@@ -20,3 +20,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -23,0 +23,0 @@ var HTTPMethod = { |
@@ -22,3 +22,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -25,0 +25,0 @@ var RequestHandle = function(oBinding) { |
@@ -24,3 +24,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -27,0 +27,0 @@ var Sliceable = {}; |
@@ -20,3 +20,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -23,0 +23,0 @@ var OperationMode = { |
@@ -19,3 +19,3 @@ /*! | ||
* @since 1.0.0 | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -22,0 +22,0 @@ var SubmitMode = { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
290616
6963