openui5-fhir
Advanced tools
Comparing version 2.2.8 to 2.3.0
@@ -0,1 +1,8 @@ | ||
# [2.3.0](https://github.com/SAP/openui5-fhir/compare/v2.2.8...v2.3.0) (2022-05-06) | ||
### Features | ||
* Enable the support of groupId in remove calls ([#321](https://github.com/SAP/openui5-fhir/issues/321)) ([31ffa38](https://github.com/SAP/openui5-fhir/commit/31ffa38717a6b7581942424c1835709e97b4250e)) | ||
## [2.2.8](https://github.com/SAP/openui5-fhir/compare/v2.2.7...v2.2.8) (2021-07-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "openui5-fhir", | ||
"version": "2.2.8", | ||
"version": "2.3.0", | ||
"author": "SAP SE", | ||
@@ -28,17 +28,17 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"eslint": "^7.29.0", | ||
"eslint-watch": "^7.0.0", | ||
"js-beautify": "^1.14.0", | ||
"jsdoc": "^3.6.7", | ||
"karma": "^6.3.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.3", | ||
"eslint": "^8.14.0", | ||
"eslint-watch": "^8.0.0", | ||
"js-beautify": "^1.14.3", | ||
"jsdoc": "^3.6.10", | ||
"karma": "^6.3.19", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"karma-coverage": "^2.2.0", | ||
"karma-junit-reporter": "^2.0.1", | ||
"karma-ui5": "^2.3.4", | ||
"@ui5/cli": "^2.11.2", | ||
"karma-ui5": "^2.4.0", | ||
"@ui5/cli": "^2.14.9", | ||
"coveralls": "^3.1.1", | ||
"replace-in-file": "^6.2.0", | ||
"replace-in-file": "^6.3.2", | ||
"js-yaml": "^4.1.0", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/changelog": "^5.0.1" | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/changelog": "^6.0.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
# OpenUI5-FHIR <a href="https://openui5.org/"><img height="30px" src="https://openui5.hana.ondemand.com/resources/sap/ui/documentation/sdk/images/logo_ui5.png"></a>🔥 | ||
[![NPM Version](https://badge.fury.io/js/openui5-fhir.svg)](https://npmjs.com/package/openui5-fhir) | ||
[![Build Status](https://travis-ci.com/SAP/openui5-fhir.svg?branch=master)](https://travis-ci.com/SAP/openui5-fhir) | ||
[![Continous Integration](https://github.com/SAP/openui5-fhir/actions/workflows/ci.yml/badge.svg)](https://github.com/SAP/openui5-fhir/actions/workflows/ci.yml) | ||
[![Coverage Status](https://img.shields.io/coveralls/github/SAP/openui5-fhir.svg)](https://coveralls.io/github/SAP/openui5-fhir?branch=master) | ||
@@ -5,0 +5,0 @@ [![Monthly Downloads](https://img.shields.io/npm/dm/openui5-fhir.svg)](https://npmjs.com/package/openui5-fhir) |
@@ -11,3 +11,3 @@ sap.ui.define(function() { | ||
* @author SAP SE | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
* @public | ||
@@ -17,3 +17,3 @@ */ | ||
name : "sap.fhir", | ||
version : "2.2.8", | ||
version : "2.3.0", | ||
noLibraryCSS: true, | ||
@@ -20,0 +20,0 @@ dependencies : [ "sap.ui.core" ], |
@@ -8,3 +8,3 @@ { | ||
"applicationVersion": { | ||
"version": "2.2.8" | ||
"version": "2.3.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "title": "The sap.fhir library provides a model to build state of the art UI5 applications in context of health industries.", |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -34,3 +34,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
* | ||
@@ -37,0 +37,0 @@ * @see sap.fhir.model.r4.Context.create |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -36,3 +36,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -39,0 +39,0 @@ var FHIRContextBinding = ContextBinding.extend("sap.fhir.model.r4.FHIRContextBinding", { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -25,3 +25,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -28,0 +28,0 @@ var FHIRFilterOperatorUtils = {}; |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -25,3 +25,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -28,0 +28,0 @@ var FHIRFilterProcessor = {}; |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -48,3 +48,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -51,0 +51,0 @@ var FHIRListBinding = ListBinding.extend("sap.fhir.model.r4.FHIRListBinding", { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -33,3 +33,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -36,0 +36,0 @@ var FHIRPropertyBinding = PropertyBinding.extend("sap.fhir.model.r4.FHIRPropertyBinding", { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -32,3 +32,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -35,0 +35,0 @@ var FHIRUtils = {}; |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -31,3 +31,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -34,0 +34,0 @@ var BindingInfo = function(sResourceId, sResourceType, sResourcePath, sRelativePath, sAbsolutePath, aBinding, sGroupId, sRequestPath, aResourcePath, sResourceServerPath, sETag) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -21,3 +21,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -24,0 +24,0 @@ var FHIRBundle = function(sBundleType, sGroupId) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -23,3 +23,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -26,0 +26,0 @@ var FHIRBundleEntry = function(sFullUrl, oResource, oRequest) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -31,3 +31,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -34,0 +34,0 @@ var FHIRBundleRequest = function(oBinding, sMethod, sUrl, fnSuccess, fnError, sIfMatch, sIfNoneMatch, sIfNoneExist, sIfModifiedSince) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -5,0 +5,0 @@ */ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -21,3 +21,3 @@ */ | ||
* @since 2.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -24,0 +24,0 @@ var FHIROperationOutcome = function (oResource) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -39,3 +39,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -124,3 +124,3 @@ var FHIRRequestor = function(sServiceUrl, oModel, bCSRF, sPrefer, oDefaultQueryParams) { | ||
// it's a direct call | ||
oRequestHandle = this._sendRequest(sMethod, sPath, mParameters, mHeaders, oPayload, fnSuccess, fnError, oBinding); | ||
oRequestHandle = this._sendRequest(sMethod, sPath, mParameters, mHeaders, sMethod === HTTPMethod.PUT || sMethod == HTTPMethod.POST ? oPayload : undefined, fnSuccess, fnError, oBinding); | ||
return oRequestHandle; | ||
@@ -158,3 +158,8 @@ }; | ||
var oFHIRBundleRequest = new FHIRBundleRequest(oBinding, sMethod, sRequestUrl, fnSuccess, fnError, sETag); | ||
var oFHIRBundleEntry = new FHIRBundleEntry(sFullUrl, oResource, oFHIRBundleRequest); | ||
var oFHIRBundleEntry; | ||
if (sMethod == HTTPMethod.POST || sMethod == HTTPMethod.PUT) { | ||
oFHIRBundleEntry = new FHIRBundleEntry(sFullUrl, oResource, oFHIRBundleRequest); | ||
} else { | ||
oFHIRBundleEntry = new FHIRBundleEntry(sFullUrl, undefined, oFHIRBundleRequest); | ||
} | ||
return oFHIRBundleEntry; | ||
@@ -161,0 +166,0 @@ }; |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -22,3 +22,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -25,0 +25,0 @@ var FHIRUrl = function(sUrl, sServiceUrl) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -20,3 +20,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -23,0 +23,0 @@ var HTTPMethod = { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -22,3 +22,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -25,0 +25,0 @@ var RequestHandle = function(oBinding) { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -24,3 +24,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -27,0 +27,0 @@ var Sliceable = {}; |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -20,3 +20,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -23,0 +23,0 @@ var OperationMode = { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -19,3 +19,3 @@ */ | ||
* @since 1.0.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -22,0 +22,0 @@ var SubmitMode = { |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -18,3 +18,3 @@ */ | ||
* @since 1.1.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -21,0 +21,0 @@ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -15,3 +15,3 @@ */ | ||
* @since 1.1.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -18,0 +18,0 @@ |
/*! | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
@@ -15,3 +15,3 @@ */ | ||
* @since 1.1.0 | ||
* @version 2.2.8 | ||
* @version 2.3.0 | ||
*/ | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
350704
7938