openui5-fhir
Advanced tools
Comparing version 2.2.7 to 2.2.8
@@ -0,1 +1,8 @@ | ||
## [2.2.8](https://github.com/SAP/openui5-fhir/compare/v2.2.7...v2.2.8) (2021-07-02) | ||
### Bug Fixes | ||
* include .library and manifest files as part of packaging ([#282](https://github.com/SAP/openui5-fhir/issues/282)) ([77c9efe](https://github.com/SAP/openui5-fhir/commit/77c9efedb9211ebbaa98e60b6c85f76e90a10661)) | ||
## [2.2.7](https://github.com/SAP/openui5-fhir/compare/v2.2.6...v2.2.7) (2021-06-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "openui5-fhir", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"author": "SAP SE", | ||
@@ -28,13 +28,13 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"eslint": "^7.28.0", | ||
"eslint": "^7.29.0", | ||
"eslint-watch": "^7.0.0", | ||
"js-beautify": "^1.13.13", | ||
"js-beautify": "^1.14.0", | ||
"jsdoc": "^3.6.7", | ||
"karma": "^6.3.3", | ||
"karma": "^6.3.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.3", | ||
"karma-junit-reporter": "^2.0.1", | ||
"karma-ui5": "^2.3.3", | ||
"@ui5/cli": "^2.11.0", | ||
"coveralls": "^3.1.0", | ||
"karma-ui5": "^2.3.4", | ||
"@ui5/cli": "^2.11.2", | ||
"coveralls": "^3.1.1", | ||
"replace-in-file": "^6.2.0", | ||
@@ -68,3 +68,3 @@ "js-yaml": "^4.1.0", | ||
"files": [ | ||
"src/sap/fhir/**/*.js", | ||
"src/sap/fhir/**", | ||
"ui5.yaml", | ||
@@ -71,0 +71,0 @@ "LICENSES/**", |
@@ -11,3 +11,3 @@ sap.ui.define(function() { | ||
* @author SAP SE | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
* @public | ||
@@ -17,3 +17,3 @@ */ | ||
name : "sap.fhir", | ||
version : "2.2.7", | ||
version : "2.2.8", | ||
noLibraryCSS: true, | ||
@@ -20,0 +20,0 @@ dependencies : [ "sap.ui.core" ], |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -32,3 +34,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
* | ||
@@ -35,0 +37,0 @@ * @see sap.fhir.model.r4.Context.create |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -34,3 +36,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -37,0 +39,0 @@ var FHIRContextBinding = ContextBinding.extend("sap.fhir.model.r4.FHIRContextBinding", { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -4,0 +6,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -4,0 +6,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -4,0 +6,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -23,3 +25,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -26,0 +28,0 @@ var FHIRFilterOperatorUtils = {}; |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -23,3 +25,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -26,0 +28,0 @@ var FHIRFilterProcessor = {}; |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -4,0 +6,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -46,3 +48,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -49,0 +51,0 @@ var FHIRListBinding = ListBinding.extend("sap.fhir.model.r4.FHIRListBinding", { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -31,3 +33,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -34,0 +36,0 @@ var FHIRPropertyBinding = PropertyBinding.extend("sap.fhir.model.r4.FHIRPropertyBinding", { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -30,3 +32,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -33,0 +35,0 @@ var FHIRUtils = {}; |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -29,3 +31,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -32,0 +34,0 @@ var BindingInfo = function(sResourceId, sResourceType, sResourcePath, sRelativePath, sAbsolutePath, aBinding, sGroupId, sRequestPath, aResourcePath, sResourceServerPath, sETag) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -19,3 +21,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -22,0 +24,0 @@ var FHIRBundle = function(sBundleType, sGroupId) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -21,3 +23,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -24,0 +26,0 @@ var FHIRBundleEntry = function(sFullUrl, oResource, oRequest) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -29,3 +31,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -32,0 +34,0 @@ var FHIRBundleRequest = function(oBinding, sMethod, sUrl, fnSuccess, fnError, sIfMatch, sIfNoneMatch, sIfNoneExist, sIfModifiedSince) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -4,0 +6,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -19,3 +21,3 @@ | ||
* @since 2.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -22,0 +24,0 @@ var FHIROperationOutcome = function (oResource) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -37,3 +39,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -40,0 +42,0 @@ var FHIRRequestor = function(sServiceUrl, oModel, bCSRF, sPrefer, oDefaultQueryParams) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -20,3 +22,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -23,0 +25,0 @@ var FHIRUrl = function(sUrl, sServiceUrl) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -18,3 +20,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -21,0 +23,0 @@ var HTTPMethod = { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -20,3 +22,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -23,0 +25,0 @@ var RequestHandle = function(oBinding) { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -22,3 +24,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -25,0 +27,0 @@ var Sliceable = {}; |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -18,3 +20,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -21,0 +23,0 @@ var OperationMode = { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -17,3 +19,3 @@ | ||
* @since 1.0.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -20,0 +22,0 @@ var SubmitMode = { |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -16,3 +18,3 @@ | ||
* @since 1.1.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -19,0 +21,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -13,3 +15,3 @@ | ||
* @since 1.1.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -16,0 +18,0 @@ |
/*! | ||
* ${copyright} | ||
* SAP SE | ||
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company. | ||
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt. | ||
*/ | ||
@@ -13,3 +15,3 @@ | ||
* @since 1.1.0 | ||
* @version 2.2.7 | ||
* @version 2.2.8 | ||
*/ | ||
@@ -16,0 +18,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
349818
39
7931