@syncfusion/ej2-pdf-export
Advanced tools
Comparing version 18.2.54 to 18.2.55
@@ -9,2 +9,10 @@ # Changelog | ||
- Rendering issue with Line break is fixed. | ||
## 18.2.45 (2020-07-14) | ||
### Pdf Export | ||
#### Bug Fixes | ||
- Rendering issue with Pdf number style is fixed. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 18.2.54 | ||
* version : 18.2.55 | ||
* 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-pdf-export@*", | ||
"_id": "@syncfusion/ej2-pdf-export@18.2.44", | ||
"_id": "@syncfusion/ej2-pdf-export@18.2.54", | ||
"_inBundle": false, | ||
"_integrity": "sha512-GD7WoGNNv3WAU/Ohm2QceMGeHcoxegCl0SDU8tIaHYdFHlOGKcE6PrzHWcU7Qs0lb1DHYaRCpw9w/dBtgX6UBw==", | ||
"_integrity": "sha512-U38PEWLD8INtnP96PCqLRsXBvlLhzRFSV4B40bFBxSr3Op6ohXbIB4S401ZS0ZgTtL+AYLB4X0KStUkDB9BZwg==", | ||
"_location": "/@syncfusion/ej2-pdf-export", | ||
@@ -30,4 +30,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-18.2.44.tgz", | ||
"_shasum": "b5e0f7a47e9a2357191c72b0f9d9fd8ef049f96d", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-pdf-export/-/ej2-pdf-export-18.2.54.tgz", | ||
"_shasum": "cbc42b66e3a061c91133469c0d2105b75b2ceb9e", | ||
"_spec": "@syncfusion/ej2-pdf-export@*", | ||
@@ -59,4 +59,4 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "18.2.54", | ||
"version": "18.2.55", | ||
"sideEffects": false | ||
} |
@@ -105,3 +105,5 @@ /** | ||
this.currentPosition = pos + 1; | ||
this.currentPosition++; | ||
if (((ch === '\r') && (this.currentPosition < this.length)) && (this.text[this.currentPosition] === '\n')) { | ||
this.currentPosition++; | ||
} | ||
return text; | ||
@@ -114,3 +116,3 @@ } | ||
if (pos > this.currentPosition) { | ||
var text2 = this.text.substring(this.currentPosition, pos - this.currentPosition); | ||
var text2 = this.text.substr(this.currentPosition, pos - this.currentPosition); | ||
this.currentPosition = pos; | ||
@@ -117,0 +119,0 @@ return text2; |
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
13100660
126662