@syncfusion/ej2-barcode-generator
Advanced tools
Comparing version 18.4.39 to 18.4.47
@@ -9,2 +9,10 @@ # Changelog | ||
- `#316606` - "UPC-A does not render some code value" issue has been fixed. | ||
## 18.4.30 (2020-12-17) | ||
### Barcode | ||
#### Bug Fixes | ||
- `#278404` - "Ean-13 barcode not rendering" issue has been fixed. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.4.39 | ||
* version : 18.4.47 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-barcode-generator@*", | ||
"_id": "@syncfusion/ej2-barcode-generator@18.3.47", | ||
"_id": "@syncfusion/ej2-barcode-generator@18.4.39", | ||
"_inBundle": false, | ||
"_integrity": "sha512-LYDDLoaG8y2xpgudOFL9I00sWyqRLrxC32CNWs2qJd+QbgFTIWw+e/xQvpelazEEyx8VLdQ88DzpvFTQoQR5ng==", | ||
"_integrity": "sha512-H0KP6QTPqRFNJ7YMgGiAtvlYZ9KRb20jiIAi2dM8v4Blpr3sqcfHReY8t/yiNYl01Bzx82ZHX6TZyDMFXoymbQ==", | ||
"_location": "/@syncfusion/ej2-barcode-generator", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-18.3.47.tgz", | ||
"_shasum": "56ca001193e0453b76eac1f4d02b18ff4db239a6", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-barcode-generator/-/ej2-barcode-generator-18.4.39.tgz", | ||
"_shasum": "083e166a7b3b24ea42003bfafdeec0429c5ac809", | ||
"_spec": "@syncfusion/ej2-barcode-generator@*", | ||
@@ -39,4 +39,4 @@ "_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~18.4.39", | ||
"@syncfusion/ej2-data": "~18.4.39" | ||
"@syncfusion/ej2-base": "~18.4.44", | ||
"@syncfusion/ej2-data": "~18.4.46" | ||
}, | ||
@@ -65,4 +65,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "18.4.39", | ||
"version": "18.4.47", | ||
"sideEffects": false | ||
} |
@@ -118,3 +118,3 @@ var __extends = (this && this.__extends) || (function () { | ||
|| (this.type === 'UpcE' && j === 2 && k === 0) | ||
|| (barType === 'threeBars' && (j === 2 && k === numberOfDigits - 1)) | ||
|| (this.type !== 'UpcA' && barType === 'threeBars' && (j === 2 && k === numberOfDigits - 1)) | ||
|| this.type === 'UpcA' && ((j === 1 && k === numberOfDigits - 2) | ||
@@ -121,0 +121,0 @@ || (j === 3 && k === numberOfDigits - 2)) |
Sorry, the diff of this file is too big to display
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 not supported yet
Sorry, the diff of this file is too big to display
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 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
3715130