@syncfusion/ej2-image-editor 29.2.4 → 29.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 29.2.4
3
+ * version : 29.2.5
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-image-editor@*",
3
- "_id": "@syncfusion/ej2-image-editor@29.1.38",
3
+ "_id": "@syncfusion/ej2-image-editor@29.2.4",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-f6lymCLrcFDJ3lvUoEp+l8EPQlCF3qeIfqbENVxkd7hqZ7hA6BXe5ehfn83QKZ4klccXIge26HGcc3kYQT9qng==",
5
+ "_integrity": "sha512-KGWJaBOobKxYzaAAsQUgkhCCnOhrWbSA7oHtqQOuqyUsWEws3YPHwnAA4mXVjBVQKnYyBRs8TFHW2AWhV9381Q==",
6
6
  "_location": "/@syncfusion/ej2-image-editor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-image-editor",
24
24
  "/@syncfusion/ej2-vue-image-editor"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-29.1.38.tgz",
27
- "_shasum": "9621a0d2572d12d45fd2571637400702426145b6",
26
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-29.2.4.tgz",
27
+ "_shasum": "66450f7daa2da9e5ad610c2d891b093d4a2c913f",
28
28
  "_spec": "@syncfusion/ej2-image-editor@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
30
30
  "author": {
@@ -33,10 +33,10 @@
33
33
  "bundleDependencies": false,
34
34
  "dependencies": {
35
35
  "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-buttons": "~29.2.4",
37
- "@syncfusion/ej2-dropdowns": "~29.2.4",
38
- "@syncfusion/ej2-inputs": "~29.2.4",
39
- "@syncfusion/ej2-navigations": "~29.2.4",
36
+ "@syncfusion/ej2-buttons": "~29.2.5",
37
+ "@syncfusion/ej2-dropdowns": "~29.2.5",
38
+ "@syncfusion/ej2-inputs": "~29.2.5",
39
+ "@syncfusion/ej2-navigations": "~29.2.5",
40
40
  "@syncfusion/ej2-popups": "~29.2.4",
41
41
  "@syncfusion/ej2-splitbuttons": "~29.2.4"
42
42
  },
@@ -68,7 +68,7 @@
68
68
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/imageeditor"
69
69
  },
70
70
  "typings": "index.d.ts",
71
- "version": "29.2.4",
71
+ "version": "29.2.5",
72
72
  "sideEffects": false,
73
73
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
74
74
  }
@@ -1632,6 +1632,7 @@ var Transform = /** @class */ (function () {
1632
1632
  parent.lowerCanvas.height = parent.upperCanvas.height = parent.maskCanvas.height =
1633
1633
  parseFloat(canvasWrapper.style.height);
1634
1634
  this.lowerContext.filter = tempFilter;
1635
+ this.lowerContext.imageSmoothingQuality = parent.imageSmoothingEnabled ? 'high' : 'low';
1635
1636
  var obj = { width: 0, height: 0 };
1636
1637
  this.calcMaxDimension(parent.img.srcWidth, parent.img.srcHeight, obj);
1637
1638
  var maxDimension = obj;